| Author |
Message |
Topic: Deleting Multiple Lines in a Text File |
Delusion
Replies: 7
Views: 244
|
Forum: Ask for Help Posted: Sat Mar 06, 2010 10:57 am Subject: Deleting Multiple Lines in a Text File |
Hi Delusion,
-first script modified , fileappend every time is not good
it keeps sequence how it was
-second script worked, but not what you use
i tried again
and yeah its better now but the ... |
Topic: Deleting Multiple Lines in a Text File |
Delusion
Replies: 7
Views: 244
|
Forum: Ask for Help Posted: Fri Mar 05, 2010 11:08 pm Subject: Deleting Multiple Lines in a Text File |
@garry
well the first method seems to work but its not the best way to do it when you have to fileappend 500 times
and besides that it would mess up the order of lines in my text file...i want to ... |
Topic: Deleting Multiple Lines in a Text File |
Delusion
Replies: 7
Views: 244
|
Forum: Ask for Help Posted: Fri Mar 05, 2010 9:30 pm Subject: Deleting Multiple Lines in a Text File |
hello Delusion,
you want delete multiple marked lines in text-file using Listview (?)
yeah something like that
i have a listview and when i select some files and press delete it opens another g ... |
Topic: Deleting Multiple Lines in a Text File |
Delusion
Replies: 7
Views: 244
|
Forum: Ask for Help Posted: Fri Mar 05, 2010 10:01 am Subject: Deleting Multiple Lines in a Text File |
i tried it and its not working
well i usually like simple code too
and the red part of my code is pretty simple i think
the rest is only needed for my gui |
Topic: Deleting Multiple Lines in a Text File |
Delusion
Replies: 7
Views: 244
|
Forum: Ask for Help Posted: Thu Mar 04, 2010 11:35 pm Subject: Deleting Multiple Lines in a Text File |
what i want to do is delete multiple lines from my text file
i have a list of lines want to delete shown in a lisbox so my variable would look like this :
$DMF = someline|another line|line numb ... |
Topic: Add Thousands Separator |
Delusion
Replies: 11
Views: 673
|
Forum: Scripts & Functions Posted: Thu Mar 04, 2010 9:04 pm Subject: Add Thousands Separator |
| great! thank you very much for this |
Topic: Movie Launcher - Keep Track of your Movies Easily |
Delusion
Replies: 50
Views: 6964
|
Forum: Scripts & Functions Posted: Wed Mar 03, 2010 12:08 pm Subject: Movie Launcher - Keep Track of your Movies Easily |
Are you going to support all formats?
HD
ts
MKV
Image files (.iso .img.. etc),
VIDEO_TS
...etc
at the moment i can only support single files
i dont have any video_ts,hd,ts or image file m ... |
Topic: Movie Launcher - Keep Track of your Movies Easily |
Delusion
Replies: 50
Views: 6964
|
Forum: Scripts & Functions Posted: Wed Mar 03, 2010 11:05 am Subject: Movie Launcher - Keep Track of your Movies Easily |
so i started working on this again lately and heres a sneak peak of the next version :
http://i48.tinypic.com/71quc8.jpg
i got an api key from http://www.themoviedb.org/ and info about the movie ... |
Topic: [Solved] Script causing high CPU usage |
Delusion
Replies: 6
Views: 258
|
Forum: Ask for Help Posted: Wed Mar 03, 2010 10:50 am Subject: [Solved] Script causing high CPU usage |
never mind i found it...i spend 3 whole hours yesterday going through all my code and doing tests
it was a "critical" i had added to a section lately
i removed it and everything is fine ag ... |
Topic: [Solved] Script causing high CPU usage |
Delusion
Replies: 6
Views: 258
|
Forum: Ask for Help Posted: Tue Mar 02, 2010 7:32 pm Subject: [Solved] Script causing high CPU usage |
Try reading through this post {and those following} to see if there's anything you can use/fix for your script.
http://www.autohotkey.com/forum/post-53808.html#53808
And this one had the same prob ... |
Topic: [Solved] Script causing high CPU usage |
Delusion
Replies: 6
Views: 258
|
Forum: Ask for Help Posted: Tue Mar 02, 2010 6:12 pm Subject: [Solved] Script causing high CPU usage |
i think i have read somewhere that you have to modify a few things for hlink and menu icons to work together
cant remember where though
i tried removing DockA, Menu Icons and Hlink which were the ... |
Topic: Gui freezing while UrlDownloadToFile is active |
Delusion
Replies: 13
Views: 269
|
Forum: Ask for Help Posted: Tue Mar 02, 2010 5:21 pm Subject: Gui freezing while UrlDownloadToFile is active |
httpQuery(see example 3)
i already tried it..i think i like SKANS method better |
Topic: Gui freezing while UrlDownloadToFile is active |
Delusion
Replies: 13
Views: 269
|
Forum: Ask for Help Posted: Tue Mar 02, 2010 4:14 pm Subject: Gui freezing while UrlDownloadToFile is active |
thank you!
its not perfect but yeah the gui is much more responsive now
so its definately better than urldownloadtofile |
Topic: [Solved] Script causing high CPU usage |
Delusion
Replies: 6
Views: 258
|
Forum: Ask for Help Posted: Tue Mar 02, 2010 12:51 pm Subject: [Solved] Script causing high CPU usage |
i recently noticed that my script is causing high cpu usage
as soon as i press rightclick on my gui my autohotkey process uses very much of my cpu and causes the gui etc to be unresponsive
i can ... |
Topic: Gui freezing while UrlDownloadToFile is active |
Delusion
Replies: 13
Views: 269
|
Forum: Ask for Help Posted: Tue Mar 02, 2010 11:00 am Subject: Gui freezing while UrlDownloadToFile is active |
GETMOVIEINFO:
;================= reset controls
GuiControl %$MovieInfoGui%: ,$ExpCover,
GuiControl %$MovieInfoGui%: Move, $ExpCover, w210 h230
GuiControl %$MovieInfoGui% ... |
| |