App Developer Runtime error

Any bugs you encounter with Flowcode should be discussed here.
stefan.erni
Valued Contributor
Posts: 997
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 190 times
Been thanked: 217 times

Re: App Developer Runtime error

Post by stefan.erni »

Hi Steve

Ok. I have understood that now. Thank you

regards

Stefan

double click on lowerband shows the variable name
or right mouse button click copies the variable name into the clipboard
Snag_906506.png
Snag_906506.png (68.43 KiB) Viewed 2945 times

And then i can choose a way to change the value:
directly with a string
or if I need to calculate via a "caculate comand" and use an integer variable and string variable
Snag_8baf08.png
Snag_8baf08.png (29.66 KiB) Viewed 2945 times
And the Handle I can found under the
Snag_99d4bc.png
Snag_99d4bc.png (50.17 KiB) Viewed 2945 times
A list of the handle:
Snag_c709cb.png
Snag_c709cb.png (9.63 KiB) Viewed 2945 times
Here's another idea...
Sometimes when I have a lot of the same component and want to change propertis, it is even easier (maybe) to do that
comfortably in a loop....
Attachments
Snag_c74369.png
Snag_c74369.png (33.17 KiB) Viewed 2945 times

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: App Developer Runtime error

Post by medelec35 »

Hi.
To make it so there is less work involved, even though it states String for a value within the built-in functions, it does not have to be a string.
You can use ints floats literals etc., so there is no need for the ToStrings function.
Martin

stefan.erni
Valued Contributor
Posts: 997
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 190 times
Been thanked: 217 times

Re: App Developer Runtime error

Post by stefan.erni »

Hi Martin

Fanatastic, yes that works! With the value or with a variable it works perfectly. That makes it much easier. Thanks Martin

regards


Stefan

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: App Developer Runtime error

Post by medelec35 »

You're welcome.
One thing to bear in mind, the Property entry is the exception, which must be a string or within speech marks.
If you look at component sources, there are plenty of examples using built-in functions.
Martin

stefan.erni
Valued Contributor
Posts: 997
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 190 times
Been thanked: 217 times

Re: App Developer Runtime error

Post by stefan.erni »

Hi Steve, Hi Martin

Good news!

With the v10.0.3.24 version there is no runtime error or crash anymore.

Testet on:
Win10 (deploid)
Win11 (deploid and simulation)

regards

Stefan

Steve-Matrix
Matrix Staff
Posts: 1465
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 204 times
Been thanked: 347 times

Re: App Developer Runtime error

Post by Steve-Matrix »

Thanks, Stefan. I've made a few additional changes and will release a new version hopefully later this week.

Post Reply