[Mono-winforms-list] Different Behaviour

AutoLyrix AutoLyrix autolyrix at gmail.com
Sat Jun 16 13:22:23 EDT 2007


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20070616/e4b286e6/attachment.html 


More information about the Mono-winforms-list mailing list