AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Folder selector...

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
DJAnonimo



Joined: 10 Sep 2006
Posts: 157

PostPosted: Fri Apr 06, 2007 1:18 am    Post subject: Folder selector... Reply with quote

Hi,

since FileSelectFolder got problems with a Timer activated i want
to use and alternative made in AHK.

Something like "FileSelector quasi-control using TreeView"
http://www.autohotkey.com/forum/viewtopic.php?t=10180&highlight=folder+selector

Anyone already did the function ?

Thanks in advance
Back to top
View user's profile Send private message MSN Messenger
polyethene



Joined: 11 Aug 2004
Posts: 5248
Location: UK

PostPosted: Sat Oct 25, 2008 10:56 pm    Post subject: Re: Folder selector... Reply with quote

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.
_________________
GitHubScriptsIronAHK Contact by email not private message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
DJAnonimo



Joined: 10 Sep 2006
Posts: 157

PostPosted: Sun Oct 26, 2008 12:24 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group