Himadri Sarkar wrote:
> Hello
>
> Are there any major issues of fltk with pthreads
> I cannot get one of my multithreaded applications
> working with fltk, I am not able to create threads
> within callback functions.
Based on what you're describing, I can't think
why there'd be a problem /starting/ a thread from
anywhere in an FLTK app.
Just be sure the thread itself doesn't invoke any
FLTK commands itself; the thread should communicate
back to the parent any operations that should be
carried out in the GUI. Or carefully use locking..
I think someone wrote a comprehensive article on
threads + FLTK, but I can't seem to locate it at the moment.
> One more major issue that i am facing is that -
> I have a window in which i am displaying an image
> in a box and when i minimize the window the image
> pours out of the box into the window...how can i
> resolve this issue
Pretty sure this was asked and answered previously:
http://fltk.org/newsgroups.php?s1+gfltk.general+v3+T0+Q%22image+pours%22
http://fltk.org/newsgroups.php?s1+gfltk.general+v4+T0+Q%22image+pours%22
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk