> rafa wrote: > > m_Button1 = new Fl_Button(180,40,50,50,""); > > Try instead: > > m_Button1 = new Fl_Button(180,40,50,50);
I have created Button as you said and all is fine now. Thank you very much and Thanks for Fl_Tree Widget too. I'm going to check it now. Best, Rafa _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

