Hi all,

I'm just getting familiar with Pivot. I'm having trouble setting a main
frame size when running a test desktop app.

I can size the content to it's preferred size or maximize it to the
frame, but I'm having trouble sizing the frame itself.

It always seems to be one size (much larger than I need).

I would like to size the frame to be match the content, or just set it's
initial size.

For instance when run as an applet you may use [width="160" height="80"]
in the applet tag for the window size.

I've tried [width="160" height="80"] in the window tag of the wtkx file.
No Joy.

I've tried window.setPreferredSize(160, 80) before and after
[window.open(display);] in the java startup method. Still no joy.

Thanks,

Carl



Reply via email to