Problems with treeview control |
Post Reply |
Author | |
renzoseminario
Newbie Joined: 04 July 2008 Location: Ecuador Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 07 July 2008 at 11:12am |
Hi, I have a problem with events of treeview control CodeJock, version 11.2.0. When execute some event mouse this not execute. For example, the event NodeClick not execute when selected some node of the treeview, use a breakpoint in the code of this event.
Plataform: ActiveX, Visual Basic 6.0
O.S. Win XP SP2.
Sorry but my english is very bad.
Thanks.
|
|
Renzú
|
|
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
|
The only event that is not fired by the mouse is the Click-event, when you click on the active node.
|
|
renzoseminario
Newbie Joined: 04 July 2008 Location: Ecuador Status: Offline Points: 7 |
Post Options
Thanks(0)
|
I need fired this event but not happen
Private Sub trvMenu_NodeClick(ByVal Node As XtremeSuiteControls.TreeViewNode)
|
|
Renzú
|
|
renzoseminario
Newbie Joined: 04 July 2008 Location: Ecuador Status: Offline Points: 7 |
Post Options
Thanks(0)
|
I find the solution. The treeview control must to be container in the other control, for example: a tabcontrol or a groupbox. |
|
Renzú
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |