[Gambas-user] file list in combobox

Peter Russell spitzz992000 at ...43...
Wed May 3 09:40:21 CEST 2006



Benoit Minisini <benoit.minisini at ...2...> wrote: On Tuesday 02 May 2006 19:54, Peter Russell wrote:
> Hi all
>  Using Version 1.0.15
>
>  I actually resolved this but thought it may be an issue worth commenting
> on.
>
>  I had the following code in my program for getting a number of files from
> a directory with the extension ending in .z and then removing the
> extension. *****************
>    sFiles = Dir("players", "*.z")
>
>    cboxPlayers.Clear
>
>    FOR EACH sFile IN sFiles
>      sName = Split(sFile, ".")
>      cboxPlayers.Add(sName[0],i)
>      INC i
>    NEXT
>  ***********************
>
>  This ran fine until I created the exexcutable file where it crashed in
> this routine
>

What crash *exactly* ?

-- 
Benoit Minisini

 Hi Benoit
   
 The program stopped responding and after about 30 secs I got an error msg which when I clicked ok it killed the stalled program. I will recreate the error if you wish and send you a pic of the error msg. Give me an hour or so though.
   
 Regards Pete
 


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Gambas-user mailing list
Gambas-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


		
---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20060503/a5cbcbec/attachment.html>


More information about the User mailing list