bug-gnustep
[Top][All Lists]
Advanced

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

[bugs #3995] Resize component in NSScrollView


From: Alexander Malmberg
Subject: [bugs #3995] Resize component in NSScrollView
Date: Wed, 26 Nov 2003 17:16:34 -0500
User-agent: Mozilla/4.74 [en] (X11; U; Linux 2.0.36 i686)

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

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

Changes by: 
                Alexander Malmberg <alexander@malmberg.org>
'Date: 
                Wed 11/26/2003 at 23:16 (Europe/Stockholm)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed







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

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

Category:  Gui/AppKit
Severity:  5 - Average
Item Group:  Bug
Resolution:  Duplicate
Assigned to:  None
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 still uses the range (and clipping) of the original frame.





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


-------------------------------------------------------
Date: Wed 07/16/2003 at 00:32       By: FredKiefer
Duplicate of 3994












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

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





reply via email to

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