Hi Ben
I tried to save properties, but no file was saved.
Not in the program folder or in the folder I specified.
Appdeveloper: How to use Property_Manager
-
stefan.erni
- Valued Contributor
- Posts: 1149
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 219 times
- Been thanked: 238 times
Appdeveloper: How to use Property_Manager
- Attachments
-
- Property_Manager_Demo_drive_c.fcpcd
- (11.17 KiB) Downloaded 7 times
-
BenR
- Matrix Staff
- Posts: 2073
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 551 times
- Been thanked: 735 times
Re: Appdeveloper: How to use Property_Manager
Hi Stefan,
Thanks for letting us know I'm investigating for you now. It's also not saving for me either at the moment which is odd as we use this quite a bit in v10. hmm.
Thanks for letting us know I'm investigating for you now. It's also not saving for me either at the moment which is odd as we use this quite a bit in v10. hmm.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
BenR
- Matrix Staff
- Posts: 2073
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 551 times
- Been thanked: 735 times
Re: Appdeveloper: How to use Property_Manager
Right should be resolved now, I've cut out the sub components and now do the read/write directly and this seems to work much better and gives me much more control with what we are writing to the file so that's great and leads to less ambiguity with property values.
In your file you were using the string "InitialValue" but as this is a component property instead of a top level property this needs to be "RadioButton1::InitialValue"
I've fixed the tooltips for the RegisterProperty function so that this is also now more obvious.
Let me know how you get on.
In your file you were using the string "InitialValue" but as this is a component property instead of a top level property this needs to be "RadioButton1::InitialValue"
I've fixed the tooltips for the RegisterProperty function so that this is also now more obvious.
Let me know how you get on.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel