| Author |
Message |
Topic: (bump) reading non-existant file & line # under Win_XP |
hd0202
Replies: 4
Views: 111
|
Forum: Ask for Help Posted: Fri Mar 12, 2010 9:20 pm Subject: Re: (bump) reading non-existant file & line # under Win_ |
Hi, I work with windows XP and it works as expected
Hubert |
Topic: Frame Around Active Window |
hd0202
Replies: 1
Views: 51
|
Forum: Ask for Help Posted: Thu Feb 18, 2010 9:59 am Subject: Re: Frame Around Active Window |
have a look at "drag a frame on a screen"
shimanov
Hubert |
Topic: forcing a calculation |
hd0202
Replies: 10
Views: 167
|
Forum: Ask for Help Posted: Wed Feb 03, 2010 11:39 am Subject: Re: forcing a calculation |
a := 5+2
msgbox % a
Hubert |
Topic: running a code from a variable |
hd0202
Replies: 17
Views: 461
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 2:21 pm Subject: running a code from a variable |
Hi,
correct your first lines:
; Created by Jonny, with thanks to Rajat for the parsing code.
code = msgbox, hello
execute(code)
execute(CmdLine)
{
global r1,r2,r3,r4,r ... |
Topic: Can u get range of cells from a xls without opening it |
hd0202
Replies: 4
Views: 172
|
Forum: Ask for Help Posted: Fri Jan 15, 2010 11:42 am Subject: Can u get range of cells from a xls without opening it |
I save the excel file as a csv-file and extract then the data from the csv-file:
xls_file = <input filename>
csv_file = <output filename>
sheet_nr = 1
COM_Init()
app := ... |
Topic: EZ Question- Retrieving MDB Records using an Array + Com.ahk |
hd0202
Replies: 2
Views: 103
|
Forum: Ask for Help Posted: Sun Dec 27, 2009 10:27 am Subject: Re: EZ Question- Retrieving MDB Records using an Array + Com |
try this:
sField%A_Index% := COM_Invoke(pField, "Name") . ": " . COM_Invoke(pField, "Value")
sName%A_Index% := COM_Invoke(pField, &quo ... |
Topic: Captured Key not able to be used in its own output |
hd0202
Replies: 3
Views: 72
|
Forum: Ask for Help Posted: Thu Dec 17, 2009 7:23 am Subject: Re: Captured Key not able to be used in its own output |
It looks like there is another script (or program) that suppresses all a
Hubert |
Topic: I have lost my mind: stringtrimleft/right not working |
hd0202
Replies: 7
Views: 177
|
Forum: Ask for Help Posted: Thu Dec 17, 2009 7:20 am Subject: I have lost my mind: stringtrimleft/right not working |
... the position number should always be from left, unless parametered otherwise
Please have a look at the help file again, the parameter is named Count and not Position Number.
Hubert |
Topic: Faster way to add rows to a Listview or an alternative? |
hd0202
Replies: 9
Views: 394
|
Forum: Ask for Help Posted: Sat Dec 12, 2009 5:16 pm Subject: Re: Faster way to add rows to a Listview or an alternative? |
Add GuiControl, -Redraw, ListView before your loop and GuiControl, +Redraw, ListView after your loop
Hubert |
Topic: whats wrong in the script..if condition not working |
hd0202
Replies: 9
Views: 186
|
Forum: Ask for Help Posted: Thu Dec 10, 2009 12:36 pm Subject: whats wrong in the script..if condition not working |
are you sure your window "ETK Control Panel" is activated?
Is your msgbox with the text "Process finished" shown?
I only find the WinWaitActive as possible reason in your still ... |
Topic: whats wrong in the script..if condition not working |
hd0202
Replies: 9
Views: 186
|
Forum: Ask for Help Posted: Thu Dec 10, 2009 11:36 am Subject: whats wrong in the script..if condition not working |
no solution???
ever read of Msgbox? Put a msgbox, % mgoodfilebefore your if statement. What does it show?
As your code given above is only parts of your script (a testrun immediatly points to miss ... |
Topic: passing error codes through program levels? |
hd0202
Replies: 3
Views: 115
|
Forum: Ask for Help Posted: Wed Dec 09, 2009 8:54 pm Subject: Re: passing error codes through program levels? |
Use ExitApp with ExitCode, you will find the given ExitCode as ErrorLevel in your calling script
or connect them via
Terminal Script for communication between scripts
http://www.autohotkey.co ... |
Topic: Extract text into var |
hd0202
Replies: 4
Views: 120
|
Forum: Ask for Help Posted: Wed Dec 02, 2009 9:05 am Subject: Extract text into var |
stringgetpos, pos, var1, %a_space%, R
var1_new := substr(var1, pos + 1)
Hubert |
Topic: TreeView |
hd0202
Replies: 6
Views: 127
|
Forum: Ask for Help Posted: Wed Dec 02, 2009 6:52 am Subject: Re: TreeView |
Have a look at
http://www.autohotkey.com/forum/viewtopic.php?t=7380
or
http://www.autohotkey.com/forum/viewtopic.php?t=12381
Hubert |
Topic: question about filemove |
hd0202
Replies: 6
Views: 128
|
Forum: Ask for Help Posted: Wed Dec 02, 2009 6:32 am Subject: question about filemove |
No problem with script2.
Do you still have a file "month.txt" when you run script2? Isn't it already renamed by script1?
Hubert |
| |