GLBasic forum

Main forum => GLBasic - en => Topic started by: Qedo on 2017-Feb-18

Title: DDGUI absolute positioning
Post by: Qedo on 2017-Feb-18
Hello to all
I wanted to write a simple rate and banking calculator by using DDGUI.
I found big problems to place text input and widget because of its relative positioning of the controls.
So I slightly modified the code DDGUI adding 7 lines of code.
I can now precisely place where I want DDgui_widget DDgui_numbertext DDgui_text DDgui_button.
Only tried with these.
if anyone is interested I will send the code
ciao
Qedo
Title: Re: DDGUI absolute positioning
Post by: Moru on 2017-Feb-19
Just post the code in the forum for DDGUI, I'm sure someone has use for it:
http://www.glbasic.com/forum/index.php?board=30.0
Title: Re: DDGUI absolute positioning
Post by: Qedo on 2017-Feb-19
thank you.
I will post there
Title: Re: DDGUI absolute positioning
Post by: erico on 2017-Feb-20
Yep, some may use it in the future.
Title: Re: DDGUI absolute positioning
Post by: Qedo on 2017-Feb-21
Moved in the DDGUI Forum
Ciao
Qedo