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, 9:55 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 ... 74 75 76 77 78 [79] 80 81 82 83 84 ... 222next
1951
Living Room / Re: Cheap LED torches/flashlights - any good?
« Last post by skwire on April 04, 2013, 10:22 AM »
I'm sure I can't be the only one that doesn't like the type of light that LED's put out.  How do I explain this?  I mean...I don't like the glowy, overall subdued light that most LED flashlights give off.  I much prefer the type of light that a traditional incandescent flashlight produces.  I feel that they illuminate much better than LEDs.  More detail, IMO.  Maybe I'm alone here?
1952
Thanks very much.  =]
1953
Finished Programs / Re: TicToc Title
« Last post by skwire on April 01, 2013, 09:17 AM »
You're very welcome.  I'm glad the program is working again for you.   :)
1954
Finished Programs / Re: TicToc Title
« Last post by skwire on March 31, 2013, 01:50 PM »
1955
Finished Programs / Re: TicToc Title
« Last post by skwire on March 30, 2013, 03:56 PM »
I've been messing around with the code and I have it working, flicker-free, with the following caveats:

  • You can no longer set the size of the text.  Style and weight still work.
  • Any settings changes require you to restart the application.

Knowing this, are you still interested?
1956
Finished Programs / Re: TicToc Title
« Last post by skwire on March 30, 2013, 12:44 PM »
Hi BTJ.  I looked at Skrommel's code and what it's doing is creating a separate, transparent GUI window that gets positioned near the min/max/close buttons.  I'm going to guess that the graphics engine in Windows 7 is different enough from the Windows XP engine to make the GUI flicker like you're seeing.  For the record, it does not flicker on my Windows 7 install.

There are some drawbacks to Skrommel's method of using a separate GUI:
  • The positioning of the TicTocTitle GUI assumes the classic Windows theme; that is, if you try to use TicTocTitle with, say, the Aero look, the TicTocTitle GUI text overlaps the minimize button.
  • The TicTocTitle GUI font's style, colour, and weight are static; that is, they don't change if you change the font of your windows themselves.  Yes, there are settings in TicTocTitle to change this but, again, it's a manual thing.

One solution would be to modify the actual window title text itself.  This method would use the window's current font style, colour, and weight.  However, one drawback I can foresee is that I don't know if it's possible to (easily) right justify the text on a window.  What I mean is that the clock text portion would just be at the end of the current window title, possibly after a separator character like a pipe (|) or the section character (ยง).
1957
General Software Discussion / Re: Folder protection
« Last post by skwire on March 29, 2013, 03:27 PM »
I know this isn't what you want to hear, but: use TrueCrypt or don't bother at all.

Pretty much anything else won't be anything but a false sense of security. And if you only want a half-hearted solution, why bother doing anything at all? :)

Absolutely agreed.
1958
General Software Discussion / Re: tool to check if TIFF files compressed ?
« Last post by skwire on March 29, 2013, 02:11 PM »
Website | Download
v1.0.8 - 2013-03-29
    ! Paths in the Path column were not always correct.  (Thanks, Paul)
1959
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on March 29, 2013, 02:05 PM »
Website | Download
v1.1.0 - 2013-03-29
    + Added ability to add a separator between meters.  These show up as blanks
      in the meters display as well.  You can use these creatively to group
      meters in the meters display.  (Thanks, Scott_Y)
    + Main form is now resizable.
    * Switching to the Options tab doesn't focus any of the controls within the
      tab.  (Thanks, Scott_Y)
    ! Meters weren't displayed correctly under certain scenarios.  (Thanks, Scott_Y)
    ! Up/Down controls weren't re-enabling properly when a meter was selected.
1960
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on March 25, 2013, 06:42 PM »
If you want, I could manually set the focus to another control within that Options tab.
1961
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on March 25, 2013, 05:43 PM »
Bug in 1.0.9: If the Options tab is displayed, Ctrl+S toggles the setting of the "Clicking the tray icon" box.

This isn't a bug so much as it is default Windows behaviour for a dropdown control.  Pressing 'S', Ctrl+S, or Shift+S does an automatic search within the dropdown control for items starting with an 'S'.  It just so happens, in this case, that both entries begin with an 'S'.
1962
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on March 25, 2013, 01:44 PM »
Doh, apologies for missing your previous posts.  :(  Let me see what I can do about your reported issues.   :)
1963
General Software Discussion / Re: console temp cleaner
« Last post by skwire on March 20, 2013, 09:30 AM »
I'm not sure if BleachBit does all you ask, but it might be a good start (and does have a commandline mode).
1964
Coding Snacks / MOVED: REQUEST: Command Prompt to Tray
« Last post by skwire on March 17, 2013, 09:38 PM »
1965
Finished Programs / Re: SOLVED: Command Prompt to Tray
« Last post by skwire on March 17, 2013, 03:53 PM »
1966
I want two features, not a hundred and seventeen!

I don't use them all.  I blanked them all out and defined just the few that I use.  Namely, back, forward, refresh, new tab, close tab, next tab, previous tab, top of page, bottom of page, and load URL from clipboard.
1967
or you could try a mouse gesture add-on.  I use All-In-One Gestures for Firefox.

I use the right button and a few simple gestures to move between tabs, go to top of page, zoom. 

Absolutely agreed.  Browsing without using mouse gestures is no fun at all.
1968
What generally happens is that the h gets chopped off at the beginning of URLs.
So only:  ttps://plus.google.com/104410043740081757281

Then try adding a small sleep after the ^l line, e.g.:

Code: Autohotkey [Select]
  1.     Sleep, 300
  2.     SendInput, % %myURL%
1969
All that you want is, basically, possible.  As mouser suggested, I've moved this back to "IDEA" stage so let's see if anybody wants to pick this up.

The URL box entry gets broken up.  Could be do to a number of things, like the additional search box on the webpage, or possibly a conflicting add-in loaded?

Try increasing the sleep time in the script.  It's currently set for 750 milliseconds.
1970
Using a small player as the default mp3 file-opener could be an answer.

I use my own Looper for this purpose (shameless plug).
1971
General Software Discussion / Re: Software to control Wallpaper?
« Last post by skwire on March 15, 2013, 01:53 PM »
As rsatrioadi said, correct me if I'm wrong but:

  • Does "Fit" work how you like for images taller/wider than your screen height/width?
  • Does "Centre" work how you like for smaller images?

If that's the case, I guess you're asking for something that will intelligently determine which method to use based on image size and screen resolution?
1972
You are probably looking for a modern version of CustomBar.
Sadly, it was not really updated for the new millennium...

$20 http://www.custombar.net/
https://www.donation...dex.php?topic=6499.0
 (see attachment in previous post)

I could easily code a small, independent bar that could control Winamp or any audio player that incorporates the Winamp API.  Trout, AIMP, & Foobar (with a plugin) come to mind.
1973
Welcome to the DonationCoder site, goldencut.

ANY feedback would be nice at this point - it's too complicated, it's impossible, it's been done already, it's stupid... anything...

While I like your idea, what you're asking for is a lot more complicated than you might think.

First of all, anything you write is, technically, outside of Windows Explorer.  This mean that a developer will have to consider all the different versions of Windows Explorer (2000/XP/Vista/W7/W8 + 32/64-bit of each) along with all of their different capabilities, limitations and idiosyncrasies. Furthermore, the shell context menu has its own set of capabilities, limitations and idiosyncrasies to deal with across the different Windows versions as well.  It's a real mess.  

Let's say you decide to do this anyway.  Now you have to deal with the fact that your interface is separate from your playback engine which, in and of itself, isn't a bad thing.  However, in this case, you don't have access to the innards of the interface so you're forced to use an intermediary, i.e. a service, API calls, window messages, etc.  This can be very limiting and very frustrating to work with.  For what it's worth, I've written an audio player called Trout that some folks here at DC have come to like.  I could not imagine trying to write such a player without designing, and having full access to the user interface code, myself.

I hope this made some semblance of sense.  =]
1974
General Software Discussion / Re: Mouse Tutor App?
« Last post by skwire on March 13, 2013, 03:37 PM »
Perhaps this will work for you?

http://www.rekenwond...com/mousetrainer.htm
Pages: prev1 ... 74 75 76 77 78 [79] 80 81 82 83 84 ... 222next