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)...