Hello,

I'm developing a plug-in manager for an application. This is written in vc++ 
and FLTK.
Every GUI of a Plugin should be visualized as a tab (group) in a tab group in 
the application.
I use a virtual function to separate the development of plug-ins as a dll and 
the application.
The plug-in Manager passes a pointer of a FLTK-group to the virtual function 
and further to the plug-in function.
In this function I want to create the FLTK-GUI for the plug-in.
The Problem is:
After creating a FLTK-Component like a button, nothing is visible in the 
application. But for all of that all information are stored in the passed group.
After loading the plug-in and returning to the main-application my passed group 
has a child (the button with label and size and so on) but it isn't visible in 
the tab of the tab group in the application.

I hope you can help me.

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

Reply via email to