 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Mike
Joined: 21 Jun 2004 Posts: 2
|
Posted: Sun Jun 27, 2004 10:00 am Post subject: Having Problems With My Script |
|
|
Hey Guys I'm having some problem creating this script that I'm working on, i just started working with this program and am trying out different commands and trying to make it some crazy stuff so i can get a better feel for it. So this is what i'm doing, I'm Trying to make the script login to three different email accounts resize the screens and put them up with two windows on the top portion of the screen and one long windows stretched along the bottom of the screen showing my inboxes for all thee emails.......... I dont even know if this is possible but some of the probelm i already have is getting more than one explorer window up and getting the windows sized and where i want them..... can anybody help?? heres what i have written so far:
setbatchlines, 20ms
setkeydelay, 10
setmousedelay, 10
run, www.hotmail.com, ,max
winwait, Please sign in - Microsoft Internet Explorer
winactivate
StatusBarWait, Done, 15
Winwaitactive, Please sign in - Microsoft Internet Explorer
send, XXXXXXXXXXX
send, {TAB}
Send, XXXXXXXXX {ENTER}
winactivate,
winmove, 0, 0, , 640,529
Winminimize
run, Http://gmail.google.com
winwaitactive, Welcome to Gmail - Microsoft Internet Explorer
winactivate
StatusBarWait, Done, 15
Thanks to anybody that can help me out! And thanks to the last guy that helped me out! _________________ ~[MikE]~ |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sun Jun 27, 2004 12:34 pm Post subject: |
|
|
It looks good so far. The only problem that stands out is "winmove, 0, 0, , 640,529". WinMove only has two modes, and it doesn't appear that you're correctly using either of them:
WinMove, X, Y
WinMove, WinTitle, WinText, X, Y [, Width, Height, ExcludeTitle, ExcludeText] |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|