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 356 matches
AutoHotkey Community Forum Index
Author Message
  Topic: ListView AltSubmit (A_GuiEvent stays on 'Normal' a while)
adamrgolf

Replies: 2
Views: 53

PostForum: Bug Reports   Posted: Thu Jul 24, 2008 6:20 am   Subject: ListView AltSubmit (A_GuiEvent stays on 'Normal' a while)
True, this does make it respond faster, but its still not instant.

My question i guess is, why when selecting a new row are the guievents recieved as I then Normal, but when clicking an already hig ...
  Topic: ListView AltSubmit (A_GuiEvent stays on 'Normal' a while)
adamrgolf

Replies: 2
Views: 53

PostForum: Bug Reports   Posted: Wed Jul 23, 2008 10:51 am   Subject: ListView AltSubmit (A_GuiEvent stays on 'Normal' a while)
When I select a new row from the example below, I get the tooltip with the file name immediately. If I click that same row again, I do not get the tooltip with the file name immediately. The script si ...
  Topic: Listview tooltip on mouse hover?
adamrgolf

Replies: 5
Views: 182

PostForum: Ask for Help   Posted: Fri Jul 11, 2008 9:49 am   Subject: Listview tooltip on mouse hover?
Holy crap Micahs, that is great!

Edit: This is perfect, exactly what I needed. Great work!
  Topic: Browse to file & Select file [ Open containing folder ]
adamrgolf

Replies: 4
Views: 70

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 8:07 am   Subject: Browse to file & Select file [ Open containing folder ]
you rock skan, thanks a ton
  Topic: Browse to file & Select file [ Open containing folder ]
adamrgolf

Replies: 4
Views: 70

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 5:38 am   Subject: Browse to file & Select file [ Open containing folder ]
k3ph, thanks for the response but I think you misunderstood what I wanted. I'll try to elaborate more. I have a listview that is populated with files from different directories, I want to be able to c ...
  Topic: Browse to file & Select file [ Open containing folder ]
adamrgolf

Replies: 4
Views: 70

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 4:15 am   Subject: Browse to file & Select file [ Open containing folder ]
I was wondering how this can be done with AHK. What I want to do is have a script browse to a files directory and also select said file. Much like if you search for a file with windows and right click ...
  Topic: Listview tooltip on mouse hover?
adamrgolf

Replies: 5
Views: 182

PostForum: Ask for Help   Posted: Wed Jul 09, 2008 10:07 pm   Subject: Listview tooltip on mouse hover?
Anyone have any ideas? Surprised
  Topic: Listview tooltip on mouse hover?
adamrgolf

Replies: 5
Views: 182

PostForum: Ask for Help   Posted: Thu Jul 03, 2008 9:10 am   Subject: Listview tooltip on mouse hover?
is showing of row data in a listview possible by just hovering?

I'm trying to get something to do the following, accept without clicking:

#SingleInstance,Force
OnExit,GuiClose

Gui,Add,Listvi ...
  Topic: New AHK user help (conditional loops)
adamrgolf

Replies: 7
Views: 129

PostForum: Ask for Help   Posted: Wed Jul 02, 2008 7:35 pm   Subject: New AHK user help (conditional loops)
hey seth, welcome to the forums and good luck with ahk Smile
  Topic: Gui,Submit problem
adamrgolf

Replies: 3
Views: 75

PostForum: Ask for Help   Posted: Wed Jul 02, 2008 9:27 am   Subject: Gui,Submit problem
...
Gui,Submit,NoHide
global curious
static CurrControl, PrevControl, _TT ; _TT is kept blank for use by the ToolTip command below.
...

wow that works, but can you explain wh ...
  Topic: Gui,Submit problem
adamrgolf

Replies: 3
Views: 75

PostForum: Ask for Help   Posted: Wed Jul 02, 2008 8:49 am   Subject: Gui,Submit problem
I'm having a problem here... I don't know what I'm doing wrong. Can someone check out the code below and tell me why it doesn't function properly.

When it starts up, the msgbox will show you the va ...
  Topic: New AHK user help (conditional loops)
adamrgolf

Replies: 7
Views: 129

PostForum: Ask for Help   Posted: Tue Jul 01, 2008 11:50 pm   Subject: New AHK user help (conditional loops)
Yea, i was assuming he would set a value for x prior to the loop
  Topic: New AHK user help (conditional loops)
adamrgolf

Replies: 7
Views: 129

PostForum: Ask for Help   Posted: Tue Jul 01, 2008 11:22 pm   Subject: New AHK user help (conditional loops)
So he wants

Loop, 5 {
If A_Index > x
Break
}

And if he wanted a variable to reflect the count:

Loop, 5 {
i := A_Index ; or as long as i = 0 or nul ...
  Topic: New AHK user help (conditional loops)
adamrgolf

Replies: 7
Views: 129

PostForum: Ask for Help   Posted: Tue Jul 01, 2008 10:53 pm   Subject: New AHK user help (conditional loops)
I am getting a friend into AHK, he is in school learning C#, C++ etc, and sent me this email. I thought I'd post it here for your guys' help.

Thanks a ton!

Email:

Oh okay so if I want a loop ...
  Topic: RunWait - SecondsToWait
adamrgolf

Replies: 11
Views: 291

PostForum: Wish List   Posted: Mon Jun 30, 2008 2:02 am   Subject: RunWait - SecondsToWait
very nicely done, this will work for now, but i wonder what Chris thinks about including a seconds2wait in RunWait
 
Page 1 of 24 Goto page 1, 2, 3 ... 22, 23, 24  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group