El vie, 31-03-2006 a las 17:52 +0200, Tomas Olofsson escribió: > Hi > > I'm writing a client/server application and have divided the client in two > classes. I have a gui-class and a functional-class. > I have a big problem that I can't access and change the gtk object properties > from the functional class, the program just "hangs" on the codeline and > doesn't do anything. I can change "regular" variables > like strings, int, double and so on but gtk objects don't respond. > I have tried to set the gtk objects to public and also fetch them with > set- and get-methods. > > Does anyone have an idea of what I have done wrong? >
Hi, Check that you are calling Gtk.Application.Init(); Post your source code here. > / Thomas > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
