You should have it do the authorization step as the very first thing. Have a preferences-style dialog pop up explaining what to do. Also, have a button linking to the authorize page and a text box to enter the authorization code if they're coming back with it.
For the auth code, make sure it uses the auto-clearing grey text for the dialog. Change this line:
[[miniToken textField] setText:@"Enter minitoken, click on Auth"];
to this line:
[[miniToken textField] setPlaceHolderValue:@"Your minitoken"];
Comment #1
Posted on Sep 18, 2007 by Happy RhinoAssigning to Andy.
Comment #2
Posted on Sep 23, 2007 by Grumpy RabbitChanges to UI in next release should include:
Changing line 664 to:
CGRectMake(0, 28, 320, 533-100)];
This will hide the photo button while in the preferences screen.
Also, changing line 669 to:
CGRectMake(15.0f, 300.0f, 300.0f, 20.0f)];
Making more text available for version information.
Comment #3
Posted on Jan 16, 2008 by Happy RhinoIssue is fixed in version 0.6 (0.0.7-2 from Installer.app)
Status: Fixed
Labels:
Type-Defect
Priority-Medium