robmcmullen / peppy

NO LONGER MAINTAINED
http://peppy.flipturn.org/
GNU General Public License v2.0
14 stars 7 forks source link

fade-in/fade-out status bar #814

Open robmcmullen opened 12 years ago

robmcmullen commented 12 years ago

[Trac time 20091223 043220Z] Somewhat like Google Chrome, get some screen real-estate back by having a pop-up status bar. This would allow the bottom of the frame to display text to the border.

To prevent unreadable text at the bottom, force the text to scroll when the cursor is approx 2 lines from the bottom -- this leaves the text at the bottom still usable while not overwriting stuff that the user is editing.

robmcmullen commented 12 years ago

[Trac time 20100608 173420Z] From Robin Dunn; the way to capture the menu item help text when a menu is selected is:

The mechanism used for displaying the menu help text in the status bar is event based, so you can just bind a handler for the EVT_MENU_HIGHLIGHT event in the frame to intercept that behavior and do your own thing instead.

robmcmullen commented 12 years ago

[Trac time 20100705 213122Z] df47db305973b06b4dd7166403175e43bd63a5de Refs #814: added PopupStatusBar

robmcmullen commented 12 years ago

[Trac time 20100708 151956Z] 9d2a3edb8d79491148a780366f8fc90ef549bb6b Refs #814: fixes for mac