Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control Treeview
Message
 
To
27/11/1999 11:43:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00295964
Message ID:
00296284
Views:
17
>I have a control treeview with checkboxes, when mark a node father, I want unmark all the nodes children and their branches, for that I made a recursive function that unmark the whole branch , it works but like it is a quite big tree, the control makes an annoying twinkling when going unmarking ,I probe to take out it with
>thisform.lockscreen = .t., but don't work.
>Any Idea?

Favio,

Whenever possible I tend to do my changes to an ActiveX control out of the visible screen area:

this.left = this.left - 1000
*--do your changes here
*-- then replace the control in place
this.left = this.left + 1000


José
Previous
Reply
Map
View

Click here to load this message in the networking platform