| Author |
Message |
Topic: In a log....replacing a line if it is the same as the variab |
restinmyeyes
Replies: 2
Views: 191
|
Forum: Ask for Help Posted: Tue Dec 26, 2006 10:41 pm Subject: In a log....replacing a line if it is the same as the variab |
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
... |
Topic: Button%variablehere%: Not working....ne help? |
restinmyeyes
Replies: 5
Views: 279
|
Forum: Ask for Help Posted: Tue Dec 26, 2006 6:48 pm Subject: thanx |
| Thank you to both of you..... |
Topic: Button%variablehere%: Not working....ne help? |
restinmyeyes
Replies: 5
Views: 279
|
Forum: Ask for Help Posted: Tue Dec 26, 2006 9:28 am Subject: I want it to where they insert a name for the button and it |
| 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 ... |
Topic: Combine in every possible way.... |
restinmyeyes
Replies: 4
Views: 348
|
Forum: Ask for Help Posted: Tue Dec 19, 2006 2:01 am Subject: Combine in every possible way.... |
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 ... |
Topic: FileInstall - File could not be extracted..can someone help? |
restinmyeyes
Replies: 7
Views: 295
|
Forum: Ask for Help Posted: Wed Dec 13, 2006 3:30 am Subject: Yea, np, here's my code |
Here is the code from the one I am having problems with.
FileInstall, C:\Python24\Scripts\pywin32_postinstall.py, C:\Program Files\Unearthed Creations\pywin32_postinstall.py, 1
FileInstall ... |
Topic: FileInstall - File could not be extracted..can someone help? |
restinmyeyes
Replies: 7
Views: 295
|
Forum: Ask for Help Posted: Wed Dec 13, 2006 3:22 am Subject: i dont know that i have posted this twice... ... |
| i didnt know i posted this two times...... |
Topic: FileInstall - File could not be extracted..can someone help? |
restinmyeyes
Replies: 7
Views: 295
|
Forum: Ask for Help Posted: Wed Dec 13, 2006 2:34 am Subject: FileInstall - File could not be extracted..can someone help? |
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 ... |
Topic: Adding a number to my variable for each loop |
restinmyeyes
Replies: 3
Views: 211
|
Forum: Ask for Help Posted: Fri Nov 03, 2006 12:28 pm Subject: Thanx |
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 |
Topic: Adding a number to my variable for each loop |
restinmyeyes
Replies: 3
Views: 211
|
Forum: Ask for Help Posted: Fri Nov 03, 2006 5:42 am Subject: Adding a number to my variable for each loop |
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
{
FileReadLi ... |
Topic: Compiling External files (such as an image) with my exe?? |
restinmyeyes
Replies: 2
Views: 232
|
Forum: Ask for Help Posted: Sun Oct 22, 2006 5:48 pm Subject: tx |
| Thanx, it was clear.... |
Topic: Compiling External files (such as an image) with my exe?? |
restinmyeyes
Replies: 2
Views: 232
|
Forum: Ask for Help Posted: Sun Oct 22, 2006 5:17 pm Subject: Compiling External files (such as an image) with my exe?? |
I have found 1 topic (from 2004) on this but it didn't help me out too much...
***
Gui, Add, Picture, x-4 y0 w220 h120 , C:\Documents and Settings\Caleb\My Documents\My Pictures\blenderorange.b ... |
Topic: Multiple GUI's at once.... |
restinmyeyes
Replies: 5
Views: 360
|
Forum: Ask for Help Posted: Sun Oct 22, 2006 3:37 pm Subject: NVM |
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.... |
Topic: Multiple GUI's at once.... |
restinmyeyes
Replies: 5
Views: 360
|
Forum: Ask for Help Posted: Sun Oct 22, 2006 5:41 am Subject: What about the closing statements? |
ok, where 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 b ... |
Topic: Multiple GUI's at once.... |
restinmyeyes
Replies: 5
Views: 360
|
Forum: Ask for Help Posted: Sun Oct 22, 2006 4:30 am Subject: Multiple GUI's at once.... |
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 c ... |
| |