topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 19, 2024, 10:43 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mrpd [ switch to compact view ]

Pages: [1]
1
Hey I found another Volume OSD Script by a person called - Rajat but I can't find them in here it is a fairly good script but one problem I noticed is that when you press the volume up or down a ghost box appears in the middle of the screen can someone take a look at the code and see if there is a fix for this problem.

Thanks


Code-
;_________________________________________________
;_______Volume OSD Script   - Rajat_______________
;_________________________________________________


;_________________________________________________
;_______User Settings_____________________________

;Make customisation only in this area


;change characters for empty & full bar here
Full = |
Empty = -

;set bar position here (relative to desktop)
setenv, PosX, 922
setenv, PosY, 720



;Customise Hotkeys here
;HotKey, Volume_Up, VolUp
;HotKey, Volume_Down, VolDn

;HotKey, ^#Up, wVolUp
;HotKey, ^#Down, wVolDn

HotKey, Volume_Up, VolUp       ; ^Volume_Up
HotKey, Volume_Down, volDn
HotKey, +Volume_Up, wvolUp       ; Shift+^Volume_Up
HotKey, +Volume_Down, wvolDn



;___________________________________________
;_____Auto Execute Section__________________

; DON'T CHANGE ANYTHING HERE!!
; (unless u know what u're doing)

SetFormat, float, 0.0
SetTimer, splashoff, 100
CoordMode, ToolTip, Screen
SoundGet, currsnd1
SetTimer, CheckMute, 100


;Building Empty Bar
Loop, 25
  EmptyBar = %EmptyBar%%Empty%
 
Exit

Display:
   IfNotEqual, Type, W, SoundGet, currsnd
   IfEqual, Type, W, SoundGet, currsnd, Wave
   if currsnd1 <> %currsnd%
   {
      IfNotEqual, Type, W, ToolTip, Vol %currsnd%`% %curr%, %PosX%, %PosY%
      IfEqual, Type, W, ToolTip, Wave %currsnd%`% %curr%, %PosX%, %PosY%
      currsnd1 = %currsnd%
   }
   Type =

   setenv, presstime, %A_MDay%%A_hour%%A_Min%%A_Sec%
   envadd, presstime, 2
   SetTimer, SplashOff, On
return


Splashoff:
  setenv, presstime2, %A_MDay%%A_hour%%A_Min%%A_Sec%
  ifgreaterorequal, presstime2, %presstime%
  {
    ToolTip
    SetTimer, SplashOff, off
  }
return



;___________________________________________
;_____Hotkey Customisation Section__________

; User defined hotkeys here


wVolUp:
   Type = W
VolUp:
   #MaxHotkeysPerInterval 50
   
   IfNotEqual, Type, W
   {
      SoundSet, +4       
      SoundGet, currsnd
   }
   
   IfEqual, Type, W
   {
      SoundSet, +4, Wave
      SoundGet, currsnd, Wave
   }
   
   mark=0
   curr=%EmptyBar%
   loopup:
   mark += 4
   iflessorequal,mark, %currsnd%,StringReplace, curr, curr,%Empty%,%Full%
   iflessorequal,mark, %currsnd%, goto, loopup
   gosub, display
return


wVolDn:
   Type = W
VolDn:
   #MaxHotkeysPerInterval 50
   
   IfNotEqual, Type, W
   {
      SoundSet, -4       
      SoundGet, currsnd
   }
   
   IfEqual, Type, W
   {
      SoundSet, -4, Wave
      SoundGet, currsnd, Wave
   }
   
   mark=0
   curr=%EmptyBar%
   loopdown:
   mark += 4
   iflessorequal,mark, %currsnd%,StringReplace, curr, curr,%Empty%,%Full%
   iflessorequal,mark, %currsnd%, goto, loopdown
   gosub, display
return

;___________________________________________

;__________MUTE DETECTION BY COMPUBOY_R


CheckMute:
SoundGet,checkmute,,MUTE
   if checkmute = On
   {
      TrayTip,Volume,MUTE,,1
      mutetray = yes
   }

   else
   {
      if mutetray = yes
      {
      TrayTip
      mutetray = no
      }

   }

return

Edited to wrap the script in [code] tags - lanux128

2
I'm sorry what I meant was 2 different pictures for dual displays that can change the pictures on both monitors at user set intervals.

Thanks

3
The Panorama 32 looks very good thanks but i have another question do you know of any that will manage dual monitors? Anyone out there know of any? Can this be done in AutoHotkey?

Thanks

4
Something to change the desktop background like a slide show at timed intervals to a picture from a folder(of users choice) so the desktop picture will always be changing to a different picture.


Thanks, keep up the good programs!

5
Hey Thanks DesertEagle that looks like a good program but i kinda like the GreenOSD.ahk that skrimmel made. So I ask again, how can I position greenOSD.ahk lower on the screen and make it longer left to right I know that there is size=40 but that makes it bigger over all I just want to be able to have the size=40 but make it longer to fit from the left edge of the screen to the right. Also I have 3 buttons on my multimedia keyboard that don't work I tried looking on this site to see if there is some information but had no luck the keys are suspend, microsoft word button, and excel. Is there a way to map these somehow?


Thanks

6
Yes as in the reply above me how can I position it lower on the screen and make it longer left to right I know that there is size=40 but that makes it bigger over all I just want to be able to have the size=40 but make it longer to fit from the left edge of the screen to the right. Also I have 3 buttons on my multimedia keyboard that don't work I tried looking on this site to see if there is some information but had no luck the keys are suspend, microsoft word button, and excel. Is there a way to map these somehow?

Your are the man! GreenOSD.ahk was just what I was looking for.

7
Just any 32 X 32 icons I want to do different things that I specify like on or off. Is this possible to do?

BTW your greenOSD.ahk is just what I was looking for!

8
Post New Requests Here / IDEA: Putting icons on the title bar?
« on: July 19, 2006, 02:54 AM »
Is there a way to put icons on the title bar of windows that are open? Any ideas or ahk that do this?


Thanks

9
I know that there are programs that display volume up or down on screen but I am looking for one that would display the volume going up or down in green color with bars. Just free floating on the screen not in a box or background that also maybe could be user adjustable for the width and height , it kinda would look like this .....

Vol +  l l l l l l l l l l l l l l l l l l l l l l l l

It also displays the mute and words of the speacial keys that are pressed on the multimedia keyboard like internet explorer, calc, mail  ect .....

I believe HP computers have something like this. Is there a program or ahk file already out there that does this?


Thanks

EDIT by brotherS: Please start topics in here with "IDEA: ..." the next time, thanks.


10
I guess this post is more for jgpaiva I'm sorry if I might have confused people, what I would like is to have is KeyInfo (which shows the status of my keystates num/caps on, scroll lock off etc in the tray notifaction area) from jgpaiva on the title bar of the windows just like TicTockTitle. TicTockTitle (which puts the time ect... on the title bar) from Skrommel already is in the titlebar. I just don't really look down at the time all that much but you are always looking up toward the titlebars of the windows. If you could show me the code to put the keystate indicators into the keyinfo.ahk to do this, that would be great. Also with some kind of X , Y offset so i could adjust where it goes.

Keep up the good programs!!  :Thmbsup:

Thanks for your help

11
I really like the TicTockTitle (which puts the time ect... in the title bar) from Skrommel and KeyInfo (which shows the status of my keystates num/caps on, scroll lock off etc) from jgpaiva but is there a way to have both of these items in the title bar? I have enough things in the tray and would like to have the status indicators in the titlebar so I don't have to look down at the tray to see if they are on or not.

Thanks,
-MrPD

Pages: [1]