[haiku-bugs] Re: [Haiku] #6015: BTextView does not reformat its text when resized

  • From: "Trezker" <trac@xxxxxxxxxxxx>
  • Date: Mon, 17 May 2010 13:41:56 -0000

#6015: BTextView does not reformat its text when resized
--------------------------------+-------------------------------------------
 Reporter:  Trezker             |       Owner:  axeld    
     Type:  bug                 |      Status:  new      
 Priority:  normal              |   Milestone:  R1       
Component:  Kits/Interface Kit  |     Version:  R1/alpha2
 Keywords:  BTextView           |    Platform:  All      
Blockedby:                      |       Patch:  0        
 Blocking:                      |  
--------------------------------+-------------------------------------------

Comment(by Trezker):

 Ok, now I've tested using layout management and that doesn't do
 reformatting either.
 Here's the code I used to create the layout.

 textview = new BTextView(BRect(0, 0, 200, 100), NULL, BRect(10, 10, 180,
 80), B_FOLLOW_ALL_SIDES);
 SetLayout(new BGroupLayout(B_HORIZONTAL));
 AddChild(BGroupLayoutBuilder()
         .Add(textview)
 );

 Still, I have not found any documentation on layout management and the
 information I did find suggests it will not even be publicly available for
 quite some time...

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6015#comment:5>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: