-
Extendscript: tabbedpanel
Hi All,
I’m trying to use tabbedpanels as part of an extendscript inside a stand alone window, but the tabs across the top of the panel appear so small that it’s impossible to click on them.
They work fine in CS6 but become unusable in CC 2014 above. Can anyone offer any advice.
Thanks,
StephentheWindow.tp = theWindow.add ('tabbedpanel', [25, 25, 1540, 800]);
theWindow.tp.t1 = theWindow.tp.add('tab',[25, 25, 1540, 800], '0. How To');
theWindow.tp.t2 = theWindow.tp.add('tab',[25, 25, 1540, 800], '1. Majors');
Sorry, there were no replies found.