New to DDGui

Previous topic - Next topic

ampos

I have see the DDGui thing, and I am a bit lost... here is my sample program

Code (glbasic) Select
ddgui_pushdialog(0,0,100,100,0)
repeat
   ddgui_show(0)
   if inkey$="t"
      t$=ddgui_input$("Test")
      debug t$
   endif
   showscreen
until t$="fin"


Of course I am making it wrong, as I can not see anything working... any help?

MrTAToad

Have you got a suitable font loaded (something dark) ?

Kitty Hello

ddgui_input can be used as a replacement to INPUT. No need to pushdialog or anything.