AutoHotkey Community

It is currently May 27th, 2012, 8:33 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 356 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 24  Next
Author Message
 Post subject:
PostPosted: March 16th, 2006, 1:35 pm 
Great! And way faster indeed! Thanks!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 5th, 2006, 5:24 pm 
wOxxOm, great improvements that you added there! Just one question, why does the highlighter travel down when it's supposed to stay in the first line?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 5th, 2006, 5:27 pm 
Offline

Joined: February 9th, 2006, 8:36 pm
Posts: 339
dantown wrote:
wOxxOm, great improvements that you added there! Just one question, why does the highlighter travel down when it's supposed to stay in the first line?


What highlighter?
maybe a small screenshot to make things clear?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 14th, 2006, 9:14 pm 
Offline

Joined: August 5th, 2005, 6:31 pm
Posts: 16
Thanks, wOxxOm! Excellent improvement over Rajat's excellent script!

I just had to change this: Gui, Font, S10 [...]
to: Gui, Font, S8 [...]
because Open and Scan were partly invisible (I use large fonts). I didn't have this problem with Rajat's original script.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 15th, 2006, 7:34 pm 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
Hi,
great script, my favorite program launcher!

Just an general/obvious "info" for users of the fantastic script: You can speed up mass-file operations, by temporarily deactivating the virus scanner.

While the scripts reads all files (scan), the cpu load is almost 100%, but not AHK or the script wastes the time, it was my virus scanner.

If you have to update the cache file and you're waiting for the script to finish, you can speed things up, by disabling the virus scanner (but do NOT forget to turn it on again)

I've changed my script to stop the service and re-run it when finished creating the cache file.


Ciao
Micha


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 17th, 2006, 4:47 pm 
Offline

Joined: March 9th, 2006, 2:27 pm
Posts: 8
Rajat and others,

this is really the app I was looking for since some weeks.
Thank you for sharing it !

In order to be able to sort the files in anti-chronologic order (newest first),
I need to change the date format from "dd/mm/yyyy hh:mm" to "yyyy/mm/dd hh:mm".

Can someone tell me how and where this can be changed?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 4th, 2006, 2:32 pm 
I replaced the line
Code:
formatTime,mtime,%mtime%,dd.MM.yy HH:mm
by
Code:
formatTime,mtime,%mtime%, yy_MM_dd HH:mm

about linenr. 457


Report this post
Top
  
Reply with quote  
PostPosted: May 4th, 2006, 2:54 pm 
Offline

Joined: March 9th, 2006, 2:27 pm
Posts: 8
Thanks, Robiandi.

That worked indeed fine !


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 4th, 2006, 7:10 pm 
@cire: very useful for me are the following changes:
I comment the line ,about lineno. 178
Code:
Gui, -Caption +Border
and add a line:
Code:
;Gui, -Caption +Border
gui +resize

After the first (about lineno. 224)
Code:
return
I insert
Code:
guisize:
if A_EventInfo = 1
   return
GuiControl, Move, SelItem, % "W" . (A_GuiWidth - 20) . " H" . (A_GuiHeight - 40)
return                       

This makes the GUI resizable.


Report this post
Top
  
Reply with quote  
PostPosted: May 5th, 2006, 9:23 am 
Offline

Joined: March 9th, 2006, 2:27 pm
Posts: 8
you forgot to mention the line(s) where you jump to the guisize: lablel !

Cordially,
Cire


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 5th, 2006, 11:03 am 
Offline

Joined: August 24th, 2005, 5:17 pm
Posts: 1237
Quote:
GuiSize: Launched when the window is resized, minimized, maximized, or restored.
- it's a built-in label (like GuiClose).


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 19th, 2006, 2:50 pm 
Offline

Joined: May 19th, 2006, 4:56 am
Posts: 166
Does the list file automatically get updated when new files are added to a scanned folder, or do you have to manually press the scan button?

Im looking for a script that does this (or im going to start working if one doesnt already exist)

I have about 16,000 PDF files with unique filenames in a folder, but some of them revisions. Examples: 1234.pdf, 1234_00.pdf, 1234_01.pdf, etc. I would like the user to be able to type a filename they are looking for, and the script searches for all files with that #. So if the user types 1234, all files thta start with 1234 will show up in the search. The user would then be able to double-click any of the filenames to open the PDF.

Files are added to the store directory often, probably every hour. There will be about 15-20 users using this search tool.

Anyone have any recommendations?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 19th, 2006, 3:43 pm 
Maybe:
Code:
SetTimer, GXRW3, 3600000  ;(1 ora)
Return

GXRW3:
goto, ButtonScan
Return


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 19th, 2006, 3:53 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
1 óra = 1 hour = 60 minutes = 3,600 seconds = 3,600,000 milliseconds.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 19th, 2006, 5:37 pm 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
Otherwise, there is somewhere on this forum a script using DllCalls to monitor changes to a folder. A little search and it should show up. :-)

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 356 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 24  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: AndyJenk, Aravind, hyper_, xXDarknessXx, Yahoo [Bot] and 12 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