| Author |
Message |
Topic: Move a vertical bar in an AHK GUI (ex. screenshot) |
adamrgolf
Replies: 2
Views: 141
|
Forum: Ask for Help Posted: Fri Jul 22, 2011 3:13 pm Subject: Move a vertical bar in an AHK GUI (ex. screenshot) |
Wow, thanks! I'll check this out. |
Topic: Move a vertical bar in an AHK GUI (ex. screenshot) |
adamrgolf
Replies: 2
Views: 141
|
Forum: Ask for Help Posted: Fri Jul 22, 2011 2:50 pm Subject: Move a vertical bar in an AHK GUI (ex. screenshot) |
| Is it possible to move this vertical "bar" left and right in an AHK GUI? I've seen this type of thing done in other programs, but not in an AHK GUI... When the bar would be moved it would re ... |
Topic: Text rotation |
adamrgolf
Replies: 12
Views: 460
|
Forum: Ask for Help Posted: Thu Apr 07, 2011 6:26 pm Subject: Text rotation |
Dang, that stinks -- I hope you can find it, rotated text would be really helpful!
Thanks for all your work,
Adam |
Topic: Text rotation |
adamrgolf
Replies: 12
Views: 460
|
Forum: Ask for Help Posted: Thu Apr 07, 2011 8:28 am Subject: Text rotation |
| tic, did you get this added to Gdip_TextToGraphics? |
Topic: Screen Capture with Transparent Windows and Mouse Cursor |
adamrgolf
Replies: 173
Views: 86352
|
Forum: Scripts & Functions Posted: Wed Nov 24, 2010 1:14 pm Subject: Screen Capture with Transparent Windows and Mouse Cursor |
| You're right, it does work with the ANSI build. I had the Unicode one installed. Hopefully someone can help convert this script over to work with all builds of AHK_L. |
Topic: Screen Capture with Transparent Windows and Mouse Cursor |
adamrgolf
Replies: 173
Views: 86352
|
Forum: Scripts & Functions Posted: Tue Nov 23, 2010 9:03 am Subject: Screen Capture with Transparent Windows and Mouse Cursor |
I've noticed this doesn't work with AutoHotKey_L, does anyone know why?
Thanks! |
Topic: ISense 1.5.4 |
adamrgolf
Replies: 322
Views: 63695
|
Forum: Scripts & Functions Posted: Wed Jun 09, 2010 11:01 am Subject: ISense 1.5.4 |
Thank you!
Your welcome |
Topic: Radio with -TabStop and Checked bug? |
adamrgolf
Replies: 6
Views: 752
|
Forum: Bug Reports Posted: Wed Jun 09, 2010 3:06 am Subject: Radio with -TabStop and Checked bug? |
| Thanks for the input, jaco0646! |
Topic: Radio with -TabStop and Checked bug? |
adamrgolf
Replies: 6
Views: 752
|
Forum: Bug Reports Posted: Tue Jun 08, 2010 7:29 pm Subject: Radio with -TabStop and Checked bug? |
So the only way to "remove" the tabstop for a radio control is to reapply the -tabstop option everytime a radio button is clicked?
Gui, Add, Edit,, Press the tab button
Gui, Add, Button ... |
Topic: Radio with -TabStop and Checked bug? |
adamrgolf
Replies: 6
Views: 752
|
Forum: Bug Reports Posted: Tue Jun 08, 2010 7:20 pm Subject: Radio with -TabStop and Checked bug? |
It looks like this option is also deactivated at the time when control is activated
You're right. Curious indeed. |
Topic: Radio with -TabStop and Checked bug? |
adamrgolf
Replies: 6
Views: 752
|
Forum: Bug Reports Posted: Tue Jun 08, 2010 6:09 pm Subject: Radio with -TabStop and Checked bug? |
It appears if a radio control has a "-TabStop" AND a "Checked" option, the tab still stops at the control!
Is this a bug?
#SingleInstance,Force
OnExit,GuiClose
Gui,Add,Ed ... |
Topic: CSV Library [lib] |
adamrgolf
Replies: 37
Views: 8453
|
Forum: Scripts & Functions Posted: Fri May 21, 2010 8:06 am Subject: CSV Library [lib] |
Thanks again Hugov, good idea with the memory clearer. I'll make the changes in a couple days and post for all.
Where you able to make the needed changes? I'd love to see a clear memory function.
... |
Topic: Set a random tray icon for your script |
adamrgolf
Replies: 0
Views: 1009
|
Forum: Scripts & Functions Posted: Sat May 15, 2010 5:10 am Subject: Set a random tray icon for your script |
| I know sometimes I have many AHK scripts running at the same time. It's confusing to tell the difference between all the square green icons with a white H in them without hovering the mouse over them. ... |
Topic: Searching diagonally? |
adamrgolf
Replies: 12
Views: 513
|
Forum: Ask for Help Posted: Wed Mar 10, 2010 7:02 pm Subject: Searching diagonally? |
Here is an example that does not require generating/rearranging multiple lists, I'm sure this can be shortened dramatically, but it works...
#SingleInstance,Force
Letters=
(
R H H V M A Y ... |
Topic: Searching diagonally? |
adamrgolf
Replies: 12
Views: 513
|
Forum: Ask for Help Posted: Wed Mar 10, 2010 6:35 pm Subject: Searching diagonally? |
instead of searching surroundings
shouldnt it be easier to produce 4 list? (might need some brain to produce the equation)
example:
a b c
d e f
g h i
can produce:
1. abcdefg
2. adgbehcfi
3. ... |
| |