<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>AutoHotkey Community</title>
	<link>http://www.autohotkey.com/forum/</link>
	<description>Let's help each other out</description>
	<managingEditor>support@autohotkey.com</managingEditor>
	<webMaster>support@autohotkey.com</webMaster>
	<lastBuildDate>Sat, 20 Mar 2010 15:56:06 GMT</lastBuildDate>
<item>
	<title>Ask for Help :: RE: &amp;quot;Dynamic&amp;quot; - GUI</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341098#341098</link>
	<description>Author: &lt;a href=&quot;http://www.autohotkey.com/forum/profile.php?mode=viewprofile&amp;u=42646&quot; target=&quot;_blank&quot;&gt;None&lt;/a&gt;&lt;br /&gt;

Posted: Sat Mar 20, 2010 4:54 pm (GMT 0)&lt;br /&gt;
Topic Replies: 10&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;#SingleInstance force 
&lt;br /&gt;
#NoEnv 
&lt;br /&gt;
SetBatchLines, -1 
&lt;br /&gt;

&lt;br /&gt;
Gui Font, cBlue s18 Bold, Verdana 
&lt;br /&gt;
Gui Add, Text, w500 Center, Test - Window 
&lt;br /&gt;

&lt;br /&gt;
Gui Font, S12 cDefault, Verdana 
&lt;br /&gt;
Gui Add, Radio, wp gFocus vRadio1, One ;added GLabel to change focus to your edit control
&lt;br /&gt;
Gui Add, Radio, wp gFocus vRadio2, Two 
&lt;br /&gt;
Gui Add, Edit,&amp;nbsp; wp vInput gInput 
&lt;br /&gt;

&lt;br /&gt;
Gui Show 
&lt;br /&gt;
ControlClick , Button1, , Test - Window ;just made it click on the first radio as soon as it appears
&lt;br /&gt;
return 
&lt;br /&gt;

&lt;br /&gt;
Focus&amp;#58; ;label for changing focus
&lt;br /&gt;
ControlFocus , Edit1,, Test - Window
&lt;br /&gt;
Return
&lt;br /&gt;

&lt;br /&gt;
GuiClose&amp;#58; 
&lt;br /&gt;
&amp;nbsp;ExitApp 
&lt;br /&gt;

&lt;br /&gt;
Input&amp;#58; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;Gui Submit, NoHide 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;If Radio1 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; GuiControl ,,Radio1, One&amp;#58; %Input% 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;else GuiControl ,,Radio2, Two&amp;#58; %Input% 
&lt;br /&gt;
Return &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: RE: AHK not working in a program</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341097#341097</link>
	<description>Author: &lt;a href=&quot;http://www.autohotkey.com/forum/profile.php?mode=viewprofile&amp;u=42646&quot; target=&quot;_blank&quot;&gt;None&lt;/a&gt;&lt;br /&gt;

Posted: Sat Mar 20, 2010 4:39 pm (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;SetKeyDelay, 50, 50
&lt;br /&gt;
XButton2&amp;#58;&amp;#58;Send &amp;#123;Numpad8&amp;#125; 
&lt;br /&gt;
XButton1&amp;#58;&amp;#58;Send &amp;#123;Numpad7&amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;XButton2&amp;#58;&amp;#58;SendPlay &amp;#123;Numpad8&amp;#125; 
&lt;br /&gt;
XButton1&amp;#58;&amp;#58;SendPlay &amp;#123;Numpad7&amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;XButton2&amp;#58;&amp;#58;ControlSend , , &amp;#123;Numpad8&amp;#125;, A
&lt;br /&gt;
XButton1&amp;#58;&amp;#58;ControlSend , , &amp;#123;Numpad7&amp;#125;, A&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
If none of those work look closer at &lt;a href=&quot;http://www.autohotkey.com/docs/commands/ControlSend.htm&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;ControlSend&lt;/a&gt; and try using Windows Spy to determine Window Title and Control Names to send to.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: RE: How to get the window id/title/whatever at a specific xy</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341096#341096</link>
	<description>Author: &lt;a href=&quot;http://www.autohotkey.com/forum/profile.php?mode=viewprofile&amp;u=1820&quot; target=&quot;_blank&quot;&gt;SKAN&lt;/a&gt;&lt;br /&gt;

Posted: Sat Mar 20, 2010 4:34 pm (GMT 0)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Learning one wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;is it WinID or ControlID?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Seems to be Control's hWnd  &lt;img src=&quot;http://www.autohotkey.com/forum/images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt; 
&lt;br /&gt;

&lt;br /&gt;
Try replacing
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;WinID &amp;#58;= DllCall&amp;#40;&amp;quot;WindowFromPoint&amp;quot;, Int,x, Int,y&amp;#41;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;with&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;nbsp; &amp;nbsp;WinID &amp;#58;= DllCall&amp;#40; &amp;quot;GetAncestor&amp;quot;, UInt
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,DllCall&amp;#40; &amp;quot;WindowFromPoint&amp;quot;, Int,X, Int,Y &amp;#41;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;, UInt,GA_ROOTOWNER &amp;#58;= 3 &amp;#41;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;S&lt;/span&gt;uresh &lt;span style=&quot;font-weight: bold&quot;&gt;K&lt;/span&gt;umar &lt;span style=&quot;font-weight: bold&quot;&gt;A&lt;/span&gt; &lt;span style=&quot;font-weight: bold&quot;&gt;N&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: RE: &amp;quot;Dynamic&amp;quot; - GUI</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341095#341095</link>
	<description>Author: &lt;a href=&quot;http://www.autohotkey.com/forum/profile.php?mode=viewprofile&amp;u=1987&quot; target=&quot;_blank&quot;&gt;Albireo&lt;/a&gt;&lt;br /&gt;

Posted: Sat Mar 20, 2010 4:04 pm (GMT 0)&lt;br /&gt;
Topic Replies: 10&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Will develop the functionality even more. &lt;img src=&quot;http://www.autohotkey.com/forum/images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt; 
&lt;br /&gt;

&lt;br /&gt;
Take this example because. the code is short and clear
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;#SingleInstance force
&lt;br /&gt;
#NoEnv
&lt;br /&gt;
SetBatchLines, -1
&lt;br /&gt;

&lt;br /&gt;
Gui Font, cBlue s18 Bold, Verdana
&lt;br /&gt;
Gui Add, Text, w500 Center, Test - Window
&lt;br /&gt;

&lt;br /&gt;
Gui Font, S12 cDefault, Verdana
&lt;br /&gt;
Gui Add, Radio, wp vRadio1, One
&lt;br /&gt;
Gui Add, Radio, wp vRadio2, Two
&lt;br /&gt;
Gui Add, Edit,&amp;nbsp; wp vInput gInput
&lt;br /&gt;

&lt;br /&gt;
Gui Show
&lt;br /&gt;
return
&lt;br /&gt;

&lt;br /&gt;
GuiClose&amp;#58;
&lt;br /&gt;
&amp;nbsp;ExitApp
&lt;br /&gt;

&lt;br /&gt;
Input&amp;#58;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;Gui Submit, NoHide
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;If Radio1
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;GuiControl ,,Radio1, One&amp;#58; %Input%
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;else GuiControl ,,Radio2, Two&amp;#58; %Input%
&lt;br /&gt;
Return
&lt;br /&gt;
&amp;nbsp;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I have a few desire. (Here is one to begin with &lt;img src=&quot;http://www.autohotkey.com/forum/images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt; )
&lt;br /&gt;
 
&lt;br /&gt;
Direct after I have chose &amp;quot;RadioButton One&amp;quot; or &amp;quot;RadioButton Two&amp;quot; with the mouse
&lt;br /&gt;
I want that the cursor is jumping direct to the &amp;quot;edit field&amp;quot;.
&lt;br /&gt;
(so I don't have to click on &amp;quot;edit field&amp;quot; with the mouse)
&lt;br /&gt;

&lt;br /&gt;
or (maybe better)
&lt;br /&gt;
When the program is started the &amp;quot;RadioButton One&amp;quot; is default 
&lt;br /&gt;
and the &amp;quot;cursor&amp;quot; is pointing on  the &amp;quot;edit field&amp;quot; directly
&lt;br /&gt;
(you can enter the value direct into the &amp;quot;edit field&amp;quot; without using the mouse.).
&lt;br /&gt;

&lt;br /&gt;
If I want to select &amp;quot;RadioButton Two&amp;quot; 
&lt;br /&gt;
- The choice is done with the mouse.
&lt;br /&gt;
Directly the choice is done, 
&lt;br /&gt;
I want to be able to write the value in the &amp;quot;edit field&amp;quot;
&lt;br /&gt;
(without that choice of the &amp;quot;edit field&amp;quot; was made with the mouse)
&lt;br /&gt;

&lt;br /&gt;
Hope I could explain this desire
&lt;br /&gt;

&lt;br /&gt;
Is that possible?
&lt;br /&gt;

&lt;br /&gt;
//Jan
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: RE: How to Eliminate Extra Space</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341094#341094</link>
	<description>Author: Anonymous&lt;br /&gt;

Posted: Sat Mar 20, 2010 3:51 pm (GMT 0)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;dkawas wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;You know what. I use AHK in CK editor and password fields and found out that it puts the extra space there, but not in other applications.
&lt;br /&gt;

&lt;br /&gt;
Here's the code
&lt;br /&gt;

&lt;br /&gt;
::qe::NO BONUS FEATURES&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I know nothing of CK editor, but just for correctness, &lt;span style=&quot;text-decoration: underline&quot;&gt;::qe::&lt;/span&gt; is a hotstring and not a hotkey - they are very different!
&lt;br /&gt;

&lt;br /&gt;
You might gather some insight as to what is happening by trying a hotkey and see if the results are different.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;!F5&amp;#58;&amp;#58;&amp;nbsp; ; alt-F5 hotkey
&lt;br /&gt;
&amp;nbsp; SendInput, NO BONUS FEATURES
&lt;br /&gt;
&amp;nbsp; return&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Scripts &amp; Functions :: RE: AHK Window Info 1.7</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341093#341093</link>
	<description>Author: Anonymous&lt;br /&gt;
Subject: Re: good&lt;br /&gt;
Posted: Sat Mar 20, 2010 3:28 pm (GMT 0)&lt;br /&gt;
Topic Replies: 56&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Umar wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;how do you get the color pixel graph?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
If you meant &amp;quot;Color Picker grid&amp;quot;, it's found on the 'Mouse' tab as depicted in the first post of this thread.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: RE: How to seperate script points</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341092#341092</link>
	<description>Author: &lt;a href=&quot;http://www.autohotkey.com/forum/profile.php?mode=viewprofile&amp;u=5470&quot; target=&quot;_blank&quot;&gt;hugov&lt;/a&gt;&lt;br /&gt;

Posted: Sat Mar 20, 2010 3:23 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;N&amp;#58;&amp;#58;
&lt;br /&gt;
Click 920,375
&lt;br /&gt;
Return ; add return here
&lt;br /&gt;

&lt;br /&gt;
A&amp;#58;&amp;#58;
&lt;br /&gt;
Send ^v
&lt;br /&gt;
count = 1
&lt;br /&gt;
Return ; add return here etc for ech hotkey
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;font-size: 9px; line-height: normal&quot;&gt;&lt;a href=&quot;http://www.autohotkey.com/forum/viewtopic.php?t=42819&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Tut 4 Newbies&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.autohotkey.net/~hugov/tf-lib.htm&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;TF : Text file &amp;amp; string lib&lt;/a&gt;, &lt;a href=&quot;http://www.autohotkey.com/forum/viewtopic.php?t=46195&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;TF Forum&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: How to seperate script points</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341091#341091</link>
	<description>Author: Anonymous&lt;br /&gt;
Subject: How to seperate script points&lt;br /&gt;
Posted: Sat Mar 20, 2010 3:10 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hello
&lt;br /&gt;

&lt;br /&gt;
I wrote this script&amp;#058;
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;N&amp;#58;&amp;#58;
&lt;br /&gt;
Click 920,375
&lt;br /&gt;

&lt;br /&gt;
A&amp;#58;&amp;#58;
&lt;br /&gt;
Send ^v
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
count = 1
&lt;br /&gt;

&lt;br /&gt;
M&amp;#58;&amp;#58;
&lt;br /&gt;

&lt;br /&gt;
&amp;nbsp; &amp;nbsp;If &amp;#40;count = 1&amp;#41; &amp;#123;
&lt;br /&gt;
Run C&amp;#58;\Program Files\Mozilla Firefox\firefox.exe &amp;quot;http&amp;#58;//muenchen.pennergame.de/&amp;quot;
&lt;br /&gt;
Sleep 4000
&lt;br /&gt;
click 1181,356
&lt;br /&gt;
Sleep 200
&lt;br /&gt;
Sendinput &amp;#123;Tab&amp;#125;
&lt;br /&gt;
Sleep 200
&lt;br /&gt;
Sendinput &amp;#123;Tab&amp;#125;
&lt;br /&gt;
Sleep 200
&lt;br /&gt;
Sendinput &amp;#123;Tab&amp;#125;
&lt;br /&gt;
Clipboard = Username
&lt;br /&gt;
Send ^v
&lt;br /&gt;
Sleep 100
&lt;br /&gt;
Sendinput &amp;#123;Tab&amp;#125;
&lt;br /&gt;
Clipboard = Password
&lt;br /&gt;
Send ^v
&lt;br /&gt;
Sleep 400
&lt;br /&gt;
Sendinput &amp;#123;Enter&amp;#125;
&lt;br /&gt;

&lt;br /&gt;
Sleep 2000
&lt;br /&gt;
Click 393,246
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;Else if &amp;#40;count = 2&amp;#41; &amp;#123;
&lt;br /&gt;
Run C&amp;#58;\Program Files\Mozilla Firefox\firefox.exe &amp;quot;http&amp;#58;//muenchen.pennergame.de/&amp;quot;
&lt;br /&gt;
Sleep 4000
&lt;br /&gt;
click 1181,356
&lt;br /&gt;
Sleep 200
&lt;br /&gt;
Sendinput &amp;#123;Tab&amp;#125;
&lt;br /&gt;
Sleep 200
&lt;br /&gt;
Sendinput &amp;#123;Tab&amp;#125;
&lt;br /&gt;
Sleep 200
&lt;br /&gt;
Sendinput &amp;#123;Tab&amp;#125;
&lt;br /&gt;
Clipboard = Username
&lt;br /&gt;
Send ^v
&lt;br /&gt;
Sleep 100
&lt;br /&gt;
Sendinput &amp;#123;Tab&amp;#125;
&lt;br /&gt;
Clipboard = Password
&lt;br /&gt;
Send ^v
&lt;br /&gt;
Sleep 400
&lt;br /&gt;
Sendinput &amp;#123;Enter&amp;#125;
&lt;br /&gt;

&lt;br /&gt;
Sleep 2000
&lt;br /&gt;
Click 393,246
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;

&lt;br /&gt;
&amp;nbsp;If &amp;#40; count = 3 &amp;#41; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; Run, http&amp;#58;//google.de
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; count = 1
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;Else Count++
&lt;br /&gt;
Return&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
The problem is, that when i press A , it starts from the point 
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;count = 1
&lt;br /&gt;

&lt;br /&gt;
M&amp;#58;&amp;#58;
&lt;br /&gt;

&lt;br /&gt;
......
&lt;br /&gt;

&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
But i dont want that.
&lt;br /&gt;
I want that it does Send ^v when i press A.
&lt;br /&gt;

&lt;br /&gt;
So how can i seperate this scripting points ?
&lt;br /&gt;
Where should i add something ?
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Thank you guys
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: RE: How to Eliminate Extra Space</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341090#341090</link>
	<description>Author: Anonymous&lt;br /&gt;

Posted: Sat Mar 20, 2010 3:08 pm (GMT 0)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;You know what. I use AHK in CK editor and password fields and found out that it puts the extra space there, but not in other applications.
&lt;br /&gt;

&lt;br /&gt;
Here's the code
&lt;br /&gt;

&lt;br /&gt;
::qe::NO BONUS FEATURES
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: RE: How to Eliminate Extra Space</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341089#341089</link>
	<description>Author: Anonymous&lt;br /&gt;
Subject: Re: How to Eliminate Extra Space&lt;br /&gt;
Posted: Sat Mar 20, 2010 3:03 pm (GMT 0)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;dkawas wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Whenever I use a hotkey, it puts an extra space after the text. How can I eliminate the space?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
No it does not (unless you are doing something screwy).
&lt;br /&gt;

&lt;br /&gt;
POST YOUR CODE if you want to get help and find out what your are doing wrong.  &lt;img src=&quot;http://www.autohotkey.com/forum/images/smiles/icon_exclaim.gif&quot; alt=&quot;Exclamation&quot; border=&quot;0&quot; /&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: How to Eliminate Extra Space</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341088#341088</link>
	<description>Author: Anonymous&lt;br /&gt;
Subject: How to Eliminate Extra Space&lt;br /&gt;
Posted: Sat Mar 20, 2010 2:52 pm (GMT 0)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Whenever I use a hotkey, it puts an extra space after the text. How can I eliminate the space?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: RE: AHK not working in a program</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341087#341087</link>
	<description>Author: &lt;a href=&quot;http://www.autohotkey.com/forum/profile.php?mode=viewprofile&amp;u=44243&quot; target=&quot;_blank&quot;&gt;KoreKuni&lt;/a&gt;&lt;br /&gt;

Posted: Sat Mar 20, 2010 2:16 pm (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Sorry lol.  I was just happy I found a way to get it work. However it still seems a bit like gibberish to me.  mind helping me out?
&lt;br /&gt;

&lt;br /&gt;
I have this so far, not much though:
&lt;br /&gt;

&lt;br /&gt;
XButton2::Numpad8
&lt;br /&gt;
XButton1::Numpad7
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Chat :: RE: Anyone know how to clear IE's cached pages?</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341086#341086</link>
	<description>Author: Anonymous&lt;br /&gt;
Subject: Re: clearer explanation?&lt;br /&gt;
Posted: Sat Mar 20, 2010 1:14 pm (GMT 0)&lt;br /&gt;
Topic Replies: 20&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Anonymous wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;
&lt;br /&gt;
I love ellipses!...this one is separating all of the above, one continuous thought, from the questions that follow...&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I think that right there is really the meat of the problem. You see, when speaking, the natural cadence of the English language might make it sound like people are talking with ellipses. However, using them in written English makes understanding what you are saying quite difficult, unless done properly.
&lt;br /&gt;

&lt;br /&gt;
You use them everywhere. You yourself admit to this. Ellipses should be used rarely, and for effect. You use them as if they are the only punctuation available. You use them in place of commas and periods, which I think you might be frustrated to learn, is &lt;a href=&quot;http://en.wikipedia.org/wiki/Ellipsis&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;grammatically&lt;/a&gt; &lt;a href=&quot;http://www.kentlaw.edu/academics/lrw/grinker/LwtaEllipses.htm&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;incorrect&lt;/a&gt;. It is also very distracting.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Guest wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;
&lt;br /&gt;
This is the same as 4, the actual button you need to click is &amp;quot;Delete Files...&amp;quot; it has an ellipsis, so I include it in the instructions...&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
This is a problem. You use ellipses so commonly that your reader has no way of knowing that in this instance you intend to attach it to the text of the button, instead of your normal use in punctuation substitution.
&lt;br /&gt;

&lt;br /&gt;
It is a problem on your part when the reader has no reasonable way to determine what it is your are trying to communicate. It is a failure of &lt;span style=&quot;font-style: italic&quot;&gt;your&lt;/span&gt; communication.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: RE: AHK &amp;amp; Identifying Windows</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341085#341085</link>
	<description>Author: &lt;a href=&quot;http://www.autohotkey.com/forum/profile.php?mode=viewprofile&amp;u=12663&quot; target=&quot;_blank&quot;&gt;AEN007&lt;/a&gt;&lt;br /&gt;

Posted: Sat Mar 20, 2010 12:53 pm (GMT 0)&lt;br /&gt;
Topic Replies: 10&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;20March2010
&lt;br /&gt;

&lt;br /&gt;
Greetings.
&lt;br /&gt;

&lt;br /&gt;
I would still like to know how AHK could identify Windows
&lt;br /&gt;
that have no Title - only an ahk_class (e.g., #32768 &amp;amp; etc ...)
&lt;br /&gt;
I have tried RegEx MatchMode but still not (yet) succeeded.
&lt;br /&gt;
Also, how could AHK identify files with no extenstion? e.g., IfExist, *.
&lt;br /&gt;

&lt;br /&gt;
Any helpful replies/insights appreciated. 
&lt;br /&gt;
Thank you. 
&lt;br /&gt;
Regards, 
&lt;br /&gt;
AEN 
&lt;br /&gt;
Æ
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Ask for Help :: RE: What is the &amp;quot;command&amp;quot; to sendinput arrow down/up/r</title>
	<link>http://www.autohotkey.com/forum/viewtopic.php?p=341084#341084</link>
	<description>Author: &lt;a href=&quot;http://www.autohotkey.com/forum/profile.php?mode=viewprofile&amp;u=5470&quot; target=&quot;_blank&quot;&gt;hugov&lt;/a&gt;&lt;br /&gt;

Posted: Sat Mar 20, 2010 12:52 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;a href=&quot;http://www.autohotkey.com/docs/commands/Send.htm&quot; target=&quot;_blank&quot;&gt;http://www.autohotkey.com/docs/commands/Send.htm&lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;font-size: 9px; line-height: normal&quot;&gt;&lt;a href=&quot;http://www.autohotkey.com/forum/viewtopic.php?t=42819&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Tut 4 Newbies&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.autohotkey.net/~hugov/tf-lib.htm&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;TF : Text file &amp;amp; string lib&lt;/a&gt;, &lt;a href=&quot;http://www.autohotkey.com/forum/viewtopic.php?t=46195&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;TF Forum&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

