[snackr] r135 committed - Added a label explaining what to do with the captcha.

0 views
Skip to first unread message

codesite...@google.com

unread,
Jun 8, 2010, 11:29:46 PM6/8/10
to snackr-...@googlegroups.com
Revision: 135
Author: nopqrs
Date: Tue Jun 8 20:28:44 2010
Log: Added a label explaining what to do with the captcha.
http://code.google.com/p/snackr/source/detail?r=135

Modified:
/trunk/Snackr/src/ui/popups/OptionsPopup.mxml

=======================================
--- /trunk/Snackr/src/ui/popups/OptionsPopup.mxml Sun Jun 6 22:24:01 2010
+++ /trunk/Snackr/src/ui/popups/OptionsPopup.mxml Tue Jun 8 20:28:44 2010
@@ -635,14 +635,17 @@
<mx:Image left="col4:11" y="158" width="200" height="70"
id="captchaImage" />
</mx:AddChild>
<mx:AddChild relativeTo="{googleReaderTab}">
- <mx:TextInput left="col4:10" y="236" width="170" id="captchaInput"
valueCommit="handleCaptchaInputCommit(event)" />
+ <mx:Label left="col4:10" y="236" text="Google Reader needs to confirm
that you're human. Enter the text you see above:"/>
</mx:AddChild>
- <mx:SetProperty target="{connectButton}" name="y" value="270" />
- <mx:SetProperty target="{authenticatingSpinner}" name="y" value="296" />
- <mx:SetProperty target="{authenticatingLabel}" name="y" value="304" />
- <mx:SetProperty target="{connectedLabel}" name="y" value="304" />
- <mx:SetProperty target="{badPasswordText}" name="y" value="304" />
- <mx:SetProperty target="{badConnectionText}" name="y" value="304" />
+ <mx:AddChild relativeTo="{googleReaderTab}">
+ <mx:TextInput left="col4:10" y="256" width="170" id="captchaInput"
valueCommit="handleCaptchaInputCommit(event)" />
+ </mx:AddChild>
+ <mx:SetProperty target="{connectButton}" name="y" value="290" />
+ <mx:SetProperty target="{authenticatingSpinner}" name="y" value="316" />
+ <mx:SetProperty target="{authenticatingLabel}" name="y" value="324" />
+ <mx:SetProperty target="{connectedLabel}" name="y" value="324" />
+ <mx:SetProperty target="{badPasswordText}" name="y" value="324" />
+ <mx:SetProperty target="{badConnectionText}" name="y" value="324" />
</mx:State>
</states>
<popupChildren>

Reply all
Reply to author
Forward
0 new messages