Mouse cursor over button

Is it possible to change the mouse cursor when hovering over a button in encore menu?

Thanks for the concern, Bill. I already understood it. It was En's way of differentiating menu links from another objects like simple backgrounds that I was worried aboutits cursorwhich I thought was that it would be anywhere my video will be played because it is what it was when I built my video. It's purely Encore's.
But I've got new problems to ask help for, just tell me if I have to make a new thread but I will just put it here for the mean time:
I wanted to make chapter indices. When I first made the command "Create Chapter Index", En said the menu does not contain a previous button so it has to make it for me, I clicked ok. But then it generated a "General Application error" message and, eventually failed to make the chapter index. I checked my project and found no error. What's the likely cause of this?

Similar Messages

  • Change mouse cursor over graph cursor.

    Is there a way to change the mouse cursor as it moves over graph cursors when using trackmode TrackDragCursor? To indicate that you can position the cursor.

    You could accomplish this with the graph's CursorMouseMove event. For example, create a new project with the NI Measurement Studio AppWizard and follow these steps:
    Add a graph to the dialog. Right-click on the graph in the dialog editor, click "Class Wizard ...", click the Member Variables tab and add a member variable for the graph called m_graph. Click OK.
    Right-click on the graph in the dialog editor and click on "Events ...". Add an event handler for CursorMouseMove called OnCursorMouseMove and add an event handler for PlotAreaMouseMove called OnPlotAreaMouseMove. Click OK.
    Go to the header file for your dialog class and add this to the bottom of the class declaration:
    private:
    bool m_cursorChanged;
    HCURSOR m_defaultCursor;
    HCURSOR m_crossCursor;
    Go to the source file for your dialog class and add this to the end of the
    OnInitDialog method:
    m_graph.TrackMode = CNiGraph::TrackAllEvents;
    m_graph.Cursors.Add();
    m_cursorChanged = false;
    m_defaultCursor = ::LoadCursor(NULL, IDC_ARROW);
    m_crossCursor = ::LoadCursor(NULL, IDC_CROSS);
    Add this to your CursorMouseMove event hander:
    if (!m_cursorChanged)
    :etCursor(m_crossCursor);
    m_cursorChanged = false;
    Add this to your PlotAreaMouseMove event handler:
    if (m_cursorChanged)
    :etCursor(m_defaultCursor);
    m_cursorChanged = true;
    Run the application. You should see that the mouse cursor changes to a cross when you mouse over the cursor.
    Hope this helps.
    - Elton

  • Losing Mouse "hand" over buttons when publish for Web.

    Hi,
    I'm new to Flash. I'm publishing a web-site and I lose the "Hand" icon for the mouse over buttons after I publish and run the HTML=>Swf files from the Browser. When I "Test the movie" from flash I see the "Hand" over buttons just fine.
    Is there a publish setting that I'm missing which allows the hand to remain?
    Please help.
    Thanks,
    Jeff

    Hi, Had to work yesterday.
    At the moment I'm running/testing locally  (which may be the problem) from a flash secure directory on my desktop. So no link sorry.
    I think I need to look into setting up a test service with Yahoo or something. Any suggestions? I'm not really sure how to upload my completed website (.html and .swf files) to a service. That's a different topic/question. Any help along those lines is greatly appreciated.
    Anyway, I'm using safari 5.1.7 on my IMac. and Safari 6.0.3 on my Mac Pro. and Firefox 21.0 (primarily) or Internel Explorer (rarely) on my "windows" laptop.    The "Hand" works on all of these (files local to the respective computer) except the IMAC Safari 5.1.7 flash player 12.0 combination, which was my first test environment scenerio.
    I'm planning to do two things.
    1) Update my IMAC to Safari 6.0.
    2) Set up a test area with a service provider. This in itself may resolve the issue for the Safari 5.1.7. At least I'll be testing in a "real world" environment.
    So, thank you for your help with this. I think we can call it solved. If my testing on a true server shows the same results then I may shoot out another question. I think it is a nice goal to have our web site creations run on all platforms and browser comibations but is that realistic? If we test on as many combinations of the most recent software releases as we can with reasonable success what more can we do? I'd like to hear you opinion. Feel free to sent me an email.
    Would you like me to open a new question/discussion regarding the help finding and uploading files to a service provider?
    Thanks again,
    Jeff

  • Mouse Cursor over Hyperlink

    How can i change the mouse cursor when the user is floating over a hyperlink, i am currently using a Hyperlink listener:
    new HyperlinkListener() {
                        public void hyperlinkUpdate(HyperlinkEvent e)
                             if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED)
                                  getThePage(e.getURL().toString());
                   }

    Here is a small example demonstrating how to change the cursor in a TextArea:
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    public class TxtDemo extends Frame implements ActionListener {
        TextField textField;
        TextArea textArea;
        String newline;
        public static void main(String[] args) {
            Frame F=new TxtDemo("Test Window");
            F.pack();
            F.setVisible(true);
            F.addWindowListener(new WindowAdapter() {
                public void windowClosing(WindowEvent e) {
                   System.exit(0);
        TxtDemo(String title) {
            super(title);
            textField = new TextField(20);
            textArea = new TextArea(5, 20);
            textArea.setEditable(false);
            textArea.setCursor (Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));  // see here
            GridBagLayout gridBag = new GridBagLayout();
            setLayout(gridBag);
            GridBagConstraints c = new GridBagConstraints();
            c.gridwidth = GridBagConstraints.REMAINDER;
            c.fill = GridBagConstraints.HORIZONTAL;
            gridBag.setConstraints(textField, c);
            add(textField);
            c.fill = GridBagConstraints.BOTH;
            c.weightx = 1.0;
            c.weighty = 1.0;
            gridBag.setConstraints(textArea, c);
            add(textArea);
            textField.addActionListener(this);
            newline = System.getProperty("line.separator");
        public void actionPerformed(ActionEvent evt) {
            String text = textField.getText();
            textArea.append(text + newline);
            textField.selectAll();
    }Hope this helps..
    ;o)
    V.V.

  • How to turnoff toolbar pup-up descriptions when mouse hovers over buttons and tabs?

    Already tried disabling all add-ons in safe mode.
    Thank you

    Hi,
    Please try setting '''browser.chrome.toolbar_tips''' to false in Firefox [http://kb.mozillazine.org/About:config about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • Mouse right click button, popup menu, PC frozen

    Hello all,
    It has been while I've been noticing this problem.
    Almost every time I click with the right mouse button on an email from the list of emails or a word inside the content of an email to see which words are suggested by the spell checker, the usual popup menu appear but immediately after
    my PC gets frozen. I need to restart it.
    I don't think TB causes that crash, but something indirectly related.
    How can I debug this? (I'm software developer)
    Thank you so much.
    Roberto

    Update1:
    I put my attention only in the main TB menu.
    I disabled the TB extensions (only Lighting and EnigMail) and tried again to play with the main TB menu.
    With this new TB GUI, you don't see directly the main menu. I usually click the ALT key and the main menu will be displayed. After that I play with it a bit. That means, I clicked on on Tools or File or View etc items and just moved the mouse cursor over the popup menu, without clicking on a specific submenu item. After a while, some seconds, the PC gets frozen and I need to restard the PC.
    I started TB in safe mode also (-safe-mode). In this mode the main menu appears always so I don't need to click on the ALT key.
    I repeat the same steps of moving the mouse cursor of popup main menu items. Up to now, all is normal, without crashing or freezing.
    PC: Win7 (full updated), x64, TB last version.
    Any idea how can I debug this problem?
    Thanks

  • Mouse cursor problem (dock magnification, highlight issue)

    My logitech wired USB mouse has an issue with my iMac.  It worked for a couple weeks.  After then, whenever it is plugged in, it does not magnify the dock, nor highlight things correctly (cursor does not turn into hand over links, does not open nor highligh menus unless clicked, etc).
    After searching, this problem has dated back years and across OS X versions, usually having to do with a wireless or wired Logitech mouse (which mine is).  The first thing people suggest is restarting/killing dock, re-install OS, repair permissions, among other things.  This rarely fixes the issue.  The solution that seems to fix it for most people is to simply unplug the mouse and plug it back in.  Most people state this fixes it until it happens again a week later and either they do the unplug-plug again or just give up and switch to another mouse.
    I have tried re-plugging it back in but it doesn't solve the issue.  Other mice work just fine which I've have gone to, but I really want to use that mouse (plus, I hate giving up!)
    Can anyone help me?  I'd appreciate it!  Thank you!
    EDIT: Here are some more clues to the puzzle:
    - The mouse works fine on multiple other computers
    - Other people have described this problem as the iMac no longer knows where the mouse cursor is until a mouse-click is pressed.  That is why it doesn't open menus, magnify the dock, change into a hand when hovering over a link, etc.  To open and select a menu at the top of the screen, for example, the left mouse button must be clicked and held, then let go of when you want to choose something.
    Message was edited by: vsonline11
    Message was edited by: vsonline11

    zmbmartin wrote:I have a problem with webkit based browser and was wondering if someone else had the same problem and/or had some ideas on how to fix it. In webkit browsers my mouse/cursor does not respond to state changes. So when I hover over a link the mouse/cursor does not change to a hand or when I hover over a text box it doesn't change to the text cursor. It is really annoying. If I do click on a link after I click the cursor turns into a hand and then stays that way no matter what I hover over.
    Just a remark:
    I'm also facing a similar problem running chromium on 32-bit arch with KDE. When I move the mouse cursor over the edges/corners of the browser the mouse cursor changes state (so a s to show arrows used for changing windows size) but uses the default X11 theme instead of my KDE mouse cursor theme....
    Also I'm using gtk-kde4 for gtk apps in KDE.
    Last edited by bhadotia (2011-01-10 15:22:27)

  • [SOLVED]Mouse cursor changes between applications

    Hi, everyone this thing is driving me crazy. I'm still searching for some good solution for this.
    When i move the mouse cursor over a kde or java application (using gnome) the cursor changes to the system default, that black ugly thing. I know there is a way to do it by changing the default cursor theme, but when i do it kde and java applications don't launch. Someone please explain this on easy words, or some other solution please!
    Last edited by Hyugga (2010-05-16 03:38:12)

    Try to set Xcursor theme in ~/.Xdefaults
    $ grep Xcursor ~/.Xdefaults
    Xcursor.theme: Neutral_Plus
    Works for me in DWM
    Last edited by oew (2010-05-15 04:48:42)

  • Wrong cursor icon - text selection icon over buttons

    Even in Leopard the small flaw that is occasionally getting the wrong mouse cursor icon depending on what's underneath it occurs. In Leopard there's a very easy way to reproduce it, in the Finder open a new window and view it in Cover Flow mode then click the search field in the upper right corner of the Finder window. After this - without moving outside the window - move the cursor to he left over the tool bar buttons. The cursor doesn't change to an arrow. One can even move down "inside" the Cover Flow view and click arrow buttons and drag the scroll bar for moving the view left and right. Cursor is still the text selector.
    In the Mac OS X guided tour this is exactly what happens when John is searching for "bicycle" about one fourth in the movie. For a while he just clicks along on things like everything is normal.
    I wonder - where is Apple's attention to detail when it comes to this?

    This happens on my system as well, it's very annoying!

  • Buttons/MC on timeline don't appear until mouse roll over in browser

    Hello all,
    I am experiencing some weird behavior with some moveclips and buttons on my video player; (as2)
    http://websites.danielnwilliams.co.uk/crankmedia/
    I have created a video player that has the scrubber/playpause button actually move with the position in the video. There are other links that appear when the main video is at a certain point. There seems to be 2 problems with it which I cant figure out what is going on...
    -1st is that the scrubber is actually linked to the timeline (where the buttons are on) with the follwing code;
    MovieClip.prototype.scrubbb2 = function (x)
        var f2:Number = Math.round (this._totalframes * x);
        this.gotoAndStop (f2);
    For some reason the timeline starts from when the video is buffering, so its all out of sync with certain points in the video. But when you move the scrubber, the timeline seems to 'snap' into place and then all the videos line up. What have I done wrong here?!
    -2nd is that the link buttons will not appear unless the mouse is over the flash video player on the webpage. If your mouse is out of the video player nothing appears when its meant to. as soon as you put the mouse cursor into the flash player the links (that are meant to be visible) appear instantly. Is there a way to make them always appear on time?!
    Any help is greatly appreciated
    Cheers
    Dan

    yes, you can use, add and remove cuepoints in as2 but that's not what you should do for a scrubber.  you should use the metadata event to determine your flv's duration and use a loop (eg enterframe), to update the scrubber's position based on the duration and the netstream's time property.
    when your scrubber is dragged, delete the enterframe loop and use the seek() method to direct the stream to the correct point.
    you'll use a little algebra control your scrubber's position based on the netstream's time and you'll control your seek parameter based on the scrubber's position:
    // to determine the seek time given the scrubber.dragbar position:
    paramF(scrubber.dragbar,0,0,scrubber._width-scrubber.dragbar._width,duration);
    // to determine the scrubber.dragbar position given the netstream time
    paramF(scrubber,0,0,duration,scrubber._width-scrubber.dragbar._width);
    function paramF(mc:MovieClip,x1:Number,y1:Number,x2:Number,y2:Number){
    mc.m=(y1-y2)/(x1-x2);
    mc.b=y1-mc.m*x1;

  • Mouse cursor appearing as an arrow instead of a hand over album links

    Hi. I've just published my iWeb 08 site on .Mac (using Zone Edit to set up the CNAME for my personal domain, purchased from Last Digital). For some reason, when I hover over the links in the My Albums page, the mouse cursor appears as an arrow instead of the usual hand cursor. This has already confused a few of my testers, as obviously people are conditioned to expect a link where they see a hand. The links themselves work fine, it's just that the mouse cursor makes it look like they're not links. Does anyone know how this can be fixed so that the hand appears when you hover over each image? You can see the page in question here - http://www.paulinelockie.com/Pauline_Lockie/Portfolio/Portfolio.html

    That's the way it is.
    When you have multiple images in an album, and move the pointer over the album, you see the images displayed.
    Since it is not really a link, a pointer is used instead of the hand. It's a design decision.
    Send a feedback to the iWeb team.

  • Mouse cursor flicker (over links)

    When moving over links, the mouse cursor very quickly flickers when changing from the arrow to hand pointer.
    I've uploaded a slow-mo clip http://youtu.be/ZNQ0D84DdF4 which best demonstrates exactly what's happening.  I had to film using a camera as the screen recorder was not quick enough capture the flicker.
    This happens in all browsers and even the App Store app.

    Another update, I have a software fix - by editing the info.plist file for the pointinghand cursor to alter the x/y positions.
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HI Services.framework/Versions/A/Resources/cursors/pointinghand/info.plist
    I made changes to hoty, hoty-scaled, hotx and hotx-scaled and after some trial and error managed to get rid of the flicker and still have the hand cursor appear in the correct place on rollover/out
    values i used are :
    hoty 6
    hoty-scaled 10
    hotx 8
    hotx-scaled 12
    I used xcode to edit the plist file, then a restart for the changes to take effect.

  • I want to turn my macbook air off. the shut down button already appeared but the mouse/cursor just hang and won't work. even after pressing the enter button to shut my mac off won't work. what will i do?

    i want to turn my macbook air off. the shut down button already appeared but the mouse/cursor just hang and won't work. even after pressing the enter button to shut my mac off won't work. what will i do?

    This is not a reply. I just want to elaborate on this problem.
    My computer freezes occasionally when it is used after being sleep for a while. The spinning ball appears and everything is totally disabled. Nothing on the keyboard works.
    The mouse moves, but does not work.
    The only solution is to turn the power off and on (losing all data in open applications.)
    I kept the System monitor running on the side to find out which program was running when the computer froze. The Monitor as well as all other applications froze, but the data showed:
    Firefox 18.4%
    Activity Monitor 0.9%
    Firefox Plugin 0.2%
    This is all the information I have. By the way, I am using iMac with OS 10.6.

  • How to place the mouse pointer over the default button automatically ?

    I am not content with the mouse capability in Mac OS.
    In Windows I used to have a mouse seetting that automatically placed the mouse pointer over the default button in a dialogue box
    Any suggestion for a mouse app for more settings ? is there a free app ?

    You might try SteerMouse 4.1.5 or if all you want is this one feature then try LazyMouse 2.5.

  • Display the name of a button when mouse moves over it

    when a mouse moves over a button i want the name of the label to be displayed at the tip of the mouse...like we have in microsoft word and other applications...how do i do that??

    Its called a Tooltip. Now that you knoow that, search the API for a suitable method to invoke to set the Tooltip text.
    luck, db

Maybe you are looking for