Guest User

Untitled

a guest
Aug 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ColorPicker not editable in Form -> FormItem
  2. ti = new ColorPicker();
  3.  
  4. ColorPicker( ti ).selectedColor = TAColor( _spec[ key ].value ).color;
  5.  
  6. formItem.addElement( ti );
  7.  
  8. PopUpManager.addPopUp(...);
  9.  
  10. ti = new Group();
  11. Group( ti ).addElement( new ColorPicker() );
  12.  
  13. formItem.addChild(ti );
  14.  
  15. formItem.addElement(ti );
Add Comment
Please, Sign In to add comment