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

Group
 
 

bug #3994: Resize component in NSScrollView

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

Add a New Comment Rich Markup
   

Fri 24 Sep 2004 06:20:40 PM UTC, comment #1: 

This was corrected when the change for 6890 was committed.

GJC

Gregory John Casamento <gcasa>
Group administrator
Mon 16 Jun 2003 11:42:21 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 uses the previous range (and clipping).


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 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-09-24 gcasa StatusNone Fixed
    Assigned toNone gcasa
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code