Opened 12 years ago

Last modified 4 years ago

#8567 reopened enhancement

[MediaPlayer] show tooltip with current time position (easy)

Reported by: diver Owned by: stippi
Priority: normal Milestone: R1.1
Component: Applications/MediaPlayer Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is hrev44133, gcc2hybrid.

Moving mouse cursor over timeline in MediaPlayer should show tooltip with time position. Maybe even thumbnails like in youtube?

Attachments (1)

tooltip.patch (1014 bytes ) - added by dburkart 9 years ago.
Adds tooltip while scrubbing around on a track

Download all attachments as: .zip

Change History (9)

comment:1 by pulkomandy, 9 years ago

Summary: [MediaPlayer] show tooltip with current time position[MediaPlayer] show tooltip with current time position (easy)

by dburkart, 9 years ago

Attachment: tooltip.patch added

Adds tooltip while scrubbing around on a track

comment:2 by dburkart, 9 years ago

patch: 01

comment:3 by dburkart, 9 years ago

My only concern with the patch that I attached is that it is noticeably laggy. Does anyone have some pointers for how to make the tooltip not flicker?

comment:4 by Barrett, 9 years ago

Thanks for the patch! I think one possible solution would be to add a method like BToolTipManager::MoveTip which just mimics the BToolTipManager::ShowTip method but use the BPoint passed as argument with BWindow::MoveTo instead to Show() it.

Last edited 9 years ago by Barrett (previous) (diff)

comment:5 by Barrett, 8 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev49971 with a reworked patch. Thanks!

comment:6 by diver, 8 years ago

Resolution: fixed
Status: closedreopened

Actually, what I wanted with this ticket is to show current time position like it's done on youtube.

comment:7 by pulkomandy, 7 years ago

patch: 10

comment:8 by pulkomandy, 4 years ago

Milestone: R1R1.1
Note: See TracTickets for help on using tickets.