Mouse cursor issues (changes back to arrow)

I keep having this annoying issue with the cursor of my mouse. It works just fine for a while, but after few hours (usually working with PS, Illustrator etc.) there is this thing happening - if I want to resize a window, an Illustrator object, or if I move the cursor over a hyperlink - cursor changes from an arrow to a hand or whatever desired sign - but just for a second and goes back to arrow! It is highly annoying. :/
Idk the source of this problem, but I might add that I once installed a patch for Yosemite, which changes Helvetica system font for Lucida Grande. I uninstalled it though...
I use the latest MacBook Pro 13-inch with Yosemite.
Many thanks.

Same problem.
My setup:
MBP running OS X 10.9
Apple TV running 6.0 (6646.65)
Samsung HD TV
It's only happening when I have mirroring turned on (not extended desktop), and when I have the mirrored resolution set to match the TV. The TV has a larger viewing area than my Macbook Pro. My MBP screen resolution is set to "Scaled: Best for retina"
This started happening after the update to Mavericks.
EDIT:
This solved it for me: I had Air Display running in the background, and the new version of Air Display automatically tries to connect to devices when it's running. My iPad is out, and I think Air Display might have been trying to connect to it. I quit Air Display and the cursor issue is gone.
Message was edited by: brassknucklenerd

Similar Messages

  • Mouse cursor moving going back to orignal position. PLEASE HELP!!!

    I am desperate, I have tried everything I know of, but no luck.
    My mouse cursor is stuck above the lower left corner of my screen. When I move the mouse, the cursor moves and as soon as I stop, the cursor goes back to the same position。
    I have restarted my iMac, repair permissions, tried different USB and bluetooth mouses, also did the command/option/P/R restart and nothing changes.
    This happen suddenly, it never happened before. Now my iMac is unusuable.
    This is my setup:
    iMac intel core 2 duo 2.4GHZ
    4GB Ram
    Mac OS 10.6.4
    Is there something else I can do?
    Thank you for your help.

    Ok, that would be the Mighty mouse.
    So what settings do you have here:
    System Preferences: Mouse
    How about System Preferences > Universal Access > Mouse & Trackpad
    Screensaver> Hot Corners?
    For hot corner info, see this video:
    http://www.ehow.com/video4445858understanding-hot-corners-mac.html

  • Mouse cursor doesnt change to splitter over JTable column header.

    Hi, this problem seems to be fixed in 1.6 but does anybody know a work around in 1.5 on Windows XP?
    I'm afraid that I haven't been able to locate the relevant bug fix (if any) despite my best efforts with Google and searching these forums.
    The problem is that in 1.5 if the parent frame window is invisible then the mouse cursor doesn't change to the column splitter\resize icon when you hover the mouse between two columns on a column headers.
    If you run the following code under 1.5.0.7, you don't get the cursor change, if you change f.setVisible(false) to f.setVisible(true) then it works.
    public class ColumnResizeTest
        public static void main(String[] args)
            JFrame f = new JFrame("This is a test");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.setSize(400, 200);
            f.setVisible(false); // change to true to get resize mouse cursor
            test(f);
        public static void test(Frame f)
            JPanel contentPanel = new JPanel(new BorderLayout());
            JDialog d = new JDialog(f);
            d.setSize(200, 400);
            contentPanel.add(new JScrollPane(new JTable(new DefaultTableModel(5, 5))), BorderLayout.CENTER);
            d.setContentPane(contentPanel);
            d.setVisible(true);
    }In my application at the point the JTable is displayed, the application frame is always invisible as the JTable is shown from the splash\login screen.
    Thanks in advance.
    Philip Wilkinson.

    Adding a mouse listener to either a cell renderer or cell editor in a table the cell cursor will not work because it is the table which responds to mouse motion events - not the individual cell (at least in the case of MouseEntered and MouseExited).
    My solution to this was to add a MouseMotionListener listener to the table and and on the mouseMoved event I called a method which determined whether or not the cursor to display should be a hand cursor or the default cursor.
    For example:
    * Adds a mouse motion listener to the table.
    public void addTableMouseMotionListener()
        table.addMouseMotionListener(new MouseMotionAdapter() {
            public void mouseMoved(MouseEvent me) {
                displayColumnCursor(me);
    * Method to change cursor based on some arbitrary rule.
    protected void displayColumnCursor( MouseEvent me ) {
        Point p = me.getPoint();
        int column = columnAtPoint(p);
        int row = rowAtPoint(p);
        String columnName = getColumnName(column);
        if (columnName.equals("SOME_COLUMN")) {
            setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
        } else {
            setCursor(Cursor.getDefaultCursor());
    }Hope this helps solve your problem.
    cheers
    Greg

  • Multithread mouse cursor issue

    I have noticed a bad behavior of SetMouseCursor function when used in multithreaded programs.
    I've written a simple program to demonstrate it (the full project is in the attached zip).
    Pressing the Start button an asynchronous timer is started and the "hourglass" cursor is shown.
    case PANEL_CMD_START:
    SetMouseCursor (VAL_HOUR_GLASS_CURSOR);
    SetCtrlAttribute(panel,PANEL_CMD_START, ATTR_DIMMED, 1);
    SetCtrlAttribute(panel,PANEL_LED, ATTR_CTRL_VAL, 1);
    hTimer = NewAsyncTimer (3.0, -1, 1, OnTimer, 0);
    break;
    If you leave the mouse stationary, when the timer fires after three seconds, the cursor will be still shown as hourglass until the pointer is moved: this is because the function SetMouseCursor (VAL_DEFAULT_CURSOR) is executed by the asynchronous timer thread.
    If the checkbox "main thread" is checked, the function SetMouseCursor will be executed in the context of the main thread of the application and in this case the mouse cursor will be updated immediately.
    GetCtrlVal(panel, PANEL_CHK_WA, &UseWorkaround);
    if (! UseWorkaround) {
    SetMouseCursor (VAL_DEFAULT_CURSOR); // call in Asynchronous Timer thread
    else {
    PostDeferredCall (DeferredCB, 0); // call in main thread
    static void CVICALLBACK DeferredCB (void *callbackData)
    SetMouseCursor (VAL_DEFAULT_CURSOR);
    Carlo A.
    Megaris
    Attachments:
    Hourglass.zip ‏6 KB

    Hi,
    Based on the documentation for function SetMouseCursor, i think this is a bug.
    But, anyway, over the years i found that direct access to the GUI from multiple threads is not a good idea.
    Although CVI is working good in this way most of the times. I do not recommend this way. (especially for long-running applications)
    It takes a bit more coding, but leads to more stable program in long term.
    I hope this helps, but I'm sorry for my English.

  • Mouse Pointer Randomly Changes From Arrow to Pen

    A few weeks before I upgraded to Lion, I noticed my mouse pointer started changing from an arrow image, into that of a pen. When I upgraded to Lion, it carried over in the same manner. It doesn't happen all the time and I can't seem to find any explanation for when it happens. Anyone ever seen this? I've checked all the system preferences, including Universal Access and can't find any settings that would have caused it to do this. Any suggestions?

    Welcome to the discussions.
    Which program or application are you using when this happens?
    The mouse pointer changes depending on the type of content on the screen. If the pointer is over a link which can be clicked, it appears as a pointing finger. If it is over text which can be selected, it becomes an "I" (rhymes with "eye") so that you can select text or click at a certain point in the text.
    See Mac Help.
    Sometimes it is very easy to unwittingly click the mouse and select something, which can change the screen. The mouse can be quite sensitive. So this may be what you are experiencing.
    If you are trying to do a specific thing and it's not working, tell us and we can be more helpful.

  • Cursor does not change back to default after resize

    Hi all,
    I have a modal decorated JDialog, in normal situation, i put the cursor on the border, the curosr will change to resize cursor, so i drag it and the dialog is resized, after resized, the cursor should change back to default cursor when i enter the dialog again, but i found that somotimes after several resizes, the cursor fail to change back to default and remain as the resize cursor.

    Hi
    I think there is nothing so strange to cause the problem so I did not put it before, but if someone can help me I will be thankful.
    public class TestFrame extends JPanel
         private static TestFrame testFrame;
         private JFrame frame;
         public static void main(String args[])
              JDialog.setDefaultLookAndFeelDecorated(true);
              testFrame = new TestFrame();
              testFrame.mainImplementation();
         private void mainImplementation()
              JButton jButton = new JButton("Show dialog");
              jButton.addActionListener(new ButtonActionListener());
              add(jButton);
              frame = new JFrame();
              frame.setContentPane(this);
              frame.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
              WindowListener l = new WindowAdapter()
                   public void windowClosing(WindowEvent e)
                        System.exit(0);
              frame.addWindowListener(l);
              frame.setBounds(0, 0, 500, 500);
              frame.setTitle("Test");
              frame.show();
         class ButtonActionListener implements ActionListener
              public void actionPerformed(ActionEvent e)
                   MyDialog jDialog = new MyDialog(frame);
                   jDialog.setVisible(true);
         class MyDialog extends JDialog
              public MyDialog(Frame owner)
                   super(owner);
                   setModal(true);
                   getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
                   JLabel label1 = new JLabel("Label1");
                   JTextField textField1 = new JTextField();
                   textField1.setEnabled(false);
                   textField1.setMinimumSize(new Dimension(100, 25));
                   textField1.setPreferredSize(new Dimension(200, 25));
                   JLabel label2 = new JLabel("Label2");
                   JTextField textField2 = new JTextField();
                   textField2.setEnabled(false);
                   textField2.setMinimumSize(new Dimension(100, 25));
                   textField1.setPreferredSize(new Dimension(200, 25));
                   JLabel label3 = new JLabel("Label3");
                   JTextField textField3 = new JTextField();
                   textField3.setEnabled(false);
                   textField3.setMinimumSize(new Dimension(100, 25));
                   textField1.setPreferredSize(new Dimension(200, 25));
                   JPanel panel = new JPanel(new GridLayout(3, 2));
                   panel.add(label1);
                   panel.add(textField1);
                   panel.add(label2);
                   panel.add(textField2);
                   panel.add(label3);
                   panel.add(textField3);
                   getContentPane().add(panel);
                   pack();
    }

  • Mouse Cursor in Firefox 5

    Has anyone else noticed that the mouse cursor does change for rollovers on a clickable item, like it should, in Firefox 5? The cursor does change to a pointer, hand, or anything, to give feedback that there is a clickable item you are over.
    Workarounds? Knowledge that Firefox is working on this?
    Thanks.

    When I open Photoshop Elements 9 (sorry, I'm not current to the newest version) I get strange cursor activity with different tools.  I used Photoshop Elements on my 2011 MacBook Air with no problems at all.  While the italics light grey cursor is a consistent issue on my new MacBook Air, the Photoshop issues seem to differ with the file I am working on.  If I have a file open with layers and a transparent background, and I select the text tool, anytime my text tool cursor hits the invisible background, it goes light grey but it turns back to black when it passes over any visible layer.  Like in Word, this makes it extremely difficult to see where PSE is going to make a text layer because you can't see where the cursor is.
    Another issue on one of the image files, that I wasn't able to recreate because I could remember the file, but when I select eraser, the eraser tool, rather than showing the circle it normally shows so I can see what I'm erasing, it shows up as a strange cross hairs.  I know PSE usually shows cross hairs when you move the eraser down to a small point, but it was doing a crosshair when the eraser point size was extremely large.  Therefore, I could tell the center point of the eraser, but I didn't know how far out the boundaries of the eraser would go.  I kept having to try and if it was too large, I'd undo and try a smaller size.
    Anyways, I hope that helps.  If I can find the file I was editing and can give more information I will.  Thanks again for any help.

  • Mouse cursor effects

    Hi, how would I go about changing the mouse cursor image? I have a jLabel with an image of graph on it and I would likt the mouse cursor to change to a cross-hair when the mouse i moved onto the jLabel. Does anyone have an idea as to how to achieve this?
    Thanks!!

    call setCursor() on the component you want the cursor to be different for with whateve Cursor object you want to use.

  • G4 Sawtooth/AGP upgrade from 10.4 to 10.4.3 mouse cursor becomes a 'square'

    I used a retail 10.4 family pack to upgrade all of our G4s. One of them though, a sawtooth, seems to have problems with this upgrade. I installed 10.4 on a clean partition; sometimes even this aborted and said " Please try installing again", but I have successfully accomplished a 10.4 upgrade several times. The problem enters when trying to do software update. After these updates (10.4.3, itunes, ipod, airport, etc), the machine boots ok (the last few times), but the mouse cursor has changed to a small (usually white/ sometimes purple) square. 3rd party items in this computer are a MAXTOR Hard Drive, a non-apple DVD-ROM/CD drive; an NVIDIA GeForce2 MX video card, and some kingston and peripheral.com memory; all of which performed flawlessly with Panther and seem ok with 10.4. I would like to be able to use software update on a regular basis, but looks like this may cause some problems. Any suggestions appreciated. Also, can someone tell me why sometimes a 57M upgrade was offered for 10.4.3 and other times the 107M combo is offered?
    Latest bit, I tried to repeat 4.0 installation on the 1st partition (erase and install) and it is repeating the please try again stuff. Really frustratiing! btw OS 9.2.2 installed on second partition and works just fine. (I have had this machine since the AGP macs first came out.)
    PB 15 1.67G; several family G4s (Sawtooth to iMacG4 17)   Mac OS X (10.4.3)  
    PB 15 1.67G; several family G4s (Sawtooth to iMacG4 17)   Mac OS X (10.4.3)  

    Hi all,
    Anybody though about flashing the card with a mac rom?
    As mentioned above same gforce 2 card but for Mac seems to work ok.
    I never tried to flash a video card (so some help would be appreciated but I guess if it works with a Mac card why shouldn't work with a PC card flashed with a Mac rom?
    I know from reading the forum that this seems to happen only with the PC card using the ROM Revision: 1028F which makes the card a mix card (works with PC and Mac).
    I don't know what they have changed in the 10.4.3 upgrade but they have definitely stopped supporting this card.
    Any thoughts?
    Please anything welcome at this point.
    I am willing to flash the card and try this if someone can give me specification on how to do it and which rom I should use.
    I found so many info on the net on how to do this, but nothing really specific on this card. Actually all the article are quiet old and the suggestion is to use this card on the Mac as they are natively supported by OSX as it has the rom.
    Waiting or suggestion
    G.Manni
    Cube   Mac OS X (10.4.2)  

  • How do I change my mouse cursor back to an arrow? Using Safari, it suddenly changed to a crosshairs icon. Help pls!

    how do I change my mouse cursor back to an arrow? Using Safari, it suddenly changed to a crosshairs icon. Help pls!

    I have this question too but I found the answer at another thread. It is due to Adobe PDF plug-ins. In case you haven't seen it, the link is as follows:
    https://discussions.apple.com/message/21976207#21976207
    All the best.

  • 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)

  • When I'm filling in the form on a website Firefox jumps down past the next block and I have to go back using my mouse cursor

    For example on Find-A-Grave when filling in the form to add a memorial there are several blocks that you fill in including location. For some blocks you type in the information and others are pick one of the preset selections. I generally hit the tab key on my keyboard and goes to the next block except when it comes to the preset selection blocks. If I use the tab key to go to the next selection it skips right past the next selection to the selection below that. For example, after I fill in the year I hit the tab key and type u for the United States under the country selection. But in order to get the next block to appear I have to hit tab again (but only when using your browser). Your browser then skips past the state selection to the county selection. Then when I pick the state using the cursor it does it again and drops down to the Bio past the county selection.
    When I use Internet Explorer I don't have this problem. I merely hit the tab button on my keyboard and it goes to the next selection rather than as your browser does that is skips to the block below.
    Is there some reason you have it set up this way because it is quite annoying to have to go back up each time using the mouse cursor rather than continuing to use the keyboard to fill in everything (typing, tab key or using the arrow keys). To say the least it slows the whole process down a lot. No, it is not my computer. I've had the exact same problem using another computer. No, it is not the find-a-grave website. I just used it as an example. Using your browser forces me to stop using the keyboard to fill in a form and use the mouse and then the keyboard and then the mouse and then the keyboard and then the mouse, etc when it shouldn't be necessary when filling out a form on a website.

    Are you having the problem with just the one site? Others?
    Please post some public linkss.
    Start '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in Safe Mode]''' {web Link} by holding down the '''<Shift><br> ''(Mac Options)'' ''' key, and then starting Firefox. Is the problem still there?

  • In facebook, When I access a picture directly, I am unable to advance the photo forwards or backwards using the mouse/cursor or the arrow keys.

    I am using Firefox 16.0.1 on a macbook pro using 10.7.5 software.
    When I access a picture directly, I am unable to advance the photo forwards or backwards using the mouse/cursor or the arrow keys. The same is true if I use an external mouse.
    If I use Safari as the browser, I don't have this issue.
    This problem just started a couple of days ago.
    All had been working fine.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • How to change the mouse cursor icon type when mouse moves out of client area ( propertysheet) WTL?

    I got stuck with an issue in property sheet .I want to load different cursor when the mouse position is within the client area and load another when moves out of the client area.
    In the porpetysheet I added four page. In the first page when I click next I am loading cursor of IDC_WAIT type and loading IDC_ARROW when the mouse moves out of the client area.
    In the page class I triggered the event for WM_MOUSEMOVE as follow:
        MESSAGE_HANDLER(WM_MOUSEMOVE, OnMouseMove)
    LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
    if(TRUE == m_bIsNextBtnClicked)
    ::SetCursor(LoadCursor(NULL, IDC_WAIT));
    else
    ::SetCursor(LoadCursor(NULL, IDC_ARROW));
    return TRUE;
    This event is getting triggered and absolutely had no issue with this. Similarly I tried adding `MESSAGE_HANDLER(WM_MOUSELEAVE, OnMouseLeave)` this event making an assumption that this will get triggered if the mouse moves out of the client area,  but
    this event did not get triggered at all.If this is not the mouse event to be triggered for mouseleave which event should I trigger?
    LRESULT OnMouseLeave(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
    ::SetCursor(LoadCursor(NULL, IDC_ARROW));
    return TRUE;
    Now when I click Next button , **I was actually calling a function which is taking sometime to return** . Before to this function I am loading IDC_WAIT cursor i.e., 
     `::SetCursor(LoadCursor(NULL, IDC_WAIT));` . 
    Now when move the mouse cursor on to the non-client area I want to load IDC_ARROW cursor i.e., 
        ::SetCursor(LoadCursor(NULL, IDC_ARROW)); 
    When the moves on to the non-client area I am handling the mouse event in sheet derived class as follows,
    MESSAGE_HANDLER(WM_NCMOUSEMOVE, OnNCMouseMove)
    LRESULT OnNCMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
    ::SetCursor(LoadCursor(NULL, IDC_ARROW));
    return 0;
    This event is not getting triggered until unless the function in the Next button event is executed.
    I want both of them to be done in parallel i.e, click Next button now hover mouse on the client area, Busy icon should come and when mouse moves out of the client area then IDC_ARROW icon should come.
    LRESULT OnWizardNext()
    ::SetCursor(LoadCursor(NULL, IDC_WAIT));
    m_bIsNextBtnIsClicked = TRUE;
    BOOL bRet = MyFun();
    m_bIsNextBtnIsClicked = FALSE;
    //Until this function(MyFun()) is executed **WM_NCMOUSEMOVE**
    //event is not getting triggered.But this event should get triggered and I
    //should be able to see the change of cursor within and out of client area.
    Can anyone kindly help me to solve this issue.
    SivaV

    Hello
    sivavuyyuru,
    For this issue, I am trying to involve someone to help look into, it might take some time and as soon as we get any result, we will tell you.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Change mouse cursor in applet

    Is it possible to change mouse cursor, from the arrow into an icon, when the mouse cursor is over an applet in browser?

    spekulanten wrote:
    Is it possible to change mouse cursor, from the arrow into an icon, when the mouse cursor is over an applet in browser?Have you tried it? (I think it requires the applet to have focus)

Maybe you are looking for

  • Why can I no longer watch music videos in full screen mode via a playlist in the music app since upgrading to ios7?

    Since upgrading to ios7 my iPhone 4S no longer allows me to watch music videos in full screen mode when I select the clips via a playlist from the music app. It's now more necessary than before to use the music app rather than the video app to select

  • SDM not starting up in SAP MMC

    Hi There, I have PI7 installed on win 2003 server with MS Sql server database. Since yesterday after I rebooted the system for some reason my SDM server is not running. I can see its status "stopped" in SAP MMC. Even i am forcely restarting it but it

  • How can I get more space between items in a line of text .. elegantly

    Ok I have some equations that follow each other in a text line, eg Xc=10^6/2 pi f C     Xc = 10^6/2* pi *50 * C Xc = 10^4/pi C     .................   etc. Is there some way I can eg put a css entity in the paragraph so I can dimension the space as a

  • Can't start u

    My Powerbook G4 won't start up. I get the question mark icon and then it shuts down. Still using OS 9 on this machine. Thanks, I'm new to this so I greatly appreciate your help.

  • How to find which VO assigned to which AM

    Hi, At one page, i can't find the VO which is assigned to which AM thru "About the Page" Link. Because i want to extend that CO file which has that AM related to VO. Then only i can do calculate the Total of one attribute when the RN loads. How to fi