Posts: 79
Threads: 23
Joined: Feb 2022
Reputation:
1
Location: Melbourne
11-21-2024, 03:09 AM
(This post was last modified: 11-21-2024, 10:33 PM by iwuser.)
Trying to fit a frame into a flex template page design, I cannot see how to prevent the frame from rendering its size. As a result, it shows smaller than the size of div above, using design-time width.
"Align" does nothing to help.
Is it possible to stop frames from rendering their sizes?
Posts: 79
Threads: 23
Joined: Feb 2022
Reputation:
1
Location: Melbourne
Or if it's not possible, what's the best practice for a multi-form design with a Template (i.e.: without using Frames)?
I can have multiple forms using the same template, but on change the screen refreshes and I have to maintain shared menu state. I was hoping to have a single Form, which would basically handle the menu and switch frames, but that isn't working the way I wanted it to.
Or can forms be rendered inside a Region on the main form instead? Or should I use Tabs instead (would probably look too busy)? Or create all contents dynamically, without resorting to any frames (probably too much pain to develop)?