AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 96 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Forum is so quiet
Rubberduck

Replies: 6
Views: 842

PostForum: 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 ? Confused
  Topic: Containing Tools within a GroupBox
Rubberduck

Replies: 2
Views: 337

PostForum: 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

PostForum: Ask for Help   Posted: Wed Jun 08, 2005 12:40 am   Subject: decryption on the fly?
Ah Laszlo, you Maths-Profi Very Happy,
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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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) Very Happy Very Happy Very Happy
  Topic: multiple gui buttons??
Rubberduck

Replies: 7
Views: 605

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: Wish List   Posted: Tue Jun 07, 2005 3:31 am   Subject: Edit-Update
Again I say "If it is so, then it is so" Embarassed

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

PostForum: 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

PostForum: Wish List   Posted: Tue Jun 07, 2005 1:58 am   Subject: Edit-Update
I really thought this was a goog idea Shocked
Sorry, never posting any idea again Sad Crying or Very sad
 
Page 1 of 7 Goto page 1, 2, 3, 4, 5, 6, 7  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group