Page 2 of 2

Re: App Developer Runtime error

Posted: Tue May 02, 2023 5:09 pm
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 2947 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 2947 times
And the Handle I can found under the
Snag_99d4bc.png
Snag_99d4bc.png (50.17 KiB) Viewed 2947 times
A list of the handle:
Snag_c709cb.png
Snag_c709cb.png (9.63 KiB) Viewed 2947 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....

Re: App Developer Runtime error

Posted: Tue May 02, 2023 6:59 pm
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.

Re: App Developer Runtime error

Posted: Wed May 03, 2023 7:17 am
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

Re: App Developer Runtime error

Posted: Wed May 03, 2023 8:25 am
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.

Re: App Developer Runtime error

Posted: Tue May 09, 2023 1:02 pm
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

Re: App Developer Runtime error

Posted: Tue May 09, 2023 2:08 pm
by Steve-Matrix
Thanks, Stefan. I've made a few additional changes and will release a new version hopefully later this week.