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 

How can I specify attributes x,y,h,w for edit command

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Tamil
Guest





PostPosted: Mon Feb 28, 2005 10:37 pm    Post subject: How can I specify attributes x,y,h,w for edit command Reply with quote

Question How can I specify attributes x,y,h,w for edit command with password for the code:

Quote:
Gui, Add, Edit, Password vpassword
Gui, Add, Checkbox, x20 y50 w30 h20 Checked1 vautologin, Auto Login
return


Thanks,
Tamil
Back to top
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Mon Feb 28, 2005 11:35 pm    Post subject: Reply with quote

Gui, Add, Edit, Password vpassword x10 y25 w30 h20
_________________

RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")


Last edited by Titan on Tue Mar 01, 2005 1:15 am; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
Tamil
Guest





PostPosted: Tue Mar 01, 2005 12:39 am    Post subject: Thanks Titan for your kind reply Reply with quote

It didn't worked and by trial and error I found out correct way.

Quote:
Gui, Add, Edit, Password x10 y25 w30 h20 vpassword
Back to top
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Tue Mar 01, 2005 1:16 am    Post subject: Reply with quote

Oops, it was because I put a comma where I shouldn't have Embarassed
_________________

RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")
Back to top
View user's profile Send private message Visit poster's website
Tamil
Guest





PostPosted: Tue Mar 01, 2005 2:04 am    Post subject: Reply with quote

Titan, thanks for your replies.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group