I have solved my problem by implementing missing part in fluid.
I need this for png images, now it works for me.
If there is an offical solution, then I will use it.
If somebody is interesting in my changes, I can give them.

> I'm using fltk 2.0 and fluid 2
> I try to inline my images, but it doesn't work.
> I look into fluid sources and there is (in generic_image::write_code), 
> following code:
>
>   if (0 && inlined) {
>     .... inline image
>   } else {
>     generate code for loading
>   }
>
> Is it commented because it doesn't work with some of the image types?
> Or it was commented for testing how load image will work (and then not 
> uncommented)?

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to