topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday March 28, 2024, 10:39 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

Last post Author Topic: PromptHere v. 2.9.1.0  (Read 17998 times)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: PromptHere v. 2.0
« Reply #25 on: July 10, 2010, 04:06 PM »
PromptHere 2.0 now includes an AutoIt3 program called 7prompt by Michael Michta, that I modified with permisson of the author.  If running on Vista or Windows Seven with Glass enabled, the command prompts feature glass "blur behind" semi-transparency.

Version 2.0 is on my site for download now.  Softpedia should update early next week.


MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: PromptHere v. 2.1
« Reply #26 on: July 11, 2010, 05:50 PM »
PromptHere 2.1 The Glass feature of 7prompt has been incorporated into PromptHere.exe.  The prompts snap up faster since an external exe no longer needs to be launched(other than cmd.exe that is.)

Thanks to Michael Michta for showing me the way to EnableBlurBehind() in AutoIt3.
I translated the function to ahk for use in PromptHere.

Here's a link to a screen shot:

http://www.favessoft.com/prompthere.html
« Last Edit: July 11, 2010, 10:34 PM by MilesAhead »

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: PromptHere v. 2.2
« Reply #27 on: July 12, 2010, 12:59 AM »
PromptHere v. 2.2 Added .ini file option UseGlass.  May be set to 0 to disable blur behind glass effect on Vista/Windows Seven. Set it to 1 (the default) to enable.


edit: btw, the download includes ahk source to MilesAhead.ahk, which has misc. functions including _EnableBlurBehind() and _GlassEnabled() used by the app, and PromptHere.ahk.  Also there's a Readme file and the program icon.

« Last Edit: July 12, 2010, 01:56 PM by MilesAhead »

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: PromptHere v. 2.3
« Reply #28 on: July 12, 2010, 03:08 PM »
PromptHere v. 2.3 Now you can hotkey on the Desktop to get a prompt if it is the "active window."  The default directory for the prompt when clicking the desktop is C:\ but you may set it using "DesktopDir" setting in .ini file.

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: PromptHere v. 2.4
« Reply #29 on: July 12, 2010, 04:16 PM »
PromptHere v. 2.4 Smoothed application of the blur effect so that the prompt doesn't show black, then change color. The blur behind is active when it appears.

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: PromptHere v. 2.6
« Reply #30 on: September 08, 2010, 07:50 PM »
PromptHere v. 2.6 Added Check for Updates to Tray Menu. Improved the included IniEdit .ini file editor.

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: PromptHere v. 2.8
« Reply #31 on: December 11, 2010, 01:47 PM »
PromptHere 2.8 Added a Menu Command to set a keyboard hotkey. If the keyboard hotkey is pressed, a prompt is opened with directory set to DesktopDir as set in the .ini file.  Current settings are shown in About box.  Setting the keyboard hotkey is done by typing it in directly in a dialog. Only the more common modifiers are accepted such as control alt etc..  If it shows a single key in the dialog it won't work.  Default is Alt F12 (shown as !F12 in the dialog.)

This way if your hand is off the mouse you don't have to click on an icon to get a prompt only to put your hands back on the keyboard.

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: PromptHere v. 2.9.0.0
« Reply #32 on: October 05, 2011, 12:42 AM »
PromptHere v. 2.9.0.0 Updated code so that opening a prompt for the current folder when no folders are selected no longer uses keyboard macro.  Default Mouse Hotkey changed to Control-MiddleMouseButton.

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: PromptHere v. 2.9.1.0
« Reply #33 on: November 07, 2011, 01:53 PM »
PromptHere v. 2.9.1.0 Fixed an error that would occur if Set Keyboard Hotkey dialog was closed without setting the key, and opened again.