@doubleslashdesign & 3DreamsGaming:
sorry, the list widgets ‘parentList’ feature was not mentioned in the docs, this has been fixed now. If you add a property field named ‘parentList’ to your data list, the list widget will display the back button. When tapped, the list widget will switch back to the list specified as the ‘parentList’.
Again, sorry for not providing this info in the docs (although it was explained in the list sample codes).
NEW WIDGET CANDY VERSION 1.0.5 AVAILABLE
WHAT’S NEW?
* Fixed switch widget issues: toggleState could not be set to true programmatically. Also fixed a display issue when textAlign of a switch was set to ‘right’.
* Added property ‘sensitivity’ to the drag button widget. Use this property to specify the sensitivity (speed) at which the value increases or decreases when the button is dragged. As higher this value as faster the value change. Default value is 0.05. Good values are from 0.02 (low sensitivity) to 0.1 (high sensitivity).
* New command: GUI.NewImage(ImageHandle, Props) - Add any image that can be used like a GUI object, for example added to a window. Image objects can receive onPress, onRelease and onDrag events (if you defined the appropriate listener functions). As with all widgets, you can also apply a border or a drop shadow by specifying the border property when creating the image (see common widget properties). For more info, refer to the updated manual (section ‘Images’) and check out the new sample ‘Images’ in the samples list (section ‘Other Widgets’).
* New command: GUI.SetTheme(‘ThemeName’, applyNow, color) - Can be used to set the GUI’s default theme to be automatically applied to every new widget then, so you don’t need to specify the theme for each individual widget. You can also use this command with the ‘applyNow’ flag set to true to realtime-change the theme of all existing widgets, too. See updated manual (‘SetTheme’) and the updated ‘Theme Tester’ sample code.
* Slider updated: new property ‘alwaysShowBubble’. If specified and set to ‘true’, a slider’s text bubble will always be visible.
[import]uid: 10504 topic_id: 25953 reply_id: 110253[/import]