XPToolBar

Hi, With version 4.1.0.62 the text of an item of a XPToolBar is drawn in white on mouse hovering. In previous versions the text of a bar item only turned white when the item was clicked. Am I missing something? Regards, Wolfgang

3 Replies

J. J.Nagarajan Syncfusion Team June 13, 2006 02:34 PM UTC

Hi Wolfgang, Sorry for the inconvenience caused. This is a known issue in v.4.1.0.62 which has been fixed in v.4.1.0.64 and our later releases. Defect #1682 - Selected BarItem''s TextColor looks white in color when mouse hovers over it. If possible, please to upgrade to v.4.2.(latest release) and it is available in the following link: http://www2.syncfusion.com/Installs/v4.2.0.37/syncfusionessentialstudiosetup.exe UnlockKey : Please contact our sales team([email protected]) to get an unlock key for this version. Otherwise if you need a patch v4.1.0.64 for this fix, please create a direct trac incident regarding this forum. I will update you with the download link. As a workaround, you can set the following code after InitializeComponent. Syncfusion.Windows.Forms.MenuColors.SelTextColor = Color.Black; Please let me know if you have any questions. Thanks for using Essential Tools. Thanks, Nagaraj


AD Administrator Syncfusion Team June 17, 2006 03:08 PM UTC

Hi Nagaraj, For now explicitly setting the ''SelTextColor'' works for me. Thank you. Another question regaring the XPToolBar: How can I make the toolbar non-wrappable? Regards, Wolfgang


J. J.Nagarajan Syncfusion Team June 19, 2006 11:14 AM UTC

Hi Wolfgang, A bool property "ShowChevron" has been added for this purpose.You have to set "ShowChevron" property of XPToolBar to false,You can make the XPToolBar as non-wrappable. Please let me know if you have any questions. Thank you, J.Nagaraj

Loader.
Up arrow icon