Why won't the ruler show up?

In PSE 13, I created a new file and then clicked edit>preferences>units & rulers>inches>ok
But the ruler does not show up

In Editor, expert tab, go to the View menu and check Rulers.
Edit>preferences is the way to configure the rulers.

Similar Messages

  • Why won't the text show on top of a rectangle?

    When I use the rectangle frame tool to make a box and then put a text box on top it doesn't let the text show.
    This first picture is of my text box off the side, and then the yellow box I'm trying to put the text on top of, the second picture is what it shows me when I try to do that. It will show the text anywhere as long as it's not on top of a box and I can't figure out why or how to change it.
    Thank you in advance for your help!

    Select your rectangle and turn off the Text Wrap
    or
    Select your text box and set it to Ignore Text Wrap
    or
    in your preferences, set Text Wrap Affects Only Items Beneath. (not sure of the wording, but that's the jist.)

  • Why won't the window show on the screen after the latest update?

    When I try to open Firefox, it shows that it has a window open in the taskbar, but it will not show up on my screen.
    == This happened ==
    Every time Firefox opened
    == I installed the newest update ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10

    Hello J. M.
    Hopefully this support article is what you need:
    https://support.mozilla.com/en-US/kb/Firefox+will+not+start

  • Why won't the link show up to change my Apple ID security questions?

    Don't understand this at all! Logged onto my Apple ID and it made me type in all of my security questions (which I forgot). So I followed the instructions and went to the security questions section of Manage my Account and there is supposed to be a link where you can send an email to your Apple ID email, but there was no link. I first went back to the instructions to see what I could do, but there was no information on it! I have been on the website and it keeps bringing me back to where I started and I still have not figured it out. Please help! Thanks guys.

    You didn't previously set up a rescue email address and need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (120951)

  • Why won't the circles show? (Painting on JPanel)

    public class GUI extends JPanel{
    private Eye applet;
    private int SIZE = 500;
    private int innerSize = 100;
    private int middleSize = 300;
    private int outerSize = 500;
    BorderLayout borderLayout1 = new BorderLayout();
    JPanel panel = new JPanel();
    Dimension dimension = new Dimension(SIZE,SIZE);
    Graphics gPanel;
    public GUI(Eye gui_applet) {
    try{
    applet = gui_applet;
    applet.setSize(SIZE,SIZE);
    applet.setVisible(true);
    panel.setMinimumSize(dimension);
    panel.setPreferredSize(dimension);
    panel.setLayout(borderLayout1);
    panel.setBackground(Color.cyan);
    applet.setContentPane(panel);
    gPanel=panel.getGraphics();
    paintCircles(gPanel);
    }catch(Exception e) { e.printStackTrace(); }
    }//gui
    public void paintCircles(Graphics g) {
    System.out.println("paintCircles in GUI called");
    g.drawString("boooo",20,20);
    gPanel.setColor(Color.red);
    gPanel.drawOval(200,200,innerSize,innerSize);
    gPanel.drawOval(100,100,middleSize,middleSize);
    gPanel.drawOval(0,0,outerSize,outerSize);
    gPanel.drawString("bo",30,30);
    panel.validate();
    } //gui
    Any help deeply appriciated. (Can't find any good answer in previous postings.)

    Try this, take out this lines:
    gPanel=panel.getGraphics();
    paintCircles(gPanel);
    }catch(Exception e) { e.printStackTrace(); }
    }//gui
    add this method
    public void paintComponent(Graphics g)
    suepr.paintComponent(g);
    paintCircles(g);
    Noah

  • Why won't my apps show on my main screens? The only way I can access them is by going back to the App Store and clicking open.

    Why won't my apps show on my main screens? The only way I can access them is by going back to the App Store and clicking open.

    So there are no apps at all on your home screens? Try a reset. Hold the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot. If you don't see anything after that, take a look at all of your home screens and folders to see if something is hidden. It that doesn't work, you can go to Settings>General>Reset>Reset Home Screen Layout.

  • I'm trying to use iTunes sharing between my windows computers. My computer playlist is showing up on the sidebar but there is no content with it. Why won't the music from my other computer show up?

    I'm trying to use iTunes sharing between my windows computers. My computer playlist is showing up on the sidebar but there is no content with it. Why won't the music from my other computer show up?

    The computer has to be authorized for the account that purcchased the media.
    What error message are you getting when you try to lauthorize the computer for that account?
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

  • HT201272 Why won't the Axis yahoo app show on my home page?

    Why won't the Axis yahoo app show on my home page on my iPad as the other apps?

    That's just the way the web works. If the font is not
    installed on the
    user's computer it can't display in their browser. You are
    best to stay with
    commonly installed fonts and to specify multiple fonts in
    your CSS. Start
    here:
    http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
    Walt
    "freakinhillarious" <[email protected]>
    wrote in message
    news:f7hlls$rlr$[email protected]..
    >I am using a rather unique font for my website and I have
    installed it in
    >the
    > proper directory on my computer so I can use it in
    Dreamweaver but when I
    > view
    > my webpage on any other computer the font doesn't show
    up and it just gets
    > replaced by some other font that I don't want. I've
    tried adding
    > properties in
    > my CSS page and it appears to work in Dreamweaver but
    again when I view my
    > site
    > on any other computer on the web my font is replaced
    with another.
    >
    > Please could someone help me out with this. The layout
    of my site and
    > everything doesn't allow me to use any other font.
    >

  • In list view: Why don't searches include results from the Collections field? Why won't the Collections column sort properly?

    In list view: Why don't searches include results from the Collections field? Why won't the Collections column sort properly?

    I create a new index on column2, (INDEX_N3)
    and change SQL to
    select 1 from table T1 where
    T1.COLUMN_002 = '848K 36892'
    This time INDEX_N3 will be used.
    but change SQL to
    select 1 from table T1 where
    T1.COLUMN_002 = '848K 36892'
    and T1.COLUMN_004 = '1000'
    The explain plan will show full scan.
    Why?
    Thanks.

  • Why won't the Avatar Interactive Desktop work on Windows xp SP3

    As said in the title Why won't the Avatar Interactive Desktop work on Windows xp SP3. I have tried everything (uninstalling AIR, reinsalling it etc) I can think of but nothing makes it work. This image shows what I get in return every time I try to install the app. My PC meets all requirements to run Adobe AIR. Why is this occuring? I have the current version of AIR.  

    Hi oxide9999999999,
    For the moment, you have to install the version of AIR linked from their site: http://www.avatarmovie.com/desktop/index.html
    Hope this helps,
    Mirela

  • Why won't my macbook show app store

    Why won't my macbook show the App Store ? I have uninstalled itunes completely at least 3 times....

    Try downloading and rerunning the 12.6.7 combo update http://support.apple.com/kb/DL1361

  • Why won't Firefox automatically show new Hotmail emails or easilly down load attachments when it was working a week ago?

    Why won't Firefox automatically show new Hotmail emails or easily down load attachments when it was working a week ago?

    Hotmail has been having a few hiccups lately I'm afraid.
    If you don't see any emails when you log in, or nothing appears after some time, click in the middle of the grey bar on the left which has the word "'''Inbox'''" in it. This usually causes them to magically appear for some strange reason.
    I've read on on a few blogs that Microsoft is working on the problem, but don't hold your breath.<br><br>
    If this suggestion resolves the problem for you, please click the '''Solved it''' button next to this post after you log in into the forum. This will help others searching for a solution to the same problem.
    Thanks.

  • Why won't the date and time stay in the menu bar?

    I just installed 10.6.2 and even when I use System Preferences to check the box in the Date/Time panel they flicker and disappear from the menu bar. Why won't the Date and Time stay in the Menu Bar? Any suggestions? Thanks.
    Frank B

    Doesn't any bring up the fact that Apple has so many customers with problems that the refuse to help unless you pay them cash? They update you and screw you over and then offer no useful troubleshooting scenarioius to help their millions of customers. It is because they want millions of our dollars. I hate Apple.

  • HT1657 Why won't the bought and downloaded films play?

    Why won't the bought and downloaded films play?

    It won't let me download iOS 7.  When I check for software updates it says that it is up to date.  I also went to iTunes to delete the songs from the iPod, but now it isn't even recognizing any devices.  I even uninstalled iTunes and reinstalled it to my computer.  LOL  I am sure it is something small, but I don't have the patience for it now.  Maybe I should step away from the computer and come back in a little bit...    Thank you for the advice though!  Keep it coming!  I know it is hard to diagnose over the internet, but any ideas help!

  • On Mac, why won't the downloaded PDF form SUBMIT after being filled out?

    On Mac, why won't the downloaded PDF form SUBMIT after being filled out?
    Thank you for the help.
    Kind regards
    Ryan Kohler

    Hi;
    This FAQ should describe the issue - you need to be using Adobe Reader (free) or Adobe Acrobat to fill out the PDF, Preview on the Mac breaks the PDF so it is no longer usable: http://forums.adobe.com/docs/DOC-2653
    Thanks,
    Josh

Maybe you are looking for