| Author |
Message |
Forum: Scripts Topic: :) -> It looks G00D! |
| jajo |
|
Posted: September 1st, 2005, 3:08 pm
|
|
Replies: 16 Views: 9303
|
| Sorry for the bump, but how does this work? I have copied the code into artist.ahk file and artist.txt into artist.txt file. Having both of them in the same directory, I've run the script and it asked me if I would have like to scan a new image... Umm... What? No matter what I choose it asks me to o... |
|
 |
Forum: Issues Topic: Edit Options acting strange |
| jajo |
|
Posted: June 25th, 2005, 12:12 am
|
|
Replies: 1 Views: 715
|
| Gui, Add, Edit, x40 y 100 h20 w120 ReadOnly -Multi vDisplay This edit acts like it has a Password option turned on. It does hide the tiny buttons on the right side of the edit ( as -Multi option should), but there are, oh, so many stars instead of letters and numbers. EDIT: My current AHK verson is... |
|
 |
Forum: Support Topic: Mouse position changing pic |
| jajo |
|
Posted: June 14th, 2005, 5:00 pm
|
|
Replies: 1 Views: 732
|
Here's a short one:
I have a picture in a gui window and i want the picture to change when mouse is over the picture.
Suggestions will be appreciated. |
|
 |
Forum: Support Topic: Indexed Buttons and Button labels |
| jajo |
|
Posted: June 13th, 2005, 11:34 pm
|
|
Replies: 13 Views: 793
|
Well this is marvelous!
Thank you corrupt. |
|
 |
Forum: Support Topic: Indexed Buttons and Button labels |
| jajo |
|
Posted: June 13th, 2005, 10:31 pm
|
|
Replies: 13 Views: 793
|
| Gui, Show, x200 y200 w120 h180, Example Var1 := 0 Var2 := 0 Var3 := 0 Var4 := 0 Var5 := 0 Loop, 5 ;(1) { Ypos := 30 * A_Index Gui, Add, Button, x10 y%Ypos% h20 w100, MyButt%A_Index% } return ButtonMybutt1: ;(2) Var1 += 1 return ButtonMybutt2: Var2 += 1 return ButtonMybutt3... |
|
 |
Forum: Support Topic: Indexed Buttons and Button labels |
| jajo |
|
Posted: June 13th, 2005, 4:55 pm
|
|
Replies: 13 Views: 793
|
| I was wandering if there was a way to index the process of a button. For instance: I have 20 buttons that start almost identical processes, with the exception of one indexed variable: Variable%Index% := 0 Button(Index): Variable%Index% += 1 So, is there a way to avoid writing 20x the same pi... |
|
 |
Forum: Support Topic: Running a Command prompt command? |
| jajo |
|
Posted: June 7th, 2005, 11:45 pm
|
|
Replies: 4 Views: 854
|
Aha, It works!
Thank you Rubberduck for the fastest response ever  |
|
 |
Forum: Support Topic: Running a Command prompt command? |
| jajo |
|
Posted: June 7th, 2005, 11:21 pm
|
|
Replies: 4 Views: 854
|
It would have been nice, if the second code worked, but it doesn't. It just opens the cmd.exe.
And I just don't know how to apply the first code to my example.
Thank you nevertheless for your quick reply. |
|
 |
Forum: Support Topic: Running a Command prompt command? |
| jajo |
|
Posted: June 7th, 2005, 10:46 pm
|
|
Replies: 4 Views: 854
|
Is it possible to run a command prompt command?
Just typing in for instance:
Code: Run, java Myprog <inputfile.xxx >outputfile.yyy
doesn't seem to work. |
|
 |
Forum: Support Topic: Variating result via checkboxes |
| jajo |
|
Posted: May 1st, 2005, 8:57 pm
|
|
Replies: 2 Views: 618
|
| How can Iget various results in correspondence with checkboxes? Basicly I want to get a messagebox, that displays the checked choices, after pressing the button. Unfortunately the help files are not newbie friendly :roll: I would have very much appreciated it, if the solution derives from my feeble ... |
|
 |
| Sort by: |