GLBasic forum

Codesnippets => DD-GUI => Topic started by: kanonet on 2012-Feb-28

Title: DDcreator
Post by: kanonet on 2012-Feb-28
If you like using DDgui in you project, but dont like to code the gui manually, this is what you need! You can just click your gui together and edit/position your widgets fast. If your gui is complete, just save it into a file. You still need to know how DDgui works, but it will save you some time and make it easier to create your gui.
Its all written in GLBasic and DDgui, so you can run it on any platform and expand it easily. If you fix some bugs, or add some features, please share them with use! ;)

How to use:

Screenshots:
(http://s14.directupload.net/images/120228/temp/tpnegrfr.png) (http://s14.directupload.net/file/d/2814/tpnegrfr_png.htm)    (http://s14.directupload.net/images/120228/temp/z3s4on5m.png) (http://s14.directupload.net/file/d/2814/z3s4on5m_png.htm)    (http://s7.directupload.net/images/120228/temp/xyyjsihy.png) (http://s7.directupload.net/file/d/2814/xyyjsihy_png.htm)

If you like this or have any suggestions/question/criticism, please give me feedback.

Regards,
Kanonet

You always find the latest version on my website: http://www.kanonet.de/downloads/ddcreator

[attachment deleted by admin]
Title: Re: DDcreator
Post by: MrTAToad on 2012-Feb-28
Now that could be useful!
Title: Re: DDcreator
Post by: fuzzy70 on 2012-Feb-28
Quote from: MrTAToad on 2012-Feb-28
Now that could be useful!

Am having the same thoughts  :D

Lee
Title: Re: DDcreator
Post by: mentalthink on 2012-May-20
Kanonet this it´s very powerfull tool!!! thanks a lot !!!  :nw: :nw: :nw:

Title: Re: DDcreator
Post by: spicypixel on 2012-Aug-27
This would be really really cool if I could actually drag the widgets around ?????
Title: Re: DDcreator
Post by: kanonet on 2012-Aug-27
I agree, but thats not the way how DDgui is made. In DDgui is no way to position a widget globally on a position. All widgets are just positioned local, relative to other widgets. So it would be possible to fake a global position by automatically inserting spacers - but when you later position an other widget above or before this widget you will move the 1st widget unexpectedly. This is just how DDgui works, you need to design it from top-left to bottom-right, line by line. If you want to move widgets around you need to place spacers (or other widgets) before and above them.
Title: Re: DDcreator
Post by: spicypixel on 2012-Aug-28
Quote from: kanonet on 2012-Aug-27
I agree, but thats not the way how DDgui is made. In DDgui is no way to position a widget globally on a position. All widgets are just positioned local, relative to other widgets. So it would be possible to fake a global position by automatically inserting spacers - but when you later position an other widget above or before this widget you will move the 1st widget unexpectedly. This is just how DDgui works, you need to design it from top-left to bottom-right, line by line. If you want to move widgets around you need to place spacers (or other widgets) before and above them.

Only looked at DDGui the other day so forgive my ignorance :)