Move labeled object by x, y coordinates

There is a few script that move objects, but a job i’m doing can benefits if I can move all objects across multiple layers (visible or not) with a specific script label name using x, y value. A small dialog with list of labeled object an a x & y value would be awesome.
As usual, I’m lost...
Jean-Claude

Hi Guys,
find attached my second version. Any feedback is welcome
// MoveNamedObjects.jsx  Version 01
//© 07.03.15 / Kai Rübsamen, www.ruebiarts.de
//DESCRIPTION:Move objects with a name by a specified value
// vorbeugenderweise das Anzeigen von Dialogen aktivieren
app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
// prüfen, ob ein Dokument geöffnet ist
if ( app.documents.length == 0 ) {
    alert ( "Open a document!" );
    exit();
var curDoc = app.documents[0];
// die aktuellen Masseinheiten speichern
var curXUnits = curDoc.viewPreferences.horizontalMeasurementUnits;
var curYUnits = curDoc.viewPreferences.verticalMeasurementUnits;
var labelList = [ "Select" ];
var allPItems = curDoc.allPageItems;
for ( var i = 0; i < allPItems.length; i++ ) {
    var curItem = allPItems[i];
    if ( curItem.name != "" ) {
        var labelName = curItem.name;
        var okay = _checkList( labelName );
        if (okay == false) {
            labelList.push( labelName );
// den Dialog aufrufen
var res = get_input();
if ( res != null ) {
    // die Masseinheiten in Points festlegen
    curDoc.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.points;
    curDoc.viewPreferences.verticalMeasurementUnits = MeasurementUnits.points;
    for ( var i = 0; i < allPItems.length; i++ ) {
        var curItem = allPItems[i];
        if ( curItem.name == res.itemName ) {
            curItem.move( undefined, [res.hValue, res.vValue] );
// die Masseinheiten zurücksetzen
curDoc.viewPreferences.horizontalMeasurementUnits = curXUnits;
curDoc.viewPreferences.verticalMeasurementUnits = curYUnits;
// - - - - - - - -  FUNKTIONEN  - - - - - - - - - -
// prüfen, ob der aktuelle Name schon in der Liste vorhanden ist
function _checkList(x) {
    var okay = false;
    for ( var i = 0; i < labelList.length; i++ ) {
        // der Name des aktuellen Labels wird mit dem aus der aktuellen Liste verglichen
        if ( labelList[i] == x ) {
            okay = true;
            break;
    return okay;
// Infos vom User sammeln
function get_input() {
    // eventuell vorhandene Dialoge entfernen
    try {
        app.dialogs.everyItem().destroy();
    catch (e) {
    // den Dialog vorbereiten ...
    var dlg = app.dialogs.add({ name: "Move named objects" });
    var minWidthLeft = 70;
    var minWidthRight = 130;
    with (dlg) {
        with (dialogColumns.add()) {
            with (dialogRows.add()) {
                staticTexts.add({ staticLabel: "Choose name and values" });
            with (borderPanels.add()) {
                with (dialogColumns.add()) {
                    staticTexts.add({ staticLabel: "Name:", minWidth: minWidthLeft });
                with (dialogColumns.add()) {
                    var d = dropdowns.add({ stringList: labelList, selectedIndex: 0, minWidth: minWidthRight });
                } // col
            } // border
            with (borderPanels.add()) {
                with (dialogColumns.add()) {
                    staticTexts.add({ staticLabel: "Horizontal:", minWidth: minWidthLeft });
                    staticTexts.add({ staticLabel: "Vertical:", minWidth: minWidthLeft });
                with (dialogColumns.add()) {
                    var h = measurementEditboxes.add({ editValue: 0, smallNudge: 1, largeNudge: 1, editUnits: curXUnits, minWidth: minWidthRight });               
                    var v = measurementEditboxes.add({ editValue: 0, smallNudge: 1, largeNudge: 1, editUnits: curXUnits, minWidth: minWidthRight});
                } // col
            } // border
        } // col
    } // dlg
    // den Dialog zeigen und auswerten
    if ( dlg.show() == false ) {
        dlg.destroy();
        return null;
    else {
        var o = new Object();
        if ( d.selectedIndex != 0 ) {
            o.itemName = d.stringList[ d.selectedIndex ];
        else {
            alert ( "STOP!\rYou must choose a name" );
            exit();
        o.hValue = h.editValue;
        o.vValue = v.editValue;
        return o;
        dlg.destroy();
– Kai

Similar Messages

  • How te move labeled objects to specific layers?

    I made in InDesign a product catalogue with EasyCatalog, works fine, but EasyCatalog puts all the items (graphics, text frames, price box, ) on one layer.
    Soon there will be translations on that document and so I want that all my graphics that are labeled "graphics" are placed on a new layer (called "graphics"), also all the text frames labeled "text" should be moved to a new layer with layer name "textUK"
    Afterwords I would make a duplicate of layer "textUK".
    I have to admit that I have completely NO experience or knowledge on scripting in InDesign or JavaScript, so I would be glad if someone could give me some help.
    Thanks in advance!
    Pascal Dobbelaere

    I see this only works with a text frame.
    Can I also move a graphic or grouped objects that are labaled to a specific layer?
    What should i use instead of textFrames.item ?
    Greetz, Pascal Dobbelaere

  • Unable to position objects with x y coordinates

    Every time I try to type in a new value for x or y coordinate, the original value replaces the new one automatically. I can move the object with the arrows but only by large increments. Anyone have an idea on how to solve that?

    Your description is not clear but I guess that you are trying to set coordinates when the unit is set to centimeters.
    Due to the fact that this unit is not a multiple of 72 (the default resolution) we can't use all values with two decimal digits.
    But it seems that it was a problem of the past.
    I made tests with the version 4.0.1 and every values with two decimals are now correctly applied and kept.
    Yvan KOENIG (from FRANCE jeudi 14 mai 2009 20:57:26)

  • I can no longer move an object with arrow keys

    Pretty sure I have inadvertently disabled the option to select an object and move it with the arrow keys on my keyboard, but cannot figure out what I did - or how to enable that option again.
    Illustrator CC
    27" iMAC late 2013
    OS 10.9.5

    Found the answer in another thread. Somehow my keyboard increment was changed to a measurement so small (.00002") that I couldn't see the object move, nor did the X & Y coordinates change. I did not change this preference to .00002", but it is now fixed.

  • How to move an object from one Transport Request to another TR

    Hi,
    I have created an object under one TR instead of Required TR.
    Now i need to move that object to apropriate TR.
    Please suggest me the way.
    Thanks,
    Sekhar.J

    Go to SE10 select the Request and press Include Objects button( a box with a arrow above it) and select freely selected objects and add your object to the request. Before doing this you may be required to delete the object entry from the source request.
    Regards
    Karthik D

  • How can you move the objects from one server to another?

    how can you move the objects from one server to another?

    Hi,
    Collecting objects for Transporting
    1. rsa1->transport connection
    2. left panel choose 'object type', middle panel choose 'infocube' and 'select objects'
    3. then choose your infocube and 'transfer'
    4. will go to right panel, choose collection mode 'manual' and grouping only 'necessary objects'
    5. after objects collection finished, create request
    6. If they are $TMP, then change the package.
    7. When you click the Save on the change package, it will prompt for transport. Here you can provide an existing open transport request number, or if you like here itself you can create a new one.
    8. You can check the request in SE09 to confirm.
    Releasing Transport Request  
    Lets say you are transporting from BWD to BWQ
    Step 1: In BWD go to TCode SE10
    Step 2: Find the request and release it (Truck Icon or option can be found by right click on request #)
    Note: First release the child request and then the parent request
    Steps below are to import transport (generally done by basis )
    Step 1: In BWQ go to Tcode STMS
    Step 2: Click on Import queue button
    Step 3: Double Click on the line which says BWQ (or the system into which transport has to be imported)
    Step 4: Click on refresh button
    Step 5: High light the trasnport request and import it (using the truck icon)
    Transport
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/224381ad-0701-0010-dcb5-d74236082bff
    Hope this helps.
    thanks,
    JituK

  • How do I move an object from one photo to another and then change the scene, i.e.  winter to sum?

    How do I move an object from one photo to another and then change the scene, i.e.  winter to summer?

    OK.
    Open the picture with the new scene. This will be your canvas.
    Open the picture with object A, select it with one of the selection tools, go to Edit>copy
    Go back to the new scene/canvas, Go to Edit>paste
    Repeat for object B
    Use the move tool to position A & B, each on its own layer. Use the corner handles of the bounding box to resize, if necessary
    You should have 3 layers: Background layer, and the 2 layers with A & B
    Note: It's best if the resolution of the 3 picture files is the same value.

  • What are the precautions to be taken to move the objects from BI Dev to Pro

    What are the precautions to be taken to move the objects from BI Dev to BI Production.
    how to move the objects from BI  Dev to BI production.
    Thanks
    sapsdnhelp

    Hi,
    Please check out this PDF
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b1d20e-c1e8-2c10-d9b9-d48eb3a83d89?QuickLink=index&overridelayout=true
    Hope it helps
    Regards,
    AL

  • I need step by step instructions on how to move an object from one photo to another photo - in Photoshop CC 2014.

    How do you move an object in one photo to another photo in Photoshop CC 2014

    In the document with the object select the object  and use copy (Crtl|CMD+C) then in the other image document use  paste (Crtl|CMD+V).
    However its not a move its a copy the object is still in the original image.  (Crtl|CMD+X) instead of (Crtl|CMD+C) would cut the object out of the first image but leave a hole there that you would need to fill with a replacement to complete a move.

  • Illustrator CS6 crashes every time I move an object

    Every time I have tried to use illustrator in the past hour or so, it will quit when I try to use the selection tool to move an object or type. This is also going on in InDesign, but it doesn't crash. Both programs were working fine this morning when I used them.
    Any fixes?
    I use a Macbook Pro OSX Lion 2.3 GHz processor, 8 GB memory if any of that is relevant.
    Also, this is the error message I get in Illustrator:
    Process:         Adobe Illustrator [39528]
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         682 (16.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [146]
    Date/Time:       2013-07-09 16:18:05.538 -0700
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          1535 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  132 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      F381CC70-DFFB-4C24-8867-23D6A5EB633B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    objc[39528]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x00007fff8b5e1a1b CFRelease + 27
    1   com.adobe.dvaui.framework               0x0000000109785a7e dvaui::datatransfer::OS_SendData::~OS_SendData() + 62
    2   com.adobe.illustrator                   0x00000001008b5b0a 0x100000000 + 9132810
    3   com.adobe.illustrator                   0x00000001007c24f8 0x100000000 + 8135928
    4   com.adobe.illustrator                   0x00000001007c3d80 0x100000000 + 8142208
    5   com.adobe.illustrator                   0x00000001007a60ca 0x100000000 + 8020170
    6   com.adobe.illustrator                   0x00000001007ac274 0x100000000 + 8045172
    7   com.adobe.illustrator                   0x0000000100797054 0x100000000 + 7958612
    8   com.adobe.illustrator                   0x000000010074b127 0x100000000 + 7647527
    9   com.adobe.illustrator                   0x000000010074f35f 0x100000000 + 7664479
    10  com.adobe.illustrator                   0x000000010074f63a 0x100000000 + 7665210
    11  com.adobe.illustrator                   0x0000000100750d69 0x100000000 + 7671145
    12  com.adobe.illustrator                   0x0000000100756ae8 0x100000000 + 7695080
    13  com.adobe.dvaui.framework               0x000000010981a550 dvaui::ui::UI_Node::UI_DispatchMouseEventToLeaf(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&) + 112
    14  com.adobe.dvaui.framework               0x000000010981de92 dvaui::ui::UI_Node::DispatchMouseEvent::operator()(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvacore::geom::PointT<float> const&) const + 194
    15  com.adobe.dvaui.framework               0x000000010982792c std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::DispatchMouseEv ent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 124
    16  com.adobe.dvaui.framework               0x000000010981e0d6 dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeaf(dvaui::ui::MouseEvent const&, bool) + 86
    17  com.adobe.dvaui.framework               0x000000010981e1df dvaui::ui::UI_Node::UI_DispatchMouseEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&, bool) + 175
    18  com.adobe.dvaui.framework               0x000000010981e2a4 dvaui::ui::UI_Node::UI_DispatchMouseEvent(dvaui::ui::MouseEvent const&, bool) + 68
    19  com.adobe.dvaui.framework               0x00000001098b43f8 dvaui::ui::OS_View::UI_DispatchPlatformMouseEvent(dvaui::ui::MouseEvent const&, bool) + 296
    20  com.adobe.dvaui.framework               0x000000010989f1d1 dvaui::ui::OS_View::UI_DispatchPlatformMouseClickEvent(dvaui::ui::OS_Event const&) + 321
    21  com.adobe.dvaui.framework               0x00000001098b342c dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 268
    22  com.adobe.dvaui.framework               0x000000010989e0ff dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 31
    23  com.adobe.dvaui.framework               0x00000001098a87e1 dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 65
    24  com.adobe.dvacore.framework             0x00000001091aae4b int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 123
    25  com.adobe.illustrator                   0x000000010075d79b 0x100000000 + 7722907
    26  com.adobe.dvacore.framework             0x00000001091a9eda void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 250
    27  com.adobe.dvacore.framework             0x00000001091ad9bd void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 93
    28  com.adobe.dvaui.framework               0x00000001098acdd4 -[DVAMacContainerView mouseDown:] + 148
    29  com.apple.AppKit                        0x0000000101b82c98 -[NSWindow sendEvent:] + 6306
    30  com.adobe.owl                           0x0000000106e85558 OWLRemoveObjCExceptionCallback + 1100
    31  com.adobe.owl                           0x0000000106e87961 OWLRemoveObjCExceptionCallback + 10325
    32  com.apple.AppKit                        0x0000000101b1c3a5 -[NSApplication sendEvent:] + 5593
    33  com.adobe.dvaui.framework               0x000000010989d145 -[DVAMacApplication sendEvent:] + 261
    34  com.adobe.exo.framework                 0x000000010a1231cc -[ExoMacApplication sendEvent:] + 956
    35  com.apple.AppKit                        0x0000000101ab2a0e -[NSApplication run] + 555
    36  com.adobe.exo.framework                 0x000000010a121807 exo::app::OS_AppBase::RunEventLoop() + 55
    37  com.adobe.illustrator                   0x000000010075b698 0x100000000 + 7714456
    38  com.adobe.illustrator                   0x00000001006ff385 0x100000000 + 7336837
    39  com.adobe.illustrator                   0x00000001006ef5d4 0x100000000 + 7271892
    40  com.adobe.illustrator                   0x00000001001635f8 0x100000000 + 1455608
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff84b947e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8dda5786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8dda4316 _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff84c4fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff84be1ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff84c26e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000103cb12c9 0x103c78000 + 234185
    6   com.adobe.ACE                           0x0000000103cb05da 0x103c78000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff84c27ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff84c4fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff84be1ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff84c26e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000103cb12c9 0x103c78000 + 234185
    6   com.adobe.ACE                           0x0000000103cb05da 0x103c78000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff84c27ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff84c4fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff84be1ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff84c26e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000103cb12c9 0x103c78000 + 234185
    6   com.adobe.ACE                           0x0000000103cb05da 0x103c78000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff84c27ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.adobe.AGM                           0x000000010415fd5b AGMInitialize + 3255471
    3   com.adobe.AGM                           0x0000000104160b5c AGMInitialize + 3259056
    4   com.adobe.AGM                           0x0000000104167deb AGMInitialize + 3288383
    5   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000011980fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x00000001195bdec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000011980fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x00000001195bdec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000011980fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x00000001195bdec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000011980fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x00000001195bdec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff84b9267a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff84b91d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8b60950c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8b611c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8b611486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreMediaIO                   0x00007fff8cf14fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO                   0x00007fff8cf0b15a CAPThread::Entry(CAPThread*) + 98
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff841032a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000011980fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x0000000119827ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff841032a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000011980fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x00000001199a22c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff84b93e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff840b5dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff840b5bb5 usleep + 53
    3   com.adobe.illustrator.plugins.dBrushTool          0x000000011d8bb2d2 PluginMain + 364210
    4   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011d8bd7ea PluginMain + 373706
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011d8bd7ea PluginMain + 373706
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011d8bd7ea PluginMain + 373706
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011d8bd7ea PluginMain + 373706
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff84b93e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff840b5dea nanosleep + 164
    2   com.adobe.illustrator.plugins.ScriptingSupport          0x0000000112bb088b PluginMain + 1570187
    3   com.adobe.illustrator.plugins.ScriptingSupport          0x0000000112b98579 PluginMain + 1471097
    4   com.adobe.illustrator.plugins.ScriptingSupport          0x0000000112bb0bd6 PluginMain + 1571030
    5   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff84b93d7a __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x000000010fe975ec Invoke + 45721
    2   ServiceManager-Launcher.dylib           0x000000010fe96813 Invoke + 42176
    3   ServiceManager-Launcher.dylib           0x000000010fe95be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib           0x000000010fe95c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib           0x000000010fe9130f Invoke + 20412
    6   ServiceManager-Launcher.dylib           0x000000010fe91616 Invoke + 21187
    7   ServiceManager-Launcher.dylib           0x000000010fe91cd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib           0x000000010fe91f41 Invoke + 23534
    9   ServiceManager-Launcher.dylib           0x000000010fe9461d Invoke + 33482
    10  ServiceManager-Launcher.dylib           0x000000010fe94775 Invoke + 33826
    11  ServiceManager-Launcher.dylib           0x000000010fe94fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib           0x000000010fe950ad Invoke + 36186
    13  ServiceManager-Launcher.dylib           0x000000010fe87d6b Login + 480
    14  ServiceManager-Launcher.dylib           0x000000010fe8b7ad Login + 15394
    15  ServiceManager-Launcher.dylib           0x000000010fe95412 Invoke + 37055
    16  ServiceManager-Launcher.dylib           0x000000010fe97253 Invoke + 44800
    17  libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    18  libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff841032a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000011980fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x0000000119827ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff841032a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000011980fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x00000001199a22c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 22:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff84b9267a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff84b91d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8b60950c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8b611c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8b611486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff8348dfd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff8348272a -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff834826a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 23:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff84b93df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8b65ac8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff84b94192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff84101594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff84102b85 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff84b94192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff84101594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff84102b85 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff84b94192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff84101594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff84102b85 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff84b94192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff84101594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff84102b85 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010023b585 0x100000000 + 2340229
    2   com.adobe.illustrator                   0x000000010023b15e 0x100000000 + 2339166
    3   com.apple.CoreServices.CarbonCore          0x00007fff84c27ce6 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010023b585 0x100000000 + 2340229
    2   com.adobe.illustrator                   0x000000010023b15e 0x100000000 + 2339166
    3   com.apple.CoreServices.CarbonCore          0x00007fff84c27ce6 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000109a8c530  rbx: 0x00007fff5fbfd490  rcx: 0x000000010e122f80  rdx: 0x00007fff5fbfd568
      rdi: 0x0000000000000000  rsi: 0x00007fff89edaaf9  rbp: 0x00007fff5fbfd450  rsp: 0x00007fff5fbfd410
       r8: 0x000000005517aff9   r9: 0x000000005516df00  r10: 0x0000000000200000  r11: 0x0000000109785be0
      r12: 0x0000000000000000  r13: 0x0000000112873a30  r14: 0x00007fff5fbfd490  r15: 0x00007fff5fbfd550
      rip: 0x00007fff8b5e1a1b  rfl: 0x0000000000000246  cr2: 0x0000000110ef6000
    Logical CPU: 2
    Binary Images:
           0x100000000 -        0x10186cfe7 +com.adobe.illustrator (682 - 16.0.0) <8F6F07B7-9649-7267-D555-D35E1326F0C0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x101aae000 -        0x1026b4fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x102d39000 -        0x103a7eff7 +libicudata.40.0.dylib (40.0.0 - compatibility 40.0.0) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x103a91000 -        0x103afffef +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x103b53000 -        0x103b57ff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <A6B1F3BD-5DB0-FEE5-708A-B54E5CA80481> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x103b5d000 -        0x103bbaff7 +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.682) <013A7667-AC54-C394-36EC-DE3E058EBBB8> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/aiport.framework/Versions/A/aiport
           0x103be1000 -        0x103c46ff7 +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.682) <4D4BAF9C-D816-167D-C653-3E61955725A9> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/filterport.framework/Versions/A/filterport
           0x103c74000 -        0x103c74ff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.682) <6344CAA3-C943-9DF3-CCCB-AB443149DF6A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x103c78000 -        0x103df1fff +com.adobe.ACE (AdobeACE 2.19.18.19822 - 2.19.18.19822) <01A168B2-A4AA-71B3-D8F1-2F4A367485BB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x103e04000 -        0x10440cfff +com.adobe.AGM (AdobeAGM 4.26.20.19822 - 4.26.20.19822) <4AB2E56F-811A-C769-4F3C-CBE1530C8A56> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1044a8000 -        0x1044eaff7 +com.adobe.ARE (AdobeARE 1.5.02.19822 - 1.5.02.19822) <FB3356DF-DBCD-CE4C-DC16-63540BC96C5C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x1044f2000 -        0x1045ecfe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x104690000 -        0x1046affff +com.adobe.BIB (AdobeBIB 1.2.02.19822 - 1.2.02.19822) <7EC75BFC-1A1C-8FD3-56BB-D6B6EB5CA9A1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1046b6000 -        0x1046deff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <4886F3FC-D31A-6149-1E03-EBA15E262086> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x1046e5000 -        0x104a46fef +com.adobe.CoolType (AdobeCoolType 5.10.31.19822 - 5.10.31.19822) <14E82AD0-5994-21FA-D963-D3FB2A113349> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x104a93000 -        0x104ed9ff7 +com.adobe.MPS (AdobeMPS 5.8.0.19673 - 5.8.0.19673) <E63AFCA8-3E74-1745-8C74-8B0A78073BE5> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x104f55000 -        0x106053fef +com.adobe.psl (AdobePSL 13.0.0.19655 - 13.0.0.19655) <8029DA17-402C-301F-02E9-D0EC8DF48BE8> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x106213000 -        0x106273ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x10627d000 -        0x106335fe7 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.4 -f 49 - 66.145661) <9F30F410-B84E-EB85-7F2C-C72BCD50CB77> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x106368000 -        0x106412fe7 +libicucnv.40.0.dylib (40.0.0 - compatibility 40.0.0) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x106439000 -        0x106579fe7 +libicui18n.40.0.dylib (40.0.0 - compatibility 40.0.0) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x1065f8000 -        0x1066fafef +libicuuc.40.0.dylib (40.0.0 - compatibility 40.0.0) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x106742000 -        0x10688fff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x106903000 -        0x106b4cfe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x106bcf000 -        0x106bd6fef +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <E678CE59-3C6E-386B-92F1-48B49B1727E0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x106be0000 -        0x106c0cfff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x106c2f000 -        0x106cecfff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x106d36000 -        0x106dfbfff +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <B14B096C-AA23-BA8F-E3AE-8DB102F9D161> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x106e48000 -        0x107056fff +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <CB035C4D-044D-4004-C887-814F944E62ED> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x107098000 -        0x10786bff7 +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 10.0.1.18562) <8DC49EE4-5700-97A1-EBFE-68024AE1980C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x107923000 -        0x107a23ff7 +com.adobe.PDFPort (AdobePDFPort 2.1.0.19734 - 2.1.0.19734) <8C850D5F-FCF1-8620-6DAE-240667C80F9A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x107a37000 -        0x107a5cffe +adobepdfsettings (??? - ???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsetting s
           0x107a98000 -        0x107adefe7 +com.adobe.pip (??? - 6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x107aeb000 -        0x107b99fef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x107bd6000 -        0x107c92fef +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <9C3A0810-22F9-5C20-C5A9-44C552076054> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x107cb4000 -        0x107fcafff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <041B948F-2768-2FC9-712A-43AE264510DB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x108096000 -        0x1080b0ff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1080b9000 -        0x1080d2fff  com.apple.carbonframeworktemplate (1.0 - 1.0) <0EDFCF84-BC82-4466-D878-69327B1722AF> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x1080d9000 -        0x1081bdfe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1081ce000 -        0x1081d6fef +com.adobe.boost_date_time.framework (6.0.0 - 6.0.0.0) <C4819F09-AB6C-1282-F489-48671509CE71> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x1081f0000 -        0x108209ff7 +com.adobe.boost_filesystem.framework (6.0.0 - 6.0.0.0) <CD4FF487-E0AA-0D76-A87D-9252F242C314> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
           0x10822b000 -        0x1082dffef +com.adobe.boost_regex.framework (6.0.0 - 6.0.0.0) <FD24C4C8-AA95-3FB1-6350-639D50D7ACEF> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x10836b000 -        0x1083d8fef +com.adobe.boost_serialization.framework (6.0.0 - 6.0.0.0) <4BD779CA-98D8-9DC5-4B79-2E30E102EE31> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
           0x1084db000 -        0x1084e8fff +com.adobe.boost_signals.framework (6.0.0 - 6.0.0.0) <B0761444-05C8-F8AC-B3F3-CBA2C83129AC> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x1084fd000 -        0x1084ffff7 +com.adobe.boost_system.framework (6.0.0 - 6.0.0.0) <5A598FE6-82A6-D73A-B509-9A2902097AFE> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x108506000 -        0x108512fff +com.adobe.boost_threads.framework (6.0.0 - 6.0.0.0) <92B1610F-451D-3684-8882-599DB6B00C23> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x108530000 -        0x10897aff7 +com.adobe.dvaadameve.framework (6.0.0 - 6.0.0.0) <3921F600-9022-192D-BC1B-D5D2A3A96CBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x108fd5000 -        0x1090c0fe7 +com.adobe.dvaai.framework (6.0.0 - 6.0.0.0) <E9ECB4F4-B4C8-8D8F-1362-255FC8986938> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x10916c000 -        0x109360fff +com.adobe.dvacore.framework (6.0.0 - 6.0.0.0) <E0CC2892-B8B1-7439-494E-0FFB4D07E7F9> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x109528000 -        0x109a48fff +com.adobe.dvaui.framework (6.0.0 - 6.0.0.0) <86B829A9-FF1A-DEDA-26F7-D3BA4EF7AF35> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x109f56000 -        0x10a023ff7 +com.adobe.dvaworkspace.framework (6.0.0 - 6.0.0.0) <92204BF4-539F-C35E-8F5C-DA4AD4B48568> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x10a117000 -        0x10a203ff7 +com.adobe.exo.framework (6.0.0 - 6.0.0.0) <D136ACCA-E1C5-6D39-16DE-411471D06AED> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x10a34d000 -        0x10a3cbfff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x10a3dc000 -        0x10a408ff7 +libtbb.dylib (??? - ???) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/libtbb.dylib
           0x10a421000 -        0x10a42fff3 +libtbbmalloc.dylib (??? - ???) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/libtbbmalloc.dylib
           0x10a445000 -        0x10a647fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
           0x10a6d6000 -        0x10a9cbff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10aae8000 -        0x10aae8fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
           0x10aaec000 -        0x10ab54ff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10ab93000 -        0x10aba2fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10abaa000 -        0x10abfcff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x10ac0b000 -        0x10ac12fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
           0x10ac18000 -        0x10ac2efff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x10ac40000 -        0x10ac80fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    You might try updating your software to the latest versions. AICS6 is up to 16.0.4 right now.

  • Java Label object not displaying ascii chars (128-159)

    I am having a problem getting ASCII characters between 128 and 159 to show up in a Label object which is inside a Panel which is in turn inside a Frame. There is other code in a different class that uses a Graphics object and drawString and Paint methods to display the same text, and that works. However, simply passing the text containing the above mentioned ascii characters like so:
    lb = new Label("€‚ƒ„…†‡");
    results in mostly empty boxes being displayed (there is other code that eventually displays the label in the Frame). The Euro sign comes through, as does the integral sign. Some others come through, and they are mostly modifed letters of some sort.
    I've tried coding a mock up simple Frame with a few labels. I've passed in literal strings, String objects derived from hex and integer byte arrays and a String object with the Cp1252 encoding passed in. None display the characters in question. However, in the same code, I pass a title string containing these characters into the Frame's constructor, and it appears with no problems.
    I just want to be able to handle all characters that may be entered into this application, and that may include these Cp1252 characters. Is there any way of using Label objects and getting these characters to display correctly?
    [Windows-1252 Chart|http://upload.wikimedia.org/wikipedia/commons/e/e7/Windows-1252.svg]

    I am having a problem getting ASCII characters between 128 and 159 to show up in a Label object which is inside a Panel which is in turn inside a Frame. There is other code in a different class that uses a Graphics object and drawString and Paint methods to display the same text, and that works. However, simply passing the text containing the above mentioned ascii characters like so:
    lb = new Label("€‚ƒ„…†‡");
    results in mostly empty boxes being displayed (there is other code that eventually displays the label in the Frame). The Euro sign comes through, as does the integral sign. Some others come through, and they are mostly modifed letters of some sort.
    I've tried coding a mock up simple Frame with a few labels. I've passed in literal strings, String objects derived from hex and integer byte arrays and a String object with the Cp1252 encoding passed in. None display the characters in question. However, in the same code, I pass a title string containing these characters into the Frame's constructor, and it appears with no problems.
    I just want to be able to handle all characters that may be entered into this application, and that may include these Cp1252 characters. Is there any way of using Label objects and getting these characters to display correctly?
    [Windows-1252 Chart|http://upload.wikimedia.org/wikipedia/commons/e/e7/Windows-1252.svg]

  • Live Corners - Can't move smaller objects

    Anyone else have a hard time moving smaller sized objects without adjusting the corners or distorting the shape of the object? Its driving me nuts.
    Is there a short key or something that temporarily deactivates the live corner function so you can move the object?
    Thanks.

    View > Hide corner widgets

  • Movement of Objects

    Hi there,
    I'm looking for a way to add movement/animation of an object. For Example
    I want to move an object from 1 point in the slide to another w/out it leaving the slide itself. Meaning, I dont want to enter/exit the slide. Just custom movement.
    1. Enter Animation - Apear
    2. Custom Animation - Move from 1 Point to another point on Same Slide
    3. Exit Animation
    Secondly, I want an object to blick and repeat blinking. BUT I only want it todo this after the entrance animimation is completed. Meaning
    1. Enter Animation - Slide In
    2. Custom Animation - Blink Repeat)
    3. Exit Animation
    Is this possible in Keynote? So far, I have not seen any mechanism for this feature. PPT does this out of the box.

    Keynote's animation capabilities are in many ways not as mature as PowerPoint's, and more specifically, there is no way to do animation paths in the current version of Keynote. (There is speculation, based on what has been seen in Steve Job's recent talks, that this feature may appear in the next version.) Under certain very constrained circumstances, the effect can be approximated by combining multiple copies of objects, masks, and builds.
    The other effect is easy to produce -- as is usual, the key is to start with the visual appearance you want to achieve, and not the actual objects involved. In this case, you would build the original object in, then have it disappear and have a copy of the object appear with a build in, then build out, have another copy appear and disappear, etc., for however many blink cycles you want. Then, a final appear build in, and exit animation for the last copy. It's not elegant, but it works.

  • How to move the objects from Infoarea to another?

    Hi,
    How to move the objects from Infoarea to another?
    Thanx in advance,
    Ravi.

    Hi ..
    If the drag & drop functionality is enabled you can drag the catalog and drop it in another InfoArea just as you do with files on your PC.
    The other procedure is Use the right mouse button to create an InfoObject catalog in the InfoArea. If you want to make a copy of an existing InfoObject catalog, specify a reference InfoObject catalog.
    and check this  thread
    Re: Info Object Mapping to Info Area

  • Adobe Illustrator CS6 crashes when I select or move an object

    I can open Adobe Illustrator fine, but as soon as I select an object, before I release, the software crashes; if I'm lucky I can move the object, but before I release it, the software crashes.
    Adobe Creative Cloud
    iMac OSX 10.8.4
    and I am using a Wacom Intuous

    c86brown,
    You seem to have been lucky, having only a temporary corruption of some kind. The full list of things to try is as follows:
    1) Close down Illy and open again;
    2) Restart the computer;
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

Maybe you are looking for

  • Live Data / Problem with file permissions

    Just trying out an old version of Dreamweaver MX 2004. I am using my webhosting service for remote server/testing server duties. It is running PHP 4.3.10 and MySQL 3.23.58. I was able to set up the database connection and test-retrieve a recordset wi

  • UPLOADING COST CENTER GROUPS

    Hi All., In my project, where my client have lots of cost center groups. To assign them to the standard hierarchy it is taking too much time through Manual Uploading/assignment So,  is there any other option for it. (Automatic Procedure) Please, guid

  • Sales order wise stock revaluation

    hi in case of make to stock material we run standard cost estimate every month and revaluate the stock. ck11n ck40n in case is of make to order stock, is valuated at sales order cost estimate. Please explain how this sales order wise stock will be re

  • Diabling a field in the screen

    Hi Friends, I am developing a screen in SE51 (Screen Paiter).  My requirement is that, on opending the screen, a particular field (Eg. Plant Field) should be in disabled mode.  But, on entering some value in the other field (Eg. Company Code field),

  • ALV - Full Screen Mode

    All, I have ALV grid using CONTAINER , i need to make it FULL SCREEN mode as per the user screen display resolution. Any Info ? PS: Please donot suggest to drag the screen to maximum. that will not work with different screen resolution. a®