[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 
Autosizing of PopUps  XML
Forum Index -> Development
Author Message
mreich

Power User
[Avatar]

Joined: 30/01/2009 08:34:23
Messages: 750
Offline

Hi,

is there an example for the new feature? I tried in my app, but I doesn't work?

Code:
 m_popup = getWorkpage().createModalPopupInWorkpageContext();
 m_popup.open(Constants.Page.LABELCHANGEPOPUP.getUrl(), "Label ändern",0, 0, this);

Markus
[WWW]
CaptainCasa

Power User
[Avatar]

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

...no example is contained in the demo workplace.

If the result is a "very small popup" - then check the scrollpane constellation. (ROWBODYPANE implicitly contains a scroll pane). The minimum size of the page to be opened is checked - and the minimum size of a scroll pane is "very small", even though its content might be very big.

Björn

Björn Müller, CaptainCasa GmbH
mreich

Power User
[Avatar]

Joined: 30/01/2009 08:34:23
Messages: 750
Offline

you're exactly right, I tried it with a ROWBODYPANE

Markus
[WWW]
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team