| View previous topic :: View next topic |
| Author |
Message |
DJAnonimo
Joined: 10 Sep 2006 Posts: 157
|
|
| Back to top |
|
 |
polyethene
Joined: 11 Aug 2004 Posts: 5248 Location: UK
|
Posted: Sat Oct 25, 2008 10:56 pm Post subject: Re: Folder selector... |
|
|
| DJAnonimo wrote: | | since FileSelectFolder got problems with a Timer activated | What problems? You can invoke FileSelectFolder and still have a timer going on in the background. _________________ GitHub • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
DJAnonimo
Joined: 10 Sep 2006 Posts: 157
|
Posted: Sun Oct 26, 2008 12:24 pm Post subject: |
|
|
I reported it to Chris long time ago, he documentated it as Known limitation.
| Quote: | Known limitation: A timer that launches during the display of a FileSelectFile dialog will postpone the effect of the user's clicks inside the dialog until after the timer finishes. To work around this, avoid using timers whose subroutines take a long time to finish, or disable all timers during the dialog:
Thread, NoTimers
FileSelectFile, OutputVar
Thread, NoTimers, false |
|
|
| Back to top |
|
 |
|