Re: [fltk.general] jpeg and shared image library

2013-01-07 Thread Greg Ercolano
On 01/07/13 16:00, George wrote [on fltk.bugs, moved to fltk.general]: > Hy I'm trying to compila a code with fltk and i get the following errors: > > 1>main1.obj : error LNK2019: unresolved external symbol "public: __thiscall > Fl_JPEG_Image::Fl_JPEG_Image(char const *)" (??0Fl_JPEG_Image@@QAE@PB

[fltk.general] Scrolling Fl_Browser with hidden scrollbars.

2013-01-07 Thread Wojciech Jaczewski
Hello, I am going to use Fl_Browser with non-standard scrollbar (my own draw() function). When I disable standard Fl_Browser scrollbar by has_scrollbar(0), calling topline(i) does not scroll browser content. Is there a way to completely hide standard scrollbar, and control browser from outside