• 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: Sheet over a sheet ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sheet over a sheet ?


  • Subject: Re: Sheet over a sheet ?
  • From: spike <email@hidden>
  • Date: Fri, 21 Mar 2003 11:54:07 -0500

I'm working with this exact same UI problem right now. My thought is to have the sheet morph into the new sheet by changing the sheet's view (a la system prefs) although I'm still having trouble doing it without confusing myself too much with messy code.


...spike


On Friday, March 21, 2003, at 09:30 am, j o a r wrote:

On Friday, Mar 21, 2003, at 15:11 Europe/Stockholm, Jirome Foucher wrote:

1/ From a design point of view, would it be ok to have a sheet rolling out from a previous sheet ? If not, what is the recommended way ?

It's not OK. Read the guidelines for sheets here:

/Developer/Documentation/Essentials/AquaHIGuidelines/ AquaHIGuidelines.pdf

A couple of quick suggestions on how to solve your problem:

1) Use a modal panel as the second panel, and not a sheet.
+ Pro: In accordance with guidelines
- Con: Is app modal, but should be doc modal.
2) Close the first sheet before opening the second sheet.
+ Pro: In accordance with guidelines
- Con: Opening and closing sheets takes time.
- Con: Closing first sheet before all data is entered is not good UI.

2/ From an implementation point of view, is it possible without any glitch ?

No, because the frameworks are trying to discourage you from doing this - and might actually prevent you in any future system release even if you manage to succeed right now.

j o a r
_______________________________________________
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.
_______________________________________________
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.

  • Follow-Ups:
    • Re: Sheet over a sheet ?
      • From: j o a r <email@hidden>
References: 
 >Re: Sheet over a sheet ? (From: j o a r <email@hidden>)

  • Prev by Date: RE: object instance names generated on the fly?
  • Next by Date: Re: cocoa-dev digest, Vol 2 #2103 - 14 msgs
  • Previous by thread: Re: Sheet over a sheet ?
  • Next by thread: Re: Sheet over a sheet ?
  • Index(es):
    • Date
    • Thread