I need to call a method on certain componentes within a rich dialog panel. I get all components of the panel and then loop over them like this:
In both lines with the casting I get exceptions:
What is wrong? asked 18.03.2010 at 08:48 Dirk Busmann |
The normal Java casting
does not work in ivyScript. You have to use
then it should work. Do not forget to import RLabel. answered 19.03.2010 at 03:41 Benedict Groppe |
Yeah, programmers ... Had the same issue. Basically it drills down to RTFM. It is properly documented in the designer users guide (V 7.1) under IvyScript Reference, Operators, "Type cast operator". I ended up writing helper classes to do the job. What a waste of time ... now to be refactored. answered 13.09.2018 at 08:07 Roland Strobl |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 18.03.2010 at 08:48
Seen: 2,928 times
Last updated: 13.09.2018 at 08:07