bug-gnustep
[Top][All Lists]
Advanced

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

[bug #3995] Resize component in NSScrollView


From: nobody
Subject: [bug #3995] Resize component in NSScrollView
Date: Tue, 15 Jul 2003 18:32:09 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.1; Linux)

=================== BUG #3995: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3995&group_id=99

Changes by: Fred Kiefer <FredKiefer@gmx.de>
Date: Tue 07/15/2003 at 22:32 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Duplicate


------------------ Additional Follow-up Comments ----------------------------
Duplicate of 3994



=================== BUG #3995: FULL BUG SNAPSHOT ===================


Submitted by: mbriday                 Project: GNUstep                      
Submitted on: Mon 06/16/2003 at 11:43
Category:  Gui/AppKit                 Severity:  5 - Major                  
Bug Group:  Bug                       Resolution:  Duplicate                
Assigned to:  None                    Status:  Open                         

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: Tue 07/15/2003 at 22:32       By: FredKiefer
Duplicate of 3994


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3995&group_id=99

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





reply via email to

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