Scale popup window

Find and share HowTos to various installations / configurations!
9 posts • Page 1 of 1
kusey
Posts:15
Joined: Wed May 04, 2011 3:27 pm

Scale popup window

Post by kusey »

is possible to scale a popup window?

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Scale popup window

Post by mkoller »

only by using a larger font

Gertjan van Schijndel
Posts:634
Joined: Mon Aug 02, 2010 10:37 am

Re: Scale popup window

Post by Gertjan van Schijndel »

Which popup window do you mean? Could you post a screenshot of the popup?

kusey
Posts:15
Joined: Wed May 04, 2011 3:27 pm

Re: Scale popup window

Post by kusey »

I mean a child panel, not tooltip

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Scale popup window

Post by mkoller »

I thought you meant a popup (popupMenu, popupMenuXY).
But then I'm not sure what you mean.
If you mean if the user is allowed to resize a child panel window, then this is only allowed if the panel uses a layout,
else it's fixed size (just per definition).

kusey
Posts:15
Joined: Wed May 04, 2011 3:27 pm

Re: Scale popup window

Post by kusey »

I need to open the child panel (use ChildPanelOn or same functions) with a scale different from 1, for example 0.9 or 0.8. Is it possible?

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Scale popup window

Post by leoknipp »

No, it is not possible to open a child panel wtih a defined zoom factor.
If you use the config entry initialZoomFactor all panels are opened by default with that zoom factor.

Best Regards
Leopold Knipp
Senior Support Specialist

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Scale popup window

Post by mkoller »

If you like to have a specific panel always using a scale factor, then you can define this factor in the attribute editor in gedi for this panel, which will also be used when it's opened as child panel.

ahti
Posts:6
Joined: Tue Jan 07, 2014 9:12 am

Re: Scale popup window

Post by ahti »

I was looking for a solution on the same topic. And this is what I came up with.

Create a new panel with "start zoomfactor" for example 0.5, and with embedded module on it. Then open this new panel as child panel, pass desired panel name as dollar-parameter and open desired panel on new panel's embedded module. It will be fixed size popup, but it can be any size and no changes are needed to original panel.

9 posts • Page 1 of 1