[Mono-winforms-list] List of GDI missing methods available? was Re: [Mono-osx] Easy way to get "plain" .NET app running on the Mac?
Weyert de Boer
wdb at innerfuse.biz
Fri May 23 19:35:59 EDT 2008
Hello! I have continued my works to get the current version running. No
luck so far yet!
I am curious if there is a list of Drawing calls which aren't yet
implemented.
Because I used MoMo to check for any troublesome methods which didn't
tell me that the method below
wasn't yet implemented. Indeed, it said that I used P/Invoke methods.
That's correct because I want to have
a nice drag image using the normal imagelist way under Windows.
Curently, it's disabled (isWindows()=false)
My question is there any list available of GDI methods which aren't
implemented yet?
See:
Unhandled Exception: System.NotImplementedException: The requested
feature is not implemented.
at System.Windows.Forms.XplatUICarbon.SetClipRegion (IntPtr hwnd,
System.Drawing.Region region) [0x00000]
at System.Windows.Forms.XplatUI.SetClipRegion (IntPtr handle,
System.Drawing.Region region) [0x00000]
at System.Windows.Forms.Control.CreateHandle () [0x00000]
at System.Windows.Forms.Control.get_Handle () [0x00000]
at Brazil.Flow.DaggerUINode.AdjustSize () [0x00000]
at Brazil.Flow.DaggerUINode.CalculateLayout () [0x00000]
at Brazil.Flow.DaggerUINode.OnParentChanged (System.EventArgs e)
[0x00000]
p.s. If anyone one know some nice Convulution Matrix/Filter thingy which
works on transparent bitmaps.. Let me know. My little component can have
nice drop shadow ;)
Thanks!
Weyert de Boer
More information about the Mono-winforms-list
mailing list