Hello,

i have very long (time consuming) For loops and my app is frozen until 
loop is finished.

for example i wget urls with a custom Sub which Shell("wgetURLS.sh") To 
sOUTPUT

   'get urls
   For i = 0 To iDepth
     wgetURLS(i * 10)
   Next

Public Sub wgetURLS(iStart As Integer)
.....

Shell("wgetURLS.sh") To sOUTPUT

.....

--------------

Is there possible to set the gui idle and the same time run For...loops?


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to