Hi,
Perhaps this isn't too complicated, but I can't come up with a quick answer tonight… I have a parameters object I'm using together with an Action, so it is shown in a popup window, using the new style in the 12.1 web application. One of the elements of the parameters comes up as a combo box, which pops open - and unfortunately the popup window doesn't have enough room for the combo box popup, so that suddenly a scroll bar is displayed when the combo box opens. This looks rather crazy.
What would you suggest to allow me to specify a greater height for the popup window than what is allocated automatically, in order to make room for the combo to pop open without the scrollbar issue?
Thanks
Oliver
Oh, I should perhaps clarify - I know I can achieve this by creating a controller and set the size and all that. I only thought there was perhaps an easier way. It also seems to me that before 12.1 I wasn't having the same problem, possibly because the windows that were used then didn't restrict the display of the combo box… or something. Anyway, something more direct than writing a special controller is what I'm looking for…