[MonoDevelop] Problems with the GUI designer

Lluis Sanchez Gual lluis at novell.com
Tue Sep 2 05:44:38 EDT 2008


> Hi,
> 
> I am using two different versions of MD. One of them is the latest
> one, so I had got some problems with the Gtk libraries and I am not
> able to use the GUI designer properly.

Which problem are you having?

>  Nevertheless, in a little bit old version, I am able to use the
> designer. I am trying to introduce new dialogs in MD, but I have seen
> that in elder versions of MD, all the code and designs were at
> MonoDevelop.Ide.Gui.Dialogs, and now, there are also some code in the
> Resources folder.

The classes implementing the windows are
in MonoDevelop.Ide.Gui.Dialogs. The gui.stetic file that defines the
design of the windows is an embedded resource in the project. This has
not changed.

> 
> Can I design a dialog in the old version and copy these files to the newer?

Yes, but you'll have to copy both the classes and the gui.stetic file.

Lluis.





More information about the Monodevelop-list mailing list