[Mono-winforms-list] Different Behaviour

Gert Driesen gert.driesen at telenet.be
Sat Jun 16 13:51:28 EDT 2007


Alex,
 
I'd suggest submitting separate bug reports for these issues (with small
repro's).
 
Thanks,
 
Gert

________________________________

From: mono-winforms-list-bounces at lists.ximian.com
[mailto:mono-winforms-list-bounces at lists.ximian.com] On Behalf Of AutoLyrix
AutoLyrix
Sent: zaterdag 16 juni 2007 19:22
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





More information about the Mono-winforms-list mailing list