I have looked at the TerraframeSkin, there is no specific plug points where i can plugin the code for Maximize button functionality at the Customization skin without touching the Pivot code.

By the way , Dont you think this a bug from API perspective that Max limits are not considered?

Thanks and Regards
Pavan

On Sunday, 11 December 2011 8:51:09 AM, Chris Bartlett wrote:
On 11 December 2011 04:33, pavan vadavalli<[email protected]>  wrote:
Hi,
I have tried to set the Height and Width limits for  a Frame.
But when i click on the Maximize button , these limits are not considered
and the Frame is expanded to the limits of Display.

Is there any other way to limit this?

Basically i was trying to restrict the length and width of the Frame to not
to cross a specific components limits.

Thanks and Regards,
Pavan

As you noted, Pivot's built in maximized Window functionality won't help you.

You should be able to override the behaviour of the maximize/minimize
button and run some custom code to resize/relocate the Frame according
to your specific requirements.

The source for the default Frame skin is here
http://svn.apache.org/repos/asf/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFrameSkin.java

Chris

Reply via email to