Position objects on path

HI
Is there any way to find a specific point on a curved path, that is not an anchor point?
I want to position an object on a path, but I need to know the Y of any given X on that path.
Thanks
Math

Of course, with the note that Illustrator's curves are Bezier curves, and for Beziers, there may be more than one Y for a given X point (I know - the maths is horrible.)
Good thing most illustrators don't like to use the most extreme looped and self-intersecting curves (Illustrator itself has no qualms in inserting these in, for example, Live Traced results!)
Apart from the exact-but-hard mathematical way, you could expand the curve to straight lines. That can be done recursively to any degree of accuracy. Look for my CircleFill script; it contains a Javascript implementation of the late Maxim Shemanarev's Bezier-to-lines code.

Similar Messages

  • Get the Picture object location path from crystal report using CRAXDRT.DLL

    Post Author: hpatel_it
    CA Forum: Crystal Reports
    Hi All,I am working on one project - Crystal report to SQL Report conversion and I am using CRAXDRT.DLL to open and read crystal report.I have done conversation of all controls but I am not able to get PICTURE object from Crystal report and also PICTURE object source path.I am using CRAXDRT.OLEOBJECT to get the path of the picture object.if someone have knowledge of CRAXDRT please help me.Regards,Harry

    You can get at specific objects using events,  but not a whole record.
    Can't think of any way of doign this at all...
    Ludek

  • The selected objects cannot be joined as they are invalid objects,( Compound paths, closed paths, Text Objects, Graphs, Live Paint group). You can use Join command to connect two or more paths, paths in groups; ot to close an open path.

    Hi I was trying to join two Ractangle Tool objects but getting this type of Error in illustrator cs6 :-
    The selected objects cannot be joined as they are invalid objects,( Compound paths, closed paths, Text Objects, Graphs, Live Paint group).
    You can use Join command to connect two or more paths, paths in groups; ot to close an open path.
    Please assist me asap.

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    This sound like a firewall issue. I would start by disabling the firewall and seeing if you can connect. If this works then you know where the problem is,
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Many javax.swing.text.Position objects en masse

    Hi,
    I am wondering if anyone has much experience with the performance of javax.swing.text.Document implementations (using GapContent) and a large number of registered Position objects. I am trying to keep track of token boundaries for quick re-lexing, and the token count can be rocket high. I am just beginning to work with this API, and I guess I am looking for any insider information I may be missing.
    Thanks,
    galaxy

    Hi,
    I am wondering if anyone has much experience with the performance of javax.swing.text.Document implementations (using GapContent) and a large number of registered Position objects. I am trying to keep track of token boundaries for quick re-lexing, and the token count can be rocket high. I am just beginning to work with this API, and I guess I am looking for any insider information I may be missing.
    Thanks,
    galaxy

  • Sapscript: position OBJECT GRAPHICS ID

    Hi all,
    I hope there is someone can help me...
    My problem is: i've used the istruction to insert an image in a Sapscript
    /: BITMAP 'LOGO_TOPAZIO_DATI1' OBJECT GRAPHICS ID BMAP TYPE BCOL
    now, how can i position the image in the centre of page?
    Thanks a lots,
    regards,
    Alex.

    Hi,
    To print image, you have to import a tif file from your local hardisk via the SAP abap program RSTXLDMC.
    In the sap script, add in the following script.
    : / INCLUDE ZLOGO OBJECT TEXT ID ST LANGUAGE EN.
    or
    Tested in 4.6x
    Go to transaction SE78.
    Follow the path given below (on the left windows box) :-
    SAPSCRIPT GRAPHICS --> STORED ON DOCUMENT SERVER --> GRAPHICS --> BMAP
    Enter the name of the graphics file on the right side and Go to the menu GRAPHIC --> IMPORT.
    Thanks,
    Neelima.

  • Positioning objects in a JTabbedPane

    Is the any way to specify the positioning of an object in a JTabbedPane?
    I am placing JPanels which contain JLabels and JTextFields into tabs
    of a JTabbedPane. All the panels are centered in the tab panes.
    This is annoying because one panel contains more labels and fields than
    the others. As result some of the data on the smaller panels isn't visible without scrolling.
    Is there some way to orient all panes NORTHWEST ? So when a user selects a tab the data is visible.
    It seems to me it would be done when adding the tabs (.addTab())
    but I can't figure out how.
    I tried grigBag.setConstraints(jtp, gridBagConstraints) where jtp
    is the tabbed pane. But it did not work.
    Is this just the way the JTabbedPane works ?
    TIA

    Looks to me like you are using FlowLayout - this is the default for JPanels. FlowLayout is a pain in the thingimybob. Try using a more suitable layout manager (e.g. BorderLayout).
    This applies both to to the container you're putting the JTabbedPane into, and the JPanels you're putting within the JTabbedPane.
    You can set the layout when you create a container, for example...
    JPanel panel = new JPanel(new BorderLayout() );
    JTabbedPane tabs = new JTabbedPane();
    panel.add(tabs, "Center");Hope this helps!
    Regards,
    Tim

  • Positioning Objects on the Page.

    Hi, Expert:
    How can I position two objects on the page relatively? Say, I have two data tables, or one data table and after the table, some other object (button?, etc). B/c I don't know how many rows will return from the database, if I placed two tables too close, the first table will overlay the second one below. Is there a way to place them relatively so the second one will be always at the end of the first one?
    Thanks
    Jimmy

    Yes, and it's pretty easy :)
    Drag and drop a GroupPanel component to the page and put both tables into it.
    Or you can try changing the layout of the page to Flow Layout, but I use the GroupPanel.

  • Finding an object's "path"

    Hello,
    I'm trying to write a plug-in for Flash CS5 that will display the "instances path" for a selected object. I'm trying to work with JSFL.
    I manged to get all selected objects using fl.getDocumentDOM().selection. I iterate over the array I get and look at the objects. I am able to get each of the objects' name. What I need to do is construct the "path" to that object (e.g., scene.scene.instance4.myText). Can anyone think of a way to do that? Is there a way to get the object that contains a certain object?
    Thanks,
    Zohar.

    yes, I am using AS3, but that's only for the Flash component's code. To get the project's data I am using JSFL (it is being invoked from within the AS3 code with MMExecute). If there's any other way of doing this - I'll be glad to know...
    Thanks,
    Zohar.

  • (Org Model) Obtain Sales org's object id from position object id.

    Hi All,
    In the org model, I have the object id of a position and i want to find the object id of the sales org to which this position is assigned.
    Is there any FM that does this..?
    Thanks in Advance,
    Raviraj

    Hi Gun,
    When i tried tu check out this FM, COM_OM_ORGUNITS_OF_MANAGER, it says "NOTHING_FOUND"
    the params i passed are :
    PLVAR                         
    MGR_OTYPE     O
    MGR_OBJID     50001049   => position id of the user
    SELDATE       02/28/2006
    NO_DIALOG     X
    SEL_MULTIPLE  X
    am i missing something ?
    The hierarchy is :
    SOME_SALES_ORG
            |
            |-- ASSIGNED_PERSON
    I have the ID of this person and want the ID of the sales org
    regards,
    raviraj
    Message was edited by: Raviraj Khare

  • Can't align objects or paths to guide intersections with smart guides (or at all)

    In AI, smart guides indicated "intersection" when I am drawing a path or moving an object to align to the intersection of two guides, when I release the mouse, the object I am moving/drawings jumps slightly off the intended alignment intersection.  IfI continue to try to move it to align, it jumps to the other side or back to where it was but will mot match the intersection. What am I doing wrong?

    Lightgeist,
    In addition to what Lutz said, is Align to Pixel Grid ticked in the Transform palette? If it is, you may select everything and untick it, and untick Align New Objects to Pixel Grid in the Options (and choose another document type or change the defaults).

  • Positioning objects on a z radius evenly

    I'm useing papervision3d
    And I have 8 objects/spheres and will be adding more
    objects/spheres later
    I was wondering if anyone knows a formula to position any
    number of objects evenly on a z radius
    any help will be greatly appreciated, sincerely newwave
    here is what I have tried, as is only 4 objects/spheres are
    visible on stage, due to overlapping
    [code]
    var M1:MaterialObject3D = new FlatShadeMaterial(light,
    0xFF0000, 0xFFCC99);
    obj1 = new Sphere(M1, 50, 10, 10);
    obj1.x = -ORBITAL_RADIUS;
    obj2 = new Sphere(M1, 50, 10, 10);
    obj2.x = ORBITAL_RADIUS;
    obj3 = new Sphere(M1, 50, 10, 10);
    obj3.z = -ORBITAL_RADIUS;
    obj4 = new Sphere(M1, 50, 10, 10);
    obj4.z = ORBITAL_RADIUS;
    obj5 = new Sphere(M1, 50, 10, 10);
    obj5.z = -ORBITAL_RADIUS;
    obj6 = new Sphere(M1, 50, 10, 10);
    obj6.z = ORBITAL_RADIUS;
    obj7 = new Sphere(M1, 50, 10, 10);
    obj7.z = -ORBITAL_RADIUS;
    obj8 = new Sphere(M1, 50, 10, 10);
    obj8.z = ORBITAL_RADIUS;
    [/code]

    interesting! lol ;)
    well i'm not certain about the math on the z axis but it
    'should' be similar in calc to a normal circular calc - you might
    try reversing the cos, sin on each line. but the 'real' funny thing
    is the grouping, but part of the issue here is the assignment of
    the angle to 3 - the above formula divides degrees of rotation (eg.
    360) by the quantity of object positions so you really need to have
    that in there. but in hindsight you may want to increment the angle
    within the array because in this way it will result in rotations
    all the way through the circumference - so try this:
    private static const ORBITAL_RADIUS:Number = 300;
    private var angle:Number = 0;
    var M1:MaterialObject3D = new FlatShadeMaterial(light,
    0xFF0000, 0xFFCC99);
    for(var i=0; i<8; i++) {
    this['obj'+i] = new Sphere(M1, 50, 10, 10);
    this['obj'+i].x = ORBITAL_RADIUS * Math.cos(angle);
    this['obj'+i].z = ORBITAL_RADIUS * Math.sin(angle);
    angle += (360 / 8) * Math.PI / 180;
    that should do it ;)

  • Linking position to mask path?

    I know I can copy and paste a Mask Path to a layer's Position and vice versa.
    But is there a way to link them live with an expression?  I think I'm running into a problem with too many dimensions in an array -- I'm trying to link a Light's 3D position into a 2D Mask Shape (for Particular).   I can copy and paste the motion path & mask shape between them just fine, but pickwhipping gives me an error.

    Not directly, but there may be a work-around, depending on what you're trying to do. If you paste the path into the position property of a null, AE creates a smooth 2-second animation. You can like to the null's position and use a positon expression with the light (using valueAtTime()) to traverse the path on any timescale you want - stop, back up, etc. If what you're looking for is a live link between the path and the light though, then this doesn't help.
    A script has access to all the mask stuff, so depending on exactly what you're trying to do, you could use a little helper script to update your light position keyframes after you edit the path.
    Dan

  • CC 14.2 Smart Objects, Relative Path?

    Hi,
    The Linked SO's are very welcome, however as far as I can tell we're still stuck with absolute file paths. Is this right; there's no way to map to document relative paths?

    There are not two Place items in the menu File.  Place Embedded and Place Linked this had me worried because I use  the old menu FIle>Place in many of my scripts.  The good news for was my scripts still worked.   I use ScriptListener code for Place in my scripts so I went about capturing "Place Embedded" and "Place Link" compare them to the old "Place" All three do record full Path so I'm quite sure it would have to be and most likely you can not move file and expect things to work.  To me a relative path would not work for smart object layer has pixels rendered for the image file be it layers  have ACR setting if its RAW. It has to be a particular file.  The Path can not change neither Windows  and OSX have an object oriented file system.
    // ========= Place Embedded Photoshop CC 14.2 =======    // ========Place Linked Photoshop CC 14.2============  // ========Place prior Photoshop CC 14.2============================
    var idPlc = charIDToTypeID( "Plc " );                                          var idPlc = charIDToTypeID( "Plc " );                                          var idPlc = charIDToTypeID( "Plc " );
        var desc34 = new ActionDescriptor();                                           var desc37 = new ActionDescriptor();                                           var desc5 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );                                         var idnull = charIDToTypeID( "null" );                                         var idnull = charIDToTypeID( "null" );
        desc34.putPath( idnull, new File( "Path\\Name" ) );                            desc37.putPath( idnull, new File( "Path\\Name" ) );                            desc5.putPath( idnull, new File( "Path\\Name" ) );
        var idOpAs = charIDToTypeID( "OpAs" );
            var desc35 = new ActionDescriptor();
            var idCMod = charIDToTypeID( "CMod" );
            desc35.putString( idCMod, """Canon EOS-1D Mark II""" );
            var idSett = charIDToTypeID( "Sett" );
            var idSett = charIDToTypeID( "Sett" );
            var idCst = charIDToTypeID( "Cst " );
            desc35.putEnumerated( idSett, idSett, idCst );
            var idWBal = charIDToTypeID( "WBal" );
            var idWBal = charIDToTypeID( "WBal" );
            var idAsSh = charIDToTypeID( "AsSh" );
            desc35.putEnumerated( idWBal, idWBal, idAsSh );
            var idTemp = charIDToTypeID( "Temp" );
            desc35.putInteger( idTemp, 5500 );
            var idTint = charIDToTypeID( "Tint" );
            desc35.putInteger( idTint, 6 );
            var idAWBV = charIDToTypeID( "AWBV" );
            desc35.putInteger( idAWBV, 134348800 );
            var idCtoG = charIDToTypeID( "CtoG" );
            desc35.putBoolean( idCtoG, false );
            var idStrt = charIDToTypeID( "Strt" );
            desc35.putInteger( idStrt, 0 );
            var idShrp = charIDToTypeID( "Shrp" );
            desc35.putInteger( idShrp, 25 );
            var idLNR = charIDToTypeID( "LNR " );
            desc35.putInteger( idLNR, 0 );
            var idCNR = charIDToTypeID( "CNR " );
            desc35.putInteger( idCNR, 25 );
            var idVigA = charIDToTypeID( "VigA" );
            desc35.putInteger( idVigA, 0 );
            var idBlkB = charIDToTypeID( "BlkB" );
            desc35.putInteger( idBlkB, 0 );
            var idRHue = charIDToTypeID( "RHue" );
            desc35.putInteger( idRHue, 0 );
            var idRSat = charIDToTypeID( "RSat" );
            desc35.putInteger( idRSat, 0 );
            var idGHue = charIDToTypeID( "GHue" );
            desc35.putInteger( idGHue, 0 );
            var idGSat = charIDToTypeID( "GSat" );
            desc35.putInteger( idGSat, 0 );
            var idBHue = charIDToTypeID( "BHue" );
            desc35.putInteger( idBHue, 0 );
            var idBSat = charIDToTypeID( "BSat" );
            desc35.putInteger( idBSat, 0 );
            var idVibr = charIDToTypeID( "Vibr" );
            desc35.putInteger( idVibr, 23 );
            var idHA_R = charIDToTypeID( "HA_R" );
            desc35.putInteger( idHA_R, 0 );
            var idHA_O = charIDToTypeID( "HA_O" );
            desc35.putInteger( idHA_O, 0 );
            var idHA_Y = charIDToTypeID( "HA_Y" );
            desc35.putInteger( idHA_Y, 0 );
            var idHA_G = charIDToTypeID( "HA_G" );
            desc35.putInteger( idHA_G, 0 );
            var idHA_A = charIDToTypeID( "HA_A" );
            desc35.putInteger( idHA_A, 0 );
            var idHA_B = charIDToTypeID( "HA_B" );
            desc35.putInteger( idHA_B, 0 );
            var idHA_P = charIDToTypeID( "HA_P" );
            desc35.putInteger( idHA_P, 0 );
            var idHA_M = charIDToTypeID( "HA_M" );
            desc35.putInteger( idHA_M, 0 );
            var idSA_R = charIDToTypeID( "SA_R" );
            desc35.putInteger( idSA_R, 0 );
            var idSA_O = charIDToTypeID( "SA_O" );
            desc35.putInteger( idSA_O, 0 );
            var idSA_Y = charIDToTypeID( "SA_Y" );
            desc35.putInteger( idSA_Y, 0 );
            var idSA_G = charIDToTypeID( "SA_G" );
            desc35.putInteger( idSA_G, 0 );
            var idSA_A = charIDToTypeID( "SA_A" );
            desc35.putInteger( idSA_A, 0 );
            var idSA_B = charIDToTypeID( "SA_B" );
            desc35.putInteger( idSA_B, 0 );
            var idSA_P = charIDToTypeID( "SA_P" );
            desc35.putInteger( idSA_P, 0 );
            var idSA_M = charIDToTypeID( "SA_M" );
            desc35.putInteger( idSA_M, 0 );
            var idLA_R = charIDToTypeID( "LA_R" );
            desc35.putInteger( idLA_R, 0 );
            var idLA_O = charIDToTypeID( "LA_O" );
            desc35.putInteger( idLA_O, 0 );
            var idLA_Y = charIDToTypeID( "LA_Y" );
            desc35.putInteger( idLA_Y, 0 );
            var idLA_G = charIDToTypeID( "LA_G" );
            desc35.putInteger( idLA_G, 0 );
            var idLA_A = charIDToTypeID( "LA_A" );
            desc35.putInteger( idLA_A, 0 );
            var idLA_B = charIDToTypeID( "LA_B" );
            desc35.putInteger( idLA_B, 0 );
            var idLA_P = charIDToTypeID( "LA_P" );
            desc35.putInteger( idLA_P, 0 );
            var idLA_M = charIDToTypeID( "LA_M" );
            desc35.putInteger( idLA_M, 0 );
            var idSTSH = charIDToTypeID( "STSH" );
            desc35.putInteger( idSTSH, 0 );
            var idSTSS = charIDToTypeID( "STSS" );
            desc35.putInteger( idSTSS, 0 );
            var idSTHH = charIDToTypeID( "STHH" );
            desc35.putInteger( idSTHH, 0 );
            var idSTHS = charIDToTypeID( "STHS" );
            desc35.putInteger( idSTHS, 0 );
            var idSTB = charIDToTypeID( "STB " );
            desc35.putInteger( idSTB, 0 );
            var idPC_S = charIDToTypeID( "PC_S" );
            desc35.putInteger( idPC_S, 0 );
            var idPC_D = charIDToTypeID( "PC_D" );
            desc35.putInteger( idPC_D, 0 );
            var idPC_L = charIDToTypeID( "PC_L" );
            desc35.putInteger( idPC_L, 0 );
            var idPC_H = charIDToTypeID( "PC_H" );
            desc35.putInteger( idPC_H, 0 );
            var idPC_one = charIDToTypeID( "PC_1" );
            desc35.putInteger( idPC_one, 25 );
            var idPC_two = charIDToTypeID( "PC_2" );
            desc35.putInteger( idPC_two, 50 );
            var idPC_three = charIDToTypeID( "PC_3" );
            desc35.putInteger( idPC_three, 75 );
            var idShpR = charIDToTypeID( "ShpR" );
            desc35.putDouble( idShpR, 1.000000 );
            var idShpD = charIDToTypeID( "ShpD" );
            desc35.putInteger( idShpD, 25 );
            var idShpM = charIDToTypeID( "ShpM" );
            desc35.putInteger( idShpM, 0 );
            var idPCVA = charIDToTypeID( "PCVA" );
            desc35.putInteger( idPCVA, 0 );
            var idGRNA = charIDToTypeID( "GRNA" );
            desc35.putInteger( idGRNA, 0 );
            var idCNRD = charIDToTypeID( "CNRD" );
            desc35.putInteger( idCNRD, 50 );
            var idCNRS = charIDToTypeID( "CNRS" );
            desc35.putInteger( idCNRS, 50 );
            var idLPEn = charIDToTypeID( "LPEn" );
            desc35.putInteger( idLPEn, 0 );
            var idMDis = charIDToTypeID( "MDis" );
            desc35.putInteger( idMDis, 0 );
            var idPerV = charIDToTypeID( "PerV" );
            desc35.putInteger( idPerV, 0 );
            var idPerH = charIDToTypeID( "PerH" );
            desc35.putInteger( idPerH, 0 );
            var idPerR = charIDToTypeID( "PerR" );
            desc35.putDouble( idPerR, 0.000000 );
            var idPerS = charIDToTypeID( "PerS" );
            desc35.putInteger( idPerS, 100 );
            var idPerA = charIDToTypeID( "PerA" );
            desc35.putInteger( idPerA, 0 );
            var idPerU = charIDToTypeID( "PerU" );
            desc35.putInteger( idPerU, 0 );
            var idAuCA = charIDToTypeID( "AuCA" );
            desc35.putInteger( idAuCA, 0 );
            var idExonetwo = charIDToTypeID( "Ex12" );
            desc35.putDouble( idExonetwo, 0.600000 );
            var idCronetwo = charIDToTypeID( "Cr12" );
            desc35.putInteger( idCronetwo, -10 );
            var idHionetwo = charIDToTypeID( "Hi12" );
            desc35.putInteger( idHionetwo, -19 );
            var idShonetwo = charIDToTypeID( "Sh12" );
            desc35.putInteger( idShonetwo, 19 );
            var idWhonetwo = charIDToTypeID( "Wh12" );
            desc35.putInteger( idWhonetwo, -3 );
            var idBkonetwo = charIDToTypeID( "Bk12" );
            desc35.putInteger( idBkonetwo, 28 );
            var idClonetwo = charIDToTypeID( "Cl12" );
            desc35.putInteger( idClonetwo, 19 );
            var idDfPA = charIDToTypeID( "DfPA" );
            desc35.putInteger( idDfPA, 0 );
            var idDPHL = charIDToTypeID( "DPHL" );
            desc35.putInteger( idDPHL, 30 );
            var idDPHH = charIDToTypeID( "DPHH" );
            desc35.putInteger( idDPHH, 70 );
            var idDfGA = charIDToTypeID( "DfGA" );
            desc35.putInteger( idDfGA, 0 );
            var idDPGL = charIDToTypeID( "DPGL" );
            desc35.putInteger( idDPGL, 40 );
            var idDPGH = charIDToTypeID( "DPGH" );
            desc35.putInteger( idDPGH, 60 );
            var idCrv = charIDToTypeID( "Crv " );
                var list9 = new ActionList();
                list9.putInteger( 0 );
                list9.putInteger( 0 );
                list9.putInteger( 255 );
                list9.putInteger( 255 );
            desc35.putList( idCrv, list9 );
            var idCrvR = charIDToTypeID( "CrvR" );
                var list10 = new ActionList();
                list10.putInteger( 0 );
                list10.putInteger( 0 );
                list10.putInteger( 255 );
                list10.putInteger( 255 );
            desc35.putList( idCrvR, list10 );
            var idCrvG = charIDToTypeID( "CrvG" );
                var list11 = new ActionList();
                list11.putInteger( 0 );
                list11.putInteger( 0 );
                list11.putInteger( 255 );
                list11.putInteger( 255 );
            desc35.putList( idCrvG, list11 );
            var idCrvB = charIDToTypeID( "CrvB" );
                var list12 = new ActionList();
                list12.putInteger( 0 );
                list12.putInteger( 0 );
                list12.putInteger( 255 );
                list12.putInteger( 255 );
            desc35.putList( idCrvB, list12 );
            var idCamP = charIDToTypeID( "CamP" );
            desc35.putString( idCamP, """Adobe Standard""" );
            var idCP_D = charIDToTypeID( "CP_D" );
            desc35.putString( idCP_D, """B0393704628CAFDD09F0DE7684972186""" );
            var idPrVe = charIDToTypeID( "PrVe" );
            desc35.putInteger( idPrVe, 101122048 );
            var idRtch = charIDToTypeID( "Rtch" );
            desc35.putString( idRtch, """""" );
            var idREye = charIDToTypeID( "REye" );
            desc35.putString( idREye, """""" );
            var idLCs = charIDToTypeID( "LCs " );
            desc35.putString( idLCs, """""" );
            var idUpri = charIDToTypeID( "Upri" );
            desc35.putString( idUpri, """""" );
            var idCrpT = charIDToTypeID( "CrpT" );
            desc35.putDouble( idCrpT, 0.000000 );
            var idCrpL = charIDToTypeID( "CrpL" );
            desc35.putDouble( idCrpL, 0.000000 );
            var idCrpB = charIDToTypeID( "CrpB" );
            desc35.putDouble( idCrpB, 0.000000 );
            var idCrpR = charIDToTypeID( "CrpR" );
            desc35.putDouble( idCrpR, 0.000000 );
            var idCrpA = charIDToTypeID( "CrpA" );
            desc35.putDouble( idCrpA, 0.000000 );
            var idClrS = charIDToTypeID( "ClrS" );
            var idClrS = charIDToTypeID( "ClrS" );
            var idProP = charIDToTypeID( "ProP" );
            desc35.putEnumerated( idClrS, idClrS, idProP );
            var idBtDp = charIDToTypeID( "BtDp" );
            var idBtDp = charIDToTypeID( "BtDp" );
            var idBDonesix = charIDToTypeID( "BD16" );
            desc35.putEnumerated( idBtDp, idBtDp, idBDonesix );
            var idRStF = charIDToTypeID( "RStF" );
            var idRStF = charIDToTypeID( "RStF" );
            var idRFNo = charIDToTypeID( "RFNo" );
            desc35.putEnumerated( idRStF, idRStF, idRFNo );
            var idRslt = charIDToTypeID( "Rslt" );
            desc35.putDouble( idRslt, 300.000000 );
            var idReUn = charIDToTypeID( "ReUn" );
            var idReUn = charIDToTypeID( "ReUn" );
            var idPpIn = charIDToTypeID( "PpIn" );
            desc35.putEnumerated( idReUn, idReUn, idPpIn );
            var idOSM = charIDToTypeID( "OSM " );
            var idOSM = charIDToTypeID( "OSM " );
            var idOSMN = charIDToTypeID( "OSMN" );
            desc35.putEnumerated( idOSM, idOSM, idOSMN );
            var idOrnt = charIDToTypeID( "Ornt" );
            desc35.putInteger( idOrnt, 3 );
            var idSnap = charIDToTypeID( "Snap" );
            desc35.putString( idSnap, """""" );
        var idAdobeCameraRaw = stringIDToTypeID( "Adobe Camera Raw" );
        desc34.putObject( idOpAs, idAdobeCameraRaw, desc35 );
                                                                                       var idLnkd = charIDToTypeID( "Lnkd" );
                                                                                       desc37.putBoolean( idLnkd, true );
                                                                                       var idOpAs = charIDToTypeID( "OpAs" );
                                                                                           var desc38 = new ActionDescriptor();
                                                                                       var idnull = charIDToTypeID( "null" );
                                                                                       desc37.putObject( idOpAs, idnull, desc38 );
        var idFTcs = charIDToTypeID( "FTcs" );                                         var idFTcs = charIDToTypeID( "FTcs" );                                         var idFTcs = charIDToTypeID( "FTcs" );
        var idQCSt = charIDToTypeID( "QCSt" );                                         var idQCSt = charIDToTypeID( "QCSt" );                                         var idQCSt = charIDToTypeID( "QCSt" );
        var idQcsa = charIDToTypeID( "Qcsa" );                                         var idQcsa = charIDToTypeID( "Qcsa" );                                         var idQcsa = charIDToTypeID( "Qcsa" );
        desc34.putEnumerated( idFTcs, idQCSt, idQcsa );                                desc37.putEnumerated( idFTcs, idQCSt, idQcsa );                                desc5.putEnumerated( idFTcs, idQCSt, idQcsa );
        var idOfst = charIDToTypeID( "Ofst" );                                         var idOfst = charIDToTypeID( "Ofst" );                                         var idOfst = charIDToTypeID( "Ofst" );
            var desc36 = new ActionDescriptor();                                           var desc39 = new ActionDescriptor();                                           var desc6 = new ActionDescriptor();
            var idHrzn = charIDToTypeID( "Hrzn" );                                         var idHrzn = charIDToTypeID( "Hrzn" );                                         var idHrzn = charIDToTypeID( "Hrzn" );
            var idRlt = charIDToTypeID( "#Rlt" );                                          var idRlt = charIDToTypeID( "#Rlt" );                                          var idPxl = charIDToTypeID( "#Pxl" );
            desc36.putUnitDouble( idHrzn, idRlt, 0.000000 );                               desc39.putUnitDouble( idHrzn, idRlt, 0.000000 );                               desc6.putUnitDouble( idHrzn, idPxl, 0.000000 );
            var idVrtc = charIDToTypeID( "Vrtc" );                                         var idVrtc = charIDToTypeID( "Vrtc" );                                         var idVrtc = charIDToTypeID( "Vrtc" );
            var idRlt = charIDToTypeID( "#Rlt" );                                          var idRlt = charIDToTypeID( "#Rlt" );                                          var idPxl = charIDToTypeID( "#Pxl" );
            desc36.putUnitDouble( idVrtc, idRlt, 0.000000 );                               desc39.putUnitDouble( idVrtc, idRlt, 0.000000 );                               desc6.putUnitDouble( idVrtc, idPxl, 0.000000 );
        var idOfst = charIDToTypeID( "Ofst" );                                         var idOfst = charIDToTypeID( "Ofst" );                                         var idOfst = charIDToTypeID( "Ofst" );
        desc34.putObject( idOfst, idOfst, desc36 );                                    desc37.putObject( idOfst, idOfst, desc39 );                                    desc5.putObject( idOfst, idOfst, desc6 );
    executeAction( idPlc, desc34, DialogModes.NO );                                executeAction( idPlc, desc37, DialogModes.NO );                                executeAction( idPlc, desc5, DialogModes.NO );

  • Help positioning objects

    In my index file, before I bring it into Edge,  I have all objects centered on the page this way:
    #parallax-bg1 {
              z-index: 1;
              position: fixed;
              left: 58.5%;
              top: 0;
              width: 1130px;
              margin-left: -600px;
    I would like to apply those same parameters to all the animations that I add to this file in Edge. Can that be done?
    thanks,
    Dan

    Hello,
    Hum, i don't know what you mean by "all the animations".
    But, you can try:
    sym.$("Stage").css({
                       "z-index": "1",
                       "position": "fixed",
                       "left": "58.5%",
                       "top": "0",
                       "width": "1130px",
                       "margin-left": "-600px"
    or this:
    sym.getSymbolElement().css({
                       "z-index": "1",
                       "position": "fixed",
                       "left": "58.5%",
                       "top": "0",
                       "width": "1130px",
                       "margin-left": "-600px"
    You can open Stage/compositionReady or Stage/creationComplete to write these lines.

  • Object load path

    Hello
    For internal testing I need to get the path of the loaded object. I will not do it in production. Is it possible? I believe I remember something about being able to do it with the classloader. Also if the method on the proper object gives me back a string will it escape the "\" or can I get it in a platform independent format? tia.

    monk.
    What exactly are you after?
    (a) The fully qualified name of the class of an arbitrary object:
    String object.getClass().getName();
    or (b) (much much more difficult) The name of the jar/class file which contains the definition of that class?
    Edited by: corlettk on 23/05/2008 21:36 - oops!

Maybe you are looking for

  • How to make a driver using DLL in LabVIEW?

    I had followed the "Using Exteranal Code in LabVIEW" manual having finished the making dll file, and the lsb file(I attempted that two ways). But when I load the code in LabVIEW, it can't work. I don't know what had happened, I only got a error messa

  • Updating a servlet

    Here is a scenario: A user enters a query and submits it to servlet. The servlet prints "thanks for the visit, ur query is being dealt with". At the same time the servlet is accessing a database and searching for user's query. Then the servlet update

  • My iphone 6 won't charge

    I've had the phone days - charging was fine until today where it won't connect. There is nothing I can see in the socket which might hinder the connection, and hte plug socket is fine. Is this issue common?

  • I lost allmost all my photos from icloud how i can get them back?

    I had ipad 2 and i backed up to icloud.then i bought ipad3 tryed to get all the photos (around 1000)and only 65 came to my ipad3 and to my iphone 5 am i doing something wrong?

  • Connection with finder fails

    Dear All, we have a problem re-connecting to server over AFP Steps we take: Start system Login CMD+K Connect to server over AFP Server that we are connected to is showing on the list on the left under "Shared" We can work on this connection fine, ope