AutoHotkey Community

It is currently May 23rd, 2012, 9:59 pm

All times are UTC [ DST ]


Search found 18 matches
Search these results:

Author Message

 Forum: Support   Topic: again, monitor in standby

Posted: July 20th, 2010, 7:20 pm 

Replies: 2
Views: 157


@ None:

On my "working pc" it works like a charm, no flikkering whatsoever.
Tomorrow I will test it on my htpc where it is supposed to be installed.

Thanks! :D

 Forum: Support   Topic: again, monitor in standby

 Post subject: again, monitor in standby
Posted: July 20th, 2010, 9:09 am 

Replies: 2
Views: 157


I am still struggling with a script to put my LCD monitor in standby. I looked thru all the topics on this subject for an answer but no luck, did I miss something? If I did miss something: sorry! What I want is this: with ^1 I should be able to switch my monitor in standby. Only ^1 should switch it ...

 Forum: Support   Topic: How can I make monitor completely blank (with a GUI on top)

Posted: July 16th, 2010, 8:58 am 

Replies: 7
Views: 380


Thanks so far. What happens is that the focus (active screen) is now on the "black overlay".
That is why the remote does not work on the audioprogram anymore as it only controls the audioplayer when it is the active screen.
I should have thought of this before :(

 Forum: Support   Topic: How can I make monitor completely blank (with a GUI on top)

Posted: July 16th, 2010, 8:00 am 

Replies: 7
Views: 380


The code works, it seems to work better than something I used before. I added a toggle function to be able to use the same key (^1) for showing and hiding the screen (I need this because I want to use 1 key on my remotecontrol for on/off). This works but when I press ^1 and the screen goes black all...

 Forum: Support   Topic: Turn monitor on/off with only hotkey and not other keys/mous

 Post subject: It works!
Posted: November 21st, 2009, 8:30 pm 

Replies: 22
Views: 2639


"A" stands for Active Window. I thought it meant something like that but was not shure. It is working now thanks to all the help I got. My code now consists of 2 files: "cicsRemote.exe" (compiled from cicsRemote.ahk: ------------- #Include C:\Program Files\cics Memory Player\nog...

 Forum: Support   Topic: Turn monitor on/off with only hotkey and not other keys/mous

Posted: November 21st, 2009, 2:36 pm 

Replies: 22
Views: 2639


In the original script I used the line: SendMessage, 0x112, 0xF170, 2,, Program Manager Found this alternative in a different forum and seems to do the trick: SendMessage, 0x112, 0xF170, 2,, A So, instead of "Program Manager" it says just the letter "A" . Can someone explain to m...

 Forum: Support   Topic: Turn monitor on/off with only hotkey and not other keys/mous

Posted: November 21st, 2009, 11:39 am 

Replies: 22
Views: 2639


I have just about tried all options but inside the cMP program the command SendMessage, 0x112, 0xF170, 2,, Program Manager simply does not work. Is there another way to achieve the same thing? I tried out the "drape" command for example, it works but does not switch off the monitor and ult...

 Forum: Support   Topic: Turn monitor on/off with only hotkey and not other keys/mous

Posted: November 20th, 2009, 8:52 pm 

Replies: 22
Views: 2639


So far I know that cMP uses AutoHotkey for the remotecontrol, it is unclear if it also uses scripts to hide windows. The script for the remote is: --------------------------------- ; cMP version 1.0b ; cicsRemote.ahk #NoTrayIcon #SingleInstance Force #HotkeyInterval 2000 #MaxHotkeysPerInterval 200 ;...

 Forum: Support   Topic: Turn monitor on/off with only hotkey and not other keys/mous

Posted: November 19th, 2009, 8:51 pm 

Replies: 22
Views: 2639


It minimizes all windows but 1 I think I know what the problem is though as it happens with only 1 specific program, namely CICS Memoryplayer (a music library): I just found out that CICS uses AutoHotkey as well! What Hotkey does exactly is undocumented, at least I could not find it! CICS is build t...

 Forum: Support   Topic: function drape

Posted: November 19th, 2009, 8:28 pm 

Replies: 2
Views: 263


I never looked at the toggle state, good solution!
The script works perfect, thanks for your help,

 Forum: Support   Topic: function drape

 Post subject: function drape
Posted: November 19th, 2009, 7:47 pm 

Replies: 2
Views: 263


I am playing with drape. What I want is to drape the screen when I press ^1 and undrape pressing ^1 too. My code works every now and then, I cannot figure out why it works only sometimes? My code: ^1:: KeyWait, CTRL KeyWait, ALT Keywait, F4 KeyWait, SHIFT KeyWait, Escape Gui, Color, Black Gui, -Capt...

 Forum: Support   Topic: how to turn off monitor?

Posted: November 19th, 2009, 4:36 pm 

Replies: 42
Views: 14121


Hey BoBo, instead of an HTML page in a browser, try this Gui, Color, Black Gui, -Caption +AlwaysOnTop SysGet, Mon, Monitor Return !y::Gui, Show, w%MonRight% h%MonBottom% x0 y0 !x::Gui, Hide I use this, works great. In the same topic I read that I can use a fade in/fade out command but searching the...

 Forum: Support   Topic: Turn monitor on/off with only hotkey and not other keys/mous

Posted: November 18th, 2009, 8:33 pm 

Replies: 22
Views: 2639


I looked for instructions and examples on how to use WinMinimizeAll but I am too much of a beginner to understand where to put it in the script and or what to replace?
I've tried to simply add it but that does not work?

I hope someone can help me?

 Forum: Support   Topic: Turn monitor on/off with only hotkey and not other keys/mous

Posted: November 17th, 2009, 9:10 pm 

Replies: 22
Views: 2639


I changed the line to:

Gui,Show, NA w%A_ScreenWidth% h%A_ScreenHeight%

Focus does go to my program most of the times but sometimes it chooses another active program that was last on top? Can I edit the above line in such a way that it will allways "look" for my specific program?

 Forum: Support   Topic: Several scripts or one script? -> memory and performance

 Post subject: combine scripts
Posted: November 17th, 2009, 4:54 pm 

Replies: 2
Views: 388


I have 2 scripts (found on the forum), they allready work together. These 2 scripts work with windvd, the first one runs it fullscreen and the second one allows me to switch of the monitor while watching the movie on my LCD TV. I would like to make them into 1 script/exe. I have looked how to do thi...
Sort by:  
Page 1 of 2 [ Search found 18 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group