AutoHotkey Community

It is currently May 26th, 2012, 11:03 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Folder selector...
PostPosted: April 6th, 2007, 2:18 am 
Offline

Joined: September 10th, 2006, 1:41 pm
Posts: 157
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Folder selector...
PostPosted: October 25th, 2008, 11:56 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 26th, 2008, 1:24 pm 
Offline

Joined: September 10th, 2006, 1:41 pm
Posts: 157
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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: [VxE], Bing [Bot], Yahoo [Bot] and 62 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group