[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #29784] NSApplication orderFrontStandardAboutPanelWithOptions: seem
From: |
David Wetzel |
Subject: |
[bug #29784] NSApplication orderFrontStandardAboutPanelWithOptions: seems to work different than on OSX please verify |
Date: |
Wed, 05 May 2010 06:23:53 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; de-de) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7 |
URL:
<http://savannah.gnu.org/bugs/?29784>
Summary: NSApplication
orderFrontStandardAboutPanelWithOptions: seems to work different than on OSX
please verify
Project: GNUstep
Submitted by: dwetzel
Submitted on: Mi 05 Mai 2010 08:23:53 CEST
Category: Gui/AppKit
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
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$
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Mi 05 Mai 2010 08:23:53 CEST Name: infopanel-mac.png Size: 34kB By:
dwetzel
how it looks like on my machine
<http://savannah.gnu.org/bugs/download.php?file_id=20444>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?29784>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
- [bug #29784] NSApplication orderFrontStandardAboutPanelWithOptions: seems to work different than on OSX please verify,
David Wetzel <=