| Author |
Message |
Forum: Utilities Topic: Simple burning app to interact with ahk |
| Target |
|
Posted: February 1st, 2010, 11:52 pm
|
|
Replies: 9 Views: 1065
|
|
 |
Forum: Support Topic: help with errant status bar... |
| Target |
|
Posted: November 12th, 2008, 11:33 pm
|
|
Replies: 1 Views: 501
|
hmmm, I'll take that as a no....
I assume it's a limitation of the GUI (the status bar is 'on' the gui, rather than part of the border) |
|
 |
Forum: Support Topic: help with errant status bar... |
| Target |
|
Posted: November 11th, 2008, 3:28 am
|
|
Replies: 1 Views: 501
|
| I have a relatively simple script that I've been working on that scans all removable drives for images, then presents thumbnails on a gui. /* Author - Target OCT08 script will scan all removable drives on a 1.5 second cycle found drives will launch the kiosk (kiosk.AHK) defaults can be set f... |
|
 |
Forum: Support Topic: Tray menu's + left click |
| Target |
|
Posted: April 20th, 2008, 11:27 pm
|
|
Replies: 4 Views: 488
|
just what i was looking for
many thanks!!
Target |
|
 |
Forum: Support Topic: Tray menu's + left click |
| Target |
|
Posted: April 17th, 2008, 1:43 am
|
|
Replies: 4 Views: 488
|
| Thanks Rhys, it was the first one i was thinking of... Unfortunately it doesn't do what I was looking for - that command runs the default selection (from an existing tray (right click) menu) What I want to do is this (with a view to consolidating a couple of scripts) left click = menu A right click ... |
|
 |
Forum: Support Topic: Tray menu's + left click |
| Target |
|
Posted: April 17th, 2008, 1:12 am
|
|
Replies: 4 Views: 488
|
| I seem to recall seeing a reference to adding a left click menu to the tray icon (I wan't to have 2 distinct menu's available), but of course now I can't find anything <grrrrrrr> can anyone tell what the command is, or if I've just gotten it all wrong and I can't do it... many thanks Target |
|
 |
Forum: Support Topic: help with 'assign' functionality |
| Target |
|
Posted: November 26th, 2007, 2:08 am
|
|
Replies: 3 Views: 920
|
thanks for the replies - this was a stupid question, more evidence of my frustration than anything else...
fix was
Code: loop, %linein0% newline:= linein%a_index% . "`|"
my bad, thanks again...
Target |
|
 |
Forum: Support Topic: help with 'assign' functionality |
| Target |
|
Posted: November 23rd, 2007, 7:44 am
|
|
Replies: 3 Views: 920
|
| I'm working on a script to process some large delimited text files I need to read each line in, change certain fields (where appropriate), then output the record to a new file, retaining the original format. ;Linein = field1|field2|field3|field4|field5|etc loop, read, %FName% { stringsplit, Lin... |
|
 |
| Sort by: |