>>>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.
>With this I means the ability for an application to not be obscured by
>any other application running on the PC, like the Task manager in
>Windows (by default) always on top on any other window on the desktop.
>I don't think we currently have this feature, but if we have, better :-) ...

OK. This is not currently supported, but we could certainly add a startup 
property to DesktopApplicationContext that would delegate to AWT's 
Window#setAlwaysOnTop() method:

http://java.sun.com/javase/6/docs/api/java/awt/Window.html#setAlwaysOnTop(boolean)

>>>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.
>Yes, could be a safer default, or maybe implement a sort of icon form
>any minimized frame but I don't know if this is complex to write in
>pivot ...

It's not so much that it is complex, but that there isn't currently a strong 
use case for it. However, there may be more justification for adding it in 
Pivot 2.0, 3.0, or later...


Reply via email to