For item 1 (If I recall properly) you can set a ContextMenuStrip to a
Textbox if you manually set the ContextMenu to null first.  I just
thought I'd mention it in case it might help to debug these differences.
 
________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
AutoLyrix AutoLyrix
Sent: Saturday, June 16, 2007 12:22 PM
To: Mono-winforms-list@lists.ximian.com
Subject: [Mono-winforms-list] Different Behaviour


Hello,

First, I would like to thank you all for the great work.

Well, I will list a few things that maybe could be fixed in the next
versions. They are not related to performance. The things listed here
have a different behavior if you compare with the Microsoft .NET
framework. 

1 - You can set a ContextMenuStrip in a TextBox
2 - Even if you set the ShowImageMargin = false in a ContextMenuStrip
the "Image Column" still shows.
3 - When you add a ToolStripLabel to a ContextMenuStrip it aligns the
text to the "center" by default. When it should be left ? 
4 - There is no way to bring a form to the front. I tried .Activate(),
.Show() and .BringToFront(). For example: The form is in the screen
(visible) but it is behind another application and I want to bring it to
the front when I click the NotifyIcon... In the Microsoft .NET Framework
.Activate() or .BringToFront() do that. 
5 - When I change the .Text property in a TextBox it always select the
new text (highlight), even when I set the .SelectionStart = 0 and
.SelectionLenght = 0

Ok, I still run my app anyway and I can "bypass" some of these different
behaviors. 
So, they don't have to be done/fixed for the next version, but I would
appreciate if you guys keep this in the To Do list for the future.

Thank you,
Alex A. dos Santos


_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to