FLTK logo

STR #2001

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File | SVN ⇄ GIT ]

STR #2001

Application:FLTK Library
Status:5 - New
Priority:3 - Moderate, e.g. unable to compile the software
Scope:3 - Applies to all machines and operating systems
Subsystem:Unassigned
Summary:Browser Items image height (from leaf_symbol for example) do not adjust height of items
Version:2.0-current
Created By:rafal.maj
Assigned To:Unassigned
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File ]
Name/Time/Date Filename/Size  
 
#1 rafal.maj
07:45 Jul 14, 2008
bug_fltk3_browser_bigicon.png
6k
 
     

Trouble Report Comments:

Post Text ]
Name/Time/Date Text  
 
#1 rafal.maj
07:45 Jul 14, 2008
Create a tree with big icons - and the items will be not high enough and will overlap.

Example:
      Browser *tree = new Browser(20, 50, 300, 150);
      tree->indented(1);
      tree->group_symbol(&imgsBox); // 32x32 pixel images
      Group *g1 = tree->add_group("Test1", tree);
      Group *g2 = tree->add_group("Test2", tree);

Workaround/fix:
      g1->h(32+g1->leading());
      g2->h(32+g2->leading());
 
 
#2 isaque
07:29 Aug 20, 2009
This error doesn't seem to be happening anymore. I've ran test/browser and there is a huge picture - like a Porsche coat - that is drawn ok.

I believe we can close this.
 
     

Return to Bugs & Features | Post Text | Post File ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.