Re: [fltk.general] Clickable URLs in text

2012-02-14 Thread Johan R
Fyi, I replaced Fl_Text_Display with a specialized Fl_Browser for now. For now i just check for http:// links when i double-click a row and use xdg-open to open that link in browser. I am very happy with performance now, the performance was horrible when my previous Fl_Text_Display contained lot

Re: [fltk.general] Displaying two images overlay

2012-02-14 Thread Greg Ercolano
On 02/13/12 13:17, Prabu wrote: > I have images A and B. > Image A is 3 channel and Image B is 4 channel. > I am trying to display image A and then overlay image B on top of A in > Fl_Window. > Can someone please provide me with sample code that shows how to do this This example should be