| Author |
Message |
Topic: addition numbers in one line |
vlcek
Replies: 11
Views: 167
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 6:45 pm Subject: addition numbers in one line |
Why is a_index=0?
When I edit your code to:
result+=A_LoopField
count:=A_Index
average:= result / count
msgbox %result% %count% %average%
script shows the first result count is 0 and average i ... |
Topic: addition numbers in one line |
vlcek
Replies: 11
Views: 167
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 5:16 pm Subject: addition numbers in one line |
Good evening.
I returned to autohotkey.
Can you help me with this function?
In line 2 in file numbers.txt, I have this numbers:
2;1;3;4;6;3;7;3
I want to addition the numbers and divide number of ... |
Topic: parameters problem |
vlcek
Replies: 5
Views: 105
|
Forum: Ask for Help Posted: Wed Aug 26, 2009 4:39 pm Subject: parameters problem |
Good work your tips are very good.
Can I set my program as default for txt files?
example
menu,options,add,associate with txt files,asociatewithtxt
asociatewithtxt
;Here will function for set an ... |
Topic: parameters problem |
vlcek
Replies: 5
Views: 105
|
Forum: Ask for Help Posted: Wed Aug 26, 2009 3:47 pm Subject: parameters problem |
Good afternoon.
I want use parameters in my program example open and edit.
This code
if %0% = 0 ; no parameters have been passed (%0% = num of params passed)
currentfilename = Untit ... |
Topic: detect focus and speak with com |
vlcek
Replies: 1
Views: 258
|
Forum: Ask for Help Posted: Tue Aug 04, 2009 9:33 am Subject: detect focus and speak with com |
Good afternoon.
I want detect focused guy example, button, edit, menu etc and speak it with sapi.
I use this:
#include com.ahk
COM_CoInitialize()
sapi:=COM_CreateObject("SA ... |
Topic: IE and Gui Browser Com Tutorial |
vlcek
Replies: 64
Views: 25803
|
Forum: Scripts & Functions Posted: Wed Jul 29, 2009 7:23 pm Subject: IE and Gui Browser Com Tutorial |
Good evening.
Can you help me?
I have problems.
I want create web browser with your tutorial, but I have problem with my script.
Can you create for me gui window with loaded page google.com and ke ... |
Topic: Problem with sent insert+q key |
vlcek
Replies: 1
Views: 101
|
Forum: Ask for Help Posted: Wed Jul 29, 2009 1:41 pm Subject: Problem with sent insert+q key |
Good afternoon.
I want send insert+q key, but I have problem with this.
I use send, insq
the key insert+q turn off the screen reader and I need it, because I using in my program no autohotkey scree ... |
Topic: problem with run program button |
vlcek
Replies: 5
Views: 248
|
Forum: Ask for Help Posted: Sat Jul 18, 2009 9:39 am Subject: problem with run program button |
I use this:
programsList .= name "|"
programs are show, but when I select one program and click run program, the message box shows error.
I want show fullpath from selected program.
... |
Topic: problem with run program button |
vlcek
Replies: 5
Views: 248
|
Forum: Ask for Help Posted: Fri Jul 17, 2009 8:27 am Subject: problem with run program button |
The code shows only blank dropdownlist.
When I do this:
programsList .= name
all programs are in one line. |
Topic: problem with run program button |
vlcek
Replies: 5
Views: 248
|
Forum: Ask for Help Posted: Thu Jul 16, 2009 7:06 pm Subject: problem with run program button |
| The messagebox with %fullpath% show one word only (error) |
Topic: problem with run program button |
vlcek
Replies: 5
Views: 248
|
Forum: Ask for Help Posted: Thu Jul 16, 2009 7:04 pm Subject: problem with run program button |
Helo.
I have problem with run application button.
I write small utility, which shows all my programs from ini files.
In programs directory are my programs, example calculator and player and ini fil ... |
Topic: [Library] MCI v0.3.1 - Play/Control media files |
vlcek
Replies: 43
Views: 7626
|
Forum: Scripts & Functions Posted: Fri May 08, 2009 7:16 am Subject: [Library] MCI v0.3.1 - Play/Control media files |
Good morning.
Can you help me with problem with playi file from the internet?
;Program pro přehrávání rádia Melody;
;Tento program je opensource, lze jej upravovat, ale za souhlasu autora, n ... |
Topic: sin, cos, tan problem. |
vlcek
Replies: 9
Views: 735
|
Forum: Ask for Help Posted: Fri May 01, 2009 1:28 pm Subject: sin, cos, tan problem. |
Now, I have problem with Asin(number.
When I want asin(0.5), the result is 30, but my calculator show 0.523... Why? |
Topic: sin, cos, tan problem. |
vlcek
Replies: 9
Views: 735
|
Forum: Ask for Help Posted: Fri May 01, 2009 10:07 am Subject: sin, cos, tan problem. |
DegToRad(deg)
{
static pi := 3.14159265358979323846
return deg * pi / 180
}
Result of sin 30 is with your code 0,983032.
I use your code and msgbox, % "Result is ... |
Topic: sin, cos, tan problem. |
vlcek
Replies: 9
Views: 735
|
Forum: Ask for Help Posted: Fri May 01, 2009 8:53 am Subject: sin, cos, tan problem. |
But next problem.
Sinus 30 is 0,5, but my calculator show 0,983... Why? |
| |