bugGNUstep - Bugs: bug #29784, NSApplication...

Group
 
 

bug #29784: NSApplication orderFrontStandardAboutPanelWithOptions: seems to work different than on OSX please verify

Submitter:  David Wetzel <dwetzel>
Submitted:  Wed 05 May 2010 06:23:53 AM UTC
   
 
Category:  Gui/AppKit Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 05 May 2010 08:46:28 AM UTC, comment #2: 

The text file (rtf) which is in the scroll view is from the Credits.rtf file.

David Wetzel <dwetzel>
Group Member
Wed 05 May 2010 08:41:34 AM UTC, comment #1: 

Could you please explain a bit more in detail which differences you are referring to? Is it that GNUstep currently doesn't support the keys you are using? We already support a lot of synonyms here and it wont be hard to add the current Apple names as well. If only they wouldn't change them so often. Of the two keys you are using we currently are missing "Credits", should the text for this key replace the current GNUstep key "Authors" when displaying the about panel?

Fred Kiefer <FredKiefer>
Group Member
Wed 05 May 2010 06:23:53 AM UTC, original submission:  

Hi,

my code is:

- (void)orderFrontStandardAboutPanel:(id)sender
{
  NSDictionary * dict = [NSDictionary dictionaryWithObjectsAndKeys:@"Credits", @"Credits.rtf",
                         @"Version", @"0.1 (2010)", nil];
 
  [self orderFrontStandardAboutPanelWithOptions: dict];
  orderFrontStandardInfoPanelWithOptions
 
}

It seems like that is different...

http://developer.apple.com/Mac/library/documentation/Cocoa/Reference/ApplicationKit/Classes/NSApplication_Class/Reference/Reference.html#//apple_ref/occ/instm/NSApplication/orderFrontStandardAboutPanelWithOptions:


http://www.gnustep.org/resources/documentation/Developer/Gui/Reference/NSApplication.html#method$NSApplication-orderFrontStandardAboutPanelWithOptions$

David Wetzel <dwetzel>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #20444:  infopanel-mac.png added by dwetzel (34KiB - image/png - how it looks like on my machine)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by FredKiefer (Posted a comment)
  • -email is unavailable- added by dwetzel (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-05-05 dwetzel Attached File- Added infopanel-mac.png, #20444

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code