Transform the coordinates Y wrong

In the area of transformation the Y coordinates are false. The object is above the zero of the art Council series still coordinate is reading a negative number. I changed to Global leaders, but it's always reading a negative number. Help?

pvanderh, as a result of what Larry said:

To change the origin of the rule in CS5 are the same as in CS4 and earlier versions, you can:

0) close down Illy (you can change the closed preferences with Illy file);

(1) find and open the AIPrefs (Win talk) or Adobe Illustrator Prefs (Mac talk) of the file. It is a hidden file in the folder of Adobe Illustrator CS5 Settings;

(2): find and replace the following two bits of code:

/isRulerOriginTopLeft 1 > /isRulerOriginTopLeft 0 (replace the 1 with a 0)

/isRulerIn4thQuad 1 > /isRulerIn4thQuad 0 (replace the 1 with a 0)

This is a global change.

Tags: Illustrator

Similar Questions

  • In Photoshop CS6 how can I turn off the popup to move tool indicating the coordinates of the mouse?

    I just installed Creative Suite CS6 and in Photoshop, when I use the tool to move a small window shows the coordinates of the mouse. I see no possibility to disable this option in the Options bar or preferences. It's really annoying. Can someone please?

    Thank you

    Joanne

    Preferences to: Interface: display transformation values: never.

  • reposition a movieclip on the stage with the coordinates of an xml

    Hello I am new on this forum and somewhat a beginner with actionscript. what I try to do is to reposition a movieclip already with the coordinates that will be in an XML file on my server. But so far no luck.

    That's what I have for AS3

    var my_x:Number;

    var my_y:Number;

    var myCoord:XML;

    sample_mc.x = my_x;

    sample_mc.y = my_y;

    var myXMLLoader:URLLoader = new URLLoader();

    myXMLLoader.load (new URLRequest ("coords.xml"));

    myXMLLoader.addEventListener (Event.COMPLETE, processXML);

    processXML function (e: Event): void {}

    var myXML:XML = new XML (e.target.data);

    myCoord = myXML.position.pos1;

    my_x = myCoord.@XPOSITION;

    my_y = myCoord.@YPOSITION;

    }

    And the XML file

    < location >

    < WHICH pos1 = POSITIONY "100" = "55" >

    < /pos1 >

    < stop >

    Let me know if anyone can correct what I am doing wrong, please.

    use:

    var my_x:Number;

    var my_y:Number;

    var myCoord:XML;

    sample_mc.x = my_x;

    sample_mc.y = my_y;

    var myXMLLoader:URLLoader = new URLLoader();

    myXMLLoader.load (new URLRequest ("coords.xml"));

    myXMLLoader.addEventListener (Event.COMPLETE, processXML);

    processXML function (e: Event): void {}

    var myXML:XML = new XML (e.target.data);

    myCoord = myXML.pos1;

    my_x = Number (myCoord.@XPOSITION);

    my_y = Number (myCoord.@YPOSITION);

    }

  • How to get the coordinates and the size of the swf to scale components

    I use the Web (I put it to the size of the entire screen) to frame a swfloader that loads a swf file with the width and height set to 100%. This swf has a movieclip. How can I get the exact coordinates of his position and its size after the scaling in Flex?

    In Flash CS4, the movielip a x = 40, y = 700. In Flex, the swf file is set to 100% scale, but when I get the x value of this movieclip, it is always 40. I try to get the scale of the x axis ratio using scaleX of swf. But his 1, pretty weird.

    How can I get the correct coordinates of the movieclip?

    The coordinates are usually compared to something.  X is relative to the parent.

    LocalToGlobal and globalToLocal convert coordinated areas.

    You can go to transform.pixelBounds and

    transform.concatenatedMatrix.

  • Stopping at the coordinate y specific

    I have a few graphics I want to load into my flash above the scene file and then drag in the stage area of the stage. I'm obviously new to actionscript, but I thought that it would be not too difficult to understand.

    Here's what I have:

    On the chassis:

    load graphic behavior
    This.id_error_mc.loadMovie("smart_qc/id_error.jpg");
    End behavior

    On the movieClip named id_error_mc

    onClipEvent (enterFrame) {}
    If (this ._y < 3) {}
    This ._y += 10;
    }
    }

    This movieClip is attached to y - 300. I don't want to fall down and stop at exactly y 3. I have comes close, but it's out of a few pixels. When I set the speed, it's even bigger. When I adjust the coordinates, it is always off. I think I'll talk all wrong, but I have not been able to find something on the web or in my actionscript books that can help me solve the problem.

    :

  • I'm trying to select several images (Forms), but I have not found a selection tool. This selection tool to transform the mouse cursor in an arrow and it is possible to select several images or figures. I use Microsoft Excel for Mac 2011 Version 14.5.3.

    I'm trying to select several images (Forms), but I have not found a selection tool. This selection tool to transform the mouse cursor in an arrow and it is possible to select several images or figures. I use Microsoft Excel for Mac 2011 Version 14.5.3. Thank you!

    tupensi wrote:

    use Microsoft Excel for Mac 2011 Version 14.5.3. Thank you!

    Then you should post on the Microsoft Mac forums where to hang out the gurus of the Office, as is the Microsoft product, with that you are having problems:

    http://answers.Microsoft.com/en-us/Mac

  • With the help of the mouse click to return the coordinates of the image.

    Okay, so I tried to find a way to do it, and it seems very complicated for something that sounds really simple.

    Anyway. I have a camera that updates an object image on the front panel using a while loop. I have another image object that is updated with a still image when you press the button "snap." Now what I want to do is to click on a point in the image that are broken and have the VI to return the coordinates of this pixel as part of coordinated image.

    What I have so far is a structure of event in the while loop with the following to happen where "image object-> the mouse down:

    Server reference (reference to the image object)-> property (last position of the mouse)-> output coordinated screen node.

    I have two errors that don't make much sense to me (I have not worked with before event structures): ' event data node contains terminal unwired or bad "and"structure of the event one or several cases of event have no defined event. " This second shot seems odd because I don't actually want nothing to take if there is no click of a mouse. The first seems to refer to the box of the element on the left side of the structure of the event.

    Above is my last attmpt to the trouble of sorting and as far as I can see it should work. whatever about the errors, I even take the right approach with that? I would have thought cordinates image would be quite common but seek advice here, it does not seem...

    A bit puzzled here. Any help is very appreciated.

    Hello RoBoTzRaWsUm,

    I took a glance at your VI, who took a correct approach to the data you are looking for.  As you structure to aid and the event, you should look for an event to occur.  When you use a property node, you try to read an attribute of a control.  However, in a Structure of the event, I think you should use a node to invoke.  Allows a node to invoke your read an event or write a method with the control class in LabVIEW.

    1. place down and call the node in the Palette of functions in "Programming"-> "Application Control".

    2 wire your reference Image control to this

    3. click on the method, and then select 'get a last event. "

    4. right click on "Events that" and "create Constant.  Do the constant '1' in the table

    5. read the Cluster "Contact information" from the left side of the case of the event by clicking and "create indicator.

    You will find a piece of code attached example.

    Concerning

  • is it possible to tell me how I can make program in labview that take black and with image pixels and give the coordinates of black or white pixels again to me.

    Hello everyone

    is it possible to tell me how I can make program in labview that take black and with image pixels and give the coordinates of black or white pixels again to me.

    It depends on the image and the module LabVIEW available to you. LabVIEW can open bitmap and png files and convert them into tables: if it's really a monochromatic (depth of 1 bit) you get a table 2D boolean, T for white, F for black. Just look at the index of the item to its details (don't forget that LabVIEW does not use the order of rows and columns, so you must transpose and reflect the table). If you have a 24 bit bitmap, the table will contain the color in hexadecimal synthesis (000000 for black, FFFFFF is white and so on); Yet once, you simply check if the element of the array correspond to your requirements and get its index.

    With the vision that you module con open other pictures and perform advanced on them without convert them into tables. Anyway, you can just type the extension of your image using LabVIEW and see what you get.

    Here is a code snippet to open a monochromatic image

  • Strip tip that displays the coordinates while moving (delta) and size when resizing went

    I've been using LabVIEW since version 3.  I used to use it full time, but only part-time and the.

    I have a Win XP Professional computer running LabVIEW 7Express, and I have a Win 7 Home Premium computer running Labview 2013.

    I have always used and relied on small pop - up (Advanced band, ToolTips) which indicates the coordinates when you move an object on the screen: delta 4, 19 for example; and shows the new size when resizing: 4, 19 for example.  It works my Win XP Professional LabVIEW 7Express machine but NOT on my Win 7 Home Premium LabVIEW 2013 machine (and I need to work on this machine).

    I think there are 3 places to search for:

    1) LabVIEW, tools, Options, block: see the tip terminal strips - "this option is enabled on both machines.

    (2) LabVIEW.ini - "I can find similar entries on both machines.

    3) strips of MS Windows Advanced treatment - "not sure about it, Win 7 Home Premium is not easy to use with this and web sites I've found seem to point to key in regedit which seem not to be there.

    Thanks for any help!

    Nevermind, I figured it.

    My Win 7 machine is dual-boot.  I have a SSD LabVIEW 2013, on the other hand I have LabVIEW 2012.  I looked on the side of 2012.  I noticed that there are 3 places that you can treat with strips of tip under LabVIEW Options: front panel, block diagram AND UNDER environment.  Who has been disabled on my side LabVIEW 2013.  I fixed it.

    I think I have disabled all 3 places when I was trying to stop one of the most annoying things in LabVIEW.  When interacting with case and sequence stacked Structures, that terrible pop-up ads (Advanced band) would appear and cover the value of the Structures or Structures of stacked sequence case who I was interacting with blocking my view.

  • How to obtain the coordinates of the cursor in a field in 3D?

    I have a land in 3D with discrete points. The cursor is indicated and broken so that I can move the cursor to select a point to the nearest point. I was wondering how can I get the coordinates of the cursor in the 3D plot so that I can point to the point (change the size or shape) which the cursor is located. I wasn't able to find coordinates using nodes property. Any suggestions will be appreciated. Thank you.

    Xueliang

    Is this working from home?

    This thread offers advice for hwo to use 3d graphics.

    http://forums.NI.com...=161218#M161218

    This an apperntly has an example to enter the values of the slider.

    http://forums.NI.com...=108612#M108612

    Ben

  • 'Space Hulk - Vengeance of the Blood angels' wrong view for Windows 7 64 bit

    Trying to play 'Space Hulk - Vengeance of the Blood angels' which is a Windows 95 game, after putting in place he moaned it won't work without a "dplay.dll" after downloading (here: http://www.dll-files.com/dllindex/dll-files.shtml?dplay) and put that in the directory, the game starts, the sound is fine but it displays the game all wrong, it should look like this :

    http://DL.dropbox.com/u/666433/SpaceHulk/foto.jpg

    But ends up looking like this:

    http://DL.dropbox.com/u/666433/SpaceHulk/HULKW95-2010-09-08-16-27-57-24.jpg

    http://DL.dropbox.com/u/666433/SpaceHulk/HULKW95-2010-09-08-16-05-39-17.jpg (EA logo)

    I tried to use all different compatibility modes without success, to get this game runs on Windows XP, all 32 bit, I had to do was to disable Direct Draw but the option is no longer available in Windows 7:

    http://DL.dropbox.com/u/666433/SpaceHulk/Windows7DxDiag.PNG

    What can I do?

    Hello

    Space Hulk - Vengeance of the blood Angels is not compatible with Windows 7. Click on the link below.

    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/search.aspx?l=en-us&type=software&s=space%20Hulk%20-%20Vengeance%20Of%20The%20Blood%20angels&OS=64-bit&page=1

    Space Hulk - Vengeance of the blood Angels seems to be a very old-fashioned (95). It might not work with Windows 7, but you can try to install the game in compatibility mode and check if you're able to play the game, but do not know if it will work or not. Follow the steps mentioned in the article given below to install and play the game in compatibility mode.

    Make older programs in this windows version

    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    If this does not work then, try to run the game in XP (virtual mode) mode and check if you're able to play the game. To do this, you may need to download virtual XP mode. Check the links below and download and install the program on your Windows 7.

    Windows Virtual PC

    http://www.Microsoft.com/Windows/Virtual-PC/Download.aspx

    Note: XP mode only works if you have Windows 7 Professional / Enterprise / ultimate.

    The manufacturer of this game is Electronic Arts (EA), I suggest you contact them for additional support, click on the link below.

    http://www.EA.com/

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • in hotmail, I can't pass on all messages that the coordinates and the message is not transferred to the new email.

    In hotmail, I can't pass on all messages that the coordinates and the message is not transferred to the new email. However, this works in Windows Live Mail. I use Windows 7 64-bit and 64-bit internet.

    Hello Brian,.

    There is a forum located there that is specifically for Windows Live Hotmail problems. Here is the link:
  • I can't find the coordinates of the webcam to put a shortcut on my desktop

    I can't find the coordinates of the webcam to put a shortcut on my desktop

    I can't find the coordinates of the webcam to put a shortcut on my desktop

    You can find it in Program Files?

    Start > computer > right click on C: (or your system drive) > Program Files...
    Find the name of your webcam. Mine is ArcSoft > ArcSoft opened and I find uWebcam.exe > right click, click on send to > desktop (create shortcut). For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • How to find the coordinates of the screen control clicks?

    I would like to find the screen coordinates of the place a click / tap event occurs. So, for example, if a button is clicked, is it possible to find the x / place on screen? Or at least the command position?

    It seems to be difficult scpecially if the controls are in a ListView. The onClicked: event there is no provided location information. And if I try to join a TapHandler to the ListView it seems fire on areas non-zero.

    You can use the onTouch() signal to get the coordinates compared to itself or on the window...

    http://developer.BlackBerry.com/native/reference/Cascades/bb__cascades__visualnode.html#function-TOU...

    http://developer.BlackBerry.com/native/reference/Cascades/bb__cascades__touchevent.html

  • Question to find the coordinates of an address

    I worked on an internal BlackBerry application to see the map of the site of the Agency on the States. I use Eclipse Plugin and BB JDE 4.7.0 with the BB 9530 Simulator. My question is how to locate a given address GPS coordinates. I tried both approaches, and all were unsuccessful.

    My first approach is to use the API of BB net.rim.device.api.lbs.Locator to get the coordinates of an address. But the Landmark returned by the Locator had a length zero (no found the coordinates). What I have to install any application of location map BB on the Simulator? The Simulator has the pre-installed BB card application. Given the coordinates of an address, the invocation of the MapView also gave me internal error. Here are the code snippets used in the application:

    AddressInfo addressInfo = new AddressInfo();
    addressInfo.setField (AddressInfo.STREET, empDetInfo.getStreet ());
    addressInfo.setField (AddressInfo.CITY, empDetInfo.getCity ());
    addressInfo.setField (AddressInfo.STATE, empDetInfo.getState ());
    addressInfo.setField (AddressInfo.POSTAL_CODE, empDetInfo.getZip ());
    addressInfo.setField (AddressInfo.COUNTRY, empDetInfo.getCountry ());
    Coordinated coordinated new = startCoords (Constants.LATITUDE_STARTCOORDS, Constants.LONGITUDE_STARTCOORDS, 0);
    Historic landmark [] = Locator.geocode (addressInfo, startCoords);

    MapView mapView = new MapView();
    mapView.setLatitude (lat);
    mapView.setLongitude (lon);
    mapView.setZoom (10);
    Invoke.invokeApplication (Invoke.APP_TYPE_MAPS, new MapsArguments (mapView));

    The second approach is to use the Google Geocoding V2 Web Service to locate contact information and start Google Maps using the details. By giving the fixed coordinates, the application can display the right card for them. But the problem is that the application got constantly bad request "400" State Code returned by the Web Service of Google, even if I can get good state code (200) with the data of contact details by gluing directly the same URL in the Internet Explorer browser query string. I also tested the application at home and could not get back the Google Web Service in good condition code if the PC was not connected to the corporate network. But if the PC is plugged into the network, the application always to return 400. I have no idea what would cause this issue.

    If anyone had a similar experience and work around, please make me light.

    Thank you in advance!
    yc6963

    I think that Google Maps uses a direct TCP connection.  When you use the simulator of BlackBerry smartphone that this type of connection is from the Simulator itself, which connects directly to the destination server (without using the simulator of MDS - CS).

    Since you have a proxy in your workplace, it is likely that the connection is blocked.  Unfortunately there is no way to configure the simulator of smartphone BlackBerry Connect via a proxy at this time.

    BlackBerry Maps (and MapField) works in version 4.7 of the BlackBerry JDE, however you may run into problems due to the power of Attorney in your environment.

Maybe you are looking for

  • How can I block a remote content after letting the remote content

    There was no remote content - an email I thought I'd have a play around with the 'options' and then selected "allow remote content for...» "now, the option button has disappeared - but now I want to block the content then how to bring back this optio

  • How can I delete my favorites on macbook?

    How can I delete my favorites on macbook?

  • Yahoo Mail for spam iPhone

    Hi Apple iPhone community, This query refers to a friend who had an iPhone 5 and now an iPhone 6. They use Yahoo mail for iPhone App and I (and others) have previously (and more recently) received SPAM e-mail to this address. One of the solutions I'v

  • NEITHER USB 6008 AI acquisition and generation of pulse

    Dear users of LabVIEW, Greetings for everyone. I am a beginner of LabVIEW and I have a problem that I solved partially. I would really appreciate your help and suggestions that I searched for days without a bit of luck. The problem is as follows: I a

  • Version 8 of Adobe

    I can't load Adobe version 8! The error comes back and says I need a newer version of Windows install. I use Windows 2000 service pack 4. What version of Windows install can I load?