[Mono-winforms-list] Can't get TabControl or MonthCalendar
samples to show controls
John BouAntoun
jba-mono@optusnet.com.au
Wed, 22 Dec 2004 22:57:01 +1100
Peter,
Thanks, that patch fixed it.
JBA
On Tue, 2004-12-21 at 20:52 -0700, Peter Dennis Bartok wrote:
> John,
>
> The problems result out of a 'fix' I did that prevents windows jumping
> around on screen and being resized and such before the app mainloop starts
> running. It exposed a bug in Control.CreateParams.
>
> Since svn is on the fritz I've attached a patch in the meantime that will
> fix it.
>
> Cheers,
> Peter
>
> -----Original Message-----
> From: "John BouAntoun" <jba-mono@optusnet.com.au>
> To: "Mono-Winforms-List (E-mail)" <mono-winforms-list@ximian.com>
> Date: 21 December, 2004 03:18
> Subject: [Mono-winforms-list] Can't get TabControl or MonthCalendar samples
> to show controls
>
>
> >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
> >
> >_______________________________________________
> >Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com
> >http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> >
> >