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, 6:12 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 ... 59 60 61 62 63 [64] 65 66 67 68 69 ... 222next
1577
Finished Programs / Re: DONE: Order list of phrases or lines in a text file
« Last post by skwire on January 12, 2014, 11:34 AM »
Here's a simple AHK script to do what you want:

Code: Autohotkey [Select]
  1. Gui, Margin, 5, 5
  2. Gui, Add, Edit  , xm  ym  w400 h400 vedtText
  3. Gui, Add, Button, xm  y+5 w200 h25  vbtnClipboard gOnClick, &Copy to clipboard
  4. Gui, Add, Button, x+0 yp  w200 h25  vbtnRandomize gOnClick, &Randomize
  5. Return ; End of auto-execute section.
  6.  
  7.  
  8. {
  9.     ExitApp
  10. }
  11. Return
  12.  
  13.  
  14. OnClick:
  15. {
  16.     Gui, Submit, NoHide
  17.     If ( A_GuiControl = "btnRandomize" )
  18.     {
  19.         Sort, edtText, Random
  20.         GuiControl, Text, edtText, % edtText
  21.     }
  22.     Else If ( A_GuiControl = "btnClipboard" )
  23.     {
  24.         Clipboard := edtText
  25.     }
  26. }
  27. Return
1578
Finished Programs / Re: DONE: Order list of phrases or lines in a text file
« Last post by skwire on January 12, 2014, 11:00 AM »
Contro, as a friendly tip, in English, we use the word "random" instead of aleatory.

http://textmechanic....Sort-Text-Lines.html
1579
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by skwire on January 11, 2014, 03:38 PM »
Website | Download
v1.4.7 - 2014-01-11
    + Added option to confirm deletion of records. (Thanks, W. van Bergen)
1580
N.A.N.Y. 2014 / Re: NANY 2014 Roundup Prep
« Last post by skwire on January 11, 2014, 02:10 PM »
Updated my NANY repository. Thirteen apps over five NANYs.

Awesome stuff.  =]  Hard to believe we've been doing this for so many years.
1581
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on January 11, 2014, 11:08 AM »
WOW....fantastic! I will never miss a show again. I have been using TVRage to keep track of my favorites but this program is much better.

Right on and thank you for your kind words.    ;)

1582
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on January 10, 2014, 11:30 PM »
@subtech:  Please give this latest version a try.

Website | Download
v1.0.8 - 2014-01-10
    + Added option to specify a font for the listviews and summaries
      fields (same font for both).  (Thanks, subtech)
    + Added a "Reset splitter positions" to the new View menu in case
      the Series tab's splitter positions go wonky.
    * Reworked the Options tab to accommodate the new font option.
1583
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on January 10, 2014, 02:05 PM »
Could there be a volume slider up to 200% just as VLC has ?
I can hardly hear my speakers at 100%  ;D

I don't think there is a way to do this in the BASS library that Trout uses.
1584
Post New Requests Here / MOVED: Grouping (Skwire)
« Last post by skwire on January 09, 2014, 11:46 PM »
1585
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on January 09, 2014, 09:46 AM »
Would you mind posting a screenshot of what you're seeing?
1586
N.A.N.Y. 2012 / Re: NANY 2012 Release: RecursiView
« Last post by skwire on January 09, 2014, 07:35 AM »
Can you please make thumbnails centered? And maybe add an option to add background shadow?

Unfortunately, I cannot.  Creating listview thumbnails in AHK is mostly a hack so there's not a whole lot I can do with it.  Apologies...
1587
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on January 08, 2014, 10:33 PM »
This is what epCheck looks like for me in an XP VM running at 130%.  Is this similar to what you see?

2014-01-08_223126.png

1588
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on January 08, 2014, 09:02 PM »
What DPI setting are you currently using?
1589
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on January 08, 2014, 08:41 PM »
I can certainly make the listview font an option but have you considered increasing your DPI settings?
1590
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on January 08, 2014, 08:08 PM »
Hi, subtech, and welcome to the DonationCoder site.  Are you talking about the font size in the listviews?  Or, the font size of the overall application (Options tab, etc.)?
1591
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on January 08, 2014, 04:52 PM »
Cool, thanks for the heads up.  =]
1592
Post New Requests Here / Re: MT_ICON
« Last post by skwire on January 08, 2014, 02:14 PM »
Thanks skwire i've download it now. Is this the latest version ?

Yes.

I'm wondering if your program can change the icon if there is no file (but the desktop.ini) in a sub-directory but only an another directory and so.

In fact i would like that the folder containing only a subdirectory and no individual files counted as empty.

Sure, I can make it do that.  However, there are a few utilities out there that already deal really well with finding empty folders.  Have you tried any of them?  Here's one:

http://sourceforge.net/projects/rem-empty-dir/


1593
Post New Requests Here / Re: MT_ICON
« Last post by skwire on January 08, 2014, 12:40 PM »
I'm rather talking about the little utility that was written originally by skwire
You can find the discussion about this at the following link
https://www.donation...ex.php?topic=28447.0

Hi, ouirmi, and welcome to the DonationCoder site.  The download link in that thread should still work.

http://skwire.dcmembers.com/apps/snacks/MTIcon.zip
1594
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on January 08, 2014, 10:06 AM »
works fine after a reboot, thanks!

If it does that again, please send me your config.ini file before rebooting or shutting down sWeather.   ;)
1595
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on January 08, 2014, 07:47 AM »
The main window ('Show' from the tray bar) not showing up on my xp, it only appears a vertical portion of the title bar, it's like the window can't be drawn on top of the screen

Odd, it seems to work here okay.  Would you mind PM'ing me a copy of your config.ini file?
1596
Skwire Empire / Re: Release: sCheckbook
« Last post by skwire on January 07, 2014, 09:32 PM »
Website | Download
v1.0.8 - 2014-01-07
    + Added basic Find/Replace functionality.  (Thanks, J. Katz)
    + Added "Tax deductible" column.  (Thanks, J. Katz)
    ! DPI-related fix to saved listview column widths.
1597
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on January 07, 2014, 01:51 PM »
Website | Download
v1.5.2 - 2014-01-07
    ! Refresh timer wasn't set properly after waking up from hibernation.
      (Thanks, zanecek)
    ! DPI-related fix to saved listview column widths.
1598
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on January 07, 2014, 01:28 PM »
I tested it, and v1.5.1.2 after sleep/hibernation automatically continues in the periodic weather data refresh (well done!), but this version does not load new data once immediately after waking up (but this is less significant problem).

Right now, the code will do a refresh fifteen seconds after receiving the wakeup message and then the regular timer starts (whatever you have configured).  So, if you have a working network connection at the fifteen second mark, it should update.

And, in addition, new version fix another bug - automatic extension the column widths in extended view each time you open this window. Nice! This bug probably related to the fact that I use 125% system zoom the screen in Windows.

Correct, it was due to the 125% DPI setting.  This bug was reported and fixed in another one of my apps so, as I update my apps with listviews, they should get this bugfix as well.
1599
Post New Requests Here / Re: IDEA: Lan Alarmclock or Timer
« Last post by skwire on January 06, 2014, 08:20 PM »
What about a cheap, physical timer?:

http://www.amazon.co...keywords=alarm+timer

1600
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on January 06, 2014, 07:53 PM »
For some reason, I do not see a StartupTab=Weekly in there under the [Settings] section.  I really have no idea why it's not saving that setting for you since it saves it here just fine.  You can try closing epCheck, adding that entry to your config.ini file, and launching epCheck.
Pages: prev1 ... 59 60 61 62 63 [64] 65 66 67 68 69 ... 222next