New Features in the new software release
Improvements:
- Galileo offers now a possibility to create and use the concept of modal dialogs. A modal dialog is a special screen, covering only a part of the screen, which must be confirmed by some user action.
- With Galileo 8 it was a common "hack" to set the screen background to transparent and achieve in this way a kind of "dialog" behavior.
- Until Galileo 10.4, the User Controls had always a fixed size. That means, User Controls could be used everywhere in the project but always just in the same size. This limitation does now no longer exists.
- Very similar to the already available "Tag Table" there is now the "Screen Table" available as well: It gives a proper overview of all the screens and their settings. Also, if the settings are configurable, you can change them right here in this table
- The "else if" statement is available, making it possible to write better readable code without nesting too many "else" followed by "if" statements.