Text only
|
Text with Images
GLBasic forum
Main forum => GLBasic - en => Topic started by: MrPlow on 2017-Jan-03
Title:
DDgui dialogs showing together
Post by:
MrPlow
on
2017-Jan-03
My DDgui is showing my two dialogs with one in back and selected in front - I cant remember how to only show 1 dialog each time?
Any ideas?
Title:
Re: DDgui dialogs showing together
Post by:
MrPlow
on
2017-Jan-06
Doh!!!
Solved all I had to do was change
DDgui_show(FALSE)
to
DDgui_show(TRUE)
Text only
|
Text with Images