Konsolenanwendung kann kein Filerequest.

Previous topic - Next topic

D2O

Hi, ich m?cht aus einer Konsole das Filerequest$() ?ffnen.
Das geht aber nicht, es wird einfach Ignoriert :(
In einer "normalen" GLB anwendung geht es.

Code (glbasic) Select

GLOBAL mycache$
GLOBAL count# = 10
mycache$ = FILEREQUEST$(TRUE,"cache.ini|*.ini|All|*.*")


WHILE count <> 0


STDCOLOR RND(14)+1,0

STDOUT "\n"+"\t"+"\t"
STDOUT count+"\n"+"\t"+"\t"

STDOUT "\a"
SLEEP 500
STDOUT "\a"
SLEEP 500
DEC count,1



WEND
I7 2600K; 8 GB RAM ; Win10 Pro x64 | NVidia GTX 750 TI 2048MB ; Realtec OnBoard Sound;
Lenovo ThinkPad T400: XP Pro
GLB Premium-immer Aktuell

Moru

I would be happy with this possibility too :-)

Kitty Hello