I can't see the hand-cursor to controlled slides from a Quicktime Interact.

Suddenly, my hand-cursor disappeared to controlled Hyperlinks from presentations in Quicktimes Interactives, make with Keynote.
How can I get it again?
I search in preferences, but I don't know how to appeared it.
Thanks

Ok, that didn't work and only closed out this window in discussions. After it closed this one I tried again doing the same but nothing. Makes sense though because if it closed this one out it would close everything else out on my desktop too. This is like a giant screen saver. All my other .jpg icons are still on my desktop over the top of this big pic. Is it possible this is what it is, just a screensaver? I did the same with another pic from the same website and it didn't do this. I clicked on my mouse to save a pic to the desktop and this monstrous thing appeared.  My dock is still there and the top bar that has the apple, Safari, edit, etc., but not anything else that you would normally click on to close a window. 

Similar Messages

  • How can I see the date on my photos taken from my iPod touch

    how can I see the date on my photos taken from my iPod touch...

    The requirements for the app are:
    Requirements: Compatible with iPhone, iPod touch, and iPad.Requires iOS 5.0 or later.

  • How can I see the contents in a Ref Cursor

    I have this code:
    CREATE OR REPLACE PACKAGE APOD_LOG.APOD_C3_LOG_API_PKG
    AUTHID CURRENT_USER
    AS
    type rc is ref cursor;
    PROCEDURE Fetch_Log_Spec
    in_LOCAL_IP_VALUE IN BINARY_INTEGER,
    out_RESULT_SET OUT rc
    END APOD_C3_LOG_API_PKG;
    CREATE OR REPLACE PACKAGE BODY APOD_LOG.APOD_C3_LOG_API_PKG
    AS
    PROCEDURE Fetch_Log_Spec
    in_LOCAL_IP_VALUE IN BINARY_INTEGER,
    out_RESULT_SET OUT rc
    IS
    BEGIN
    DBMS_APPLICATION_INFO.set_module(module_name => 'APOD_LOG.API_PKG',action_name => 'Fetch_Log_Spec');
    DBMS_APPLICATION_INFO.set_client_info(client_info => 'Calling with in_LOCAL_IP_VALUE = ' ||to_char(in_LOCAL_IP_VALUE));
    open out_RESULT_SET for
    select
    in_LOCAL_IP_VALUE as IN_LOCAL_IP_VALUE,
    10002 as PORT,
    APOD_CORE.UTIL_IP_PKG.IPAddressToIPValue2('''224.168.100.1''') as MULTICAST_IP_VALUE
    from
    dual
    union
    select
    in_LOCAL_IP_VALUE as IN_LOCAL_IP_VALUE,
    10002 as PORT,
    APOD_CORE.UTIL_IP_PKG.IPAddressToIPValue2('''224.168.200.1''') as MULTICAST_IP_VALUE
    from
    dual
    union
    select
    in_LOCAL_IP_VALUE as IN_LOCAL_IP_VALUE,
    10002 as PORT,
    APOD_CORE.UTIL_IP_PKG.IPAddressToIPValue2('''224.168.100.123''') as MULTICAST_IP_VALUE
    from
    dual
    union
    select
    in_LOCAL_IP_VALUE as IN_LOCAL_IP_VALUE,
    10002 as PORT,
    APOD_CORE.UTIL_IP_PKG.IPAddressToIPValue2('''224.168.200.123''') as MULTICAST_IP_VALUE
    from
    dual;
    DBMS_APPLICATION_INFO.set_client_info(client_info => 'Called Fetch_Log_Spec '||to_char(SQL%ROWCOUNT)||' row(s) returned with in_LOCAL_IP_VALUE = '||to_char(in_LOCAL_IP_VALUE) );
    END Fetch_Log_Spec;
    END APOD_C3_LOG_API_PKG;
    And I am trying to test it like this:
    DECLARE
    IN_LOCAL_IP_VALUE BINARY_INTEGER;
    OUT_RESULT_SET APOD_LOG.APOD_C3_LOG_API_PKG.rc;
    BEGIN
    IN_LOCAL_IP_VALUE := 23374048;
    -- OUT_RESULT_SET := NULL; How do I see this
    APOD_LOG.APOD_C3_LOG_API_PKG.FETCH_LOG_SPEC ( IN_LOCAL_IP_VALUE, OUT_RESULT_SET );
    END;
    How can I see the dataset returnd by the OUT_RESULT_SET in SQLPlus or Quest ScriptRunner?

    A ref cursor doesn't really contain rows but you can use them to reference a SQL statement that fetches the rows.
    Re: returning resultset from procedure...or pkg

  • Jtable inside a JscrollPane - Can't see the left hand side of my Jtable (th

    Jtable inside a JscrollPane - Can't see the left hand side of my Jtable (the border)from some reason - please help. This is my code:
    public class RecordSetPanel extends JPanel {
    private JTable rsTable;
    private JScrollPane tableScrollPane;
    public RecordSetPanel() {
    setLayout(new BorderLayout());
    rsTable = new JTable();
    rsTable.setBackground(getBackground());
    rsTable.setRowHeight(25);
    rsTable.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    tableScrollPane = new JScrollPane(rsTable) {
    public Insets getInsets() {
    return new Insets(20, 20, 20, 20);
    tableScrollPane.setBorder(BorderFactory.createLineBorder(getBackground()));
    add(tableScrollPane, BorderLayout.CENTER);

    I've tested this code and it looks fine:
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.table.*;
    public class Dialog1
        extends JDialog {
      JPanel panel1 = new JPanel();
      BorderLayout borderLayout1 = new BorderLayout();
      public Dialog1(Frame frame, String title, boolean modal) {
        super(frame, title, modal);
        try {
          jbInit();
          pack();
        catch (Exception ex) {
          ex.printStackTrace();
      public Dialog1() {
        this(null, "", false);
      public static void main(String args[]) {
        new Dialog1().show();
      private void jbInit() throws Exception {
        panel1.setLayout(borderLayout1);
        panel1.add(new RecordSetPanel(), BorderLayout.CENTER);
        getContentPane().add(panel1);
      public class RecordSetPanel
          extends JPanel {
        private JTable rsTable;
        private JScrollPane tableScrollPane;
        public RecordSetPanel() {
          setLayout(new BorderLayout());
          TableModel dataModel = new AbstractTableModel() {
            public int getColumnCount() {
              return 10;
            public int getRowCount() {
              return 10;
            public Object getValueAt(int row, int col) {
              return new Integer(row * col);
          rsTable = new JTable(dataModel);
    //      rsTable.setBackground(getBackground());
          rsTable.setRowHeight(25);
          rsTable.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    //      tableScrollPane = new JScrollPane(rsTable) {
    //        public Insets getInsets() {
    //          return new Insets(20, 20, 20, 20);
    //      tableScrollPane.setBorder(BorderFactory.createLineBorder(getBackground()));
          add(new JScrollPane(rsTable), BorderLayout.CENTER);
    }

  • ICal error - can't see the calendars on opening...

    iCal error - can't see the calendars on opening... unless i change the view - but then still the portlet in the top left hand corner remains blank.
    Re-installed the whole OSx system from original disks and still the same problem.
    cleared out the cache files, including trying to delete the metadata files... taken to my local Apple Centre (Academy) but no sucess so far.
    Any ideas? Is it because i have around 8 calendars? Is that too many?
    Could it be 'cos I sync with Missing Sync for my Palm TX?
    H E L P !!
    Powerbook G4   Mac OS X (10.4.7)  

    When a user launches iCal, they may have one of the following symptoms:
    * When iCal is launched the calendar is blank -- no calendars are listed on the left and no events appear in the day/week/month views
    * Switching views allows all events to appear but the calendars on the left are still missing
    * User can create a new event and designate a calendar but when the event is saved it cannot be seen
    * Clicking in the blank space where the calendars are supposed to be has no effect.
    This issue is a Sync Services issue and not directly related to The Missing Sync. Mark/Space has identified a couple of solutions to this problem that others have reported. For more information, see: http://www.macfixit.com/article.php?story=20060207074628694
    1) Quit iCal
    2) Locate the folder, User/Library/Application Support/iCal/Sources/ and delete the contents
    3) After deleting the files from this folder, lock the "Sources" folder. Do this by navigating up one level and selecting the "Sources" folder. Perform a "Get Info" (either through the "File" menu or by pressing Command-I with the "Sources" folder selected) then click the lock icon.
    4) Launch iCal and your calendars should reappear. Note that the relaunch of iCal will create a default 'Home' and 'Work' calendar, so make sure none of your calendars have the same names as the default .
    Do some backups first
    Follow those simple steps
    5) Go to Address Book, click on 'File' menu and choose 'Back up Address Book'. Go to iCal, click on 'File' menu and choose 'Back up database'.
    6) Go to Missing Sync and double click on the Backup Conduit and set it to backup all databases. Then run the sync with just that Backup conduit selected, disable all other conduits.
    7) Go to: /Users/<user name>/Documents/Palm/Users/<hotsync name>/ now hold the 'ctrl' key and click on the /Backups/ folder. Choose the option to 'Create Archive of "Backups"'. This is to safeguard your backed up data in case anything goes wrong.
    Now 'Reset Sync History' using the iSync preferences option. The first sync will likely be slower.
    8) Launch iSync
    9) Click on the iSync menu
    10) Choose Preferences (make sure the "Enable syncing on this computer" is checked)
    11) Click the 'Reset Sync History' button. Read and follow the onscreen directions.
    12) This may launch iCal. Also the status of the reset is showing in the iSync display. When the reset is complete quit both iSync and iCal.
    Launch Missing Sync and enable the Mark/Space Events and Tasks conduits and set them to Desktop overwrite Handheld. Disable all other conduits.
    Then sync, when you do, you will get a dialog box with an orange iSync icon on it. Check the box to erase the device, then click the 'Allow' button. It will overwrite your device. You will get one for events, one for tasks, and one for contacts. The next time you sync .mac or other devices that sync with iSync like an iPod, you will get these same dialog boxes for their databases and you should check the box and click 'Allow' in those cases as well.
    If you press the don't allow button you will need to reboot your computer.

  • Can't see the text!

    Just installed Pages from iWork08. I start a new document, and I can't see the cursor or any text.
    After I type something (maybe it's white on white?), I can highlight the text (which comes out white with a light purple background), so it's there. But I can't change the color to anything meaningful. The format bar says I'm typing black on a white background, but no matter what I do, I get (I'm guessing) white on white.
    I have a version on my laptop at home that works fine. What's wrong with this picture??
    Thanks,

    A software update was the fix. Sorry for the confusion.

  • Photos in album are only a hash-marked outline the image only shows when scrolling how can I see the image and open the photo?

    Photos in iPhoto album are only a hash-marked outline the image only shows when scrolling how can I see the image and open the photo?

    Make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • I can't see the source list...

    On iTunes, I can't see the source list on the left hand side... So, I cannot edit playlists, or any of that fun stuff.
    I would greately appreciate some help on how to get my source list back.

    Try this
    My source list is missing

  • How do you close an information window when you can't see the close button?

    One of my Macs is a trusty old G3 iMac and since version 8 I've had a problem with the information window you get for podcasts when you click on the 'i' button. The window goes to the full screen height, in fact it goes beyond because you can't see the top and button. Therefore I can't close it with the mouse or move it.
    I also can't find a keyboard shortcut that will close this window, so I have to exit iTunes and re-start, which on this machine is a slow process.
    Anyone help welcome - is there a keyboard shortcut?

    Meg St._Clair wrote:
    If, on the other hand, you're talking about the Info window you get when you click on the little "i" next to the description, that can be closed using the standard Mac keyboard short cut of Command-W.
    Thud...thud...thud...
    ...that's the sound of me hitting my head on the keyboard. I never knew about Command-W because, you know, it's only a menu option IN ALL THE APPLICATIONS I JUST LOOKED AT!
    Oh well...you learn something every day...and I would like to point out that if you use OSX Leopard's help system and search for "keyboard shortcuts", Command-W isn't mentioned.
    Thanks again!

  • Please Help!!! How to use the Hand cursor on an Image !!!!

    Hi,
    I am sorry for cross posting but nobody seem to know this, i need this as soon as possible.
    I have a main Jframe which contains a Jpanel which contains a jscrollpane. THe image is in scrollpane and i would like to use the Hand cursor to move the image up and down the jscrollpane.
    Can someone tell me or show me how can i use a hand cursor on an image
    I would appreciate if someone can show me a simple example.
    THanks in advance.

    Well. I would call setCursor with a cursor of type Cursor.HAND_CURSOR or something on the Component where you want the hand. Then you could add a MouseMotionListener to the Component. in mouseDragged() you scroll the scrollpane programmatically according to the MouseEvents getX() and getY().

  • Can't see the Home Sharing Icon

    I can't see the home sharing icon on the left hand itunes menu despite having activated the home share in the advanced settings tab. Can anyone help?

    Hey I had the same problem,
    Thanks to you I found it.
    It's not supposed to be there, once you activate it it goes away.
    If you want to see it, go to the advanced tab, click turn it off, then turn it back on, but don't say DONE on the last step or it hides it.
    If you go to other computers or laptops it should probablly be there if that's how you configured it...
    hopefully that helps, (:

  • I can't see the animations on the website or access most of the options when I log in.Works perfect with Internet explorer though! Please help

    I can't see the animations on this page (looks like a very small image) and when I log in can't access/see some of the options in the website . The page however works perfect with Internet explorer though! Please help identify the kind of plugin/add-on needed to make it work.

    If you're using it in bright light, you may be getting sunlight through the back of the machine which can wash out the display.  The Apple logo on the back of the lid is actually a cut-out that uses the systems back light to make it glow.  Bright light (especially sunlight) can actually shine through the back.  As the users in the login are typically in the middle of the display, this is the area most likely to be washed out as that is where the Apple logo is.  You can try just putting your hand over the Apple logo on the back to block the sunlight when trying to log in.

  • How can i see the Asset purchase order & GR after settlement

    Hello Gurus,
    Would you please tell me how can i check the Asset Purchase order, which is settled (WBS Element)? How can i see the GR document for the specific asset? & if i treat as a expeneses toward the project where i get the GR/ PO in asset explorer?
    Warm Regards,
    Dhananjay Rahane.

    Dear,
    Dhanajay.
    Purchase order related to asset you can see in Asset Master itself. Go to AS03 - Environment  ( Menu bar ) - Click on Purchase Order. Here you will have all the relevant PO's relating to asset.
    GR you can see in PO at a Purchase Order history. The data relating to asset you can  see in left hand side navigation in AW01N Asset Explorer. Like as Vendor, PO's, etc.
    WBS in PO you can see in Account Assignment Tab if your PO is created with N. ( Network PO ). WBS linked to Network you can see in CJ20N ( Project Builder ). 
    WBS Actual values can see in report CJI3 Actual Cost & Revenues.
    I hope this helps you to solve your issue. If you have any doubts feel free to share.
    Regards,
    Pankaj A Bhalerao.

  • TS1702 How do I update my apps via App Store on iTunes 11? I can't see the "update" button. Thank you.

    How do I update my apps via App Store on iTunes 11? I can't see the "update" button. Thank you.

    You can download updates to your computer's iTunes via the Check For Updates button at the bottom of the Apps section of your iTunes library. When they've been downloaded, and if you haven't already done so, connect the iPad to your computer and select it on the left-hand side of iTunes (if you don't have the left-hand sidebar showing then you can enable it via option-command-S on a Mac, control-S on a PC), and on the Apps tab on the right-hand side clicking the Sync button at the bottom of it should install the relevant updates.

  • Updated to Mavericks and I get the upper left quarter of the screen blacked out on Time Machine. This means that I can't see the files. Any suggestions for getting rid of the black square?

    Ive tried disconnecting and reconnecting the Time Machine. And I've tried rebooting the iMac, but I still get the top left hand quarted of the screeen blacked out. I can scroll back through the back-ups but the back square means that I can't see the details of any file.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

Maybe you are looking for