requestfile crashes when displaying a tooltip...

BlitzMax Forums/BlitzMax Beginners Area/requestfile crashes when displaying a tooltip...

koekjesbaby(Posted 2005) [#1]
For Local i = 1 To 5
	Local filename:String = RequestFile( "Open image...", "PNG files:png;All files:*",False)
Next

if i execute the above code, then hover over a file until a tooltip appears, select the file, press open and do the same when the next filerequester appears; blitzmax generates a "Unhandled Exception: Unhandled Memory Exception Error"

am i doing something wrong? or is this a bug?

thanks!

ps. this happens with the windows version (1.10), not on the os x version (1.10)...


tonyg(Posted 2005) [#2]
It seems to work OK here on winxp sp2 with 1.10


Perturbatio(Posted 2005) [#3]
no problems here either (WinXP SP2, BMax 1.10)