[Mono-list] Am I missing something with ContextMenuStrips and ToolStrips?
Jonathan Pobst
monkey at jpobst.com
Tue Dec 26 14:50:56 EST 2006
ToolStrip/MenuStrip is under heavy development. Although they work for
many cases, there are plenty that are not yet implemented. For a list
of which methods are missing, you can check here:
http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-System.Windows.Forms.html
Also, using the MoMA reports, many of the most commonly used methods
have been implemented since 1.2.2.1, including the Form.MainMenuStrip
mentioned. These changes are available in SVN, and will be available in
the next release of Mono.
A demo of what is working is available here:
http://svn.myrealbox.com/viewcvs/trunk/winforms/toolstrip20/
Jonathan
Maser, Dan wrote:
>
> I've seen a few posts here and there about mono and MenuStrips,
> ToolStrips and ToolStripMenuItems but when I compile the latest mono I
> get runtime errors about missing methods like
> "System.Windows.Forms.Form.set_MainMenuStrip()". Is it the case that
> MenuStrips are implemented but the methods that hook them up to Forms is
> not? Or am I missing something about how to run my application to use
> the newest libs? The debug output does indicate to me that the SWF 2.0
> dll is the one reporting the error, not the 1.x version. Any ideas?
>
> Many thanks in advance for any hints!
> Dan
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-list
mailing list