This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**************************************************************************/
[bugs #3995] Latest Modifications:
Changes by:
Alexander Malmberg <[EMAIL PROTECTED]>
'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/
_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep