• 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 warn users of wrong system
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: how to warn users of wrong system


  • Subject: RE: how to warn users of wrong system
  • From: Lance Drake <email@hidden>
  • Date: Fri, 10 Oct 2003 11:58:49 -0600

Hi Matt,

It looks like you have lots of choices to choose from as per handing the 'Ooops - Wrong OS' situation. Often times my suggestions are not received as 'the best', but - undaunted - here comes another one. Anticipating the inattentive User and otherwise taking control of the situation so that bad-things do not happen may require you to do the following:

Create an app (bundle) that is 10.0 compatible. When it wakes up, have it read the Gestalt for the OS Version, decides if the User should see a dialog (or not). Then either quit after the User has been informed of the improper OS situation - or - Launches the REAL app which is another app (bundle) contained in, for example, the Resources folder of the initial app.

They used to talk about 'the Mac way' - My thought is that wresting such decisions (and the potential for disaster) from out of the hands of the User is the desired approach. It's a tad more work up front for you, but you can also check if the app is beyond the version for which you have tested and put up a dialog about THAT, as well - perhaps advising Users to check for an updated version at your website. For instance, the whole notion of 'StartupItems' is supposedly being deprecated and will replaced with a thing called a 'Bootstrap Daemon'. If your software HAS a 'StartupItem' component that gets installed, you may want to be doing this kind of forward-looking OS-check check, anyway.

Only trying to be useful - please don't yell or hit,

Lance Drake
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: Multiple Threaded Windows
  • Next by Date: Re: how to warn users of wrong system
  • Previous by thread: Re: how to warn users of wrong system
  • Next by thread: Re: how to warn users of wrong system
  • Index(es):
    • Date
    • Thread