Is there a way to programmatically raise a minimized window in the smart client?
I've been using win.toFront() but haven't found a way to show it again, once it is minimized by the user.
thanks!
--Joe.
Servoy 7.4.8
plugins.window.maximize()
var
wWindow = application.getWindow(sWindowName),
iScreenHeight = application.getScreenHeight(),
iScreenWidth = application.getScreenWidth();
wWindow.setSize(iScreenWidth, iScreenHeight);
Users browsing this forum: No registered users and 8 guests