getOpenFileName Bug???
- Posted by Aisander at aol.com Aug 27, 2002
- 419 views
--part1_10.24090064.2a9d14d9_boundary Hello, on my first euphoria-project, I stumbled into a problem, which I could not solve. Perhaps someone on the list could help me? I use Win32Lib v. 057.9 and copied following code from the manual into my project ZIP_Dateien = getOpenFileName( Window1, "", { "Dialog Flags", {OFN_ALLOWMULTISELECT},"ZIP-Dateien", "*.ZIP", "All Files", "*.*" } ) to get multiple Files from the open-dialog. It works perfect for a small amount of files, eg. 15 or so. If I mark more (eg. 30), then the routine returns nothing (win 2000) or some strange signs (win 98). Is this a bug? Andreas Perband --part1_10.24090064.2a9d14d9_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit <HTML><FONT FACE=arial,helvetica><FONT SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="2">Hello,<BR> on my first euphoria-project, I stumbled into a problem, which I could not solve. Perhaps someone on the list could help me? <BR> I use Win32Lib v. 057.9 and copied following code from the manual into my project<BR> <BR> ZIP_Dateien = getOpenFileName( Window1, "", { "Dialog Flags", {OFN_ALLOWMULTISELECT},"ZIP-Dateien", "*.ZIP", "All Files", "*.*" } )<BR> <BR> to get multiple Files from the open-dialog. It works perfect for a small amount of files, eg. 15 or so. If I mark more (eg. 30), then the routine returns nothing (win 2000) or some strange signs (win 98). Is this a bug? <BR> <BR> Andreas Perband<BR> --part1_10.24090064.2a9d14d9_boundary--