Print Page | Close Window

[SOLVED] v15.1.1 statusbar+markup

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=18732
Printed Date: 09 May 2024 at 1:16pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [SOLVED] v15.1.1 statusbar+markup
Posted By: xcentric
Subject: [SOLVED] v15.1.1 statusbar+markup
Date 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).




Replies:
Posted By: Oleg
Date Posted: 28 July 2011 at 1:52am
Thanks, fixed for next update.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net