Print Page | Close Window

TreeView bug?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=9580
Printed Date: 28 September 2024 at 5:31pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: TreeView bug?
Posted By: Linhao
Subject: TreeView bug?
Date Posted: 13 February 2008 at 3:30pm
TreeView.StartLabelEdit() does't work.  Latest version.
 
I set LabelEdit to Manual, and call StartLabelEdit function runtime, but no effect. It's doesnt work.
 
My code as below:
 
Private Sub btn_Click()
 
    TreeViewNodes.SetFocus
    
    selNode.EnsureVisible
    
    selNode.Selected = True
   
    DoEvents
   
    TreeViewNodes.StartLabelEdit        'no effect
 
End Sub
 

 



Replies:
Posted By: Oleg
Date Posted: 14 February 2008 at 1:18am
Thanks, agree.
 
StartLabelEdit now works only if LabelEdit property set to Automatic. Fixed for next release. you can set it to Automatic and Cancel in BeforeLabelEdit.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net