| Author |
Message |
Topic: Lightning Renamer (File Renamer) |
no1readsthese
Replies: 22
Views: 4536
|
Forum: Scripts & Functions Posted: Mon Jul 14, 2008 1:44 am Subject: Lightning Renamer (File Renamer) |
| Thanks TBetti for your suggestions and bug. The bug will be fixed right away along with suggestions 2-4. Your first suggestion is, as you pointed out, the biggest and although, I like the idea of a du ... |
Topic: Lightning Renamer (File Renamer) |
no1readsthese
Replies: 22
Views: 4536
|
Forum: Scripts & Functions Posted: Tue Jun 24, 2008 9:16 pm Subject: Lightning Renamer (File Renamer) |
@Razlin
Thanks for the fix. It never crossed my mind that someone would search for 0. I'll post an update tomorrow since I'm too tired right now. Please continue to submit any bugs you might find
... |
Topic: Lightning Renamer (File Renamer) |
no1readsthese
Replies: 22
Views: 4536
|
Forum: Scripts & Functions Posted: Wed Jun 18, 2008 12:37 am Subject: Lightning Renamer (File Renamer) |
Updated
v1.3
- Files Renamed To An Existing File's Name Will Be Renamed With '_1' Or Something Similar At The End
- Real Time Preview For Regular Expression Option
- Added Rename From List Option ... |
Topic: C4 (Game with network capability) |
no1readsthese
Replies: 9
Views: 593
|
Forum: Scripts & Functions Posted: Sat May 17, 2008 2:29 am Subject: C4 (Game with network capability) |
Wow the gui look great.
I was a little confused at the beginning because I wasn't sure who was what color. A visual reminder of what color the players are would be very helpful.
Also how about an AI ... |
Topic: [SOLVED] drag n' drop with mult windows |
no1readsthese
Replies: 2
Views: 157
|
Forum: Ask for Help Posted: Sun May 04, 2008 7:03 pm Subject: [SOLVED] drag n' drop with mult windows |
oh I feel stupid
I forgot to add the 2 in front of GuiDropFiles.
thanks I knew there was a simple answer |
Topic: [SOLVED] drag n' drop with mult windows |
no1readsthese
Replies: 2
Views: 157
|
Forum: Ask for Help Posted: Sun May 04, 2008 5:48 am Subject: [SOLVED] drag n' drop with mult windows |
is there an easy way to process a drag n drop to a second window while keeping the functionality of the first window's drag n drop
so far the GuiDropFiles label does not register dropped files to the ... |
Topic: Lightning Renamer (File Renamer) |
no1readsthese
Replies: 22
Views: 4536
|
Forum: Scripts & Functions Posted: Sun May 04, 2008 3:18 am Subject: Lightning Renamer (File Renamer) |
@Amber
I'll see what I can do
EDIT:
Updated With Amber's Counter |
Topic: IfWinActive and else problem |
no1readsthese
Replies: 2
Views: 218
|
Forum: Ask for Help Posted: Fri May 02, 2008 5:55 am Subject: IfWinActive and else problem |
#IfWinActive is easier and you dont need the last commas in the MouseMove
also I would look into using the ahk_class as given by the window spy utility rather than title match but thats just my perso ... |
Topic: replace only 1 thru 9 in file name |
no1readsthese
Replies: 4
Views: 171
|
Forum: Ask for Help Posted: Thu May 01, 2008 3:17 am Subject: replace only 1 thru 9 in file name |
| you know if you use Lightning Renamer, you can mod the file list to only contain the files you want to rename by selecting the files you dont want and press 'clear sel' or you can add the files you wa ... |
Topic: new dropdownlist |
no1readsthese
Replies: 8
Views: 256
|
Forum: Ask for Help Posted: Fri Apr 25, 2008 5:59 am Subject: new dropdownlist |
v is local not global
NewListBox(x,y,r,i,var)
{
global
v:=var |
Topic: new dropdownlist |
no1readsthese
Replies: 8
Views: 256
|
Forum: Ask for Help Posted: Fri Apr 25, 2008 5:13 am Subject: new dropdownlist |
| my bad i didnt see that |
Topic: new dropdownlist |
no1readsthese
Replies: 8
Views: 256
|
Forum: Ask for Help Posted: Fri Apr 25, 2008 5:08 am Subject: new dropdownlist |
| i meant your code does not assign a name of a var to 'v' |
Topic: new dropdownlist |
no1readsthese
Replies: 8
Views: 256
|
Forum: Ask for Help Posted: Fri Apr 25, 2008 4:59 am Subject: new dropdownlist |
1. your code didnt produce an error when i tried it but maybe you could force an expression
GuiControl,, % v ; forcing an expression might work
,|%DD%
2. I dont quite see the point of 'GuiCo ... |
Topic: file rename help |
no1readsthese
Replies: 5
Views: 180
|
Forum: Ask for Help Posted: Sun Apr 20, 2008 3:42 am Subject: file rename help |
try this
isbn=%clipboard%.jpg
StringReplace, isbn, isbn, `r`n, , All |
Topic: Send Not Working Newbie |
no1readsthese
Replies: 2
Views: 131
|
Forum: Ask for Help Posted: Thu Apr 17, 2008 9:01 pm Subject: Send Not Working Newbie |
#x::
Run M:\Mom\Maria\Peterdrew\Geolinks\geoexplosion.exe
WinWait GEO Authority Link Explosion Generator
Send {ShiftDown}{Tab}{Shift Up}{Tab Up}
... |
| |