bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #20884] NSCell issue


From: Enrico Sersale
Subject: [bug #20884] NSCell issue
Date: Fri, 24 Aug 2007 10:04:24 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20070207 Fedora/1.0.7-0.6.1.fc6 pango-text SeaMonkey/1.0.7

URL:
  <http://savannah.gnu.org/bugs/?20884>

                 Summary: NSCell issue
                 Project: GNUstep
            Submitted by: esersale
            Submitted on: Friday 08/24/2007 at 13:04
                Category: Gui/AppKit
                Severity: 5 - Blocker
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:


If you create a check box NSButton, this code:

- (IBAction)buttonAction:(id)sender
{
  NSLog(@"%@", ([sender state] == NSOnState) ? @"ON" : @"OFF");
}

on OSX will print (as expected): 

"ON" 

but, with GNUstep:

"OFF"

This behaviour has appeared a few days ago; I can't be more precise because I
was on vacation.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?20884>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]