Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#146 closed enhancement (fixed)

UserNotifier

Reported by: bensch Owned by: bensch
Priority: minor Milestone: Old Orxonox tickets orx-v0
Component: GUI Version:
Keywords: Cc:
Referenced By: References:

Description

UserNotifier

The UserNotifier is a Class, that Notifies the User about certain Events.

Idea

  • Scrolling Text, that stays for n (=5 default) seconds, then fades out
  • Text can be prepended by a little pixmap, so that one can give some impression about what it is on the first sight.

Implementation

  • One Class UserNotifier:
    • one Function: notifyUser("Text", "optional image", …)
  • If a Line gets pushed active it gets appended at the bottom
  • new line pushes old lines up
  • too many lines will make the fading faster
  • NO SCROLLING WILL BE ENABLED (one should be able to see the History in the SHELL (only the Text, no Images)
  • Fading is an Animation Effect: First it stays lit for 3 seconds, then fades linearely for 2 (for example)

Geek

  • This will improve the GEEK-effect, and like this we can also make some advertisement of the current music played.

Change History (4)

comment:1 Changed 18 years ago by bensch

  • Type changed from defect to enhancement

comment:2 Changed 18 years ago by bensch

implemented throgh GLGuiNotifier, from there on, it is no problem anymore

comment:3 Changed 18 years ago by bensch

  • Resolution set to fixed
  • Status changed from new to closed

comment:4 Changed 17 years ago by bknecht

  • Milestone changed from GUI and Installers to Old Orxonox tickets

Milestone GUI and Installers deleted

Note: See TracTickets for help on using tickets.