Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - TreeView bug?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TreeView bug?

 Post Reply Post Reply
Author
Message
Linhao View Drop Down
Newbie
Newbie


Joined: 13 February 2008
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote Linhao Quote  Post ReplyReply Direct Link To This Post Topic: TreeView bug?
    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
 

 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.