scriptui palette window
hi everyone!
for an indesign script I want to have a palette window with sliders to be able to change certain values and instantly observe the results. but right at the start I ran into trouble.
a simple script like
var window = new Window("palette", "title");
var result = window.show();
will work in the extendscript ide or in bridge, but not in indesign! (all cs3, windows)
a normal dialog window works though.
I think the documentation somewhere mentions that photoshop doesn't support palette windows, but nothing is said about indesign -- that's why I assumed that it should actually work.
any ideas?
thanks!
w
