Custom Query (3931 matches)
Results (397 - 399 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1700 | Completed | Synchronous ObjEvent | ||
| Description |
With reference to IE Events in particular, synchronous events would open a number of useful avenues - esp. acting / capturing new window / file download initiation etc. I apologise if this would require multi-threading (which I know won't be considered) - i wasn't sure. |
|||
| #2153 | No Bug | Program speed | ||
| Description |
My programs are running good when compiled with version 3.3.6.1 on a Winodows XP Pro system. But compiled with version 3.3.8.1 the programs are running very slow, at least a factor 50 slower. I did not test it on the version 3.3.8.0. ??? |
|||
| #3637 | Fixed | _ArrayDisplay : error when Array is empty and Range parameter exists | ||
| Description |
#include <Array.au3> Global $aHistorique[1][10] = [[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]] _ArrayDisplay($aHistorique, "Title 1") ; shows 1 row (ok) _ArrayDelete($aHistorique, 0) _ArrayDisplay($aHistorique, "Title 2") ; shows no row (ok) _ArrayDisplay($aHistorique, "Title 3", "|5") ; blocking error Script stops and Console shows : "C:\Program Files\AutoIt3\Include\ArrayDisplayInternals.au3" (343) : ==> Variable subscript badly formatted.: $vTmp = $aArray[$i][$j] $vTmp = $aArray[ ERROR
If the Array had one dimension only, the same error would happen at line 345 => $vTmp = $aArray[$i] A display of the variables shows that $i = -1 in both cases. |
|||
