Prompet Input Text

Started by Hardcoal, November 05, 2017, 05:11:32

Previous topic - Next topic

Hardcoal

Hi.. How can I prompet a request for a Text input..
Like when using Confirm.. it halts the program and waits for Input..
I cant use maxgui.. I need a native window Request..
because im using Xors3D

Thanks in Advance
Code

degac

Hi

sorry but if you can't use MaxGUI and you want a 'native' OS window... I see a lot of problems!
Quick solution: use a not OS GUI interface (=running in graphics mode, in this case in Xors3d)
If there's a problem, there's at least one solution.
www.blitzmax.org

Derron

If you can't use maxgui, try wxmax?

Or even better: state why you can't use maxgui - some interference with the canvas or so?


bye
Ron

markcwm

#3
In Brl.System there is Notify/Proceed/Confirm or you can use user32.dll MessageBoxA for a Win32 only simple prompt window, and if you really can't use MaxGUI there is an advanced Win32 GUI example by Vertex.

Hardcoal

yea derron i think last time ive tried there was interference with the canvas ..
Ill check all options that you guys gave me.
Thanks
Code