topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday November 27, 2025, 3:45 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 51 52 53 54 55 [56] 57 58 59 60 61 ... 222next
1376
It also looks like the OP has ClearType on, which uses certain fonts and can cause a fuzzy look.  I do not like ClearType at all.
1377
Finished Programs / Re: DONE: AutoHotKey solution for Desktop ListView
« Last post by skwire on May 26, 2014, 07:54 PM »
Yes, that is exactly what I am requesting.

I incorporated the functionality shown in this thread with another tool I wrote in this thread.  Perhaps that will work for you? 
1378
Finished Programs / Re: DONE: AutoHotKey solution for Desktop ListView
« Last post by skwire on May 25, 2014, 03:34 PM »
I think you're asking if I can compile this into an executable (a .exe file), right?  If so, sure, I can do that.
1379
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on May 20, 2014, 02:29 PM »
Just now seeing build 56 - this is a very nice update!  I especially like the Air time, Network, and Status additions.   I probably won't use Profiles but I can see that they would be valuable to others.
epCheck is a terrific little program and has become one of my essential apps (worth every penny of my small donation!)

Thank you for the kind words.  I really like the way epCheck has turned out and I'm glad you find it useful as well.  And, yes, I know I need to get of my arse and release this version.

Also want to agree with TaoPhoenix re interim fixes.   :)

That's pretty easy for Tao to say as he isn't the one that has to deal with emails from pissed off users that might have their show data f'd up.  It's really interesting how seriously some folks take (ridiculously unimportant in the whole scheme of things) stuff like this (tv shows, for chrissakes!).   :P  You'd think I messed up their financial portfolio and cost them millions or something like that.  Hahahahaha.   :D  Ask mouser about these types of things...we've discussed crap like this on more than one occasion.
1380
Maybe a side track but you know that an epub file is just a load of .htm files zipped up?

Thanks!  Yes, I did know this.  However, there are plenty of epub viewers out there that are eminently more capable than Mass HTML Viewer (I need to come up with a better name).
1381
Skwire Empire / Re: Release: sStockQuote
« Last post by skwire on May 16, 2014, 08:41 AM »
Hi, swallis7, and welcome to DonationCoder.   :D

The only real problem I see is that it can't display market Index data.

I noticed this, too, and did some digging.  It appears, due some licensing crap, that Yahoo is not allowed to provide downloadable data for the Dow Jones Index symbol.

https://help.yahoo.c...finance/SLN2332.html
http://webdesignsnow...forums/about125.html

It's pretty ridiculous that the DJI allows you to view their data on a webpage but not download it.   >:(
1382
Fantastic ! It works...

Great to hear.   :Thmbsup:

Sorry but I didn't get the différence is this box enable or not ?

File Punter can use normal DOS-style wildcards or it can use regular expressions.  The problem is that both methods make use of such characters as * or ? but in different ways.  Hence, the checkbox to set which method to use.

can i put someting to not have to create a rule for each file "suffix" name.?

You sure can.  Try this as your match rule:  

(.*?)_.*

And if I can ask one more thing, what's the difference between (.*?) and (\d+) or (.+?) ?

Hehehe...the world of regular expresssions.   ;)  There is so much to learn that it might be easier to point you to http://www.regular-expressions.info/tutorial.html

(You will never know how much time I will earn in the future with this application, but now i'm loosing a lot to learn  :P )

I'm glad you find the program useful.  It's a very powerful program that can, potentially, really mess things up so please make good use of the "test mode" functionality it offers.
1383
C:\Users\Administrateur\Desktop\test   (.*?)_ducs_PES_04-2014.pdf   C:\Users\Administrateur\Desktop\clients\??1   No   No   

Based on that, it looks like you have not set that rule as a RegEx rule.  Double-click the rule and enable the "Pattern is a regular expression" checkbox.  Test it again and let me know if that makes it work how you want.
1384
Hi, Julien, and welcome to the DonationCoder site.   :D

and would like to move thoses files to folders :
abcdef
dfglfg
kiui

It's the right application to use to do this ?

Yes, you can use File Punter to move those files how you want.  Have you tried to create a RegEx rule?  If so, can you post a screenshot of it?
1385
Developer's Corner / Re: TextAdept: Lua-extensible Editor
« Last post by skwire on May 11, 2014, 03:38 PM »
That's interesting -- I wonder what is causing the horrible red/blue fringing on vertical edges on my setup :(.

Jibz, your screenshots remind me of ClearType colouring/anti-aliasing.  Perhaps that's what is causing it?  For the record, I can't STAND ClearType at all; it always looks fuzzy and out-of-focus to me.
1386
Quickly made it through all 1000 .htm files stored on hard disk..., and without a single error message popping up.

That's great to hear.

So, being able to handle URLs would be frosting on top.  Not totally crucial, as it appears there's more to it than one might think.

I've been playing with the .URL handling this morning and it's a pain in the ass.  Stuff that works on W7 shits the bed on XP.  Frustrating.  What I think I might do is take out the .URL support and write you another script that will let you do the .URL stuff within your own browser.  It won't be nearly as elegant (pretty kludgy, actually) but I think it be much better functionally.  Are you cool with that?
1387
Does it freeze up consistently on certain .URL files?  If so, can you PM me a few of them?
1389
Hope you can do your magic with URL files (web bookmark files) as well.

Please download again: http://skwire.dcmembers.com/apps/snacks/MassHTMLViewer.zip

Error popups should be reduced, URL files are supported, and the statusbar updates more like a real web browser now.
1390
Finished Programs / Re: DONE: Batch m3u8 creator - similar to createm3u
« Last post by skwire on May 06, 2014, 01:53 PM »
How about the following playlist options:

1) recursive scan all sub-folders and create a playlist in each folder
2) recursive scan all sub-folders and create 1 playlist on root folder dragged in including all files scanned

The first option is what the application already does.  I'll consider the second option.

I noticed that moving the playlist from its original folder to another folder breaks the connection with the media files ... is that a design fault with the .m3u file format or is there some way to have the playlist record the actual path to the media so that moving the playlist does not break it?  Maybe there's a different playlist format that does note the media's path?

It's not a design fault.  It's simply a generic filepath issue.  Basically, there are three ways to handle a file's path:

1) No path at all, just the filename.  Most applications then prepend the playlist's path to derive the actual location of the file.  Using this method allows you to move the folder of files anywhere and the playlist will still work.  However, as you've found, moving the playlist file breaks the pathing.

2) Relative paths.  That is, only the path relative to the playlist's location is saved.  Let's assume you have the following file:

c:\path\to\my\music\song.mp3

If you wanted to save the playlist file in:

c:\path\to

The relative path that would be saved in the playlist file would be:

my\music\song.mp3

As with the first option, an application will generally prepend the playlist's path to the exisiting relative path in order to derive the file locations.  This method allows you to move multi-level folders and have the playlist(s) still work.

3) Full paths.  That is, something like c:\path\to\my\music\song.mp3 would be saved to the playlist file.  This allows you to move the playlist files to wherever you'd like.  However, you now cannot move the files themselves without breaking the playlist.  For instance, let's assume you had need to move your collection from c:\ drive to d:\ drive.  With full paths, all your playlist files are now broken.

I hope that helps to explain things.  As you can see, there is no perfect solution.   :(
1391
Give this a try:  http://skwire.dcmembers.com/apps/snacks/MassHTMLViewer.zip

Notes/caveats:
  • No frills.
  • Drag and drop htm/html/xml files (or folders) onto the listview and view away.
  • URL files are not handled (yet).
  • Nothing is saved.

Screenshot 2014-05-05 12.38.09.png
1392
Finished Programs / Re: DONE: Batch m3u8 creator - similar to createm3u
« Last post by skwire on May 04, 2014, 07:56 PM »
Audio extensions: AIFF, AIF, AIFC, MP1, MP2, MP3, OGA, OGG, WAV, MO3, XM, MOD, S3M, IT, MTM, FLAC, WMA, WMP, WMV, MID, MIDI, RMI, KAR, WV, WVC, AAC, M4A, M4B, M4P, APE, AC3, SPX, TTA, OFR, MPC, ALAC, SHN, TAK, OPUS

Video extensions: 3G2, 3GP, 3GP2, 3GPP, AMR, ASF, AVI, BIK, D2V, DAT, DIVX, DRC, DSA, DSM, DSS, DSV, FLC, FLI, FLIC, FLV, IFO, IVF, M1V, M2V, M4B, M4P, M4V, MKV, MP2V, MP4, MPE, MPEG, MPG, MPV2, MOV, OGM, PSS, PVA, QT, RAM, RATDVD, RM, RMM, RMVB, ROQ, RPM, SMK, SWF, TP, TPR, TS, VOB, VP6, WEBM, WM, WMP, WMV
1393
Finished Programs / Re: DONE: Batch m3u8 creator - similar to createm3u
« Last post by skwire on May 02, 2014, 09:35 PM »
Hi, Xennon, and welcome to the DonationCoder site.

I look forward to these additions which would make this great little app just that much better for me and hopefully others as well.

Here you go.  Please test it out and let me know if that's what you had in mind.  Thank you.

Website | Download
v1.0.4 - 2014-05-02
    + Added option to specify playlist filename.  (Thanks, Xennon)
    + Added ability to create video playlists.  (Thanks, Xennon)
    * Removed the ZIP/RAR checkbox and incorporated the option into
      the new "Files to include" dropdown list.
1394
Nick, if I write a quickie viewer using an embedded web browser, it'll use the IE engine.  Is this an issue?
1395
Skwire Empire / Re: Release: SFV Ninja (Simple File Verification application)
« Last post by skwire on April 30, 2014, 02:02 PM »
Website | Download
v1.2.1 - 2014-04-30
    * Cancelling a scan should be much more responsive.
    ! Large files weren't hashed properly.  (Thanks, P. Montinaro)
1396
General Software Discussion / Re: Firefox 29 - soooooo similar to Chrome
« Last post by skwire on April 30, 2014, 08:09 AM »
As eleman mentioned, there is the Classic Theme Restorer add-on.  Martin, over at gHacks, recently did an article on it.

http://www.ghacks.net/2014/04/26/turn-new-firefox-29-old-firefox/
1397
Finished Programs / Re: DONE: make folder set out of a txt file
« Last post by skwire on April 29, 2014, 12:17 PM »
Hi, nosch455, and welcome to DonationCoder.   :)

is there any way to create subfolders with the root folder's name as a prefix?

Not currently, no.  However, something like this shouldn't be too hard to add.  Let me see what I can do.
1398
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 28, 2014, 11:51 PM »
So I guess there's no way to make it happen now other than deleting and re-adding those series?

Highlight the series in the list, press F2, make your changes, and click off the row.   ;)
1399
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 28, 2014, 02:27 PM »
Can't remember if it was covered but an issue that came up us that I tried adjusting a column and the program had a CPU surge and would not come out of it.

This is a long-standing issue I've tried to solve over the years.  It has to do with all the extra listview libraries I use in AutoHotkey.  I've never been fully able to track it down.

Trying to track down a reason why the program sometimes "whites" out all information. All text is just gone even though nothing has changed. I just delete the config file and all is right again.

The information is actually still there.  If you can minimize and restore the window, it should repaint itself and be fine.
1400
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 28, 2014, 01:34 PM »
Those all worked for me.  However, this setting might need a little explanation.  It only works on series when they are added (and that option is enabled).  That is, it doesn't go back and change up the list after the fact.  Perhaps this is what you're experiencing?
Pages: prev1 ... 51 52 53 54 55 [56] 57 58 59 60 61 ... 222next