[Mono-winforms-list] Can't get TabControl or MonthCalendar samples to show controls
John BouAntoun
jba-mono@optusnet.com.au
Tue, 21 Dec 2004 21:16:27 +1100
Hey guys,
I just svn up'ed after having been offline for about a week.
I had some local changes that were visible last time i worked (a week
ago), but after svn up'in I can't seem to get the swf-tabcontrol.exe or
swf-monthcalendar.exe to show the controls.
I saw some commits to libgdiplus, so I update libgdiplus and
System.Drawing and make installed them. Still no go.
I can get the button and label samples to work, but the tab control and
monthcalendar samples show nothing.
When I run the tabcontrol sample i get the following output:
john@ubuntu-1 ~/dev/winforms/tabcontrol $ mono swf-tabcontrol.exe
done detecting keyboard: United States keyboard layout (phantom key
version)
#region #line XplatUI Constructor called
Exception 'Feature not implemented.
at System.Drawing.GDIPlus.CheckStatus ()
at System.Drawing.Graphics.FromHdc ()
at System.Windows.Forms.Control.WndProc ()
at System.Windows.Forms.TabControl.WndProc ()
at System.Windows.Forms.Control+ControlNativeWindow.WndProc ()
at System.Windows.Forms.NativeWindow.WndProc ()'
Feature not implemented.
at System.Drawing.GDIPlus.CheckStatus ()
at System.Drawing.Graphics.FromHdc ()
at System.Windows.Forms.Control.WndProc ()
at System.Windows.Forms.TabControl.WndProc ()
at System.Windows.Forms.Control+ControlNativeWindow.WndProc ()
at System.Windows.Forms.NativeWindow.WndProc ()
Any tips about what could be causing this?
JBA