• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to make app login window to look like OS X user login window ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make app login window to look like OS X user login window ?


  • Subject: Re: How to make app login window to look like OS X user login window ?
  • From: Mario Kušnjer <email@hidden>
  • Date: Thu, 23 Apr 2009 04:30:35 +0200


On 2009.04.23, at 04:08, Chris Hanson wrote:

You shouldn't always show a log-in panel in your application either; Mac OS X has the Keychain for secure storage of user credentials, you should only ask the user to log in to your service if there's no stored credential or they've done something like reset their password.

And instead of checking network connectivity, your application should just try to use the network and fail gracefully when it's not available. After all, it could go away between when you check and actually start using it, or while you're using it - at that point, what does checking get you?

Well I was thinking this way: First window that shows when you start the app is login window because user can't use an app if he doesn't log in.
And about Splash Screen: The user name and password provided in login window is checked against a remote database over network, so that is why network check is done on app launch and while
that is performed I show Splash Screen. If network resources are unavailable no login window is showed but instead a window that perform certain tasks regarding the problem (if no connection - open network pref, if no database - select or create database, etc).
I hope I made it a little bit clear about what I'm trying to accomplish.


Thanks to everyone

Mario
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: How to make app login window to look like OS X user login window ?
      • From: Chris Hanson <email@hidden>
References: 
 >How to make app login window to look like OS X user login window ? (From: Mario Kušnjer <email@hidden>)
 >Re: How to make app login window to look like OS X user login window ? (From: Benjamin Dobson <email@hidden>)
 >Re: How to make app login window to look like OS X user login window ? (From: Mario Kušnjer <email@hidden>)
 >Re: How to make app login window to look like OS X user login window ? (From: Chris Hanson <email@hidden>)

  • Prev by Date: Re: -[NSSharedWorkspace openFile:]: Application exits with status 255
  • Next by Date: How to show items in a list ,grid or coverflow?
  • Previous by thread: Re: How to make app login window to look like OS X user login window ?
  • Next by thread: Re: How to make app login window to look like OS X user login window ?
  • Index(es):
    • Date
    • Thread