Weyert, You appear to have come across a portion of the Mac winforms driver that isn't implemented yet. Could you make a testcase and file a bug to replicate this issue and I'll fix it.
Thanks -g On Sat, 2008-05-24 at 01:35 +0200, Weyert de Boer wrote: > 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 > > > _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
