Three Easy Questions

1) How do I turn off the metadata HUD that appears when I mouse over the image in any of the views?
2) Where are the controls to turn the background color from gray to black?
3) How do I make the previews in split view smaller and the main view as large as possible? I've dragged the main view to expand it, but the filmstrip still seems to take up too much space.
Thanks.

TW3 wrote:
1) How do I turn off the metadata HUD that appears when I mouse over the image in any of the views?
"t" toggles that HUD off and on.
2) Where are the controls to turn the background color from gray to black?
Aperture→Preferences→Appearance→xxx Brightness.
3) How do I make the previews in split view smaller and the main view as large as possible? I've dragged the main view to expand it, but the filmstrip still seems to take up too much space.
In Split view, the mouse cursor changes to a double-line-arrow when position on the line between the upper and lower panes. Click and drag to change. Aperture limits the amount this can be changed (there is a minimum height to the filmstrip). You can move the Browser to the right or left of the Viewer in Split view ("View→Browser→Rotate"), which, with the Inspector not showing (press "i") might work better for you.
Thanks.

Similar Messages

  • Three easy questions using CC P Pro.

    Here's the text:
    1.  Should Media Cache Files and Media Cache Database be in separate folders?  Does it matter?
    2. Can I open an "in progress' project from  P Pro CS4 with CC P Pro and continue editing?
    Edit:  Found answer to #3 Tks

    1. Premiere Pro will create two folders, one for the files and one for the database, even if you set their location identically in the Preferences.  Ideally they should be on their own hard drive.
    2. Usually, yes.

  • After answering the three security questions on itunes connect the submit button is still grayed out. It looks like it could be an error on the website. Has anyone encountered this issue?

    After answering the three security questions to update an app on itunes connect the submit button is grayed out. It looks like an error on the website. Has anyone ran into this problem before? Any help would be greatly appreciated.

    Hi evanVIT, 
    Welcome to the Apple Support Communities!
    I understand that issues like the one you are experiencing can be very frustrating. For this situation however, for update errors in the range of 3000-3020, I would recommend the troubleshooting steps located in the attached article. Please use the steps and information as a reference. 
    Error 3194, Error 17, or "This device isn't eligible for the requested build"
    Cheers, 
    Joe

  • Easy Question: Illegal Start of Expression

    This is a ridiculously easy question... but I am having trouble with it...
    Anyway, here is the line of code that is giving me trouble:
    jButtons = {{jButton1, jButton5, jButton9, jButton13},
    {jButton2, jButton6, jButton10, jButton14},
    {jButton3, jButton7, jButton11, jButton15},
    {jButton4, jButton8, jButton12, jButton16}};
            That's it. jButton1 through jButton16 are all jButton objects (for a GUI). jButtons is an array (4 by 4) of jButton. All are global variables, the buttons are all initilized (in fact, that was the problem I had before, and why I need to put this here: otherwise I get a null pointer exception).
    Surprisingly, such a simple line of code causes TONS of errors to occur. To save space, {...} * 2 means that the exception occurs twice in a row, errors are separated by comma's.
    { Illegal Start of Expression, {Not a statement, ; required} * 2} * 4, Empty statement
    A similar statement (int[] test = {{1,2,3},{4,5,6}};) works perfectly fine.
    Please help, doing this will reduce the size of my code to about a third of the size of the code. And then I can laugh in the faces of those people who say that I write long, and in-efficient code! MWHAHAHAHAHAHA!!
    However, I will keep at it, and Murphy's Law states I will find a solution 10 seconds after posting. If I do, I will edit this post, and tell you guys the answer ;)
    [Edit]In case you are wondering... all my other code is correct. Here is the adjacent 3 methods:
    private void jButton16ActionPerformed(java.awt.event.ActionEvent evt) {
        ButtonClick(3,3);
        // Variables declaration - do not modify
        private javax.swing.JButton jButton1;
        private javax.swing.JButton jButton10;
        private javax.swing.JButton jButton11;
        private javax.swing.JButton jButton12;
        private javax.swing.JButton jButton13;
        private javax.swing.JButton jButton14;
        private javax.swing.JButton jButton15;
        private javax.swing.JButton jButton16;
        private javax.swing.JButton jButton17;
        private javax.swing.JButton jButton2;
        private javax.swing.JButton jButton3;
        private javax.swing.JButton jButton4;
        private javax.swing.JButton jButton5;
        private javax.swing.JButton jButton6;
        private javax.swing.JButton jButton7;
        private javax.swing.JButton jButton8;
        private javax.swing.JButton jButton9;
        private javax.swing.JLabel jLabel1;
        // End of variables declaration
         * @param args the command line arguments
        public static void main(String args[])
            jButtons = {{jButton1, jButton5, jButton9, jButton13},
    {jButton2, jButton6, jButton10, jButton14},
    {jButton3, jButton7, jButton11, jButton15},
    {jButton4, jButton8, jButton12, jButton16}};
            int[][] test = {{1,2,3},{4,5,6}};
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new GameWindow().setVisible(true);               
        String[] row1 = {"1", "5", "9", "13"};
        String[] row2 = {"2", "6", "10", "14"};
        String[] row3 = {"3", "7", "11", "15"};
        String[] row4 = {"4", "8", "12", ""};
        String[][] labels = {row1, row2, row3, row4};
        int blankX = 3;
        int blankY = 3;
        static javax.swing.JButton[][] jButtons;
        private void DisableAll()
            for (int looperX = 0; looperX < 4; looperX++)
                for (int looperY = 0; looperY < 4; looperY++)
                    jButtons[looperX][looperY].setEnabled(false); 
        Edited by: circularSquare on Oct 13, 2008 5:49 PM
    Edited by: circularSquare on Oct 13, 2008 5:52 PM

    You can only initialise an array like that when you declare it at the same time. Otherwise you have to do as suggested above.
    int[] numbers = {1,2,3,4}; //ok
    int[] numbers;
    numbers = {1,2,3,4}; // not ok

  • Easy question - how to increase number of recent files in menu?

    This is for CS5 if it matters.
    I'm an infrequent Illustrator user (at best) but I have what I hope is an easy question: I want to increase number of recent files showing in the menu.
    I can't find a preferece to set such as in PS and almost every other application on the face of the earth. I've tried to reset the preferences file (start Illustrator with ctrl-alt-shift held down) but I'm stuck at 4 files, which I assume is the anemic default option.
    Is there an easy way to do this that Adobe has hidded somewhere? As expected, it can't be found in the help, I can't find it on the forums, or even on the net, but I do know it can be done because I can see other installs showing lots of files in the list.
    thanks for any help.

    This might be because of a new feature that you can turn off for each object, and alltogether. When you create a new document at the bottom, make sure 'Align New Objects to Pixel Grid' is unchecked.  After you have created a new file, you can still go into the 'TRANSFORM' palette (SHIFT+8), use the little right top menu, and make sure 'Align New Objects to Pixel Grid' is unchecked. And if you want to get fancy with each object; you can select an object, and look at the 'TRANSFORM' palette at the bottom is a place to uncheck the 'Align to Pixel Grid' at your disposall.
    Before I found this, it ruined my week.
    http://www.kenwells.com

  • Easy question I'm sure. imac hard full (500gb) mostly from iphoto. no capacity left. what are my options? I've thought of an external drive of 1tb and then a 2nd external drive of 3tb to back up both???? please help.

    easy question I'm sure. imac hard full (500gb) mostly from iphoto. no capacity left. what are my options? I've thought of an external drive of 1tb and then a 2nd external drive of 3tb to back up both???? please help.

    Those are the options - more space is more space.
    Moving the iPhoto Library is simple:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • HT204266 App store say's I need to answer three security questions but keeps asking for my password! Won't log in to fill in info keeps asking for password even though I fill in password.

    After setting up new account with iCloud so I can use the app store it asks me to answer three security questions for further security then I am prompted for my password to log in then I put in password and it never logs me in and keeps on asking for my password. I went over all setting but found no problems wit network as I can go on line etc, if anyone has had this issues please help. I was able to download too apps and then was prompted to answer these questions and it would not let me proceed.

    Reset Security Questions
    Frequently asked questions about Apple ID
    Manage My Apple ID
    Or you can email iTunes Support at iTunes Store Support.
    If all else fails:
      1. Go to: Apple Express Lane;
      2. Under Product Categories choose iTunes;
      3. Then choose iTunes Store;
      4. Then choose Account Management;
      5. Now choose iTunes Store Security and answer the bullet questions, then click
          Continue;
      6. Sign in with your Apple ID and press Continue;
      7. Under Contact Options fill out the information and advise iTunes that you would
          like your security/challenge questions reset;
      8. Click Send/Continue.
    You should get a response within 24 hours by email.
    In the event you are unsuccessful then contact AppleCare - Contacting Apple for support and service.
    Another user had success doing the following:
    I got some help from an apple assistant on the phone. It is kind of round about way to get in.
    Here is what he said to do and it is working for me...
      a. on the device that is asking you for the security questions go to "settings", > "store" >
          tap the Apple ID and choose view"Apple ID" and sign in.
      b. Tap on payment information and add a credit/debit card of your preference then select
          "done", in the upper right corner
      c. sign out and back into iTunes on the device by going to "settings"> "store" > tap the
          Apple ID and choose "sign-out" > Tap "sign -in" > "use existing Apple ID" and you
          should be asked to verify your security code for the credit /debit card and NOT the
          security questions.
      d. At this time you can remove the card by going back in to edit the payment info and
          selecting "none" as the card type then saving the changes by selecting "done". You
          should now be able to use your iTunes store credit without answering the security
          questions.
    It's working for me ...I just have to put in my 3 digit security pin from the credit card I am using.
    Good Luck friends!

  • Why don't my three security questions  work?

    I am trying to download from the store and asked to complete the three security questions. I did so, but one answer is rejected. The question is what  was the name of you first pet...my answer ( e.g Rover), the rejection response ... your date of birth must  be between 1880 and  2010. I have tried to pretend that  my first pet was called 1990 but the same "red ' message appears. now i cant download anything from the store. Any help? I have tried numerous times to no avail.
    Frustrated right now! Any help would be appreciated

    Use the wall power adapter and charge it for half an hour.
    After that do a
    Reset: Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Note: You will not lose any data

  • How do I get to set the new three security questions so I can buy an album on ITUNES

    I tried to by an album on itunes and it asked for three security question, none of which I have answered  before and there is no reference as to where to answer these questions. Also the question have nothing to do with me or how I live my life and now way to amened these questions.

    I tried to by an album on itunes and it asked for three security question, none of which I have answered  before and there is no reference as to where to answer these questions. Also the question have nothing to do with me or how I live my life and now way to amened these questions.

  • HT201303 The Itunes store constantly asks me to Improve Apple ID Security by adding three secret questions but won't accept my valid password.  I have tried to reset the password, update the billing info and it still won't let me make any purchases.

    The Itunes store constantly asks me to Improve Apple ID Security by adding three secret questions but won't accept my valid password.  I have tried to reset the password, update the billing info and it still won't let me make any purchases.

    I have the same problem - it is maddening. I rely on this iPad for work so this is not just an annoyance! The above solutions of changing the appleid on the device or on the website do not work.
    The old email address no longer exists - I haven't used it in a year probably and I no longer have the account.  I logged into the appleid website and there is no trace of the old email address so there is nothing that can be deleted or changed there.  On the iPad there is no trace of the old email address so nothing can be deleted there either. I have updated the iPad software and the same problem comes right back.  Every 2 seconds I am asked to log in using the old non-existent email.  The device is currently useless.
    The only recent change to anything was the addition of an Apple TV device, which was set up using the correct login and password.
    Does anyone have any ideas? The iPad has been backed up to the iCloud so presumably it now won't recognize the current iCloud account? So restoring may notbe an option?

  • Three security questions are not processed

    I am prompted to enter three security questions upon which I am not allowed to proceed because my year of birth is wrong. Yet nowhere in the system is there a place to write in or correct year of birth. How do I fix this?

    I am having the same problem.  I know I have never answered any security questions in the past.  They came out of nowhere when I got another Apple device.  I called tech support and they were not helpful at all.  I can still download paid apps to iTunes on my computer and transfer them, but I cannot download apps directly to my device.
    By the way, I think this came about because of the Wired tech writer that was hacked when someone hijacked his apple account, among other things, by simply calling up Apple and having the password reset.
    Anyway, if you find a way to resolve the security questions issue, I would love to hear the answer. 

  • Why does the App Store keep telling me I've got to set three security questions? And how do I Make them?

    Every time I try to download a new app, a pop-up comes up telling me to set three security questions. And when I try to set them using the provided link it takes me to a page and keeps asking for my password even after I enter it in multiple times. So, is there another way to set my security questions or is there a way to just get rid of the pop-ups? Thanks.

    This is for additional security to protect your Apple ID.
    Try setting your security questions for your Apple ID with a browser on your computer instead.
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/

  • Easy question about Reformatting

    Hello all,
    I am trying to reformat my HD after I have deleted Windows XP off of a partition. The reason for this is an upgrade to Vista and a larger allotment of HD space. My question is:
    I am using Backup v3.1.1. (v369) and I have FULL backup files of my Home folder, and my Music folder (as backup for my backup) for all my iTunes libraries. These are located on a portable HD. Are these the correct files to have backed up in order to have my MAC the way it was before I started the process? If so, then once the reformatting is complete, how do I get it all back onto my MAC permanently? Will all my apps and tweaks work as before?
    I am sure this is a simple question, however, I have never had to do this with a MAC, and I want to make sure I have all bases covered before I begin this. Any other comments or advice would be greatly appreciated.
    Thanks All!

    You call this an easy question ???
    Just messin with ya
    Your home folder is the most important folder containing your music, documents, preferences etc. but a lot is also stored in the system folder and library folder outside your home folder, if you want to be ensured of an exact copy of your current system the best way to go at this is to clone your system partition.
    The app i use for this is carbonCopyCloner
    http://www.bombich.com/software/ccc.html
    To add to this.. i've heard there is software for the mac that allows you to make adjustments to the size of your partitions without having to format the drive, i don't know the names of these products but i do know that it's very risky to use them, if you decide to use an app like that make sure you have proper backups of everything just in case it goes wrong.
    Message was edited by: Pr0digy V.

  • What do I do if wen I go to download an app it comes up with three security questions .wen I press on the third question it does not respond just turned blue n stays blue n won't let me go any further therefor not lettin me download any apps

    What do I do if wen I go to download an app it comes up with three security questions .wen I press on the third question it does not respond just turned blue n stays blue n won't let me go any further therefor not lettin me download any apps.   Thanks

    I have decided to dedicate this thread to the wonderful errors of Lion OSX. Each time I find a huge problem with Lion I will make note of it here.
    Today I discovered a new treasure of doggie poop in Lion. No Save As......
    I repeat. No Save As. In text editor I couldn't save the file with a new extension. I finally accomplished this oh so majorly difficult task (because we all know how difficult it should be to save a file with a new extension) by pressing duplicate and then saving a copy of the file with a new extension. Yet then I had to delete the first copy and send it to trash. And of course then I have to secure empty trash because if I have to do this the rest of my mac's life I will be taking up a quarter of percentage of space with duplicate files. So this is the real reason they got rid of Save As: so that it would garble up some extra GB on the ole hard disk.
    So about 20 minutes of my time were wasted while doing my homework and studying for an exam because I had to look up "how to save a file with a new extension in  mac Lion" and then wasted time sitting here and ranting on this forum until someone over at Apple wakes up from their OSX-coma.
    are you freaking kidding me Apple? I mean REALLY?!!!! who the heck designed this?!!! I want to know. I want his or her name and I want to sit down with them and have a long chat. and then I'd probably splash cold water on their face to wake them up.
    I am starting to believe that Apple is Satan.

  • After submitting answers to the three security questions it pops up that an error has occurred.  Anyone know how to fix it?

    In order to download any songs, apps, etc.  itunes prompts me to answer three security questions.  I answer the questions and then I receive an error - cannot make changes to your account.  Has anyone experienced this issue and if so how do I rectify it?
    Thanks to anyone who can help.

    From Apple Support...
    Here are troubleshooting steps that should help you fix the problem.
    1) Quit App Store in multi-tasking.
    2) Tap Settings.
    3) Tap Safari.
    4) Tap Clear History.
    5) Tap the Clear History button.
    6) Tap Clear Cookies and Data.
    7) Tap the Clear Cookies and Data button.
    Try purchasing an app again from the device to get the security question prompt. You really need to set up the security question.
    ...it seems to have worked for me.....

Maybe you are looking for

  • Trying to Understand the PostSyncCleanup parameter

    I've got a problem with running my application on the Australian version of Windows. We have a "test" application built around SQL Server Compact Merge Replication Library (thanks ErikEJ) and that works but our application doesn't. One of the main di

  • AII Test Tool

    Hello,         PML messages sent from AutoID test tool do not reach AII. I am trying to send the PACK command. The logs slg1 and all the Queues donot show anything. I am not getting any error messages in the test tool. I have configured the RFC for A

  • I have facetime on my touch...does it work from my Mac?

    I have facetime on my touch...does it work from my Mac?

  • Need help troubleshooting my combo drive

    I have a mini with a weird drive issue. The drive will read dvds but not cds. Any cd I insert will act lke its mounting for a few minutes and then it will eject. Dvd discs work normal. Any idea where to start? I have tried opening Disk Utility while

  • No guitar presets but files are there

    Hi, recently re-installed GB09 and have no guitar presets to select - like Dublin Delay - but I see the files in the library. What gives? How can I get GB to recognize the presets? Thanks