| Author |
Message |
Topic: Forum is so quiet |
Rubberduck
Replies: 6
Views: 842
|
Forum: General Chat Posted: Sat Jul 30, 2005 1:13 am Subject: Forum is so quiet |
Maybe, because I have gone the way of a (unvisible) visitor ?  |
Topic: Containing Tools within a GroupBox |
Rubberduck
Replies: 2
Views: 337
|
Forum: Ask for Help Posted: Wed Jun 08, 2005 1:18 am Subject: Containing Tools within a GroupBox |
You should try using absolute positioning:
Gui, Add, GroupBox, x10 y10 w300 h55, Kiss Bot
use this for all of your controls.
Have a closer look here:
http://www.autohotkey.com/docs/commands ... |
Topic: decryption on the fly? |
Rubberduck
Replies: 12
Views: 746
|
Forum: Ask for Help Posted: Wed Jun 08, 2005 12:40 am Subject: decryption on the fly? |
Ah Laszlo, you Maths-Profi ,
you have been faster than me.
I am just reading in the book "Entzifferte Geheimnisse" by
Friedrich L. Bauer to find a good encrypt/decrypt-solution to
implement i ... |
Topic: Running a Command prompt command? |
Rubberduck
Replies: 4
Views: 488
|
Forum: Ask for Help Posted: Tue Jun 07, 2005 11:25 pm Subject: Running a Command prompt command? |
Sorry maybe I missed something:
Run, cmd /c java Myprog <inputfile.xxx >outputfile.yyy
not testet |
Topic: Running a Command prompt command? |
Rubberduck
Replies: 4
Views: 488
|
Forum: Ask for Help Posted: Tue Jun 07, 2005 10:55 pm Subject: Running a Command prompt command? |
Maybe you should try to call the commandline:
E.G.
Run, cmd /c dir >outputfile.yyy testet works
or you code
Run, cmd java Myprog <inputfile.xxx >outputfile.yyy Not testet |
Topic: decryption on the fly? |
Rubberduck
Replies: 12
Views: 746
|
Forum: Ask for Help Posted: Tue Jun 07, 2005 10:05 pm Subject: decryption on the fly? |
I think that is exactly what MIchael don't want.
If he is decrypting it to a file he is having this file on disc (what he not wants).
I think of two solutions:
1: The external decrypt-programm ... |
Topic: I'm New too scripting and would like some help. |
Rubberduck
Replies: 2
Views: 380
|
Forum: Ask for Help Posted: Tue Jun 07, 2005 9:17 pm Subject: I'm New too scripting and would like some help. |
At least I found one possible error:
There is missing a RETURN before the line
*x up::MouseClick, right, , , 1, 0, U |
Topic: Why have you choosen this Nickname ? |
Rubberduck
Replies: 33
Views: 4650
|
Forum: General Chat Posted: Tue Jun 07, 2005 8:20 pm Subject: Why have you choosen this Nickname ? |
But if you got married,
your nickname should be TLTA (Total Life Time Assistent)  |
Topic: multiple gui buttons?? |
Rubberduck
Replies: 7
Views: 605
|
Forum: Ask for Help Posted: Tue Jun 07, 2005 8:16 pm Subject: multiple gui buttons?? |
It was a little hard for me understanding what your code should do.
I assume you want to enter the user a 7-digit-number, then
send the keys "va45", wait a little, send Enter, send 7-digit-number, ... |
Topic: problem with reading a file !! |
Rubberduck
Replies: 6
Views: 491
|
Forum: Ask for Help Posted: Tue Jun 07, 2005 7:41 pm Subject: problem with reading a file !! |
That was my idea with the little external program.
hiddenop should first call a external util to replace any
Pipe in his lof-file with another character.
Then he can read the file (withut pipes) ... |
Topic: Function-Collection for AHK |
Rubberduck
Replies: 9
Views: 5770
|
Forum: Scripts & Functions Posted: Tue Jun 07, 2005 6:52 pm Subject: New function added |
Added:
Function DegToRad(In_Deg)
Function RadToDeg(In_Rad) |
Topic: Sleep, Varible? |
Rubberduck
Replies: 6
Views: 503
|
Forum: Ask for Help Posted: Tue Jun 07, 2005 4:40 am Subject: Sleep, Varible? |
You have the command
Gui, Submit, NoHide
twice in you GUI-Definition
Normaly this command is NOT used within the GUI-Definition-Section.
It is used somewhere after the auto-Execute-Section (aft ... |
Topic: Edit-Update |
Rubberduck
Replies: 9
Views: 1112
|
Forum: Wish List Posted: Tue Jun 07, 2005 3:31 am Subject: Edit-Update |
Again I say "If it is so, then it is so"
I assume DELHPI is using its own controls that allows much more
control over the controls and there events.
Sorry, but I again and again try to ... |
Topic: Gif-Animation with AHK |
Rubberduck
Replies: 3
Views: 877
|
Forum: Scripts & Functions Posted: Tue Jun 07, 2005 2:31 am Subject: Gif-Animation with AHK |
I replaced my line of code with yours, but nothing happend.
I think I also must add the variable vMyPicture to the first GUI.ADD on top of the script ??
Then the dog runs without adding a picture ... |
Topic: Edit-Update |
Rubberduck
Replies: 9
Views: 1112
|
Forum: Wish List Posted: Tue Jun 07, 2005 1:58 am Subject: Edit-Update |
I really thought this was a goog idea
Sorry, never posting any idea again  |
| |