[SOLVED] v15.1.1 statusbar+markup |
Post Reply |
Author | |
xcentric
Groupie Joined: 04 September 2008 Status: Offline Points: 41 |
Post Options
Thanks(0)
Posted: 26 July 2011 at 5:36pm |
Markup not works properly when used in more than one statusbar pane.
It renders properly but incorrectly handles mouse events. For example add 2 panes like that: m_wndStatusBar.EnableMarkup(TRUE); pPane = m_wndStatusBar.AddIndicator(ID_INDICATOR_1, 0); pPane->SetText(_T("<TextBlock VerticalAlignment='Center'><Hyperlink Tag='XXX'>Pane 1</Hyperlink></TextBlock>")); pPane = m_wndStatusBar.AddIndicator(ID_INDICATOR_2, 1); pPane->SetText(_T("<TextBlock VerticalAlignment='Center'><Hyperlink Tag='ZZZ'>Pane 2</Hyperlink></TextBlock>")); You will see the first pane does not handle mouse events (it even does not change a cursor). |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Thanks, fixed for next update.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |