[MonoDevelop] Gtk.ScrolledWindow
Lluis Sanchez
lluis at ximian.com
Tue Oct 17 04:42:57 EDT 2006
El dc 11 de 10 del 2006 a les 12:11 -0400, en/na Adam Williams va
escriure:
> I'm developing an app using Monodevelop+Stetic and have something weird.
> I have a notebook with multiple tabs; in each tab I can insert a
> NodeView and that works fine. Except I need the NodeView to be in a
> ScrolledWindow; but if I add the ScrolledWindow and then place the
> NodeView inside I see nothing when the app is run. Not the scroll bars
> from the ScrolledWindow or any sign of the NodeView. The
> ScrolledWindow seems to get initialized as I can assign the NodeView as
> its child without producing an error:
> ---
> delegatedTaskWindow.Child = delegatedList;
> delegatedTaskWindow.ShowAll();
> -
> delegatedTaskWindow is the Gtk.ScrolledWindow created by Stetic and
> delegatedList is a 'manually' created NodeView. I've even tried:
> ---
> delegatedTaskWindow.ChildVisible = true;
> delegatedTaskWindow.ShowAll();
> taskNotebook.ShowAll();
> -
> Nothing seems able to make the Gtk.ScrolledWindow or its contents
> appear.
>
> monodevelop-0.12-0.novell
> mono-core-1.1.17.1-0.novell
> gtk-sharp-1.0.10-30
> gtk-sharp2-2.8.3-0.suse101.novell
>
> Is this possible a bug in Stetic or am I missing something?
I don't know. Can you provide a test app we can use to see the problem?
Lluis.
More information about the Monodevelop-list
mailing list