Re: IceDesign (New) modern GUI designer
Posted: Sun Sep 05, 2021 8:26 am
If you add a resizing flag to each gadget, i will start implementing the resize functions as opensource gpl project. Just add a flag for each gadget how it should behave in case of resizing the window. Either "static, resize or move". In combination with the anchoring flags, that should handle all cases.ChrisR wrote: Sun Sep 05, 2021 2:20 amNice, certainly, I note the idea but I guess it will be quite far down in the queue.Caronte3D wrote: Sat Sep 04, 2021 9:11 pm An huge improvement would be a grid like system to get a functionallity similar to Dialogs where all the gadgets scale, spread fiting it when the window is scaled. I know It's more code than design , but... would be very nice![]()
It's probably best to use DialogDesigner for this![]()
Each time the window is resized, the resize calculation will be triggered to reposition / resize all gadgets. The routines will be written in purebasic, so it should be fully crossplatform. I was already considering a GUI designer as next project just to achieve that.