Javier, I should have posted that I found the problem and it was really stupid. I am just getting used to the unity interface. Glade itself keeps the menu with the application, but at least by default, an application built with glade follows the rules of unity and puts the menu into the screen header separate from the program window. The status bar was just not displaying I think because I have not put anything in it.
Regards, Eric I've never use GladeVCP but, from what I remember about gtk C bare programing, you should make sure that any graphical object that you place has a "show". So, just in case, check that you are some how instantiating the show for the elements that you place in the gtkBox, an the gtkBox Itself. I remember that you can, at runtime, make a element not to show and to reshow it, without having to delete and recreate that element, using the hide/ show mechanism. Theoretically you can call (from gtkbox documentation) show_all<http://developer.gnome.org/gtkmm/stable/classGtk_1_1Widget.html#a4f ab2509c3afe1952a408494561295c0> Recursively shows a widget, and any child widgets (if the widget is a container). gtkox is a container. Nevertheles is look logical to get the gtkbox shown when calling the show_all of the window containing the gtk_box, as you are doing. Just in case check too if there is a flag in Glade that makes the elements. Good luck, ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
