|
1. With the corrected SharedImage files it becomes apparent that the scroll bars are not showing automatically and that the scroll bar buttons are dead in HelpView. 2. The few SharedImage graphics formats that are supported by default is unrealistic because we used doxygen png, fltk_shadow.png, and fl_color_chooser.jpg in the manual and many png's as well as gif's in the Doxygen stuff. There appears to be no example code showing how to add handlers for these formats. 3. The HelpView comments suggest that there is a resize() function but it has apparently been replaced by the layout() function. 4. HelpView is not interpreting colors correctly. The link_color should be dark blue, possibly #3D2185 (-> 0x3D218500). It seems safer to create this as a separate color instead of using selection_color_ which isn't meant to contrast a white background and which might change other colors unintentionally. The biggest of these problems is the scrollbars and scroll bar buttons which don't appear to be working though clicking on the scroll bar does scroll the display and update the position of the bar. This lack of response could also be tied to why the scrollbars don't automatically show and hide when the content changes. ??? 5. namespacefltk.html is is linked but missing from the Doxygen files in the fluid2 help->manual link. 6. The 'back' button works!! 7. I accidentally imported the whold x11/run.cxx file. THIS PROBLEM IS VERY NOTICIBLE IN FLUID2. if (abs(e_x_root-px)+abs(e_y_root-py) > 3 // || event_time >= ptime+(push?1000:200)) { *** THIS IS WRONG! *** || event_time >= ptime+(push?400:1000)) { And I know it's wrong because I almost have to break my mouse clicking so fast just to get the widget_panel to pop up. ;-) I earnestly recommend changing that click timout above. 8. the new xim code seems to be causing the color chooser in fluid to pop up behind the widget_panel instead of on top. 9. Sliders in fluid live mode and editing mode disagree on meanings of color names. Live mode doesn't match colors selected when editing. Here's unselected colors. You can see by the focus box that this may indeed be selected, but these colors don't change when there are other objects highlighted or clicked on in the form.. ![]() Here's selected with the entire set of colors used to generate this test. ![]() |
_______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs


