[Mono-winforms-list] Small patch to correct TreeNode behaviour

Jackson Harper jackson at ximian.com
Mon Oct 17 19:14:08 EDT 2005


On Mon, 2005-10-17 at 23:30 +0200, Pavel Bansky wrote:
> Hi All,
> 
> I also expreience that TreeView property 'Sorted' set to true, causing
> exiting application without any massage. Same on Windows and Linux.

Hello,

	Running the treeview demo with Sorted set to true doesn't seem to crash
it. It is slower, but doesn't crash for me. Do you have any sample code?

Jackson


> Pavel
> 
> 
> 
> Rafael Teixeira wrote:
> > Committed revision 51806.
> > 
> > 
> > Done, :)
> > 
> > On 10/16/05, Jackson Harper <jackson at ximian.com> wrote:
> > 
> >>Hey!
> >>
> >>This patch looks good, please commit.
> >>
> >>Thanks!
> >>Jackson
> >>
> >>
> >>On Thu, 2005-10-13 at 16:40 -0300, Rafael Teixeira wrote:
> >>
> >>>Inline as it is really small.
> >>>
> >>>Index: TreeNode.cs
> >>>===================================================================
> >>>--- TreeNode.cs (revision 51682)
> >>>+++ TreeNode.cs (working copy)
> >>>@@ -146,7 +146,7 @@
> >>>                                check = value;
> >>>
> >>>                                if (TreeView != null)
> >>>-                                       tree_view.UpdateNode (this);
> >>>+                                       TreeView.UpdateNode (this);
> >>>                        }
> >>>                }
> >>>
> >>>OK to commit?
> >>>
> >>>
> >>>--
> >>>Rafael "Monoman" Teixeira
> >>>---------------------------------------
> >>>I'm trying to become a "Rosh Gadol" before my own eyes.
> >>>See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
> >>>It hurts!
> >>>_______________________________________________
> >>>Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> >>>http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> >>
> >>
> >>
> > 
> > 
> > --
> > Rafael "Monoman" Teixeira
> > ---------------------------------------
> > I'm trying to become a "Rosh Gadol" before my own eyes.
> > See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
> > It hurts!
> > _______________________________________________
> > Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> > 
> 



More information about the Mono-winforms-list mailing list