|
|
Rank: Advanced Member Groups: Member
Joined: 5/14/2009 Posts: 35 Location: UK
|
Hi,
I've got a PB trend that will update depending on which tag/object you select, but the selected tag/object gets a box drawn round it. Also, on opening a .pdi file the top object has a box round it.
I'm pretty sure there must be some simple code to stop these objects being selected and boxes drawn round them, but I can't find it?
Cheers
|
|
|
|
|
OSIsoft vCampus is a subscription-based, online offering that consists of providing everything people need to develop applications on the PI System. We invite you to take a "tour" of the OSIsoft Virtual Campus - also feel free to consult the FAQ or contact OSIsoft vCampus for more details.
|
|
|
Rank: Administration
 Groups: Administration
Joined: 6/20/2008 Posts: 617 Location: Cheshire, United Kingdom.
|
Hello, To remove the box from a symbol: symbol.Selected = False To remove all symbols from being selected: SelectedSymbols.RemoveAll Stick your code in your Display_Open event. Principal Consultant Real-Time Data Management @ Wipro Technologies
|
|
|
Rank: Advanced Member Groups: Member
Joined: 5/14/2009 Posts: 35 Location: UK
|
Cheers Rhys.
You heading up north for the "UK users conference" next month?
.
|
|
|
Rank: Administration
 Groups: Administration
Joined: 6/20/2008 Posts: 617 Location: Cheshire, United Kingdom.
|
The plan is to head up to Aberdeen, whether I can get clear for a day of the mountain of work I have outstanding is another matter Principal Consultant Real-Time Data Management @ Wipro Technologies
|
|
|
|
Guest
|