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 9 matches
AutoHotkey Community Forum Index
Author Message
  Topic: IE/mozilla script but i want to run background
alcalina

Replies: 4
Views: 559

PostForum: Ask for Help   Posted: Thu Apr 24, 2008 5:19 pm   Subject: IE/mozilla script but i want to run background
tks SomeGuy
Its perfect and work VERY fine
tks again
  Topic: IE/mozilla script but i want to run background
alcalina

Replies: 4
Views: 559

PostForum: Ask for Help   Posted: Thu Apr 24, 2008 1:18 am   Subject: IE/mozilla script but i want to run background
Hi.
I just do a very basic script for a site.
But i want to work without focus, so i can use the computer for other thing when the script runs

My program just send a sequence of keys ( left, down ...
  Topic: Find Text And Click It
alcalina

Replies: 12
Views: 6008

PostForum: Ask for Help   Posted: Fri Jan 11, 2008 1:30 am   Subject: Find Text And Click It
i do this
a image search
ImageSearch, FoundX, FoundY, 180, 386, 358, 500, C:\tobackpackdown.gif

a clipboard copy with ctrl+c

StringGetPos, pos, clipboard, %Var1%
if pos > 1
with the strin ...
  Topic: question: How find some text in window Mozilla Firefox, and
alcalina

Replies: 3
Views: 720

PostForum: Ask for Help   Posted: Thu Jan 10, 2008 7:10 pm   Subject: question: How find some text in window Mozilla Firefox, and
its my question too
and I think i understand

You make your script open some window of mozilla,opera, explorer
and you have a simple text ( like this one i´m writting)
and you want to AHK verify ...
  Topic: Find Text And Click It
alcalina

Replies: 12
Views: 6008

PostForum: Ask for Help   Posted: Thu Jan 10, 2008 4:48 pm   Subject: Find Text And Click It
its a link like this
www.site.com/adventure.asp?eat=yes

the code is
P><a href="adventure.asp?eat=yes">Eat the berry »</A><BR><FONT COLOR=Red>
with the positi ...
  Topic: Find Text And Click It
alcalina

Replies: 12
Views: 6008

PostForum: Ask for Help   Posted: Thu Jan 10, 2008 5:48 am   Subject: Find Text And Click It
i have the same problem
its just a webpage, i need to find in the text if have the word example eat
that is always a text and link
but sometimes it doesn´t apear
If find I just need the postion, a ...
  Topic: Keyboard Media Keys (for USB HID devices!)
alcalina

Replies: 40
Views: 48376

PostForum: Scripts & Functions   Posted: Tue Oct 23, 2007 6:39 pm   Subject: Keyboard Media Keys (for USB HID devices!)
hi, i use and i liked very much

I just want put more than one line of code
but your program just accept one line
It is possible to put more than one code in the same line?

like change this

...
  Topic: active a specific window
alcalina

Replies: 2
Views: 545

PostForum: Ask for Help   Posted: Mon Oct 15, 2007 9:18 am   Subject: active a specific window
thanks you very much, it is working Very Happy

my code

^!c::
IfWinNotActive, ahk_class MediaPlayerClassicW
WinActivate, ahk_class MediaPlayerClassicW
IfWinActive, ahk_class MediaPlayer ...
  Topic: active a specific window
alcalina

Replies: 2
Views: 545

PostForum: Ask for Help   Posted: Mon Oct 15, 2007 1:19 am   Subject: active a specific window
Hi everyone, thanks for the help



I take this script http://www.autohotkey.com/forum/topic7135.htmlremote+control ( very good)

But sometimes i loose the focus of my bsplayer ( ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group