[Mono-bugs] [Bug 428113] New: StatusBarPanel.Icon and StatusBarPanel.ToolTipText don' t work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Sep 20 08:44:26 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=428113


           Summary: StatusBarPanel.Icon and StatusBarPanel.ToolTipText don't
                    work
           Product: Mono: Class Libraries
           Version: 2.0
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: awunwpa7 at yahoo.com.ph
         QAContact: mono-bugs at lists.ximian.com
          Found By: Beta-Customer


Description of Problem:

The properties "Icon" and "ToolTipText" of the StatusBarPanel class have no
effect currently.

Steps to reproduce the problem:
1. Create a winform with a StatusBar, that has one StatusBarPanel
2. Assign an icon and a toop tip text to the StatusBarPanel

Actual Results:

Nothing happens. At the moment one can only display an icon in the panel by
setting the StatusBarPanel.Style property to StatusBarPanelStyle.OwnerDraw and
draw the icon directly. For the tool tip there is no good workaround, since a
StatusBarPanel cannot be used with the ToolTip.SetToolTip() function.

Expected Results:

As with the MS framework, the icon should appear in the panel and the tool tip
text should work fine.

How often does this happen? 

Always.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list