bugGNUstep - Bugs: bug #3995, Resize component in NSScrollView

Group
 
 

bug #3995: Resize component in NSScrollView

Submitter:  Invalid User ID <#20034>
Submitted:  Mon 16 Jun 2003 11:43:54 AM UTC
   
 
Category:  Gui/AppKit Severity:  3 - Normal
Item Group:  Bug Status:  Duplicate
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 15 Jul 2003 10:32:09 PM UTC, comment #1: 

Duplicate of 3994

Fred Kiefer <FredKiefer>
Group Member
Mon 16 Jun 2003 11:43:54 AM UTC, 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.


Invalid User ID <#20034>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2003-11-26 alexm Open/ClosedOpen Closed
2003-07-15 FredKiefer StatusNone None

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code