Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - set selection of a taskpanelgroupitem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

set selection of a taskpanelgroupitem

 Post Reply Post Reply
Author
Message
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post Topic: set selection of a taskpanelgroupitem
    Posted: 26 January 2006 at 2:11pm

I´m trying to highlight a taskpanel group item by code. I´ve set the options:

        SingleSelection = True
        SelectItemOnFocus = True
        DrawFocusRect = True

but the code

        Dim xtpgi As TaskPanelGroupItem
        Set xtpgi = frmTaskPanel.wndTaskPanel.Find(ID_ITEM_5)
        xtpgi.Selected = True

doesn´t highlight the item with the id... 
Any suggestions?

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: 27 January 2006 at 1:00am

Hmm it works for me..

guess you set

wndTaskPanel.HotTrackStyle = xtpTaskPanelHighlightItem

?

 

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.203 seconds.