AutoHotkey Community

It is currently May 24th, 2012, 7:51 am

All times are UTC [ DST ]


Search found 116 matches
Search these results:

Author Message

 Forum: Support   Topic: Minimize to tray Yahoo messenger

Posted: March 27th, 2012, 4:05 pm 

Replies: 3
Views: 113


I do not want to minimize as
WinMinimize
script does to taskbar
I need it in the lower right tray

 Forum: Support   Topic: Minimize to tray Yahoo messenger

Posted: March 27th, 2012, 3:03 pm 

Replies: 3
Views: 113


I can not find any way on winxp startup to launch Yahoo messenger minimized like I can do with windows' messenger. I want it to run on startup but reduced to try like when I X close it manually. I tried the following script: IfWinExist, Yahoo! Messenger WinClose ; use the window found above else Exi...

 Forum: Support   Topic: run different ahk standby, hibernate, cold start??

Posted: October 9th, 2011, 4:17 am 

Replies: 3
Views: 189


Mickers wrote:
What are you talking about?


cursor has to be at at certain location restore from any condition.
Can go into standby with cursor not where it should be.
So I need to check status and fix cursor position on power up or return from standby.
Ray

 Forum: Support   Topic: run different ahk standby, hibernate, cold start??

Posted: September 29th, 2011, 1:39 pm 

Replies: 3
Views: 189


It is turning out I need to run different ahk when powering up from cold start, standby and hibernate.
Any suggestions?
Thanks,
Ray

 Forum: Support   Topic: Menus,sub-menu, sub-sub-menu IR Remote control selection??

Posted: August 31st, 2011, 1:36 pm 

Replies: 2
Views: 208


Leef_me, Was able to figure out a few things that you confirmed. I had to rearrange menus to make sense to me. Define then show. THEN I found out I needed at least one spacer per level. That was the make/break of simplifing before expanding. Here is my test: Menu, Submenu4 , Add, Radio Station #1, M...

 Forum: Support   Topic: Menus,sub-menu, sub-sub-menu IR Remote control selection??

Posted: August 28th, 2011, 12:35 am 

Replies: 2
Views: 208


I seem to being doing ok with my IR Remote control of win7 accessing internet video/audio streaming without mouse/keyboard. Currently I cycle through almost 500 channels with 3 digit number or CH+/CH- On IR remote control for Media Center. Now I would like to group selections using some sort of menu...

 Forum: Support   Topic: Clearing out all error messages Win7

Posted: August 18th, 2011, 7:43 pm 

Replies: 2
Views: 78


I do use but "close all tabs or just current" seems only to respond to left mouse click. I have tried ID, Title and class to close message window "Internet Explorer" But it does not close. Same with media player error message. So............... That is why I am asking here in cas...

 Forum: Support   Topic: Clearing out all error messages Win7

Posted: August 18th, 2011, 12:05 pm 

Replies: 2
Views: 78


I am ONLY using a IR remote with Win7. Internet media streaming selection and playing for old people who can just use a standard IR remote, much less a mouse/keyboard. Sometime going from stream to stream with CH+ or CH- I get overlap and I have two or more windows open. Even though I close, if exis...

 Forum: Support   Topic: WMP playing MMS info and questions

Posted: August 15th, 2011, 6:08 pm 

Replies: 0
Views: 66


When running a mms url I found I can only use the 4th ID to move Windows Media Player. Does anyone disagree? Always the 4th? Here is my sample: Run, mms://streams.tvknob.com/tvloops/CH3/ch3.wsx Sleep, 5000 WinGet, id, list, Windows Media Player,, Program Manager Loop, %id% { this_id := id%A_Ind...

 Forum: Support   Topic: Custom size/location IE or WMP with autohotkey?

Posted: August 15th, 2011, 3:39 pm 

Replies: 8
Views: 176


Should close this thread.
I am finding new info for four Windows Media Players open on desktop when:
Run, mms://streams.tvknob.com/tvloops/CH3/ch3.wsx
Sorry,
Ray

 Forum: Support   Topic: Custom size/location IE or WMP with autohotkey?

Posted: August 15th, 2011, 3:16 pm 

Replies: 8
Views: 176


WOW, Using active has errors when I want to place mouse x/y at lower right corner. have to subtract 3 from x and y Run, mms://streams.tvknob.com/tvloops/CH3/ch3.wsx Sleep, 5000 WinMove, A,, 0, 0 Sleep, 5000 WinGetPos, OX, OY, OW, OH, A MouseMove, OW-3, OH-3 exitapp AND using Windows Media Player ins...

 Forum: Support   Topic: Custom size/location IE or WMP with autohotkey?

Posted: August 15th, 2011, 2:21 pm 

Replies: 8
Views: 176


Nope! That did not help as well without more lines of text. This works: Run, mms://streams.tvknob.com/tvloops/CH3/ch3.wsx sleep, 1000 WinGet, id , list , Windows Media Player,,, Loop, %id% { this_id := id%A_Index% WinMove, ahk_ID %this_id%,, 100, 100,,,, } exitapp Only one player on deskto...

 Forum: Support   Topic: What are AHK scripts like quick basic 4.5 math functions?

Posted: August 15th, 2011, 3:56 am 

Replies: 3
Views: 120


I need examples. (please)
I have a slight reading/learning disability.
Ceil() also does not give my needed results
I will look at Floor()
I try and only ask for what I can't find or understand
AND
keep my questions simple and to the point.
Thanks,
Ray

 Forum: Support   Topic: What are AHK scripts like quick basic 4.5 math functions?

Posted: August 15th, 2011, 2:42 am 

Replies: 3
Views: 120


I know there some similarities between the two. I would like write standard AHK script. Please advise the best way, in ahk script, for the following basic code: x = 20 y = 3 z = int(2*(x/y)) mostly the int(aaa.bbbbb) is what I can't find. I have found round, but that is not what I need. AND I do not...

 Forum: Support   Topic: Custom size/location IE or WMP with autohotkey?

Posted: August 14th, 2011, 7:10 pm 

Replies: 8
Views: 176


TLM, Your suggestion work on IE but not when url was mms: that launched media player Getting current open windows I found: 4 of 9 Id = 0x128034e Class= WMP Skin Host Title= Windows Media Player 5 of 9 Id = 0x460462 Class= WMP Skin Host Title= Windows Media Player 6 of 9 Id = 0xc10264 Class= WMP Skin...
Sort by:  
Page 1 of 8 [ Search found 116 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group