Opened 11 years ago
Last modified 3 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)
Change History (9)
comment:1 by , 9 years ago
Summary: | [MediaPlayer] show tooltip with current time position → [MediaPlayer] show tooltip with current time position (easy) |
---|
by , 8 years ago
Attachment: | tooltip.patch added |
---|
comment:2 by , 8 years ago
patch: | 0 → 1 |
---|
comment:3 by , 8 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 , 8 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.
comment:5 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev49971 with a reworked patch. Thanks!
comment:6 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Actually, what I wanted with this ticket is to show current time position like it's done on youtube.
comment:7 by , 6 years ago
patch: | 1 → 0 |
---|
comment:8 by , 3 years ago
Milestone: | R1 → R1.1 |
---|
Adds tooltip while scrubbing around on a track