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
