Track status at mouse over in the toolbar

 
(See attachment)
When I hoover over the Spotify icon in the toolbar, I would like to have a thin green line that indicate the amount of the current song that is played (and how much is left). 
Just a thing I've been thinking about and wishing for, no idea if technicaly feasible. 
Keep up with the good stuff!

Updated: 2015-07-02Hello!
Your idea has been submitted a while ago but unfortunately hasn't gathered enough kudos (25 per year). In order to keep an overview of the active ideas in this forum, we will close this idea for now. However this does not mean that your idea has been declined by Spotify.
If you still feel strongly about your request, we encourage you to post your idea in a little different form again! Maybe now is the right time to receive the support of our community for your suggestion! ;)
Do you have any further questions on how the idea exchange is managed? Just click here!

Similar Messages

  • ITunes' Taskbar-playing mode doesn't show track details on mouse-over, how to fix this?

    In earlier versions of iTunes the taskbar playing-mode showed details of the current track (title, artist, album illustration) on mouse-over.
    The new version (10.6.1.7) lacks this function.
    Is this a change Apple made and will it come back? Or is it just a setting in the Preferences which I can't find?
    Thanks in advance!

    Its a bug there is nothing that you can do about that
    you have just to wait until they fix it
    I

  • When mousing over text, the cursor flickers constantly (with each letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word and Pages.  Any idea of how to resolve this annoying problem is appreciated.  System: 10.10.1

    When mousing over text, the cursor flickers constantly (with every letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word 2011 and Pages.  Any idea of how to solve this annoying problem will be much appreciated.  System 10.10.1 on a MacPro (Late 2013)

    The mouse is controlled by the OS so don't guess any app other than a mouse driver or OS X itself would be able to cause this sort of flicker issue.
    Have you seen the following and is it what you are seeing? Maybe you could make a movie (Quicktime is great for this this to make a screen recording) - but not sure how to attach a movie to these discussions as mine is grayed out and can't be selected (to the right of the insert image). Here is the what I found for a search of "mouse cursor flickers os x yosemite"
         https://www.youtube.com/watch?v=ZNQ0D84DdF4
    What kind of mouse are you using? Is the mouse driver up to date if it's a third party mouse?

  • Cannot not click on menu that appears when i right click my taskbar, as the right click menu dissapears when i move mouse over to the right click menu

    PROBLEM: RIGHT CLICK CONTEXT MENU DISAPPEARS WHEN TRYING TO LEFT CLICK AN OPTION
    Hi,
    Im using Windows 7, and i could always
    go down to my TaskBar and Right Click
    Icons, and active icons, which would bring up
    the standard Right Click Menu list.
    PROBLEM
    As soon as i moved my Mouse away from
    the bottom Window 7 Task Bar to go a couple
    of millimeters above to left click an option on
    the Context Menu i opened with my right click,
    The whole Menu disappears, and this happens in
    Firefox version 29.01, other programs in Firefox,
    and other such as Skype.
    When i was running Firefox 28
    i didn't have this problem, can you help me out.
    Thank You
    Kev Borg

    '''PROBLEM'''
    '''RIGHT CLICK MENU DISAPPEARS WHEN YOU MOVE YOUR MOUSE TO LEFT CLICK A MENU OPTION ON THE RIGHT CLICKED MENU.'''
    ''''''YOU CAN'T BECAUSE AS YOU MOVE YOUR MOUSE TO THE MENU YOU JUST RIGHT CLICKED TO OPEN DISAPPEARS BEFORE YOU GET A CHANCE TO LEFT CLICK YOUR CHOICE.''''''
    '''SOLUTION'''
    '''1]''' GO TO '''CONTROL PANEL''' AND CLICK TO VIEW MENU
    '''2] ''' GO TO "'''EASE OF ACCESS CENTRE'''" AT THE TOP.
    '''3]''' LEFT CLICK ON MENU ITEM "'''EASE OF ACCESS CENTRE'''"
    '''4]''' AFTER YOU LEFT CLICK ON "'''EASE OF ACCESS CENTER'''" IT APPEARS.
    '''5]''' LOOK DOWN THE LIST TILL YOU FIND "'''MAKE THE MOUSE EASIER TO USE'''"
    '''5]''' THE TOP SECTION SHOWS YOU HOW TO CHANGE YOUR MOUSE COLOURS ETC.
    '''6]''' SCROLL DOWN TILL YOU SEE THIS HEADING "'''MAKE IT EASIER TO MANAGE WINDOWS'''"
    '''7]''' RIGHT UNDER THAT MENU THERE IS CHECK BOX,
    "'''ACTIVATE A WINDOW BY HOVERING OVER IT WITH YOUR MOUSE"
    '''8] MAKE SURE THERE IS NOT A TICK IN THAT OPTION BOX, IF THERE IS UN TICK IT AND APPLY AND CLICK OK TO SAVE.
    And now you should have No More Problems with your Right Click Menu disappearing when you move your mouse over to the menu to left click a menu item on that right clicked menu.
    SOLUTION FIXES PROBLEM.
    Thank You and i hope this answer my help any other people who have had this frustrating problem.
    cheers KiwiKev

  • Sample script to pop-up txt box on mouse-over on skin toolbar button?

    RH9,WebHelp Pro
    I am completely new to scripting. I have customised a toolbar button in the skin and while it is easy enough to place a hyperlink to be activated on click, I would also like to display a text caption when the user rolls over the button before clicking.
    Can anyone provide or point me to an example of the required syntax?
    Thank you.

    Hi,
    You have to modify the title attribute of the link. The browser will show that text when you hover the link. I believe that WebHelp uses the text of the button as the title.
    If that doesn't work for you, you can use the onMouseOver event to show and hide a tooltip. Check out Walter Zorn's tooltip script: http://edwardsmark.com/proofOfConcept/walterZorn/ It has some good examples of how to set up the script.
    Greet,
    Willam

  • Mouse over redrawing the component...

    Hi,
    i am using states,path , transitions and effects.    I had one image, one fxg, one rect in a row, when mouseover the color  has to change from left to right
    using effect and  transition  the problem is when the state changes the fxg  color has to  change, while changing the color, fxg is moving 1 px down and
    coming back.
    i have to implement updatedisplaylist something like that, i tired by setting the x,y values of the fxg's but it didn't work.
    appreciate your help.

    thanks for reply, here is all the code i used, i am trying to implements the updatedisplaylist and set the x,y coordinates so that it will not redraw it.
    the problem is  when the state is over, the fxg legs are moving by 1px up and coming back to its pos in 1 sec which is not desired.
    thank you
    <?xml version="1.0" encoding="utf-8"?>
    <s:Skin
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:d="http://ns.adobe.com/fxg/2008/dt"
        xmlns:Components="Components.*"
        xmlns:mx="library://ns.adobe.com/flex/mx"
        >
    <fx:Metadata>[HostComponent("Components.SkinnableValueLabel")]</fx:Metadata>
    <s:states>
            <s:State name="unloaded"/>
            <s:State name="up"/>
            <s:State name="over"/>
        </s:states>
    <s:Group
            id="layoutRoot"
            x="0"
            y="0"
            >
    <s:Group  id="Target" >
               <s:Group id="nector">
                    <s:Path
                        data="M1.30701 0 1.30701 3C1.30701 3 -5.84387 3 13.307 3 28.5038 3 38.2601 33 54.2631 33 59.9183 33 64.307 33 64.307 33L64.307 30C64.307 30 63.601 30 55.1957 30 39.3929 30 30.5038 0 14.307 0 14.1561 0 1.30701 0 1.30701 0Z"
                        x="22"    y="12">
                        <s:fill>   <s:SolidColor color="#000000" color.over="#0A8A9D"/>   </s:fill>
                        <s:filters>
                            <s:GlowFilter blurX="2"  blurY="2"      inner="false"   color="#ffffff"    strength="7"     quality="3"   knockout="false"  alpha="0"      alpha.over="1" />
                            <s:DropShadowFilter blurX="4.0"     blurY="4.0"      distance="2"       hideObject="false"     inner="false"     color="0x000000"
                                                strength="1"
                                                alpha="0.25"
                                                quality="2"
                                                knockout="false"
                                                angle="45.0"/>
                        </s:filters>
                    </s:Path>
                </s:Group>
                <s:Group id="label" y="21"    x="85">
                    <s:Rect    id="innerRectangle"    height="37"    width="100" radiusX="12" radiusY="12" x="2"    y="2">
                        <s:stroke>
                            <s:SolidColorStroke    color="#3A3E42"    weight="2" color.over="#0A91A5" pixelHinting="true"    />
                        </s:stroke>
                        <s:fill>
                            <s:SolidColor color="#FFFFFF"/>
                        </s:fill>
                        <s:filters>
                            <s:GlowFilter blurX="2"    blurY="2" inner="false" color="#ffffff"    strength="7" quality="3"
                                          knockout="false" alpha="0" alpha.over="1"    />
                            <s:DropShadowFilter blurX="4.0" blurY="4.0"    distance="2" hideObject="false" inner="false"
                                                color="0x000000" strength="1" alpha="0.25" quality="2" knockout="false" angle="45.0" />
                        </s:filters>
                    </s:Rect>
                    <s:RichText id="txtPriceType" x="2" y="8" textAlign="center" color="#0A90A4" color.up="#111111"
                                fontFamily="Arial" fontSize="14" fontWeight="bold" text="{hostComponent.Header}"/>
                    <s:RichText id="txtAmount" x="2" y="24" textAlign="center" color="#000000"
                                fontFamily="Arial" fontSize="11" fontWeight="bold"    text="{priceFormatter.format(hostComponent.Text)}" />
                </s:Group>
            </s:Group>
            <s:Group id="anchor" x="0" y="0">
            <mx:Image
                source.up="@Embed('Assets/erOff.png')"
                source.over="@Embed('Assets/On.png')"
                />               
        </s:Group>
        </s:Group>
        <s:transitions>
            <s:Transition fromState="up" toState="over" autoReverse="true">
                <s:Sequence>
                    <s:Wipe direction="right" duration="500" target="{Target}" disableLayout="true" />
                </s:Sequence>
            </s:Transition>
        </s:transitions>

  • How to show the legend names on the graph on mouse over ?

    I would like to show the legend names on mouse over (not the x axis or y axis name together ) on Mouse over . Is that possible ?

    Welcome to the Apple Support Communities
    To show the hard disk on the desktop, go to the Finder menu (on the menu bar) > Preferences > General, and mark "Hard disks". Also, you can show external disks, network drives, discs... if you want

  • How to get mouse over shape to display data in Visio 2013?

    Hi Visio pros,
    I am required to create a diagram of our servers rack setup and will be publishing to a Web page using Visio 2013.
    The goal is to mouse over the server shape and have the data be displayed. I have followed arguably every solution on the internet. I am either doing it wrong, or it might be outdated information.
    I'm hoping Paul Herber, or other Visio pros would be able to help me with this situation as I am on a tight schedule and have exhausted my resources.
    Things I have tried:
    user.visEquivTitle in ShapeSheet
    http://visualsignals.typepad.co.uk/vislog/2012/02/no-mouseover-with-visequivtitle.html
    and
    prop.(data name) in the comments within the miscellaneous section of the ShapeSheet.

    Hi Sir!
    I am open to the possibility that I may have done something wrong as I am very new to Visio.
    Here are the steps I followed:
    http://visio.mvps.org/ShapeSheet/
    Browser that I am using is Internet Explorer since I ran into problems with Google Chrome.
    However, after more reading I noticed the User.visEquivTitle provides a tooltip. If it is what I think it is, which is a small yellow box displaying a string, my employer would not want that.
    We're looking for something that will provide an aesthetic display of data after mouse over onto the shape.
    Thank you very much for your help.

  • Mouse Over - Help

    Hi,
    I'm using FlixPro 8.5.
    I have several hundred QuickTime movies I wish to convert to
    Flash 8 SWF for use in a website.
    On page load I want the visitior to see the first frame of
    the movie and then on mouse over play the movie at a larger size.
    You can see an example here:
    http://www.pond5.com
    What is the easiest way to batch process several hundred
    clips and do this on a mouseover?
    Do I need to purchase and learn Flash 8?
    Thanks!

    Here is a primitive example took only a few minutes to write, try it out and see if this works for you.
    Paul
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA
    Attachments:
    MultiTipStrip.vi ‏38 KB

  • Mouse-over image resizing in CS4

    on my website (www.kogamusic.us) i have an image that changes to another image when mousing over it. the two images are different sizes, so as it is now the second image distorts because it is constrained to the aspect ratio of the first image. My question is, how do i make it so that both images auto-resize depending on the size of the window while keeping the second image constrained and distorting to the size of the first image. I am able to auto resize the first image with with=#% and hight=#%, but i can't figure out where to put html in the correct place to auto-resize (while constrained and distorted) the second image.
    this is the code i am looking at:
      <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','DSC03696.jpg',1)"> <br />
    <img src="fish pencil.jpeg" name="Image2" width="538" height="830" border="0" id="Image2" /></a><a href="mailto:[email protected]">[email protected]</a></p>
    <p> </p>
    THANKS!

    Hard to say. Just maybe a hickup in the system. The popping up is slightly delayed on about every system but I have never had them not pop up at all.
    Anyways, here is a link that pretty much fixes weird stuff happening in Photoshop that is called resetting the Prefs.
    http://forums.adobe.com/thread/375776?tstart=0

  • Image question for mouse over.

    I hope this is a simple question.  Can I place a 150px wide image on my page and when you mouse over have the same photo pop up that is 300 px wide?  I know I can swap the images if they are both 150 px.  But I want to see the larger photo with the mouseover can someone explain or show me where to learn how to do this if I can even do it? Maybe it is not mouseover image swap and it is called something else? Thanks in advance.

    tl1_mc.visible=tl2_mc.visible=tl3_mc.visible=false;
    for(var i:int=1;i<4;i++){
       this["tl"+i+"_mc"].addEventListener(MouseEvent.MOUSE_OVER,overtl);
       this["tl"+i+"_mc"].addEventListener(MouseEvent.MOUSE_OUT,offtl);
    function overtl(e:MouseEvent=null):void{
       var n:int=int(e.currentTarget.name.substr(2,1));
       this["tl"+n+"_mc"].visible=true;
    function offtl(e:MouseEvent=null):void{
       var n:int=int(e.currentTarget.name.substr(2,1));
       this["tl"+n+"_mc"].visible=false;

  • Display comments on mouse over

    Hi Gurus,
    I need to display comments on mouse over on the cell in web report.
    In a web report, when a user right click on a cell and click 'Goto' and 'create comment' and enters and saves a comment then I can view the comment using a 'List of documents' web item.
    But I need to see the comments directly when the 2nd user mouse over on the same cell.
    can any one please help me out to do this. we are in 3.5 environment.
    Thanks
    Prasad

    Hi,
    Check out this link mentioned below:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1035ca90-0201-0010-13b7-9a35063d6a18
    In this, when u goto page 20, there ia one SAP BW URL, which will help even to add a tooltip in WAD 3.5.
    I havent tried it, but you can give a try.
    Hope this helps you.!
    -Pradnya

  • Accessibility Suggestion for Thumnails - Grow on Mouse Over

    I work on features, and have migrated to the FCP as a home system recently, which means less screen space for organizing the mammoth bins that we require on our projects.
    One thing I would love to see is some kind of better way to view the thumbnails of each clip in my bin. I was thinking, wouldn't it be great if each thumbnail grew temporarily as you moved your mouse over it, the way the icons do in the Dock. Perhaps even other info panes in the bin could grow to, such as comments or clip name.
    It would help our eyes a LOT!

    NO one here but us fellow editors. Post your suggestions here:
    http://www.apple.com/feedback/finalcutpro.html
    Shane

  • CS3: mouse over, highlight only image

    Hi,
    I try to make the effect like in the attached file. I don't exactly know how to discribe it in english so I just made it in After Effects real quick :-)
    At a mouse over only the image should be highlighted.
    Hope you understand what I want to do.
    Can someone please explain me how I can create this effect.
    Greetings from Germany
    Christoph

    Just define the button so that the image is part of it. To do this, simply put all the layers you want into the button layer set. Then make the highlight layer so it covers only the image. When you mouse over the button, it will highlight the image.

  • Border around button on mouse over

    hi,
    I am trying to get a white border around a buttonwith green background on mouse over but the button always get filled with blue.
    <Button Height="35" Grid.Row="0" Background="Green" Grid.Column="1" Width="80">
    <Button.Style>
    <Style>
    <Style.Triggers>
    <Trigger Property="Button.IsMouseOver" Value="True">
    <Setter Property="Button.BorderBrush" Value="White"></Setter>
    </Trigger>
    </Style.Triggers>
    </Style>
    </Button.Style>
    </Button>
    the button background is green but the green color is overlapped with blue on mouseover.
    I want the green color to be there and a white border to appear around the button.
    can somebody help me with this?
    Thanks,
    Shaleen
    TheHexLord

    Yes, this behaviour is by deign in WPF. Since button control in WPF has one ButtonChrome component and its backgound will be re-rendered when we use mouse over it. I can show the default template of Button: (we can use Visual Studio 2010 + to export
    the default template)
    <ControlTemplate x:Key="Template1" TargetType="ButtonBase">
    <my:ButtonChrome Background="{TemplateBinding Control.Background}" BorderBrush="{TemplateBinding Control.BorderBrush}" Name="Chrome" RenderDefaulted="{TemplateBinding Button.IsDefaulted}" RenderMouseOver="{TemplateBinding UIElement.IsMouseOver}" RenderPressed="{TemplateBinding ButtonBase.IsPressed}" SnapsToDevicePixels="True">
    <ContentPresenter Content="{TemplateBinding ContentControl.Content}" ContentStringFormat="{TemplateBinding ContentControl.ContentStringFormat}" ContentTemplate="{TemplateBinding ContentControl.ContentTemplate}" HorizontalAlignment="{TemplateBinding Control.HorizontalContentAlignment}" Margin="{TemplateBinding Control.Padding}" RecognizesAccessKey="True" SnapsToDevicePixels="{TemplateBinding UIElement.SnapsToDevicePixels}" VerticalAlignment="{TemplateBinding Control.VerticalContentAlignment}" />
    </my:ButtonChrome>
    <ControlTemplate.Triggers>
    <Trigger Property="UIElement.IsKeyboardFocused" Value="True">
    <Setter Property="my:ButtonChrome.RenderDefaulted" TargetName="Chrome" Value="True" />
    </Trigger>
    <Trigger Property="ToggleButton.IsChecked" Value="True">
    <Setter Property="my:ButtonChrome.RenderPressed" TargetName="Chrome" Value="True" />
    </Trigger>
    <Trigger Property="UIElement.IsEnabled" Value="False">
    <Setter Property="Control.Foreground" Value="#FFADADAD" />
    </Trigger>
    </ControlTemplate.Triggers>
    </ControlTemplate>
    so we have one simple solution to apply our custom background in button, remove the property set in buttonChrome:
    <Window.Resources>
    <ControlTemplate x:Key="Template1" TargetType="ButtonBase">
    <my:ButtonChrome Background="{TemplateBinding Control.Background}" BorderBrush="{TemplateBinding Control.BorderBrush}" Name="Chrome" RenderDefaulted="{TemplateBinding Button.IsDefaulted}" RenderPressed="{TemplateBinding ButtonBase.IsPressed}" SnapsToDevicePixels="True">
    <ContentPresenter Content="{TemplateBinding ContentControl.Content}" ContentStringFormat="{TemplateBinding ContentControl.ContentStringFormat}" ContentTemplate="{TemplateBinding ContentControl.ContentTemplate}" HorizontalAlignment="{TemplateBinding Control.HorizontalContentAlignment}" Margin="{TemplateBinding Control.Padding}" RecognizesAccessKey="True" SnapsToDevicePixels="{TemplateBinding UIElement.SnapsToDevicePixels}" VerticalAlignment="{TemplateBinding Control.VerticalContentAlignment}" />
    </my:ButtonChrome>
    <ControlTemplate.Triggers>
    <Trigger Property="UIElement.IsKeyboardFocused" Value="True">
    <Setter Property="my:ButtonChrome.RenderDefaulted" TargetName="Chrome" Value="True" />
    </Trigger>
    <Trigger Property="ToggleButton.IsChecked" Value="True">
    <Setter Property="my:ButtonChrome.RenderPressed" TargetName="Chrome" Value="True" />
    </Trigger>
    <Trigger Property="UIElement.IsEnabled" Value="False">
    <Setter Property="Control.Foreground" Value="#FFADADAD" />
    </Trigger>
    </ControlTemplate.Triggers>
    </ControlTemplate>
    </Window.Resources>
    <Grid>
    <Button Content="Button" Background="Green" Name="button1" VerticalAlignment="Top" Width="75" Template="{StaticResource Template1}" />
    </Grid>
    Then you could contiune to apply your custom trigger in style to apply different color on MouseOver the button.
    Bob Bao
    Do you still use the same Windows 8 LockScreen always? Download Chameleon Win8 App quickly, that changes your LockScreen constantly.
    你是否还在看着一成不变的Windows 8锁屏而烦恼,赶紧下载这个
    百变锁屏
    应用,让你的锁屏不断地变化起来。

Maybe you are looking for

  • Print HTML in marketing mail forms

    Hi, as plain text editor is a poor formatting editor, we want to use HTML code not only for email marketing output, but also for printing. (if not, how can we use tables, checkboxes, etc. in plain text format?) How can we use HTML to print marketing

  • How do you recover a book from iPhoto after it crashed

    After working on a book every night for 6 months iPhoto suddenly told me today that the theme was no longer available and to change to another and the pictures would transfer and I could continue. I duplicated the book then did as instructed. Both bo

  • Using mounted drives for storage

    iMovie 08 only allows for saving on internal drives, or connected FireWire drives. Well, I have 2 TB of storage on an old Mac connected over Gigabit Ethernet, and I intend to use it. Here is the solution: 1. Move your iMovie Events onto your choice o

  • IWeb site names

    I published an iWeb site at home, and I'm here in work trying for the life of me trying to remember the address. Is it possible to find a list of all your personal sites? Either via .Mac or some other way. I could actually just wait until I get home

  • Transaction to execute a database query in netweaver 7

    Hello guys, Some days ago I got a transaction where you could execute a query to the database. I forgotten what is it.... Does anybody know it? regards, Filipe