[ wxwindows-Bugs-1695793 ] MenuItem will not display bitmap
SourceForge.net
noreply at sourceforge.net
Sat Apr 7 11:35:48 PDT 2007
Bugs item #1695793, was opened at 2007-04-06 12:29
Message generated for change (Comment added) made by jimmygyuma
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1695793&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build -- wxPython
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: jimmygyuma (jimmygyuma)
Assigned to: Robin Dunn (robind)
Summary: MenuItem will not display bitmap
Initial Comment:
The first menuitem on a menu will not display the bitmap, although subsequent items do.
In the attached file, the fileNewItem does not display its bitmap.
Neither did the editUndoItem, again the first on the menu. I tried inserting a dummy ...
editMenu.Append(-1,"","")
...but it wouldn't let me do that. So I inserted the editSelectAllItem, and sure enough, now the editUndoItem bitmap displays, but not the editSelectAllItem bitmap.
----------------------------------------------------------------------
>Comment By: jimmygyuma (jimmygyuma)
Date: 2007-04-07 11:35
Message:
Logged In: YES
user_id=1760231
Originator: YES
Windows XP Media Center Edition, Python 2.5, wxPython 2.8, Wing IDE
----------------------------------------------------------------------
Comment By: jimmygyuma (jimmygyuma)
Date: 2007-04-06 20:01
Message:
Logged In: YES
user_id=1760231
Originator: YES
It is not the 'first' menuitem. It is the first menuitem with a bitmap,
as I discovered in a later menu.
jimmygyuma
----------------------------------------------------------------------
Comment By: Robin Dunn (robind)
Date: 2007-04-06 13:45
Message:
Logged In: YES
user_id=53955
Originator: NO
Please submit a sample that doesn't depend on other non-standard modules.
----------------------------------------------------------------------
Comment By: Robin Dunn (robind)
Date: 2007-04-06 13:42
Message:
Logged In: YES
user_id=53955
Originator: NO
Platform and version?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1695793&group_id=9863
More information about the wx-dev
mailing list