Crazy object size dimensions - what's up with that?

The picture says it all, in the Red Oval transform palette. high 48pt is correct, 16 383 large is delusional. There is no point stray or other selected pieces. Why does Illustrator see here are the dimensions of the object?

Is that figure of whack even important... one of these weird things computer?

weird-size-values.png

Are you sure you don't have a unlocked horizontal guide selected as well as the object? As it will show with this value.

Tags: Illustrator

Similar Questions

  • I installed and licensed non-cloud versions of Acrobat and Photoshop, which, after several months, asking me to connect and start my trial version online. What's up with that?

    I installed and licensed non-cloud versions of Acrobat and Photoshop, which, after several months, asking me to connect and start my trial version online. What's up with that?

    even if you do not have the cc versions, follow these tips. Creative cloud applications unexpectedly back in the test mode. CS6, CCM

  • What's Up with that?

    Just posted a topic here and got this message. What is happening with this?

    MOD_Approval_Error.png

    Hunt

    Not often, but I have had that happen

    I never told me WHAT, but it seems that the 'reported' Auto-moderateur a word or phrase

  • Any ideas on what is happening with that font?

    Hello everyone, I recently moved my CV (an InDesign document) from my Mac to my PC that I had to get laptops to work. Given that Helvetica that was on my Mac is apparently not the same as that on my PC, InDesign said that he could not find the police.  Well, no big deal, I thought, I'll just go and highlight everything and change it to Helvetica on my PC. Therefore, the strangest thing happens. Some characters, such as the a, o, 1, 2, 3, all appear as a sort of "exposing" (smaller, higher and a and o are underlined). I have attached a photo below. So when I type the new characters in a paragraph, they are the "Exhibitor" little versions. Now, if I highlight the character with my mouse, a pop-up box appears (you can see in the screenshot) with full version size 'normal' letter in what I choose. After that, it seems normal.

    Now if I point out a whole word or a paragraph and move on to another font (Arial for example) all the characters seem normal.

    Also, if I type in the Helvetica font in Microsoft Word, all the characters appear the same size (not weird "superscript").

    So I sort of layout or is there some setting checked in my file that I just do not know? It is incredibly strange to me and I'l as power write a cover letter without having to go back and individually highlight and "change" the 100 characters!

    Thank you!

    superscript.jpg

    Looks like the ordinals are be reversed for the characters. It is an OpenType feature. Try highlighting part of the affected text, then from the OpenType Panel in character, turning that off may be what is needed.

    If Yes, highlight all the text and turn the power off. Alternatively, you can remove at this time that any local character formatting by selecting the None / style of character by default, but you would probably lose all in bold, italic, etc.

    Mike

  • My Internet access icon have been blocked, but I'm still using the Internet. What's wrong with that and how to fix this?

    Here is the picture: http://nr2.upanh.com/b4.s35.d1/f0428b61579eb31e18e8dceb3772e094_50166922.untitled.png
    Thanks for reading :)

    Hello


    Thanks for asking! If I have understood correctly, you can access the Internet when the icon of Internet access is blocked.

    1. what exactly do you mean by "icon Internet access have been blocked?
    2. you receive an error message?

    3. what web browser do you use?
    4. is this a wired or wireless?
    5. How do you get to know that it is locked?
    6. are you referring to the icon of Internet Explorer?
    7. don't you make changes on the computer before the show?

    Please refer to the below link mentioned before asking your question so that you can provide all the relevant information for us to help you:
    Suggestions for a question on the help forums
    http://support.Microsoft.com/kb/555375

    We are not able to view the screenshot, you can see the link to send a screenshot.
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/how-do-i-post-a-screen-shot-on-this-forum/c86de820-C620-401c-A804-9f6337cd3053

    Just reply with the results. I'd be happy to help you further.

  • after firefox updated the last time, adobe as well updated, now when some loading sites, I have a program needs you permission to continue which is Adobe DLM. What's up with that and how do I stop?

    The problem started when firefox updated at startup. This screen is what vista puts whenever you are about to load something again. I have already installed the adobe update twice and it continues.

    The Adobe DLM is not required for Adobe products to work. You can uninstall it open the control panel and select Add / Remove programs. In the list of programs, select Adobe DLM (may be listed as Adobe Download Manager) and click on delete.

  • I tried to update the test for the Fireworks, but it will not be updated. The trial of dreamweaver update very well. What's up with that?

    A while back, I received an email from saying Adobe:

    We have reset our trial versions creative cloud so you can see what is new.
    The release of the creative cloud 2015 is here and we set the clock on trials of our products, including Adobe Photoshop CC, CC Illustrator and InDesign CC. So take advantage of this opportunity to test the latest features by taking free trials of your favorite applications.
    Just launch the creative cloud desktop application and click on "Update" next to the app you want to try.
    If you are interested in membership options, call 800-585-0774 or click here to learn more about the plans from $9.99 per month.
    Sincerely,
    The Adobe Creative cloud team

    Trial of Fireworks does not work and there is no link for 'Refresh '. Dreamweaver and Fireworks are all I care. I used to have a full version of Fireworks from 3 Fireworks and improved that a time or two. After moving from Texas to California, then back to Texas, I lost the paperwork that I had on my purchases, my email address that I used then changed several times. I really don't like to pay $50 a month for access to ALL CC applications. I'm only looking to have Dreamweaver and Fireworks. I would like to try the new version of fireworks at the moment a little longer before making a decision to put money down. Is it possible to make it work?

    Hello

    Try to download the fireworks from the link below and try:

    Image bitmap, vector graphics software | Download the free trial version Adobe Fireworks CS6

    If you wish to register, visit the pricing and membership creative cloud plans | Adobe Creative Cloud

    Kind regards

    Sheena

  • What is wrong with that variable binding.

    I get a bad bind variable error. I don't know what is wrong here.
    FUNCTION DisturbrLoops(i_currTerm IN NUMBER,
                              i_Termoutofloop IN Merc.T_NUMLIST,
                              i_currentTermonloop IN Merc.T_NUMLIST)  
                              RETURN NUMBER is
    v_sql        VARCHAR2(1000);
    cntLoops NUMBER;
    BEGIN
    
      BEGIN
       
      
      select count(distinct assoc1.loopid)
          from ndw_segment                  ns1,
             ndw_loop_segment_association assoc1,
             ndw_loop_segment_association assoc2,
             ndw_segment                  ns2
        where ns1.termsysid = :i_currTerm
         and ns1.segment_id = assoc1.segment_id          
         and assoc1.loopid = assoc2.loopid
         and assoc2.segment_id = ns2.segment_id
         and ns2.termsysid in
             (SELECT * FROM TABLE(CAST(:i_Termoutofloop AS Merc.T_NUMLIST)))
         and ns2.termsysid NOT in /*(1,2,3,4)*/
            (SELECT *
                FROM TABLE(CAST(:i_currentTermonloop AS Merc.T_NUMLIST)));
               
               
                
                     
        EXECUTE IMMEDIATE v_sql
                BULK COLLECT INTO cntLoops  
                USING i_currTerm ,i_Termoutofloop ,i_currentTermonloop;
      
    /*  dbms_output.put_line(v_Termoutofloop.count);*/
      
      EXCEPTION
        WHEN OTHERS THEN
         -- catch all errors. what to do. 
         dbms_output.put_line( SQLERRM || ' ' || SQLCODE);
            
        null;
         
      END;
    return cntLoops ;
    
    
    END DisturbrLoops
    Published by: user8798946 on September 14, 2009 01:45

    (1) remove the hider exception (Manager)
    (2) v_sql is null, then the immediate execution attempts to execute NULL...

  • Cannot open a new tab (additional) today! What's up with that?

    In this latest version, the "+" at the end of the line is no longer opens a new tab. Nothing happens except the screen that says it will open a new tab. I'm on version Beta 30 and who says that I am up to date. I thought I saw a 'flash' that 31 of the beta was available. Saw it once so I don't know. It is a NEW issue for me, and I've been on Beta 30 for awhile.

    Create a new profile as a test to see if your profile is the source of the problem.

    See "create a profile":

    If the new profile works then you can transfer files from a profile already used in the new profile, but be careful not to copy files corrupted to avoid transporting on the problem

  • When I load aurora 7, I see clear diagonal lines wide white appearing for a second or two. What's up with that. Win 7 pro. THX fred

    they appear at the top right bottom left. Part of Windows transparency?

    Which also happens if you disable hardware acceleration?

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    If disable hardware acceleration works then check if there is an update available for your graphics display driver.

  • How to write in the csv file - what's wrong with that?

    Hi all

    I created a view that makes all kinds of calculations, now I need to write the output in the csv file. How can I do this through a procedure? Sorry I've never had to create a csv file before and this is my first time.


    Thank you!

    Published by: user5737516 on November 18, 2009 09:47

    See:
    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:1992907061984
    (points to several other links)
    and/or
    http://tkyte.blogspot.com/2009/10/httpasktomoraclecomtkyteflat.html

  • When I send a picture to Lightroom Develop module, image Navigator shows very well, but not not the image complete.  All I get is a blue background, where the image should be. What is happening with this?  I just installed Lightroom and Photoshop CC on a

    I used Photoshop and Lightroom for years and upgraded to CC about 6 months ago.  I just got a new computer and downloaded Lightroom and Photoshop CC on the new machine.  In Lightroom, when I send a picture to the develop module, all I get is a blue screen, where the image should be.  The navigation signs and develop panels show very well, but the image does not appear on the main screen.  It appears in the browser.  What's up with that?

    Disable the CPU graph use in the performance of the LR preferences tab. Blue box will be gone, Image will show.

  • What's up with 10-24-06 cfapplets.jar fix?

    When I download the patch from 24/10/06 supposed "cfapplets.jar", it's really a zip file containing a bunch of stuff.

    Instructions on http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b9c2d61c do not seem to apply.

    What's up with that? -bg

    It seems that someone has corrected the link and download the correct file now. -bg

  • Need help with the dimensions of a T500 with an extended battery 9cell

    Can someone give me the dimensions of a T500 with long battery life?  I want to just make sure that it will fit in the bag back when I order one.

    Hi jimmycrank!

    Check out this most excellent thread on the T400 and T500 battery size:

    http://forums.Lenovo.com/T5/T400-T500-and-newer-T-series/T400-amp-T500-battery-size-what-sticks-out-...

  • What to do with duplicate files?

    Hello. I recently installed "Disk Clean Pro" and run "find duplicate files. Most of the records found have recognizable names and so I can easily decide if they should be "cleaned" or not. However, a lot of files is a string of alphanumeric 40 who have no sense. My question is: is it 'safe' clean up these files or are important and should be left as is? Thanks in advance for your help with this. See you soon. Adrian

    If you don't know what a file is, so do not delete it. Badly designed finders only duplicate check a file name and possibly the size. But two files with the same name and size may have different content or can be in two different places for a reason. What you don't know can kill the operating system.

    How to free space on the hard drive

    1. You can remove the data from your file except for the folder/Home/Library /.
    2. Visit The FAQ XLab and read the FAQ on the free space on your hard drive.
    3. See also release space on your Mac OS X startup disk.
    4. See where my disk space gone?.
    5. Remember to empty the Recycle Bin to reclaim space.
    6. Replace the disc with a larger. Check out OWC of readers, tutorials and boxes tools.
    7. Use OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are.

Maybe you are looking for

  • HP Pavilion Elite GX610AA-A2L: HP product # does not match the version of Microsoft

    I tried to update the drivers etc, when I use the feature updates of research with my 'product name' he asks me so my OS.  The only option it gives me is "Microsoft Vista".  Well I have updated my OS to Win 7 a couple of years. -How can I check to se

  • Registration will not accept my phone number

    I have a Satellite registration form does not accept my phone number no matter how present the numbrer! The upgrade system is incomprehensible there is no indication as to what you are bound to succeed. I've been computing for 40 years Toshiba regist

  • Bluetooth installation problems

    Hello I have a few problems installing BT very frustrating. I have a Satellite Pro P200 with Vista installed which works well since January. A couple of weeks ago, I upgraded my cell phone that has Bluetooth and thus for the first time that I set up

  • UAC is ruining my life!

    My friend is the administrator of this computer and it allowed me to download the Honourable however UAC popped up once-view. I played HoN, while he kept log me in because of the UAC. So when he decided to do something, he went into the folder of HoN

  • Change user provides rarely good profile

    There are two user profiles on my laptop and can start properly consulted on-site, however if you want to switch to another windows user provides a temporary profile, not the right pair. The only way is to restart the computer, and then select the ot