AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 307 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Hulu
degarb

Replies: 1
Views: 88

PostForum: Ask for Help   Posted: Mon Jan 30, 2012 5:49 pm   Subject: Hulu
I would like to extract real url for video of hulu, so I could play in VLC, videolan.org. This should make hulu a much more pleasant experience than trying to use the poorly coded adobe plugin, that ...
  Topic: control send
degarb

Replies: 9
Views: 131

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 10:18 pm   Subject: control send
Use %potify% not potify.

I fix the block input in uploaded exe and posted code.

ControlSend [, Control, Keys, WinTitle, WinText, ExcludeTitle, ExcludeText]

WinTitle The title or partial title ...
  Topic: control send
degarb

Replies: 9
Views: 131

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 10:07 pm   Subject: control send
I guess I can get around this by blocking input and unblocking.

But this seems a little lame and will add a few seconds of frustration.
  Topic: control send
degarb

Replies: 9
Views: 131

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 9:59 pm   Subject: control send
Turning off control to locate cursor in control panel is needed for this script.

I do not loose focus in window as it control sends to Spotify (titlematchmode is 2) but...

Rats, If I am typing ...
  Topic: control send
degarb

Replies: 9
Views: 131

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 9:33 pm   Subject: control send
I think you are saying
loop %svol%
controlsend,,^{up},potify
replaces
/*
if svol=1
controlsend,,^{up},potify
if svol=2
controlsend,,^{up}^{up},potify
if svol=3
controlsend,,^{up}{u ...
  Topic: control send
degarb

Replies: 9
Views: 131

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 9:19 pm   Subject: control send
Some remarks:

1) You should look into loops, so you can do stuff like this
#u::
Loop % svol
controlsend,,^{up},%potify%
Return
2) Note the red marked %potify% code above.
I ...
  Topic: control send
degarb

Replies: 9
Views: 131

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 8:36 pm   Subject: control send
CommercialStrings.txt

is currently


potify|InHouse|Warner Music|Sony|EMI|Norton 360|Freedomatik|Universal Music|Haywire|Promotion|Hot New Music|Norton 360|General Motors|Ford Motors|Subscri|Cli ...
  Topic: control send
degarb

Replies: 9
Views: 131

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 8:34 pm   Subject: control send
I am trying to control send to spotify. However, if I am typing in any window, the controlsend keystrokes get sent to wrong window and it messes up my typing.

I tried replacing ^ with {controldown ...
  Topic: wingetstats
degarb

Replies: 1
Views: 57

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 7:15 pm   Subject: wingetstats
I want to toggle a window hide/show

I see wingetpos, and wingetstats

But don't see how that tells me if a window is maximized, hidden, or minimized.
  Topic: regex que again
degarb

Replies: 1
Views: 55

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 5:27 pm   Subject: regex que again
Though AHK or regex lost its mind, since I am sure I didn't mine.

Found the error || was used of |

THus is was matching anything
  Topic: regex que again
degarb

Replies: 1
Views: 55

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 5:15 pm   Subject: regex que again
regexmatch suddenly stopped working again

spot=yyyy
foundpos := RegExMatch(spot,"potify|InHouse|Warner Music|Sony|EMI|Norton 360|Freedomatik|Universal Music|Haywire||Promotion|Hot New Music|N ...
  Topic: regexmatch
degarb

Replies: 2
Views: 62

PostForum: Ask for Help   Posted: Wed Jan 18, 2012 5:07 pm   Subject: regexmatch
I am not either getting regex or regex match

foundpos := RegExMatch(spot,"potify|inhouse|warner music|sony|emi|Norton|.*mind.*|.*onny.*" ) if foundpos >0
msgbox, found sonny at %f ...
  Topic: Gui, 9: add, Text, ,
degarb

Replies: 6
Views: 154

PostForum: Ask for Help   Posted: Tue Jan 03, 2012 3:56 pm   Subject: Gui, 9: add, Text, ,
Nearest I can google is there is no way to change text color and background color for a button in a gui. Theme controlled, I guess.
  Topic: Gui, 9: add, Text, ,
degarb

Replies: 6
Views: 154

PostForum: Ask for Help   Posted: Tue Jan 03, 2012 3:24 pm   Subject: Gui, 9: add, Text, ,
gui stealer is a program that came with ahk. At least in earlier releases.

I found the x+10 command. But often it doesn't do as expected, especially after edit boxes.

Also, I don't know how to ...
  Topic: Gui, 9: add, Text, ,
degarb

Replies: 6
Views: 154

PostForum: Ask for Help   Posted: Tue Jan 03, 2012 2:22 pm   Subject: Gui, 9: add, Text, ,
I am trying to learn how to create a quick 5 minute gui without x, y layout. Just add text`nedit`radio. I could use "Gui, 9: add, Text, ," to insert a blank line

That is, until I use ...
 
Page 1 of 21 Goto page 1, 2, 3 ... 19, 20, 21  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group