[Mono-winforms-list] Different Behaviour
Maser, Dan
Dan.Maser at inin.com
Sun Jun 17 19:43:16 EDT 2007
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: mono-winforms-list-bounces at lists.ximian.com
[mailto:mono-winforms-list-bounces at lists.ximian.com] On Behalf Of
AutoLyrix AutoLyrix
Sent: Saturday, June 16, 2007 12:22 PM
To: Mono-winforms-list at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20070617/f1f0e0d4/attachment.html
More information about the Mono-winforms-list
mailing list