Give us feedback
mobilecolorpicker
Mobile icon

MobileColorPicker

Stable version 1.0.1 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 30 May 2018 by 
5.0
 (1 rating)
mobilecolorpicker

MobileColorPicker

Documentation
1.0.1

HOW TO INSTALL AND USE THE WIDGET 

  • Install the component in your environment.
  • In the your mobile app add a dependency to MobileColorPicker from the CustomPattern UI flow
  • Drag the widget to your screen screen from the Interface tab:
  • Add a local variable of type Text to your screen called SelectedColor 
  • Add a new OnChange EventHandler on the widget
  • In the EventHandler assign the ColorHex output parameter to SelectedColor
  • Drag the SelectedColor on your screen, an expression widget is added that will show the selected color code.


IMPORTANT NOTES

If you want to debug/test the widet in your pc chrome browser, you will have to go to 'fullscreen' mode by pressing the expand button.

Now you can test the widget