[Logo] OLD FORUM - Use new one: https://www.CaptainCasa.online/forum
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Open Popup maximized  XML
Forum Index -> Development
Author Message
rspiller

Power User

Joined: 20/04/2012 07:37:01
Messages: 59
Offline

Hi,

i am desperately trying to open a Popup in full size.
Is there any API-Method to do so?

My current attempt dont work:
Code:
 		this.popupUI = (BrowserPopupUI) dispatcher
 				.getDispatchedBean(BrowserPopupUI.class);
 		this.popupUI.setMyController(this);
 		popupInstance = dispatcher.createModalPopup();
 		popupInstance.open("/browserPopup.jsp", title, 0, 0, this);
 		popupInstance.maximize(true);
 		this.popupUI.customMethod();
 


I found the Maximize attribute, but setting it like above dont affect the size in any way.

greetz
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5555
Offline

...we can reproduce this...
Just checking...

Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5555
Offline

...we can reproduced + fixed the problem.

Please note: the popup is sized to the current screens maximum dimensions - you can set back to its original size by calling maximize(false).

This is NOT the full screen mode of "frame windwos" (popups in their normal form are dialogs, not frames - e.g. they do not have a representation in the task bar etc.).

Thanks +
Regards!
Björn

PS: the fix will be in the corrected version of today's update...

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team