Search found 2 matches
- October 15th, 2013, 10:41 am
- Forum: Scripts Discussion
- Topic: Add a Slider and an Expression to the selected Properties?
- Replies: 4
- Views: 18486
Add a Slider and an Expression to the selected Properties?
I'm having some problems with my code, I setted up the GUI. Now I'm trying to add an expression to the selected properties of a layer an also 2 Slider Control. The button works because I did some tests but the function doesn't work :( myPanel.grp.myTabbedPanel.myTab2.wiggleButton.onClick = function ...
- October 10th, 2013, 7:26 am
- Forum: Scripts Discussion
- Topic: Need help setting up a UI
- Replies: 1
- Views: 9635
Need help setting up a UI
Hi everyone! I'm trying writing a script with at the top a tabbed panel and at the bottom a text line with my copyright, the problem is that when I run the script, the text appears ON the tabbed panel, this is my code UI: res = "group{orientation:'cloumn', alignment:['bottom', 'top'],\ myTabbed...