| Author |
Message |
Forum: Support Topic: In a log....replacing a line if it is the same as the variab |
| restinmyeyes |
|
Posted: December 26th, 2006, 11:41 pm
|
|
Replies: 2 Views: 433
|
| I'm working on a script and it reads a .txt file to the user. My problem is getting lines that are repeated to only be read once. like the text file looks like this ---- alpha bravo charlie delta alpha charlie ---- How can i get it to where it only shows one of the alpha's and one of the charlie's? ... |
|
 |
Forum: Support Topic: Button%variablehere%: Not working....ne help? |
| restinmyeyes |
|
Posted: December 26th, 2006, 7:48 pm
|
|
Replies: 5 Views: 522
|
| Thank you to both of you..... |
|
 |
Forum: Support Topic: Button%variablehere%: Not working....ne help? |
| restinmyeyes |
|
Posted: December 26th, 2006, 10:28 am
|
|
Replies: 5 Views: 522
|
| like, an inputbox comes up ( i kno how to do all this ) but this part isnt working.....They put the name of the button in the inputbox and it shows up on the button....that works. but how would i make that button do anything? example Gui, Add, Button, x4 y160 w190 h20 , %n1% Return Button%n1%: Run, ... |
|
 |
Forum: Support Topic: Combine in every possible way.... |
| restinmyeyes |
|
Posted: December 19th, 2006, 3:01 am
|
|
Replies: 4 Views: 622
|
| I am looking for help on how to combine like.....well.... take the character from each line and mix them all together in every single possible way.... example a b c would be: a, b, c, ab, ac, aa, aaa, bbbb, babab, babac, etc. until it has done it EVERY single way possible. If neone could help, i'd a... |
|
 |
Forum: Support Topic: FileInstall - File could not be extracted..can someone help? |
| restinmyeyes |
|
Posted: December 13th, 2006, 4:30 am
|
|
Replies: 7 Views: 594
|
Here is the code from the one I am having problems with.
Code: FileInstall, C:\Python24\Scripts\pywin32_postinstall.py, C:\Program Files\Unearthed Creations\pywin32_postinstall.py, 1 FileInstall, C:\Python24\pyc.ico, C:\Program Files\Unearthed Creations\Icons\pyc.ico
|
|
 |
Forum: Support Topic: FileInstall - File could not be extracted..can someone help? |
| restinmyeyes |
|
Posted: December 13th, 2006, 4:22 am
|
|
Replies: 7 Views: 594
|
| i didnt know i posted this two times...... |
|
 |
Forum: Support Topic: FileInstall - File could not be extracted..can someone help? |
| restinmyeyes |
|
Posted: December 13th, 2006, 3:34 am
|
|
Replies: 7 Views: 594
|
| Everytime I compile ANY script that has FileInstall commands in it the files don't get extracted and it says: File could not be extracted... Can anyone tell me why this happens? I have made one program before using FileInstall and it worked, this program has the exact same coding as the other..... |
|
 |
Forum: Support Topic: Adding a number to my variable for each loop |
| restinmyeyes |
|
Posted: November 3rd, 2006, 1:28 pm
|
|
Replies: 3 Views: 476
|
Yea I read the Help file which I do many times for many of my scripts and thank you both. I just didn't pay attention I guess. Thank you klaus for the compliment on my nick.....
later
Rest |
|
 |
Forum: Support Topic: Adding a number to my variable for each loop |
| restinmyeyes |
|
Posted: November 3rd, 2006, 6:42 am
|
|
Replies: 3 Views: 476
|
| HI, I am trying to do something to where my variable in one loop will change by one every time the loop repeats....I wish I could explain this a bit better... snum = 1 loop { FileReadLine, dcr, C:\Documents and Settings\Caleb\Desktop\Entity Tech Solutions\Wordcheck\Wordchecklists\my list.txt,%s... |
|
 |
Forum: Support Topic: Compiling External files (such as an image) with my exe?? |
| restinmyeyes |
|
Posted: October 22nd, 2006, 6:48 pm
|
|
Replies: 2 Views: 503
|
|
 |
Forum: Support Topic: Compiling External files (such as an image) with my exe?? |
| restinmyeyes |
|
Posted: October 22nd, 2006, 6:17 pm
|
|
Replies: 2 Views: 503
|
| I have found 1 topic (from 2004) on this but it didn't help me out too much... *** Click here for that topic *** Does anyone know how to include my background image of my gui with my exe? If someone could help me out, i'd realy apreciate it...thanx.... Gui, Add, Picture, x-4 y0 w220 h120 , C:\Docume... |
|
 |
Forum: Support Topic: Multiple GUI's at once.... |
| restinmyeyes |
|
Posted: October 22nd, 2006, 4:37 pm
|
|
Replies: 5 Views: 831
|
Nevermind, i got it, i searched some other places and found that i have to put a 2, 3, or w/e corresponding gui the button belongs to before it.
And thanks aik.... |
|
 |
Forum: Support Topic: Multiple GUI's at once.... |
| restinmyeyes |
|
Posted: October 22nd, 2006, 6:41 am
|
|
Replies: 5 Views: 831
|
| ok, where Code: ButtonButtonname: GuiClose: ExitApp
is, what would i do (i have 2 exit buttons, 1 on each gui)
and also, what if they were the same name...what would i do?
none of my buttons on 2nd gui work.... |
|
 |
Forum: Support Topic: Multiple GUI's at once.... |
| restinmyeyes |
|
Posted: October 22nd, 2006, 5:30 am
|
|
Replies: 5 Views: 831
|
| Hi...I've been using autohotkey for about a year now and I've been wondering how to use multiple gui's in one script in the following ways. -1). Have when a certain button is pressed, that gui is closed and another is brought up.... -2).(less needed)Have more than one gui up at exact same time perfo... |
|
 |
Forum: Support Topic: How to click only certain colors |
| restinmyeyes |
|
Posted: June 8th, 2006, 8:20 am
|
|
Replies: 4 Views: 590
|
| Can some one please tell me how to make it to where the macro only clicks on 1 certain color on the screen? Please |
|
 |
| Sort by: |