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 

Search found 62 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Automate Merging of Directories - Keep best Record
Homer

Replies: 0
Views: 110

PostForum: General Chat   Posted: Mon May 12, 2008 3:54 pm   Subject: Automate Merging of Directories - Keep best Record
I'm looking for a killer app or best practice for a simple problem, too many duplicate files amongst multiple directory structures.

I have a bunch of MP3 files in different directory collections. I ...
  Topic: Install AHK syntax highlighting and clips for PSPad v2
Homer

Replies: 77
Views: 16004

PostForum: Scripts & Functions   Posted: Sat Feb 17, 2007 4:12 am   Subject: Install AHK syntax highlighting and clips for PSPad v2
I'm in the same boat as Titan. How do I turn off the Log window from showing up with each compile and turn off the "Save" before compile setting. I see the checkbox for the "Save" ...
  Topic: ListView - adding data to hidden columns
Homer

Replies: 2
Views: 213

PostForum: Ask for Help   Posted: Sat Feb 17, 2007 3:09 am   Subject: ListView - adding data to hidden columns
Klaus,

Thank you for the Documentation pointer, or should I say the Documentation Pin pointer. I read the entire ListView section 2 or 3 times and looked past the ColClick each time. My mind must h ...
  Topic: ListView - adding data to hidden columns
Homer

Replies: 2
Views: 213

PostForum: Ask for Help   Posted: Fri Feb 16, 2007 5:13 am   Subject: ListView - adding data to hidden columns
Is it possible to add hidden columns to a Listview? I'm putting together a small expense tracking tool. The data, in the listview, is seperated by a group heading. The heading is actually the name of ...
  Topic: Adding To The Top Of A Listview
Homer

Replies: 5
Views: 261

PostForum: Ask for Help   Posted: Tue Feb 06, 2007 5:15 am   Subject: Adding To The Top Of A Listview
Same notion, different control...

How do you add a line to the top of a Listbox?

Homer
  Topic: how am i going to end the line of my output?
Homer

Replies: 4
Views: 317

PostForum: Ask for Help   Posted: Tue Feb 06, 2007 5:10 am   Subject: how am i going to end the line of my output?
What are you asking?

How do you stop a loop when you won't know when to stop until you read the next line? If this is what you're asking then you'll have to just use two variables and keep checking ...
  Topic: Interacting with files
Homer

Replies: 7
Views: 416

PostForum: Ask for Help   Posted: Tue Feb 06, 2007 5:06 am   Subject: Interacting with files
Here is simple snippet that I used once to get a handle on how to read a directory and fill a listbox control. It's not much but it's a start. You will obviously have to change the Directory path.Gui, ...
  Topic: Siebel with Internet Explorer
Homer

Replies: 2
Views: 366

PostForum: Ask for Help   Posted: Sat Feb 03, 2007 5:48 am   Subject: Siebel with Internet Explorer
I guess I'm a little confused... why not just map the coordinates of the screen elements you want to navigate to, such as the Sitemap and the Screen / View URL?

Homer
  Topic: SplashImage + click = open image??
Homer

Replies: 9
Views: 314

PostForum: Ask for Help   Posted: Wed Jan 31, 2007 4:19 am   Subject: SplashImage + click = open image??
Adam & Bobo,

Thank you for the speedy reply...

Adam, wow, nice looking application. That must be a huge time saver.
Bobo, Your example is pretty straight forward and one that I can start wi ...
  Topic: SplashImage + click = open image??
Homer

Replies: 9
Views: 314

PostForum: Ask for Help   Posted: Wed Jan 31, 2007 12:54 am   Subject: SplashImage + click = open image??
Adam,

Would you mind sharing what you've done? I have a compiled AHK script that runs without a GUI but I'm thinking I need to allow the user to change some settings. (Currently I have them do dire ...
  Topic: Itunes song information
Homer

Replies: 7
Views: 311

PostForum: Ask for Help   Posted: Sun Jan 28, 2007 9:11 pm   Subject: Itunes song information
Phe0n1x,

You can also just output the library info to a CSV file and crunch away at that.

May I ask what your goal is? (I've been trying to nail down the best way to compare one library against ...
  Topic: Loop through text based file list and move files ?
Homer

Replies: 3
Views: 230

PostForum: Ask for Help   Posted: Sun Jan 28, 2007 6:08 pm   Subject: Loop through text based file list and move files ?
phatman,

A simple check to see if the directory exists prior to the move should do it.
IfNotExist, I:\Reports\Not_Embedded
FileCreateDir, I:\Reports\Not_Embedded
This could be done prior ...
  Topic: Progress Bar for Long Process
Homer

Replies: 3
Views: 335

PostForum: Ask for Help   Posted: Tue Jan 23, 2007 3:13 am   Subject: Progress Bar for Long Process
jonny,

You know, I guess I don't know what I meant by that comment. Thinking it through, my first thought is that you could set the timer and then reference it again later to retreive a count value ...
  Topic: Progress Bar for Long Process
Homer

Replies: 3
Views: 335

PostForum: Ask for Help   Posted: Mon Jan 22, 2007 9:16 pm   Subject: Progress Bar for Long Process
I guess I've answered my own question for point number 5. The SetTimer, SubProgress, "Off" would destroy the thread and then the Progress 100, 100 just updates the Probress Bar to indicate t ...
  Topic: Progress Bar for Long Process
Homer

Replies: 3
Views: 335

PostForum: Ask for Help   Posted: Mon Jan 22, 2007 9:10 pm   Subject: Progress Bar for Long Process
I found this long process Progress Bar in the forum but I'm not sure I really understand how it works. Would someone be so kind as to explain, or rather verify my understanding of how it works?maxProg ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group