hello to all
i am newbie to wonderful fltk.
i created simple program with buttons (to invoke my programs)
i created this function to invoke (with button) click my application:
void dMainWin::cb_button_app(Fl_Button * button, void* m_win)
{
button->deactivate();
Fl::check();
system("./app");
button->activate();
Fl::check();
}
after button click i can use the application app but i can not click on other
buttons in my fltk application
i wander how can my fltk program be available so that i can use it after the
button click
also
i have problems with re-drawing my button-tool bar (my fltk application) when i
cross with some other window across everything inside my window vanish..
thanks
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk