DinoIDE v1.2.0-b3
Latest integrated DinoCode changes:
-
Recursive calls for block interpretation were optimized a little more
-
Optimized the Input/Option functions and changed the constant checking of events when pressing any key (0x100) in response to ENTER to the default preset of the OK button
-
The implementation of the Gui function was optimized and improved for faster response and correct encapsulation of information. GUI variables are NO LONGER always defined globally within DinoCode; instead, the GUI function must now be requested to return them.
-
GuiControlGet function now defines its resulting variables locally
-
New MultiCheck function to allow the selection of multiple options at once
DinoIDE changes:
-
Added examples of using Input/Option/MultiCheck in the Examples/BUILT-IN/1__USER_SELECTION.config tab
-
New BUILT-IN (GUI) tab with more detail on the use of the inherited Gui, GuiControl and GuiControlGet functions