Page 1 of 1

Increase window height runtime.

PostPosted: Fri Jul 29, 2011 9:24 am
by tysonj
Hi friends, :)

I am not find a way to increase the height of the window if any search result is found....like before I used
Code: Select all
application.setWindowSize(650, 145 + 400,'search')
was used to increase the height of a specific window .

But now I don't find any method to do that...and yes the setInitialBound sets the window dimension for the first time but what if I want to change the dimension later.. :?:

Re: Increase window height runtime.

PostPosted: Fri Jul 29, 2011 10:59 am
by lvostinar
In Servoy 6.0 there is a window.setSize (which also works in web client)