Atozed Forums
IntraWeb Bootstrap and TFrame - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IntraWeb Bootstrap and TFrame (/thread-2846.html)



IntraWeb Bootstrap and TFrame - jindrich.volek - 08-20-2022

Hi
I am at the start of developing intraweb bootstrap application. It should have about 8 pages with the same menu in the header. Do you think that it's good idea to use one frame with menu for each page, so the menu its going to be same for each page (it loads to TFrame)?
Thanks, Jindrich

Menu = IWBSNavBar+IWBSNavBarHeader+IWBSNavBar+IWBSNavBarCollapse


RE: IntraWeb Bootstrap and TFrame - Alexandre Machado - 08-22-2022

Yes, in general it is a good idea to keep the common areas of pages as TFrames. The other way to do it is having a single page which contains the common parts and have the "different" parts in frames. It really depends on your page organization and layout, but both work.

I particularly don't like frames, not because they are bad, but because of the way they work inside the Delphi IDE at design time.

I think in either case, it is better if you create the frames at runtime. In the end, it works better at design time.