FLTK logo

STR #2362

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 #2362

Application:FLTK Library
Status:5 - New
Priority:1 - Request for Enhancement, e.g. asking for a feature
Scope:3 - Applies to all machines and operating systems
Subsystem:Unassigned
Summary:Scrollbars fixed in HelpView
Version:2.0-feature
Created By:rainbowsally
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 rainbowsally
12:33 May 02, 2010
now-you-don't.png
43k
 
 
#2 rainbowsally
12:34 May 02, 2010
now-you-do.png
42k
 
     

Trouble Report Comments:

Post Text ]
Name/Time/Date Text  
 
#1 rainbowsally
12:33 May 02, 2010
I was honestly expecting this to take up to a week!!

This is really a very very well designed system.  Both versions are.

Anyway,

HelpView scrollbar visibility fixed.

In HelpVeiw.cxx around line 2437 following this line.
    set_changed();

add this line.
    relayout();

In the same file around line 2834 following this line
  set_changed();
add this line. 
  relayout();

The temptation is to create a new "set_changed" for this widget but
since this has caused so much of a problem debugging, it's probably
best to leave it explicit, if nothing else as example code.

The image in the fltk docs is still not showing properly first time
around (and similar problems occur with other images).

The scroll buttons on the scrollbars are also still brain-dead, either by design or due to some changes in the way groups link so they may need  to be daisy-chained manually until we find out why the groups are acting so weird.

We're halfway through HelpView... what challenge this has been.  :-)  But not nearly as bad as I was expecting.

Brick Wall v. Head.

I'll upload the before (don't see) and after (do see) pix as attachments so in the next couple of posts you can see what's still wrong with our images in v-2.x
 
     

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'.