>I'd like to know if it's possible to hide some of Frames Buttons (for
>both main frames and internal frames).
>
>For example, in some cases I don't want the minimize button, other
>time not the maximize, and others not the close button.

Yes, TerraFrameSkin supports this:

http://incubator.apache.org/pivot/1.3/docs/api/org/apache/pivot/wtk/skin/terra/TerraFrameSkin.html

>And the same for the resizable attribute, sometimes I don't want this ...

Also supported.

>For the main frame could be useful another attribute, like
>alwaysOnTop, to ensure the main window will not be under some other
>window when the application is running, what do you think ? In some
>kind of applications could help ... I think it's also a multi-platform
>feature.

This is also supported - any owned windows always remain on top of their owner.

>Ah, one last thing:
>I've seen that in many test/samples when i minimize an internal frame,
>it disappears ... is it right ?

Yes. In order for it to "go somewhere", you would need some sort of desktop 
window manager, which we don't currently provide. Our long-term plan is to 
consider something like this for a later release, possibly v3.0.

It does make me wonder if we should hide the minimize button by default, though.

Reply via email to