I have see the DDGui thing, and I am a bit lost... here is my sample program
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?
Have you got a suitable font loaded (something dark) ?
ddgui_input can be used as a replacement to INPUT. No need to pushdialog or anything.