| Author |
Message |
Topic: ToolTip - font and screen resolution woes |
SAbboushi
Replies: 6
Views: 312
|
Forum: Ask for Help Posted: Mon Jul 03, 2006 5:30 pm Subject: ToolTip - font and screen resolution woes |
Hi foom-
Thanks for the clarification and the related code correction. Now I understand!
Thank you-
Sam |
Topic: ToolTip - font and screen resolution woes |
SAbboushi
Replies: 6
Views: 312
|
Forum: Ask for Help Posted: Sun Jul 02, 2006 10:25 pm Subject: ToolTip - font and screen resolution woes |
COOL!
Any thoughts on how to automatically calculate the offset:
mY -= 3 ;space after which first line starts
Thanks foom! |
Topic: ToolTip - font and screen resolution woes |
SAbboushi
Replies: 6
Views: 312
|
Forum: Ask for Help Posted: Sun Jul 02, 2006 8:37 pm Subject: ToolTip - font and screen resolution woes |
Hi foom-
ToolTip Mouse Menu (requires XP/2k/NT) -- by Rajat:
http://www.autohotkey.com/docs/scripts/index.htm
A) After the menu pops up, I click on the top pixel of a Capital Letter in the f ... |
Topic: When I launch a script, typing is in SHIFT mode |
SAbboushi
Replies: 1
Views: 277
|
Forum: Ask for Help Posted: Thu Apr 07, 2005 2:15 pm Subject: When I launch a script, typing is in SHIFT mode |
Hi-
Can anybody please help - I cannot figure out why my keyboard is in "shift mode" when I type into an input box. What I mean by shift mode is that when I press "1", "!" appears in the inputbox. ... |
Topic: ControlClick not working on IE ClassNN combo box |
SAbboushi
Replies: 4
Views: 334
|
Forum: Ask for Help Posted: Fri Mar 11, 2005 5:34 pm Subject: ControlClick not working on IE ClassNN combo box |
Hi-
Using Window Spy, a combo box on a website shows:
ClassNN: Internet Explorer_TridentCmboBx2
I want to left click on the combo box. With the window active and using a hotkey, this seems to ... |
Topic: Ability to log to a file |
SAbboushi
Replies: 6
Views: 477
|
Forum: Ask for Help Posted: Sun Feb 27, 2005 8:36 pm Subject: Ability to log to a file |
| Thanks for clue-ing me in! |
Topic: Ability to log to a file |
SAbboushi
Replies: 6
Views: 477
|
Forum: Ask for Help Posted: Sun Feb 27, 2005 8:20 pm Subject: Ability to log to a file |
| PM? |
Topic: Ability to log to a file |
SAbboushi
Replies: 6
Views: 477
|
Forum: Ask for Help Posted: Sun Feb 27, 2005 7:40 pm Subject: Ability to log to a file |
| In an effort to prevent AutoHotkey from becoming branded a key logger or trojan by various security firms and their software -- after which it might be very difficult to "un-brand" it -- the ability t ... |
Topic: How to disable keyboard and mouse input during script? |
SAbboushi
Replies: 3
Views: 453
|
Forum: Ask for Help Posted: Sun Feb 27, 2005 6:21 am Subject: How to disable keyboard and mouse input during script? |
Thanks - goodnight...zzzz...zzzzz  |
Topic: How to disable keyboard and mouse input during script? |
SAbboushi
Replies: 3
Views: 453
|
Forum: Ask for Help Posted: Sun Feb 27, 2005 5:26 am Subject: How to disable keyboard and mouse input during script? |
Hi-
I have a script that launches processes that takes a LONG time to finish. After each process finishes, the script continues to feed keystrokes to do the next part of the script - which again tak ... |
Topic: Integers, Floating and math - what am I missing? |
SAbboushi
Replies: 4
Views: 383
|
Forum: Ask for Help Posted: Fri Feb 25, 2005 3:01 am Subject: Integers, Floating and math - what am I missing? |
Thanks jonny-
I just don't get it... but it works... I think I like putting parenthesis around the expression better. And with your code, I don't need to convert Counter6Rounded into floating poi ... |
Topic: Integers, Floating and math - what am I missing? |
SAbboushi
Replies: 4
Views: 383
|
Forum: Ask for Help Posted: Fri Feb 25, 2005 12:20 am Subject: Integers, Floating and math - what am I missing? |
I don't get this - I am expecting my code to display a message box "yay" when A_Index is 6 and 12
The message box never displays...
WHAT am I doing wrong? Also, is there an easier/better way to ... |
Topic: How pause script until a spefic string appears in... |
SAbboushi
Replies: 2
Views: 309
|
Forum: Ask for Help Posted: Thu Feb 24, 2005 7:05 pm Subject: How pause script until a spefic string appears in... |
thanks jonny-
your code works. Sadly, my assumption was wrong and I need to pause longer than when that text appears in the window...
I hate to use sleep, 3000 (which seems to work...) - any othe ... |
Topic: How pause script until a spefic string appears in... |
SAbboushi
Replies: 2
Views: 309
|
Forum: Ask for Help Posted: Thu Feb 24, 2005 6:27 pm Subject: How pause script until a spefic string appears in... |
Hi-
I need to pause my script until "#CurrentSimulationStockList" appears in the 'TitleMatchMode=slow Visible Text section' of Windows spy (see below). Have not been able to figure out what AHK comm ... |
Topic: Can't send an {ESC} to the current window?? |
SAbboushi
Replies: 12
Views: 459
|
Forum: Ask for Help Posted: Wed Feb 23, 2005 9:16 pm Subject: Can't send an {ESC} to the current window?? |
| jonny - I don't mean to be a pest , but I thought the log showed the lines of code that were executed... this makes me wonder what other lines of code AHK reports in the log as having been executed, ... |
| |