amitkumar3968 / iflickr

Automatically exported from code.google.com/p/iflickr
0 stars 0 forks source link

UI fixes for better usability. #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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"];

Original issue reported on code.google.com by pradee...@gmail.com on 18 Sep 2007 at 12:08

GoogleCodeExporter commented 9 years ago
Assigning to Andy.

Original comment by pradee...@gmail.com on 18 Sep 2007 at 3:43

GoogleCodeExporter commented 9 years ago
Changes 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.

Original comment by andyrc...@gmail.com on 23 Sep 2007 at 11:39

GoogleCodeExporter commented 9 years ago
Issue is fixed in version 0.6 (0.0.7-2 from Installer.app)

Original comment by pradee...@gmail.com on 16 Jan 2008 at 11:05