App Developer Expose to top level for variable not working

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
stefan.erni
Valued Contributor
Posts: 758
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

App Developer Expose to top level for variable not working

Post by stefan.erni »

Hi Ben

On my App I have 2 shape as mesh and I set the propertie mesh to " Expose to top level"
It's working perfect even in the deployd App version.

So I (the user also) can change the shape (mesh) while runing the App. Suport with a browsing to get the new mesh for each shape it's working perfect.


This should also work with a variable "filename_fmv" but when I choose "Expose to top level" there, the variable doesn't appear.

Now one more wish from me...
But then a browsing should appear the same as with file mesh for the shape, but then as .FMV by default. When I have finished selecting, I can open this .FMV file with my app with pressing a button "load_FMVfile".

At the moment i always have to open the same file with the same name because i can't browsing and choose

regards


Stefan


Example mesh file choose in running App:
Snag_1848983.png
Snag_1848983.png (20.35 KiB) Viewed 623 times
Snag_199d135.png
Snag_199d135.png (45.33 KiB) Viewed 623 times

Set properti mesh to top as meshtop and meshbot
Snag_184bd84.png
Snag_184bd84.png (17.78 KiB) Viewed 623 times
In the deploid App choose via browser a new mesh file
Snag_184fe56.png
Snag_184fe56.png (10.7 KiB) Viewed 623 times
Snag_1853b4f.png
Snag_1853b4f.png (43.15 KiB) Viewed 623 times

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: App Developer Expose to top level for variable not working

Post by Steve-Matrix »

Hi Stefan,

I don't know if this helps, but in the latest update for v10 you can set a filename property to have a default file extension when the file dialog is opened. You set it up similar to the following:

custom filename filter.png
custom filename filter.png (16.51 KiB) Viewed 619 times

Post Reply