Change a reference point of the components

Perhaps it is trivial and I just a case of the Mondays, but how do I change a reference point of the components.  For example a canvas, as well as 0,0 is at its Center and not at the top left.

Thanks in advance.

You can not, you calculate all the stuff you want to keep in mind that the registration point is at 0,0. The event if you can find a way to change the registration point (which in theory can be done, but it is not as simple as that), that it would be completely unnecessary and it could lead to just hurt most.

Tags: Flex

Similar Questions

  • Scale multiple objects, with the Center as a reference point, without moving the Group

    Hello-

    I want to scale multiple objects, their Center, without moving the group. I found how to change the objects of the Centre (setting of the reference point in the transformation to the Center and using the free transform tool Panel), but I would choose a bunch of objects and move towards the top of the Center, without the group get larger.

    I want to use it for the highlights on the plans. Say I have 25 small circles with numbers in them on the plan and I want to blow up to 200%, but I want to stay in the same place, is it possible to do both? Or do I have to re - intensify each object individually? The problem that I am running is even if I'm upgrading the scale objects from the Center, the moving objects and losing their place on the map. So, I made each of them individually.

    Thanks for any help!

    Not quite what you want, but if you make one, you can select the rest and the object > transform again > transform again individually.

  • Make the absolute displacement using central reference point

    I want to place a large number of images of varying proportions, using the central reference point at the same point in each page.  I played with the move, and he always seems to use the upper left point.  My reading of the literature suggests that I would get the same results with transformation.

    I realize that I could do the calculations to make the move, but hope I'm missing something and there is a much simpler way to do.

    Thanks in advance

    Jerry

    I finally just did the calculations - it doesn't seem like elegent as moving using the reference of the Center but it works.

    Here is a snippet of the code with the warning that 6.125 and 5.0 are hard-coded and they shouldn't really be OCD made me round up things...

    XY = myObject.geometricBounds
    height = xy (2) - xy (0)
    width = xy (3) - xy (1)
    x_position = round (6.125 - (width/2), 3)
    y_position = round (5.0 - (height/2), 3)
    myObject.move Array (x_position, y_position)

    Jerry

  • questions of basic reference point

    I have a rectangle and the reference point is in the upper left corner, and I scale down the left upper anchor. I cancel it and change the reference point to the Center and do the same thing. I don't seem to notice a difference with how it gets set to scale down. Am I misunderstand how the reference point?

    Thank you

    Seems to me that if you're looking for Alt or Alt/Shift when dragging to resize an object from its Center.

  • How can I change the color of the plots (lines, points) in the collection Scattergraph plot

    For example, I go through a foreach loop and draw two points. How to distinguish this set of plots of the yet to come? How can I change the style, color and have separate lines (instead of on the line connecting everything) for each of my plots? I don't know how to set everything up, but it still does what he wants to do. TIA.

    Hello

    The problem you see occurs because of the following lines of code:

    The _data and _data2 scatterPlot3 value

    _data = scatterPlot3

    _data2 = scatterPlot3

    When you do this, you define _data as _data2 to reference an object of the simple concession - scatterPlot3.  Yes, even if you have (from the code you have posted at least) three slots in your collection, they are all pointing to the same object of point cloud.  So when you change the color for one, it changes the color for them all.  However, I think that you have fallen on the right solution in your last sentence.  If you want to have multiple locations on your ScatterGraph, each with its own color and style, they should each be separate and unique plots in the collection plot of your ScatterGraph.  Based on the code you posted, you'll see this if you comment just the two lines shown above.

    Please let me know if something is still uncertain.

    NickB

    National Instruments

  • Move the object by the "reference Point".

    I need to move the images on my document using different reference points. But it seems that by default, it moves using the 'AnchorPoint.TOP_LEFT_ANCHOR '. I can't change it.

    Here is my code:

    myDoc var = app.activeDocument;

    var changeRefPoint = app.activeWindow.transformReferencePoint = AnchorPoint.TOP_RIGHT_ANCHOR;

    if(MyDoc.Selection.Length == 1)

    {

    If (app.selection [0].constructor.name == "Rectangle")

    {

    var rectangle_graph = app.selection [0].move([159,61.3]);

    }

    }

    Hi Ken0207,

    I'm afraid that the setting of PageItem.move (in, in) is always top-left-anchor parent, regardless of the current transformReferencePoint.

    I can't test it in depth, but the following function should do the job:

    function moveToConsideringAnchor(obj, xyDest, anchorPt)
    // -------------------------------------
    //       :  any singular PageItem specifier
    //    :  [x,y] location expressed in the current ruler space
    //  :  the considered AnchorPoint (default is top-left)
    {
        if( !(obj && obj.transform) ) return;
    
        var CS_PASTEBOARD = CoordinateSpaces.pasteboardCoordinates;
    
        anchorPt || (anchorPt=AnchorPoint.topLeftAnchor);
    
        var xy0 = obj.resolve(anchorPt,CS_PASTEBOARD)[0],
            xy1 = obj.resolve([xyDest, anchorPt],CS_PASTEBOARD,true)[0],
            dx = xy1[0]-xy0[0],
            dy = xy1[1]-xy0[1];
    
        obj.transform(CS_PASTEBOARD,[0,0],[1,0,0,1,dx,dy]);
    }
    
    // ---
    // SAMPLE CODE
    // ---
    
    // Your settings:
    var CONSIDERED_ANCHOR = AnchorPoint.BOTTOM_RIGHT_ANCHOR,
        XY_DESTINATION = [159,61.3]; // in ruler space
    
    var sel = (1==app.selection.length) && app.selection[0];
    
    if( sel instanceof Rectangle )
        {
        moveToConsideringAnchor(sel, XY_DESTINATION, CONSIDERED_ANCHOR);
        }
    

    @+

    Marc

  • Free transform: drag the reference point?

    So when you use the transform tool it has a button to change the reference point at 9 different locations. But I need set the reference point at a specific location in the image. Can't I put manually, by dragging or something?

    While you can do in the full version of photoshop elements

    does not seem to allow for this.

    MTSTUNER

  • How can I change the size of the pointer of the mouse for my product

    How can I change the size of the pointer of the mouse for my product

    If it can be changed, the controls will be in the start menu / Control Panel / mouse.  It is not possible with all brands of mice.  Perhaps a different drawing will be have more big pointers - see the different options.  If the option is not listed or those listed do not help, go to the website of manugacturer of the device and download the most recent driiver for your mouse and your version of Vista and install it (Start/Control / Panel / Device Manager) and see what provides all premanente options that weren't there before and can adjust the size.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How can I change text size and point via the command prompt?

    I want to create a script that will allow me to easily change to or from my TV to my monitor. I know how to change the display, but I don't know how I can change the size of text and point via the command prompt (that is, from 100% to 150%). Does anyone know how?

    Unfortunately, you can not.  In addition, change the DPI requires reboot (or logout and back).  But you can apply a different theme, that you can call from the command just by opening the .themepack file.  Since themes can control the size of some elements of the police who might do the trick you are looking for.

  • [ADF, JDev12.1.3] How to change the font size for all of the components of output within an af:panelBox?

    Hallo,

    I need to change the font size for all the inputTexts, LOVs of outputText, labels, etc. which are in different panelFormLayouts inside a panelBox.

    I tried to define a CSS class and to assign to the panelBox but it has not worked.

    You kindly suggest me an easy way to do this?

    Thank you

    Federico

    Hello

    You can try something like this:

    AF | panelBox::content label, af | panelBox::content, af | panelBox::content entry, af | panelBox::content select {}

    your style

    }

    At least the style of the components you named should be changed. If you need more you can add others.

    Kind regards

    Ruben.

  • Dynamically change the order of the components

    Can I dynamically change the order of the components (input text entry LOV, etc.)  inside the layout of the Panel form?

    Currently in 11.1.1.7 but may be considered if necessary upgrade

    Yes, you can.

    See the example attached to this bug: https://java.net/jira/browse/JAVASERVERFACES-2390

    Dario

  • Setting the Options anchored object reference Point

    Hi guys, I've exhausted all the research and trial and error and am simply stuck. All that I am by train is to change the Options of object anchored to an object I inserted in the text, but I have no idea what the correct syntax is, nothing seems to work!

    I expect to be able to just put in this kind, according to the reference, or with the geometicBounds forest, but nothing works. It is not scriptable?

    var myTF = myTxt.insertionPoints [-1].graphicLines.add ({geometricBounds:myGeo});})
    myTF.AnchorPoint.BOTTOM_RIGHT_ANCHOR;   does not work
    myTF.anchoredObjectSettings.AnchorPoint = AnchorPoint.BOTTOM_RIGHT_ANCHOR; does not work
    myTF.parent.AnchoredObjectSetting (AnchorPoint.BOTTOM_RIGHT_ANCHOR);     does not work

    Thank you

    Hello

    You cannot set some properties of mTF.anchoredObjectSettings

    until

    mTF.a nchoredObjectSettings.anchoredPosition

    the value

    AnchorPosition.ANCHORED

    Jarek

  • Why Illustrator change my anchor points and size race randomly when I'm using the tool pen?

    Why Illustrator change my anchor points and size race randomly when I'm using the tool pen?

    k,

    It looks like you might be haunted by the Align attribute to the ghost of the pixel grid.

    You can select the entire document and untick finally align on the pixel grid in the Transform palette and uncheck also align new objects to the pixel grid in the options of the Launcher. It is crucial that the checkbox is disabled completely, not just a - which also count as ticked.

    It may be noted that even align with the pixel grid is cleared with all the selected objects, align new objects to the pixel grid is checked as the creation of new objects will result in these new objects being aligned, even when they are created from existing objects that can happen with Pathfinder operations.

    You can avoid the types of documents with the default (RGB for the web and other) or change the default value for such documents.

    Here is a screenshot of exquisite made per ton in the first post:

    https://forums.Adobe.com/message/7841770#7841770

  • Why is there not a reference point locator in the scale tool dialog box in Illustrator?

    I guess that's also a suggestion that it is, but why isn't there a reference point locator in the scale tool dialog box in Illustrator? Maybe the function exists and I'm not aware, but it would just using the tool of the easier level. I realize, I can type in mathematics to scale upwards or downwards in the palette transform or workspace, but the scale tool dialog box offers the additional advantage to allow you to preview the results, while the other options are not. Am I missing something? Any help is appreciated.

    Roger,

    Maybe it's time for a feature request:

    Feature request/Bug Report Form

  • How to change the points after the insertion of a shape of the leaf?

    @

    After you have created the form, choose the direct Selection tool, click a point on the sheet, either drag or use the handles to change its coverage area.

Maybe you are looking for

  • Where can I find the warranty contract number?

    Where can I find the warranty contract number?

  • Pavilion m9367sc: .exe does not

    The computer has a m9367 Swedish, different from the American m9367, more power etc. Downloaded .exe files cannot start as normal. Windows asks me to run or save the .exe file, it asks me to open or save the .exe file. So, I have to choose a software

  • "Group of" virus of bifurcation explore

    Vista Business 64-bit. The Explorer has been infected by the virus 'Group By' Microsoft.  How do I disable/remove this virus, so there is no function ' group by '? I want to * ALL * files are only «Détails»

  • facility additional tray on 8630

    I just set up my 8630 completed, but could not connect the tray extra paper that can't do the packing material from inside the drawer on.  Is there a way to pull drawer to its full capacity?

  • PowerConnect 2724, 2 existing VLAN cannot Ping

    I really need your help on a 2724 switch. My new job, there is an existing PowerConnect 2724 and he is currently in managed Mode 2 VLANS. I have Do not have the IP settings or passwords. I put my settings TCPIP 192.168.2.2 and my MASK of 255.255.255.