Re: [fltk.bugs] [HIGH] STR #2743: fltk-3 box->image() anomaly

2011-10-21 Thread Ben Stott

[STR Closed w/Resolution]

Link: http://www.fltk.org/str.php?L2743
Version: 3.0
Fix Version: None


Closed as per the OPs request in #2744, indicating that no bug actually
exists.

Hopefully this goes towards helping with #2723!


Link: http://www.fltk.org/str.php?L2743
Version: 3.0
Fix Version: None

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


[fltk.bugs] [HIGH] STR #2743: fltk-3 box->image() anomaly

2011-10-21 Thread w . szukalski

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2743
Version: 3.0


Archive: fltk-3.0.x-r9132

The following code snippet

static fltk3::SharedImage *shared_i;
static fltk3::RGBImage *rgb_i;

static void show_image(fltk3::Image *i)
{
...
scroll_box->image(i);
...
}

may be used either as

show_image((fltk3::Image *)shared_i);

or as

show_image((fltk3::Image *)rgb_i);

The SharedImage is always shown. The RGBImage is
sometimes shown, sometimes not.

winfried


Link: http://www.fltk.org/str.php?L2743
Version: 3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs