GLBasic forum

Main forum => Bug Reports => Topic started by: D2O on 2009-Apr-06

Title: Konsolenanwendung kann kein Filerequest.
Post by: D2O on 2009-Apr-06
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
Title: Re: Konsolenanwendung kann kein Filerequest.
Post by: Moru on 2009-Apr-06
I would be happy with this possibility too :-)
Title: Re: Konsolenanwendung kann kein Filerequest.
Post by: Kitty Hello on 2009-Apr-06
OK, next version.