Form resizing dynamically

Hi,

following Scenario:

I filled an HTML_AREA with thumbnails of images. When clicking one of the thumbnails a new form with an HTML_AREA opens up for a detailled view of the Image.
In order to resize the HTML_AREA depending on the Size of the Image i have two VAR with Width and Height.
Resizing the HTML_AREA dynamically with “elements” is working fine. Is there anything for the Form itself like “setSize” or something?

Thanks.

Regards,
Christof

Hi Christof,

you can anchor the html_area on the form, you can just open a form in dialog with the correct dimensions.
This way you don’t have to set any of the dimensions on either the html_area/form.

Hope this helps.