Hello. I'm playin with the code of GnomeSubtitles (http://gnome-subtitles.blogspot.com) on win32.

It seems glade-sharp on win32 isn't able to recognize the gnome widgets in the glade xml file like this one:

<widget class="GnomeApp" id="mainWindow">

When the code executes a line like this:

treeView = (TreeView)GetWidget(WidgetNames.SubtitleView);

the returned treeView is null, and that causes a crash (NullReferenceException).

Is this a limitation of Glade under Win32? Opening the glade file with Glade-2 of latest mono release
seems to confirm this, since i don't see the widgets there neither.

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to