cancel
Showing results for 
Search instead for 
Did you mean: 

Ugly scroll bars in 'popup_to_confirm'

former_member324981
Discoverer
0 Kudos

Hello,

I am using:

if_wd_window_manager->create_popup_to_confirm

to create a popup and this works fine without 1 exception: the popup is too small and therefore ugly scroll bars appear. I tried to increase the window size by setting the parameters window_width/height e.g. as 300 (assuming this are pixel), but got no effect. The data type of these parameters is 'string' so probably my assumption is wrong. I did not find docu for that. Did anybody succeed to use these parameters and how did it work?

Thank you for help!

Best regards,

Frank

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member324981
Discoverer
0 Kudos

Thank you, Sergio!

SergioFerrari
Active Contributor
0 Kudos

Hi Frank,

have a look to Thread:

As you can see there is not yet a way to set the Popup size.

You have to find the good combination of fields and length in order to get a nice UI.

The WDA engine try to set the best size, help it...

Sergio