DQuick a GUI Library (prototype)

Jacob Carlborg doob at me.com
Wed Aug 21 08:14:19 PDT 2013


On 2013-08-21 14:19, Flamaros wrote:

> D syntax isn't an issue. We want do a GUI editor that can generate and
> parse GUI files.
>
> We need take a deeper look to your proposition.

Ok, then you don't need that complicated solution I gave you. In the GUI 
editor just serialize the widgets you have in memory to XML or some 
other suitable format. When the GUI editor opens a GUI file just 
deserialize and the widgets will be restored, hopefully :). I guess this 
is basically what Xcode/Interface Builder does.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list