Custom Query (3933 matches)
Results (418 - 420 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3663 | Completed | documentation for AdlibRegister() | ||
| Description |
The documentation for this function should point out, that the fist call of the registered function is not immediately, but after the specified delay time. Suggestion: [snip] Remarks Every 250 ms (or time ms) the specified "function" is called. The first call is not immediately, but after that time. Typically used to check for unforeseen errors. For example, you could use adlib in a script which causes an error window to pop up unpredictably. Example code, showing that the first call is *AFTER* the specified intervall: $start=TimerInit() AdlibRegister("TestFirstRun",10*1000) while 1
WEnd MsgBox(0,"The End","After " & Round (TimerDiff($start)/1000,3) & " seconds.") Func TestFirstRun()
EndFunc |
|||
| #2341 | No Bug | dllcall() function causes GUI hang. | ||
| Description |
When the called dll function is working for a long time, GUI window title sets to "Not responding" and it stops interacting with a user. Only when the function exits, the interface starts working properly. |
|||
| #3219 | No Bug | dllCall cause error with SetupDiEnumDeviceInfo | ||
| Description |
When i use dllCall with a C dll return a error 6 with SetupDiEnumDeviceInfo. But if i use same dll with a C software it work. Attache examples. |
|||
