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 13, 2025, 4:52 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 ... 201 202 203 204 205 [206] 207 208 209 210 211 ... 309next
5126
General Software Discussion / Re: KeyDrive 1.8.0.0
« Last post by MilesAhead on May 27, 2011, 03:16 PM »
Just for your info if you are compiling yourself, I'm using AHK Version 1.0.48.05 normal download.  Not any alternative or enhanced version.

5127
General Software Discussion / Re: KeyDrive 1.8.0.0
« Last post by MilesAhead on May 27, 2011, 03:08 PM »
tomos the only thing I can think of is perhaps something else is interfering with that hotkey.  Have you tried RightWinKey Left Arrow?

edit: the last thing I changed was to send F4 then click the mouse to put the cursor in the editbox.  Makes it easy to type in search.  That may not be working on your system.  You can try commenting out the Send,{F4} and Click lines. See if that fixes it.

If RightWinKey Up Arrow works normally then the Send {F4} is likely the culprit. That's the only hotkey that doesn't use Send.
5128
To completely save state and restore on next power up would likely require a completely redesigned computer system.  All the hardware drivers would have to be in firmware with a standardized way of calling them to initialize. I could only see it for some dedicated hw, such as military where all 48,000 computers in all 48,000 of the same model tank are exactly the same.  So software/firmware could be written for identical computers outfitted with identical peripherals.


5129
Wow!! I got rid of Speed Dial and used an Addon that lets me set New Tab to a blank page.  Then I set my home page to the bookmarks.html file on my HD.  Even with Malwarebytes running a scan Chromium snaps right up there!! No bog while filling in Speed Dial graphics.

Speed Dial was fun but it just bogs an otherwise screaming fast browser!


5130
I just upgraded to FF 4 today.  I have to admit it seems a lot less sluggish coming up off the HD.  Still not snappy like Chromium.  But for only running one process it ain't bad.

edit: hmm, just tried to bring it up while another program was making moderate use of the HD.  Like 3.x it's really slow getting off the dime.  Chromium just snaps open even on my 2 GB ram PC.

edit: experimentation shows it was Speed Dial bogging it badly.  I've removed it from both Chromium and Firefox.  It's a bit inconvenient not having the large graphics to select from.  But so is waiting for the thing to load. I'll just have to get by with bookmarks. :)
5131
General Software Discussion / Re: Transpose 2.0.0.0
« Last post by MilesAhead on May 26, 2011, 08:44 PM »
Transpose 2.0.0.0 Added support for Firefox 4.
5132
I just noticed I no longer need the xml formatter in build 85605. When I click an xml file online it says some jazz about finding no css format info. It displays the file nicely expanded. No more text jumble.

One less extension to carry. I'm only running 4 now.

edit: Make it 3. I don't really need Sexy Undo Closed Tab. :)

edit: down to 2.  Speed dial is fun until you load Chromium with a busy disk.  Then it makes it bog a bit. Time to get by without it.

edit: found this to get rid of that New Tab page they push on you:
https://chrome.googl...dlleaimfelifcejbkmcd



5133
General Software Discussion / KeyDrive 2.6.1.0
« Last post by MilesAhead on May 26, 2011, 04:31 PM »
http://www.favessoft.com/hotkeys.html

KeyDrive is a Tray Hotkey for opening an Explorer window to the root of a drive letter. See the About command in Tray Menu for description of the hotkeys.

New in v. 1.8.0.0.  Except when showing 2 drives side by side, the cursor is placed in the edit box after the drive window is opened in Explorer.  This makes it convenient to navigate the drive using sequential search.

Note that prompts and error messages are displayed using ToolTips.  After you use it a few times you'll know what the message is going to say. It serves as an unobtrusive indicator that the hotkey fired or the drive doesn't exist(for example a network or USB drive that's no longer mapped to a letter.)

Inspired by app's letter hotkeys for each disk drive utility.
5134
General Software Discussion / Re: FolderCache 5.7.2.0
« Last post by MilesAhead on May 25, 2011, 07:21 PM »
FolderCache 5.7.2.0 Added variable delay to Side By Side function.  This increases the chances folders will finish opening before the Tile Window call when many are selected.
5135
General Software Discussion / Re: Fold 1.3.0.0
« Last post by MilesAhead on May 25, 2011, 03:51 PM »
As to your idea, I did a "run and place" command line utility awhile back. It read a file full of apps to run and place. You had to specify the title the window was going to have when the app came up.  But there were too many command line switches.

Maybe I should take another look at that.  Back then I was trying to wait for each window to come up instead of just flinging them out there, then positioning by title.

But it's way easier for the user to employ a memorizer like WinSize2 instead of plugging in numbers.  Too much guess work with specific numbers. If they really want to put a group of apps in exact locations they can just do a batch file with a slew of NirCmd commands to place them.


5136
General Software Discussion / Re: Fold 1.3.0.0
« Last post by MilesAhead on May 25, 2011, 03:24 PM »
I appreciate your interest.  Generally I'm not a fan of resizing app windows as some of them aren't set up to handle it.  Editors and browsers usually work but dialog based you often get a box of radio buttons then this big blue blank panel hanging off one end due to external resizing.

After doing this a few iterations I'm thinking there's a formula for the window placement. I just haven't figured it out yet. I'm doing it by extrapolation.  I'm sure inside the Tile Windows code there's a calculation with the remainder on one line if the divide doesn't come out even.

One problem with doing this with applications is the executable path often has nothing to do with the window title.  Whereas with Explorer I can just stipulate "display path in window title" has to be enabled. EnumWindows API is pretty much a nightmare except for very limited searches.

I use WinSize2 to keep my app windows in particular places.
5137
General Software Discussion / Re: Fold 1.3.0.0
« Last post by MilesAhead on May 24, 2011, 07:50 PM »
Fold 1.3.0.0 Now manually places up to 8 folders.
5138
General Software Discussion / Re: Fold 1.2.0.0
« Last post by MilesAhead on May 24, 2011, 04:32 PM »
Fold 1.2.0.0 Now resorts to Tile Window API only if folders greater than 6.  Up to 6 folders it should leave the percentage gap if TaskBar is set to Stay On Top.

See Readme revisions list for details.
5139
General Software Discussion / Re: Fold 1.1.0.0
« Last post by MilesAhead on May 24, 2011, 12:24 PM »
Fold 1.1.0.0 Added PercentMargin .ini file setting to set the TaskBar gap.  Valid range is 0 to 25.  Note that if the TaskBar is not set to Stay On Top then GetWorkArea will be the same as the screen res, meaning the folders will take up the entire desktop.

I only have a single monitor setup so that's all I can support for Fold.

If anyone has TaskBar set to Stay On Top positioned at the top of the screen or one of the sides, would you try Fold.exe?  Default PercentMargin is 5.

I have an over sized TaskBar and if I move it, sometimes it's impossible to get it back without resetting my registry hives. Sometimes I can spend hours trying to grab the damn thing with the mouse! :)


5140
General Software Discussion / Fold 2.2.1.0
« Last post by MilesAhead on May 24, 2011, 12:21 AM »
Fold 1.0.0.0  Fold.exe is a command line Windows utility for XP and later.  Although it really shines on Windows Seven.  It reads a plain text file of folder names, then opens and places them on the desktop.

You may download from this page:
http://www.favessoft.com/downloads.html

I found even though I wrote several hotkey tools for opening recent folders, that there were combinations of folders I used many times and I still had not come up with an easy way to open them as a set.  File managers with quad windows may be a solution but I haven't found a free one that seemed stable and predictable.

The basic idea of Fold is you feed it a file of folder names.  If the number of folders is 4 or less the vertical space used is limited to 95% of the vertical desktop work area.  This should leave enough room for stuff like RocketDock and other gizmos kept just above the TaskBar.

At the moment it's hard wired with TaskBar at the bottom.
If there are more than 4 folders, all windows are minimized first, to avoid app windows being resized, then the folders are opened and placed using the OS horizontal tiling API.

See the Readme for details.
Before gasping in horror at the thought of typing at the command line, see the Suggestion in the Readme.  If you are on Windows7 it's very easy to associate .fld extension with Fold.exe and pin folder sets to the Fold icon on SuperBar.  Once you make a few sets of folders you can just right click, then click and Bingo!!  A set of folders you use together comes up.

If you don't want to register a file type association then I suggest putting a shortcut to Fold.exe in your SendTo folder.

Another nice feature of using this on Windows7, when you're done right click the Explorer shortcut on SuperBar and click Close All Windows.

Anyway, here's a screen shot of 4 folders opened just by clicking an .fld file.

5141
General Software Discussion / Re: FolderCache 5.7.1.0
« Last post by MilesAhead on May 23, 2011, 04:49 PM »
FolderCache 5.7.1.0  Now two views of the same drive Side By Side sets the windows height at about 95% of the desktop work area.  Leaves a bit of room if you have TaskBar at the bottom for stuff like RocketDock or a download manager floating target window etc..
5142
My suggestion would be just turn off indexing. It's a big drain on resources for little gain.  Use Everything Search instead.

Instead of Recent Places have some shortcuts you use most often in the favorites.  Trying to control how Windows sticks stuff in it's mru lists is pretty much a lost cause.  About the only thing that works is turning it off altogether.

Anyway, I did about 15 minutes of searching and didn't find any utility that claims to do what you want.

Alternatively you might use this to temporarily hide favorites altogether:

http://www.door2wind...rer-navigation-pane/

I tried it on my W7 32 bit machine and it seemed to work fine.
Just bring it up and uncheck everything but Computer until the onlookers leave. :)
5143
Just make a kill file one name per line.
Just use exe name without path such as "notepad.exe"

You can easily spiff up this AutoIt3 code with a few niceties.


#include <file.au3>
Dim $aRecords
If Not _FileReadToArray("KillFile.txt",$aRecords) Then
   MsgBox(4096,"Error", " Kill File to Array     error:" & @error)
   Exit
EndIf
For $x = 1 to $aRecords[0]
    While ProcessExists($aRecords[$x])
ProcessClose($aRecords[$x])
Sleep(250)
Wend
Next

edit: this is just for regular exe files.  Follow Shades advice for services etc..
edit2: changed it to a While loop in case there are multiple instances of a process.
edit3: If you want to have some fun with it, very easy to pass the name of the kill file on the command line.  See AutoIt3 help section Running Scripts for how to use $CmdLine.
5144
Living Room / Re: Now you're REALLY screwed...
« Last post by MilesAhead on May 22, 2011, 09:57 PM »
I'm pretty sure I saw this posted here on DC before, but I can't find the thread.

But while searching for it, I noticed a high correlation between the word "screw" (and its variants) and Apple topics. :-\

I take it you're not a hard core Apple fan?


5145
General Software Discussion / Re: Transpose 1.9.0.0
« Last post by MilesAhead on May 22, 2011, 08:59 PM »
Transpose 1.9.0.0 Added Shift Middle Mouse Click on and empty space in Explorer to open a drive letter in a new window.
5146
General Software Discussion / Re: Windows7 Navigation Pane Customizer
« Last post by MilesAhead on May 22, 2011, 07:57 PM »
No matter what you do it seems you can't change the order of the shortcuts. Since I don't want to take stuff out of Libraries the solution I used was to only show Favorites and Computer.  Favorites only has 3 items.  That way I can leave both Favorites and Computer expanded(only as far a drives, not current location) and everything shows without scrolling.

What would make it nicer would be the ability to control click on a drive and have it open in a new window.  That's for another day.
5147
General Software Discussion / Re: FolderCache 5.7.0.0
« Last post by MilesAhead on May 22, 2011, 05:04 PM »
FolderCache 5.7.0.0 With the exception of 2 views of one folder, FolderCache SideBySide function minimizes all windows before launching and tiling folders.  A minor inconvenience as the "unminimize" function does not seem to work to restore minimized windows. But it's preferable to all your application windows being resized.

I found out that the TileWindows API, at least on W7, won't tile minimized windows. So that's a relief.


5148

You always like to give me a ribbin'.

 :D

Cool your jets, you'll need a clear head!
-cranioscopical (May 21, 2011, 08:32 PM)

Hmm, bet mouser thinks we should tone'r down. :)

5149
General Software Discussion / Windows7 Navigation Pane Customizer
« Last post by MilesAhead on May 21, 2011, 08:28 PM »
I was looking for a way to change the order of shortcuts in the Explorer Navigation Pane. Turns out it really can't be done. (You can drag Favorites around, but not the other shortcuts.) I wanted Computer at the top. But I achieved nearly the effect I wanted using:
http://www.door2wind...rer-navigation-pane/

I only left Libraries and Computer enabled. I collapsed Libraries and expanded Computer. Now to change to another drive I don't have to vertical scroll.

Plus it does not require a reboot. When you click Apply you can see Explorer gets restarted as the desktop flickers for a second. Nice little freebie!!



5150
General Software Discussion / Re: FolderCache 5.6.0.0
« Last post by MilesAhead on May 21, 2011, 06:16 PM »
FolderCache 5.6.0.0 Memory usage enhancements.


Pages: prev1 ... 201 202 203 204 205 [206] 207 208 209 210 211 ... 309next