| Author |
Message |
Forum: Support Topic: LOOP - IfWinExist - HELP??? |
| Munchee |
|
Posted: February 22nd, 2012, 2:45 am
|
|
Replies: 2 Views: 140
|
|
 |
Forum: Support Topic: LOOP - IfWinExist - HELP??? |
| Munchee |
|
Posted: February 21st, 2012, 1:31 am
|
|
Replies: 2 Views: 140
|
| IfWinExist, Setting categories based on genre..., Loop { IfWinExist, Create new category? Send, {ENTER} } SplashImage, %A_ScriptDir%\wpxbzahi.jpg, b fs18, Sleep 6000 Postmessage, 0x111, 40150, 0, , Zone 1 ; Save OML We have one window that appears that has the title Setting cate... |
|
 |
Forum: Support Topic: Change windows Audio levels on a schedule |
| Munchee |
|
Posted: February 15th, 2012, 9:32 pm
|
|
Replies: 2 Views: 96
|
| Hey, I'm sure this is possible, I run a music system, but at 7pm each night I need it to turn from 90% Audio down to 30%. As it is too loud during the night and I have received complaints. SoundSet, 50 That would change the volume down to 50% I think, the only problem I am having is running a timer/... |
|
 |
Forum: Support Topic: FileCopy, only if existing file is older |
| Munchee |
|
Posted: November 24th, 2011, 4:18 am
|
|
Replies: 1 Views: 92
|
| Below is the code that explains how to copy a file only if the file is older than what I am trying to copy. However the below code looks overly complicated. Is there a simpler way to do this? ; Example #5: Copy only the source files that are newer than their counterparts ; in the destination: CopyIf... |
|
 |
Forum: Support Topic: Is there a way to read if menu item is selected? CHECKSTATE |
| Munchee |
|
Posted: November 16th, 2011, 9:59 pm
|
|
Replies: 10 Views: 321
|
| Ok this is fantastic Leef, from what I can read it looks like it should work -.- But if you could explain how I am supposed to use it? hah When I run it it opens up a GUI with some buttons that if I select returns the value of 0. How exactly can I use these? #SingleInstance, Force SetWorkingDir %A_S... |
|
 |
Forum: Support Topic: POSTMESSAGE - SENDMESSAGE ETC |
| Munchee |
|
Posted: November 15th, 2011, 9:26 pm
|
|
Replies: 0 Views: 106
|
| Hey, Is it possible to use these commands, but they would only work to enable the menu item you are sending the message to? I normally use: PostMessage, 0x111, 40477, 0, , Program Name But this will enable the option, and then disable it if I run it again. Is there a way to only enable it? So if it ... |
|
 |
Forum: Support Topic: Is there a way to read if menu item is selected? CHECKSTATE |
| Munchee |
|
Posted: November 14th, 2011, 9:24 pm
|
|
Replies: 10 Views: 321
|
| Or is there a way to enable something without disableing it if it is already enabled? I would normally use PostMessage, 0x111,, And that enables/disables the menu item. But is there a code, similar to 0x111 that is only for enabling a menu item? So if it is already enabled it wont change it, if its ... |
|
 |
Forum: Support Topic: Is there a way to read if menu item is selected? CHECKSTATE |
| Munchee |
|
Posted: November 14th, 2011, 7:52 am
|
|
Replies: 10 Views: 321
|
| What about the response to this question? This worked better in my app than it did with notepad. However, I now need to understand how to go 1 level deeper. I've been able to access all the first level menus with this script, but there are many more menus that I want to determine the state of that s... |
|
 |
Forum: Support Topic: Is there a way to read if menu item is selected? CHECKSTATE |
| Munchee |
|
Posted: November 14th, 2011, 4:16 am
|
|
Replies: 10 Views: 321
|
| Or do you think it is better to use the other script? ifWinNotExist, Untitled - Notepad { Run, notepad.exe WinWait, Untitled - Notepad } WinGet, hWnd, ID, Untitled - Notepad hMenu :=DllCall("GetMenu", "Uint", hWnd) hSubMenu := DllCall("GetSubMenu",... |
|
 |
Forum: Support Topic: Is there a way to read if menu item is selected? CHECKSTATE |
| Munchee |
|
Posted: November 13th, 2011, 11:58 pm
|
|
Replies: 10 Views: 321
|
| Thanks for the reply Leef, The menu Item that I would like to check, is deep inside the options menu. Here is a picture of the exact menu Item I want to select, "Overlay Enabled" http://imageshack.us/f/80/menurdq.jpg/ Are you able to assist with the the correct inputs I should use in regar... |
|
 |
Forum: Support Topic: Is there a way to read if menu item is selected? CHECKSTATE |
| Munchee |
|
Posted: November 11th, 2011, 1:15 am
|
|
Replies: 10 Views: 321
|
|
 |
Forum: Support Topic: Is there a way to read if menu item is selected? CHECKSTATE |
| Munchee |
|
Posted: November 11th, 2011, 1:10 am
|
|
Replies: 10 Views: 321
|
PostMessage, 0x111, 40477, 0, , Program Name
That's what I would use to enable it.
But is there a way to identify when it becomes disabled?
So it would be like:
CHECKSTATE, 0x111, 40477, 0, , Program Name
If Enabled, do nothing, else
PostMessage, 0x111, 40477, 0, , Program Name
? |
|
 |
Forum: Support Topic: Change which Monitor is set as primary |
| Munchee |
|
Posted: August 10th, 2011, 2:41 am
|
|
Replies: 1 Views: 129
|
| Alright so here is my problem: I have a computer that needs to boot up with multiple screens, The primary Graphics Card holds my video output screen. And a secondary card controls my Monitor + maybe a third low res display. Because my Primary card holds my video out, when I connect this and turn the... |
|
 |
Forum: Support Topic: A request hard to explain - Reading files, running scripts |
| Munchee |
|
Posted: April 11th, 2011, 12:35 am
|
|
Replies: 19 Views: 562
|
Go for your life champ, only 1 request.. Send me your TimeBomb code when it's done and I might use it instead of mine!
These are desktops, with any hibernation or sleep options removed completely. |
|
 |
Forum: Support Topic: A request hard to explain - Reading files, running scripts |
| Munchee |
|
Posted: April 10th, 2011, 10:41 pm
|
|
Replies: 19 Views: 562
|
| Sweet dude that seems to have done the trick. Awesome. I have a bit more time to play with it now so I'll try and get this setup with the shutdown and bombing part of it. Also I'm still unsure of what numbers I should use as the default reset values that will be applied every update. More of just tr... |
|
 |
| Sort by: |