bug-gnustep
[Top][All Lists]
Advanced

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

[bugs #3994] Resize component in NSScrollView


From: Gregory John Casamento
Subject: [bugs #3994] Resize component in NSScrollView
Date: Fri, 24 Sep 2004 14:27:27 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821

This mail is an automated notification from the bugs tracker
 of the project: GNUstep.

/**************************************************************************/
[bugs #3994] Latest Modifications:

Changes by: 
                Gregory John Casamento <greg_casamento@yahoo.com>
'Date: 
                Fri 09/24/2004 at 18:20 (US/Eastern)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | gcasa
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This was corrected when the change for 6890 was committed.

GJC






/**************************************************************************/
[bugs #3994] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=3994>
Project: GNUstep
Submitted by: Mikael BRIDAY
On: Mon 06/16/2003 at 11:42

Category:  Gui/AppKit
Severity:  5 - Average
Item Group:  Bug
Resolution:  Fixed
Privacy:  Public
Assigned to:  gcasa
Status:  Closed


Summary:  Resize component in NSScrollView

Original Submission:  I have made a customView into an NSScrollView. When I 
resize my custom view, the NSScrollView doesn't react and update scrolls.
I use Gnustepon Linux. The same Code works fine on Cocoa.

In my customView, i have the following code (connected to an NSButton):  
{       
        printf("resize!n");

        NSRect newFrame = NSMakeRect(0, 0, 600, 600);
        //[[self superview] setNeedsDisplayInRect: [self frame]];
        [self setFrame: newFrame];
        [self setNeedsDisplay: YES];
}

but uses the previous range (and clipping).



Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 09/24/2004 at 18:20       By: Gregory John Casamento <gcasa>
This was corrected when the change for 6890 was committed.

GJC












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=3994>

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







reply via email to

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