On Thu, Aug 21, 2008 at 8:47 AM, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Aug 21, 2008, at 10:45 AM, Nate Lowrie wrote: > >>> I don't believe that that was possible in the old version, >>> either - >>> at least not on Mac. Once you set a bitmap on a menu, you can change >>> it to another bitmap, but you can't clear it. >> >> Yeah, the current way that we got around that was to just set it to an >> wx.EmptyBitmap and then you just got that annoying 1 black pixel >> picture. wx doesn't have a way to clear the image. I don't believe >> that clearing the image is necessary either though. Menus icons are >> supposed to be setup and left alone... > > > What I meant is that you can't even set it to an EmptyBitmap. On the > Mac, at least.
hmm...Interesting. Well, anyway the menu looks much better now, at least on windows. On another note, calling and update on the Form doesn't filter to the menu bar, and the update from the menu bar and menu objects don't filter down to children. You can see it yourself in the ide editor on windows with the dynamicEnabled properties that are set. Nate L. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
