Hi all.
with this program in WINCE the position of the INPUT carret is incorrect.
Instead of positioning at the 150 x position is placed at position 0.
Any idea?
PRINT "Name:", 0, 0
INPUT name$, 150, 0
CLEARSCREEN
PRINT "Name: " + name$, 0, 50
SHOWSCREEN
MOUSEWAIT
Yes, indeed - post a bug report.
input on WindowsCE is not a good think I think. Does it work at all?
Try DDgui_input$() instead, using the DDgui framework.
Yes, it seems to work with a little keypad display at the bottom.
Mind you, you dont always want to include DDGUi al the time - and just use INPUT for simple things.