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 26 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Checkbox problem.
MetuZ

Replies: 3
Views: 72

PostForum: Ask for Help   Posted: Sun Nov 30, 2008 2:20 am   Subject: Checkbox problem.

Gui,Add, Checkbox, vToggleMe gSubby, Texty
Gui, Show
Return

Subby:
GuiControlGet, State, , ToggleMe
Return

~a::
if State=1
msgbox, 1
Return

GuiClose:
ExitApp

Fir ...
  Topic: Checkbox problem.
MetuZ

Replies: 3
Views: 72

PostForum: Ask for Help   Posted: Sat Nov 29, 2008 11:24 pm   Subject: Checkbox problem.
I was wondering if anyone could tell me how I could permit a custom hot key, ONLY if I have the checkbox checked.

Thanks for your time.
  Topic: Mouse Click question.
MetuZ

Replies: 7
Views: 242

PostForum: Ask for Help   Posted: Sat Nov 29, 2008 10:43 pm   Subject: Mouse Click question.
heres some code in my main script
adapt it to your needs


KeyWait, LButton, D
MouseGetPos, x1, y1
KeyWait, LButton, U
KeyWait, LButton, D
MouseGetPos, x2, y2
...
  Topic: Mouse Click question.
MetuZ

Replies: 7
Views: 242

PostForum: Ask for Help   Posted: Sat Nov 29, 2008 9:26 pm   Subject: Mouse Click question.
This must be impossible, no one knows. Sad
  Topic: Firefox Compatibility
MetuZ

Replies: 3
Views: 101

PostForum: Ask for Help   Posted: Sat Nov 29, 2008 9:01 pm   Subject: Firefox Compatibility
I'm not sure what you're trying to do. Alt+F5 does nothing in Firefox (unless you have some kind of mod). If you were just to press F5 it would reload the page.
  Topic: Mouse Click question.
MetuZ

Replies: 7
Views: 242

PostForum: Ask for Help   Posted: Sat Nov 29, 2008 8:46 pm   Subject: Mouse Click question.
~LButton::
MouseGetPos, ClickX, ClickY
MsgBox, You just clicked at X:%ClickX%`tY:%ClickY%
Return

This is not exactly what I meant. I need it to do:
Z::
(Wait for left click, to ...
  Topic: Mouse Click question.
MetuZ

Replies: 7
Views: 242

PostForum: Ask for Help   Posted: Sat Nov 29, 2008 5:05 am   Subject: Mouse Click question.
I got a little problem that I can't seem to figure out. I'd like it to save where I click to a variable so I can go back to that later. I don't need MouseGetPos, I need like a MouseGetClickPos Smile.

...
  Topic: Problem with Gui Edit
MetuZ

Replies: 11
Views: 320

PostForum: Ask for Help   Posted: Thu May 29, 2008 6:33 am   Subject: Problem with Gui Edit
Well sorry for the confusion. I haven't found any other way to send it to the Window Ultima Online. So, I have to use ControlSend to get it to send to ahk_class Ultima Online. Regular "Send" ...
  Topic: Problem with Gui Edit
MetuZ

Replies: 11
Views: 320

PostForum: Ask for Help   Posted: Thu May 29, 2008 5:41 am   Subject: Problem with Gui Edit
However, when the control is saved to its variable via Gui Submit or GuiControlGet, each `r`n in the text is always translated to a plain linefeed (`n).

That line says otherwise. It has nothing to ...
  Topic: Problem with Gui Edit
MetuZ

Replies: 11
Views: 320

PostForum: Ask for Help   Posted: Wed May 28, 2008 7:19 pm   Subject: Problem with Gui Edit
Is there anyway to save it to a more permanent var? Basically so it doesn't reference from the edit, it references from something more stable, a more stable var. I only see a problem with it referenc ...
  Topic: Problem with Gui Edit
MetuZ

Replies: 11
Views: 320

PostForum: Ask for Help   Posted: Wed May 28, 2008 5:24 pm   Subject: Problem with Gui Edit
To start a new line in a multi-line edit control, the last parameter (contents) may contain either a solitary linefeed (`n) or a carriage return and linefeed (`r`n). Both methods produce literal `r`n ...
  Topic: Problem with Gui Edit
MetuZ

Replies: 11
Views: 320

PostForum: Ask for Help   Posted: Tue May 27, 2008 4:52 am   Subject: Problem with Gui Edit
Bump please, sorry this is just driving me nuts.
  Topic: Problem with Gui Edit
MetuZ

Replies: 11
Views: 320

PostForum: Ask for Help   Posted: Tue May 27, 2008 2:38 am   Subject: Problem with Gui Edit
It saves what I want it to save, however; it doesn't save capital letters etc. Example:


Gui, Add, Text, x10 y33 w80 h50, Set E-Mail
Gui, Add, Button, x70 y30 w20 h20 g1,
Gui, Add, Edit, x100 y3 ...
  Topic: GUI Button Help.
MetuZ

Replies: 2
Views: 159

PostForum: Ask for Help   Posted: Sat May 24, 2008 3:29 pm   Subject: GUI Button Help.
I have a little problem with when I press a button, it doesn't send the message to a specific window.

Gui, Add, Button, x10 y50 w80 h25 ,Arm

ButtonArm:
Send, Arm1
return

I want it sent ...
  Topic: Hot Key remapping, but complicated.
MetuZ

Replies: 3
Views: 176

PostForum: Ask for Help   Posted: Wed Mar 12, 2008 4:57 am   Subject: Hot Key remapping, but complicated.

*t::t

t::
if (A_PriorHotkey <> "*t" or A_TimeSincePriorHotkey > 400)
Send, btt
return


Edit: This still doesn't work properly, when I hit the letter "t" I'd li ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group