InDesign CS4 & IDML & Copy & Paste Bug

Hello,<br /><br />i have build an InDesign CS 4 document with javascript; like this<br /><br />//HelloWorld.jsx<br />//Create a new document.<br />var myDocument = app.documents.add();<br />//Get a reference to the first page.<br />var myPage = myDocument.pages.item(0);<br />//Create a text frame.<br />var myHelloTextFrame = myPage.textFrames.add();<br />//Specify the size and shape of the text frame.<br />myHelloTextFrame.geometricBounds = ["6p0", "6p0", "18p0", "18p0"];<br />//Enter text in the text frame.<br />myHelloTextFrame.contents = "Hello World!";<br />var myStory = myHelloTextFrame.parentStory;<br />myStory.trackChanges=true;<br />myStory.insertLabel("innerText1","dbkey2211");<br /><br />var myInnerTextFrame = myPage.textFrames.add();<br />//Specify the size and shape of the text frame.<br />myInnerTextFrame.geometricBounds = ["6p0", "30p0", "18p0", "42p0"];<br />//Enter text in the text frame.<br />myInnerTextFrame.contents = "ziemlich sinnfreier Text";<br />var myInnerStory = myInnerTextFrame.parentStory;<br />myInnerStory.trackChanges=true;<br />myInnerStory.insertLabel("innerText2","dbkey3322");<br /><br />//Save the document (fill in a valid file path).<br />var myFile = new File("/c/HelloWorld.indd");<br />var result = "saved to:  " + myFile.fullName;<br />if(!myFile.parent.exists && !myFile.parent.create()) {<br />     result = "Not saved.  Unable to create the folder:  " + myFile.parent.fullName;<br />} else {<br />     myDocument = myDocument.save(myFile);<br />}<br />//Close the document.<br />myDocument.close();<br /><br />result;<br /><br />so i get the "HelloWorld.indd" file ... so far so good. Now i load this in InDesign and export it as IDML.<br /><br />I get for example this story<br /><br /><?xml version="1.0" encoding="UTF-8" standalone="yes"?><br /><idPkg:Story xmlns:idPkg="http://ns.adobe.com/AdobeInDesign/idml/1.0/packaging" DOMVersion="6.0"><br />     <Story Self="ue0" AppliedTOCStyle="n" TrackChanges="true" StoryTitle="$ID/" AppliedNamedGrid="n"><br />          <Properties><br />               <Label><br />                    <KeyValuePair Key="innerText2" Value="dbkey3322"/><br />               </Label><br />          </Properties><br />          <StoryPreference OpticalMarginAlignment="false" OpticalMarginSize="12" FrameType="TextFrameType" StoryOrientation="Horizontal" StoryDirection="LeftToRightDirection"/><br />          <InCopyExportOption IncludeGraphicProxies="true" IncludeAllResources="false"/><br />          <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/$ID/NormalParagraphStyle"><br />               <CharacterStyleRange AppliedCharacterStyle="CharacterStyle/$ID/[No character style]"><br />                    <Content>ziemlich sinnfreier Text</Content><br />               </CharacterStyleRange><br />          </ParagraphStyleRange><br />     </Story><br /></idPkg:Story><br /><br />so far so good ... now i package them with "package -c HelloWorld Hello.idml" and load this document in InDesign ...<br /><br />at following i do some copy & paste actions and export the result to IDML and get this story ...<br /><br /><?xml version="1.0" encoding="UTF-8" standalone="yes"?><br /><idPkg:Story xmlns:idPkg="http://ns.adobe.com/AdobeInDesign/idml/1.0/packaging" DOMVersion="6.0"><br />     <Story Self="u186" AppliedTOCStyle="n" TrackChanges="false" StoryTitle="$ID/" AppliedNamedGrid="n"><br />          <StoryPreference OpticalMarginAlignment="false" OpticalMarginSize="12" FrameType="TextFrameType" StoryOrientation="Horizontal" StoryDirection="LeftToRightDirection"/><br />          <InCopyExportOption IncludeGraphicProxies="true" IncludeAllResources="false"/><br />          <XMLElement Self="di3i8" MarkupTag="XMLTag/Root" XMLContent="u186"><br />               <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/$ID/NormalParagraphStyle"><br />                    <CharacterStyleRange AppliedCharacterStyle="CharacterStyle/$ID/[No character style]"><br />                         <Content>ziemlich sinnfreier Text</Content><br />                    </CharacterStyleRange><br />               </ParagraphStyleRange><br />          </XMLElement><br />     </Story><br /></idPkg:Story><br /><br />what the hell ... and find 2 differences <br /><br /> TrackChanges="false" <--- in the original this was true<br /><br />and the label has lost.<br /><br /><Properties><br />    <Label><br />     <KeyValuePair Key="innerText2" Value="dbkey3322"/><br />    </Label><br /></Properties><br /><br />so i think InDesign CS 4 have a bug in the copy and paste facility; only the content will be copied but all additional infos are lo

Hi Bjoern,
I'm not sure that InDesign ever really copies a story, just the text in the story. Since the label and the track changes setting were associated with the story itself (and not with the text in the story), they didn't survive the transfer from one story to another.
It may depend on how you copy/paste--I'd expect the above to be true if you copy/paste with the Type tool, but I'm not sure what happens if you copy/paste all of the text frames in a story using the Selection tool. It may be that the label is maintained in that case.
Thanks,
Ole

Similar Messages

  • [MAC: InDesign CS4] Export to Dreamweaver bug

    Hi,
    I have InDesign files with graphics (.eps, tif, ai, psd) linking but the original grapics are missing. I have to do xhtml conversion without graphics and to keep the original graphic file name linking in the xhtml. Earlier when I export the CS3 file to xhtml via "Export to Dreamweaver..." and check the option "Copy Images" as "Original". InDesign stored all the file names in the xhtml file whether it is missing or not.
    InDesgin CS3 (xhtml output)
    <img src="00_99cent-web-images/99%20cover%20text_illus.ai" alt="missing image file" />
    The problem is nowadays we are getting InDesign CS4 files we have upgraded the software to InDesign CS4, with latest path 6.0.5, but when generating the xhtml via "Export to Dreamweaver..." it doesn't give the graphic name.
    InDesgin CS4 (xhtml output)
    <img src="00_99cent-web-images/" alt="missing image file" />
    Could you please look into this and do the needful.
    Thanks,
    Anil Yadav

    Hi Peter,
    The strange thing is, I just come to know, it is working well on InDesign-PC.
    This is really strange that something is fixed on PC plateform but not on MaC. Anway I have log the problem at bug report form
    Regards,
    Anil Yadav

  • Copy/Past Bug?

    Ever since CS3 I've found that when I copy something and subsequently paste the item, it pastes unselected. I have to undo the process and paste again for it to be selected. On rare occasions I even have to do this more than once before it pastes in a selected state. I'm disappointed to find this is still the case with CS4.
    Sean

    Not a bug as it does not happen here in CS 4 or CS 3 ti is some conflict with what you have
    installed perhaps a haxie or a plug in or a font or some other software.
    This only happens withe few users and so I suspect a plug in or font and possibly a haxie but they
    all have stated in that past they have no haxies then if that is true I suspect a commonly used plug in or font.
    What is your system and OS like I am on a Mac Pro running 10.5.7. have a coupe of plug ins loaded.

  • How to import multiple XML files into one inDesign document without copy/paste ?

    I use InDesign CS6, and I have several XML files with the same structure. Only the data are different.
    I created  an Indesign layout with some tagged placeholder frames on merge mode, for automated layout.
    Today for each XML file I have to create a new InDesign document to import the XML. Everything works fine. Then in order to have all Indesign layouts one after the other into a single Indesign layout, I have to use the copy/paste function.
    I mean for example, copy the contents of all documents to the first one. Or add pages of other documents to the first one, then delete spaces between each page.
    So my question is the following:
    How to repeat this process without copy/paste function, knowing that the
    number of XML files could be unknown.
    Thank you very much for your answer.

    Yes, effectively I would like to catalogue the files into one collection so i can save as one PDF and Print as one.:)
    I know I could save each AI as a pdf them then merge the pdf's together in acrobat, but I have nearly 100 files so would feel more comfortable seeing them all together before print / saving.
    My concern is that if I insert them in Ai, will the file resolution reduce? and will the ai still be editable and would it update the indesign file?
    Thanks for the quick reply

  • InDesign CS6 + Yosemite + Copy/Paste = Missing font

    We use ITC Franklin Gothic throughout all of our pieces; it's installed and it's the default font setup. New and existing files have opened without issue until now. I opened an advertisement that needed to be resized, from our shared server and copied the contents. In a new document, I pasted the contents suddenly the font says it's missing. The images retained their links to the packaged folder on the server, the fonts just stopped working. I closed InDesign, then disconnected from the server in case there was some kind of conflict between the local font and the server font override from the packaged fonts folder (packaged from the local font installed, I made the source ad this same way). Loaded the new file, and got the expected missing links dialogue, but unexpectedly the fonts were still missing. I reviewed the missing fonts, and it was the entire family. I opened Suitcase, verified the fonts are active. Still no fonts in InDesign. Okay, disactivated font in Suitcase (maybe it needs an update), installed the font in Fontbook, need to get the ad done and I don't have time for this. Verified font works by opening a different file, making a new document, but as soon as I opened the ad with the missing the fonts, fonts go missing. I then changed the fonts to a different family, and tried changing them back, but the font doesn't even show in the list of fonts. I can't figure out why this particular method of copy and paste breaks the font. I've opened and created other files with this font family active, while this copy/paste file is open at the same time in another tab while it still says "no". The only work around I could use was to copy the entire packaged folder from the server to my desktop and just change the document properties to the size I need, then adjust the artwork to fit.
    I'd like to find a resolution as to why copying and pasting broke this font even though the same missing font works fine simultaneously in a different document. Any suggestions/questions/thoughts/solutions would be very welcome.
    System specs:
    27" iMac (Mid-2011) 3.1 GHz i5
    32 GB RAM
    1 GB Video
    10.10.2
    Adobe InDesign CS6 8.1
    Update: Looking through the font list, Franklin is being listed as a different font. Though the character palette, the font selected is ITC Franklin Gothic Std Book; the font listed in the Type drop-down menu is Myriad Pro, and once that was deactivated, Helvetica.

    i don't see how that could be the case because I originally installed the font, created and packaged the ad, and the font is available for typesetting in a new document while this problematic document is open without being connected to the server.
    I upgraded to creative cloud 2014 and this particular document is still a problem. This font issue is limited to this sole document. I'm guessing it has something to do with the copy and pasting. Tomorrow, I'll try replacing the font to something else and then copy/pasting it in the same way if it recreates the same problem with a different font.

  • IOS 5 Copy/Paste Bug

    Since updating to IOS 5 (both on iPhone 4 and iPad 2), I can no longer copy content from some web pages. This almost always happens when displaying .htm pages. IOS will allow ou to select the content and will go through the motions of copying it, but when you go to paste the information anywhere none of the data copied is pasted.

    Somewhat similar issue with my ipad2 after upgrade to ios5.I cannot copy/paste the URL address in landscape position with home button on the right. If I rotate the ipad to portrait positions (either side) and landscape with home buttion on the left, it works fine. And when it is working, like I can copy, then after awhile the safari browser website will crashed. The keyboard will comes up and down, up and down..... the search engine will slide in and out, in and out........... the bookmark wll slide in and out.... and immpossible to control the page ..... it will not response when i tap on any part and just have to switch off to stop. Anybody knows what is happening? got a bug? Any fix? Please help...........

  • Copy/paste bug

    Hopefully this isn't a repeat (I've been trying to keep up with this group, but boy it's active!)
    There seems to be an issue with copy/paste (or perhaps my case is not supported). Try the following:
    1) run a report (I ran the datafiles listing)
    2) click on a cell
    3) hit CTRL-C
    4) go to a worksheet and hit CTRL-V
    I get a CR and some spaces instead of the cell contents.

    I tested this and can copy over text data fine but when I tried it with numbers, I get nothing. That was just from Reports. When I copied text and numbers from the results of a Worksheet into the Worksheet both worked fine. I will log a bug. Thanks for letting us know.
    -- Sharon
    p.s. I tried this with a variety of reports and even had trouble with cells containing text. Added all the details to the bug.

  • Copy/Paste Bug (Chinese Characters Added)

    Hi everyone,
    I'm not sure what is going on but recently, when I copy/paste something on my MacBook Pro, running the latest Mavericks, it sometimes appends some weird Chinese characters at the end of it. It will only show up sometimes and only in certain programs (such as copying URLs).
    This worries me very much for some obvious reasons. I don't have Chinese enabled, the characters are not always the same, and I have absolutely no idea why it is doing this.
    Any suggestions? Is this some weird but known bug? Am I the victim of some sort of spyware? Any suggestions as to what I should use to try to track this down? A quick google search turned nothing up.
    I would demonstrate the bug here but it isn't currently reproducing the problem. As I said earlier: It's rather intermittent.
    Any help or suggestions would really help me out.
    Thanks.

    I doubt anyone can help without a screen shot of what you are seeing.  Come back when you have one.  In the meantime I would not worry, it is most likely some kind of encoding glitch.  You don't have to "enable" a language to have it displayed on your screen, OS X automatically does that.

  • CS4 InD - copy/paste missing link names?

    Hi, in CS3 if I had a missing link I could simply go to the links palette, highlight and copy the name, click relink then when the dialogue box came up just paste in the file name for searching. This seems to have disappeared in CS4 and I can't see any way of copying the file name.
    Anyone got any ideas without having to re-type the filename out to search? I don't want to have a massive links pallette so I can see the long file names we have, so the copy/paste solution was our best option previously.
    Any help gratefully received, many thanks

    Cheers Eugene, it's not quite the same as it gives the 'full path' as the name suggests.
    This method thus throws in an extra part to the sequence as you have to delete the majority of the path, which is a shame - it just sort of worked and made sense before.

  • Copy/paste - bug/odd behavior

    I am getting an annoying behavior from the workshop IDE, when i do
    copy/paste.
    I often double-click a word and then press CTRL-C. I can do this as well
    in workshop. But the behavior is VERY odd, when I do it with normal
    working speed.
    Say for example this code:
    <code>
    Line 1: String str = null;
    Line 2: If ( str != null)
    Line 3: str = "workshop is odd";
    </code>
    If I do double click and then CTRL-C on "str" in Line 3. Then my cursor
    moves up to "str" in Line 1, and on the clipboard is the full Line 3.
    Except from the movement of the cursor, a copy of the whole line I would
    only expect from a triple-click and it should as a minimum mark the
    whole line.
    In this example it is not so bad, but if my line 3 was line 99, it gets
    very annoying.
    If I do it "slowly" it behaves correctly or as expected.
    Is this expected behavior of IDE?? - Because this it definitely not my
    expectation.

    I doubt anyone can help without a screen shot of what you are seeing.  Come back when you have one.  In the meantime I would not worry, it is most likely some kind of encoding glitch.  You don't have to "enable" a language to have it displayed on your screen, OS X automatically does that.

  • Copy/paste bug in RichEditableText.as

    Hi All,
    I found this bug when I accidentally copied an excel file and pasted it inside a TextInput control (I thought I had copied one of the cell in the spreadsheet).
    Flex throws the following:
    Error #1009: Cannot access a property or method of a null object reference.
    This error came from inside the handlePasteOperation() method inside the RichEditableText.as.
    Have any of you had this problem ? I cannot override the function because it is marked as private function. Any suggestions for workaround ?
    Thank you

    I get the same exact error when I paste anything, even if there is nothing in clipboard.
    I also found similar threads here:
    http://forums.adobe.com/message/2904634
    http://forums.adobe.com/message/2030606

  • InDesign CS6 when copy/paste or deleting text

    Hi guys,
    So we've just been trying to copy some text in from a Word document and out of the blue InDesign crashes. This is happening relatively frequently. The error report is as follows. Any idea?
    Any help is very much appreciated
    Process: Adobe InDesign CS6 [2020]
    Path: /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Identifier: com.adobe.InDesign
    Version: 8.0.1.406 (8010)
    Code Type: X86 (Native)
    Parent Process: launchd [135]
    User ID: 501
    Date/Time: 2013-06-26 12:17:17.128 +0100
    OS Version: Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Sleep/Wake UUID: 296B46F9-CD25-423E-8152-E7E0B6258F62
    Interval Since Last Report:          125962 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  122885 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:  461F424F-679C-553D-22CE-632EEAEEA774
    Crashed Thread:  0 Main Thread  Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
        __TEXT  0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Thread 0 Crashed:: Main Thread  Dispatch queue: com.apple.main-thread
    0 com.adobe.InDesign.Text      
    0x178d179e GetPlugIn + 4036702
    1 com.adobe.InDesign.Text      
    0x178d3757 GetPlugIn + 4044823
    2 com.adobe.InDesign.Text      
    0x178d3c30 GetPlugIn + 4046064
    3 com.adobe.InDesign.Text      
    0x178d4021 GetPlugIn + 4047073
    4 com.adobe.InDesign.Text      
    0x178d52eb GetPlugIn + 4051883
    5 com.adobe.InDesign.Text      
    0x178d92c1 GetPlugIn + 4068225
    6 com.adobe.InDesign.Text      
    0x178e235a GetPlugIn + 4105242
    7 com.adobe.InDesign.Text      
    0x178c3f72 GetPlugIn + 3981362
    8 com.adobe.InDesign.Text      
    0x178d9887 GetPlugIn + 4069703
    9   com.adobe.InDesign.Text
    0x178d9a97 GetPlugIn + 4070231
    10 com.adobe.InDesign.Text      
    0x178d6c28 GetPlugIn + 4058344
    11 com.adobe.InDesign.Text      
    0x178d60ab GetPlugIn + 4055403
    12 com.adobe.InDesign.Text      
    0x178d7c47 GetPlugIn + 4062471
    13  com.adobe.InDesign.Text
    0x178d809a GetPlugIn + 4063578
    14 com.adobe.InDesign.Text      
    0x178d8eeb GetPlugIn + 4067243
    15 com.adobe.InDesign.Text      
    0x178b6160 GetPlugIn + 3924512
    16 com.adobe.InDesign.Text      
    0x17681fb5 GetPlugIn + 1613941
    17 com.adobe.InDesign.Text      
    0x176968b1 GetPlugIn + 1698161
    18 com.adobe.InDesign.Text      
    0x1769d360 GetPlugIn + 1725472
    19 com.adobe.InDesign.Text      
    0x1769b14e GetPlugIn + 1716750
    20 com.adobe.InDesign.Text      
    0x1767892c GetPlugIn + 1575404
    21 com.adobe.InDesign.Utilities  0x11da4691 0x11da0000 + 18065
    22 com.adobe.InDesign.Utilities  0x11da48a0 0x11da0000 + 18592
    23 com.adobe.InDesign.AppFramework0x12539bba 0x1251d000 + 117690
    24  PublicLib.dylib
    0x01700714 CmdUtils::ProcessCommand(ICommand*) + 48
    25  PublicLib.dylib
    0x0185627a CTextEditSuite::Delete(CTextEditSuite::DeleteDirection, long) + 1374
    26  PublicLib.dylib
    0x01843962 CTextEditSuite::Delete(long) + 32
    27 com.adobe.InDesign.Text      
    0x176d3e4f GetPlugIn + 1949455
    28 com.adobe.InDesign.Text      
    0x176d7142 GetPlugIn + 1962498
    29 com.adobe.InDesign.Text      
    0x176d725d GetPlugIn + 1962781
    30 com.adobe.InDesign.Text      
    0x176ba303 GetPlugIn + 1844163
    31  com.adobe.InDesign.IME 0x067b4ac0 GetPlugIn + 35312
    32 com.adobe.InDesign.IME        0x067b4666 GetPlugIn + 34198
    33 com.adobe.InDesign.Text Editor0x135d9f14 GetPlugIn + 114004
    34 WidgetBinLib.dylib            0x000b25f2 CDefaultEH::KeyCmd(IEvent*) + 106
    35  PublicLib.dylib
    0x0171f2f7 CEventDispatcher::DispatchToEventHandlers(IEvent*) + 599
    36  PublicLib.dylib
    0x0171edb6 CEventDispatcher::DispatchEvent(IEvent*, IEvent::SystemHandledState) + 24
    37 com.adobe.InDesign.Application UI0x141a002b GetPlugIn + 282491
    38 com.adobe.InDesign.Application UI0x1419e2a0 GetPlugIn + 274928
    39 com.apple.HIToolbox          
    0x95df39bb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    40 com.apple.HIToolbox          
    0x95c7b394 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    41 com.apple.HIToolbox          
    0x95c7a780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    42 com.apple.HIToolbox          
    0x95c8e655 SendEventToEventTarget + 88
    43 com.apple.HIToolbox          
    0x95cae6c2 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2392
    44 com.apple.HIToolbox          
    0x95c7b83f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    45 com.apple.HIToolbox          
    0x95c7a780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    46 com.apple.HIToolbox          
    0x95c8e655 SendEventToEventTarget + 88
    47 com.apple.HIToolbox          
    0x95c6fe77 SendTSMEvent + 75
    48 com.apple.HIToolbox          
    0x95c6f90b SendUnicodeTextAEToUnicodeDoc + 745
    49  com.apple.HIToolbox
    0x95c6f504 TSMKeyEvent + 980
    50 com.apple.HIToolbox          
    0x95cbeff5 TSMProcessRawKeyEvent + 3102
    51 com.apple.HIToolbox          
    0x95cffd15 HandleCompatibilityKeyEvent + 323
    52 com.apple.HIToolbox          
    0x95c778ba HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 7318
    53 com.apple.HIToolbox          
    0x95df39bb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    54 com.apple.HIToolbox          
    0x95c7b394 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    55 com.apple.HIToolbox          
    0x95c7a780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    56 com.apple.HIToolbox          
    0x95c7a5ca SendEventToEventTargetWithOptions + 94
    57 com.apple.HIToolbox          
    0x95cae19c ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1074
    58 com.apple.HIToolbox          
    0x95c7b83f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    59 com.apple.HIToolbox          
    0x95c7a780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    60 com.apple.HIToolbox          
    0x95c8e655 SendEventToEventTarget + 88
    61 com.adobe.InDesign.AppFramework0x1252c0dc 0x1251d000 + 61660
    62 com.adobe.InDesign.AppFramework0x1254a329 GetPlugIn + 12009
    63 com.adobe.InDesign            0x00001ec5 main + 341
    64 com.adobe.InDesign            0x00001d55 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib        0x91a3e9ae kevent + 10
    1 libdispatch.dylib            
    0x982d3c71 _dispatch_mgr_invoke + 993
    2 libdispatch.dylib            
    0x982d37a9 _dispatch_mgr_thread + 53
    Thread 2:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib            
    0x94d602e9 _pthread_cond_wait + 938
    2 libsystem_c.dylib            
    0x94d60572 pthread_cond_timedwait_relative_np + 47
    3 com.apple.CoreServices.CarbonCore0x92f526ad TSWaitOnConditionTimedRelative + 177
    4 com.apple.CoreServices.CarbonCore0x92e9eacb MPWaitOnQueue + 261
    5   PMRuntime.dylib
    0x005b9581 SetVSizeBaseline(unsigned long) + 1473
    6 com.apple.CoreServices.CarbonCore0x92f25a7b PrivateMPEntryPoint + 68
    7 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    8 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 3:
    0 libsystem_kernel.dylib        0x91a3e0ee __workq_kernreturn + 10
    1 libsystem_c.dylib            
    0x94d5e0ac _pthread_workq_return + 45
    2 libsystem_c.dylib            
    0x94d5de79 _pthread_wqthread + 448
    3 libsystem_c.dylib            
    0x94d45d2a start_wqthread + 30
    Thread 4:
    0 libsystem_kernel.dylib        0x91a3e0ee __workq_kernreturn + 10
    1 libsystem_c.dylib            
    0x94d5e0ac _pthread_workq_return + 45
    2 libsystem_c.dylib            
    0x94d5de79 _pthread_wqthread + 448
    3 libsystem_c.dylib            
    0x94d45d2a start_wqthread + 30
    Thread 5:
    0 libsystem_kernel.dylib        0x91a3b7d2 mach_msg_trap + 10
    1 libsystem_kernel.dylib        0x91a3acb0 mach_msg + 68
    2 com.apple.CoreServices.CarbonCore0x92f4f35b TS_exception_listener_thread + 89
    3 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    4 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 6:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib
    0x94d60280 _pthread_cond_wait + 833
    2 libsystem_c.dylib            
    0x94de6095 pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreServices.CarbonCore0x92f52492 TSWaitOnCondition + 128
    4 com.apple.CoreServices.CarbonCore0x92f5268e TSWaitOnConditionTimedRelative + 146
    5 com.apple.CoreServices.CarbonCore0x92e9eacb MPWaitOnQueue + 261
    6   com.adobe.ACE
    0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE
    0x00606d99 0x5c8000 + 257433
    8   com.apple.CoreServices.CarbonCore0x92f25a7b PrivateMPEntryPoint + 68
    9 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    10 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 7:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib            
    0x94d60280 _pthread_cond_wait + 833
    2 libsystem_c.dylib            
    0x94de6095 pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreServices.CarbonCore0x92f52492 TSWaitOnCondition + 128
    4 com.apple.CoreServices.CarbonCore0x92f5268e TSWaitOnConditionTimedRelative + 146
    5 com.apple.CoreServices.CarbonCore0x92e9eacb MPWaitOnQueue + 261
    6   com.adobe.ACE
    0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE
    0x00606d99 0x5c8000 + 257433
    8 com.apple.CoreServices.CarbonCore0x92f25a7b PrivateMPEntryPoint + 68
    9 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    10 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 8:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib            
    0x94d60280 _pthread_cond_wait + 833
    2 libsystem_c.dylib            
    0x94de6095 pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreServices.CarbonCore0x92f52492 TSWaitOnCondition + 128
    4 com.apple.CoreServices.CarbonCore0x92f5268e TSWaitOnConditionTimedRelative + 146
    5 com.apple.CoreServices.CarbonCore0x92e9eacb MPWaitOnQueue + 261
    6   com.adobe.ACE
    0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE
    0x00606d99 0x5c8000 + 257433
    8 com.apple.CoreServices.CarbonCore0x92f25a7b PrivateMPEntryPoint + 68
    9 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    10 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib 0x91a3d8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib            
    0x94d60280 _pthread_cond_wait + 833
    2 libsystem_c.dylib            
    0x94de6095 pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreServices.CarbonCore0x92f52492 TSWaitOnCondition + 128
    4 com.apple.CoreServices.CarbonCore0x92f5268e TSWaitOnConditionTimedRelative + 146
    5 com.apple.CoreServices.CarbonCore0x92e9eacb MPWaitOnQueue + 261
    6   com.adobe.ACE
    0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE
    0x00606d99 0x5c8000 + 257433
    8 com.apple.CoreServices.CarbonCore0x92f25a7b PrivateMPEntryPoint + 68
    9 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    10 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 10:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib            
    0x94d60280 _pthread_cond_wait + 833
    2 libsystem_c.dylib            
    0x94de6095 pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreServices.CarbonCore0x92f52492 TSWaitOnCondition + 128
    4 com.apple.CoreServices.CarbonCore0x92f5268e TSWaitOnConditionTimedRelative + 146
    5 com.apple.CoreServices.CarbonCore0x92e9eacb MPWaitOnQueue + 261
    6   com.adobe.ACE
    0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE
    0x00606d99 0x5c8000 + 257433
    8 com.apple.CoreServices.CarbonCore0x92f25a7b PrivateMPEntryPoint + 68
    9 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    10 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 11:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib            
    0x94d60280 _pthread_cond_wait + 833
    2 libsystem_c.dylib            
    0x94de6095 pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreServices.CarbonCore0x92f52492 TSWaitOnCondition + 128
    4 com.apple.CoreServices.CarbonCore0x92f5268e TSWaitOnConditionTimedRelative + 146
    5 com.apple.CoreServices.CarbonCore0x92e9eacb MPWaitOnQueue + 261
    6   com.adobe.ACE
    0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE
    0x00606d99 0x5c8000 + 257433
    8 com.apple.CoreServices.CarbonCore0x92f25a7b PrivateMPEntryPoint + 68
    9 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    10  libsystem_c.dylib
    0x94d45d4e thread_start + 34
    Thread 12:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib            
    0x94d60280 _pthread_cond_wait + 833
    2 libsystem_c.dylib            
    0x94de6095 pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreServices.CarbonCore0x92f52492 TSWaitOnCondition + 128
    4 com.apple.CoreServices.CarbonCore0x92f5268e TSWaitOnConditionTimedRelative + 146
    5 com.apple.CoreServices.CarbonCore0x92e9eacb MPWaitOnQueue + 261
    6   com.adobe.ACE
    0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE
    0x00606d99 0x5c8000 + 257433
    8 com.apple.CoreServices.CarbonCore0x92f25a7b PrivateMPEntryPoint + 68
    9 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    10 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 13:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib        0x91a3dbe6 __select + 10
    1 com.apple.CoreFoundation      0x95a94650 __CFSocketManager + 1632
    2 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    3 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 14:: IPCClient rcvr: FMClient.501.2020.2891794984.1
    0 libsystem_kernel.dylib        0x91a3dbe6 __select + 10
    1 com.extensis.cpp-core-framework0x211f9523 GIPCReceiver::OSWaitForData() + 2301
    2 com.extensis.cpp-core-framework0x211edc0f GIPCClient::ReceiverThreadProc(GThread*) + 949
    3 com.extensis.cpp-core-framework0x212719c7 GThread::PthreadInternal(void*) + 239
    4 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    5 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 15:: Agent IF Message Handler
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib
    0x94d60280 _pthread_cond_wait + 833
    2 libsystem_c.dylib            
    0x94de60e0 pthread_cond_timedwait$UNIX2003 + 70
    3 com.extensis.cpp-core-framework0x2122ed5d GSemaphore::TimedWait(unsigned long) + 77
    4   com.extensis.cpp-core-framework0x211f276f GIPCClient::GIPCMTDataAccumulator::WaitForData(unsigned long, std::vector<char, std::allocator<char> >&, bool) + 39
    5 com.extensis.ExtensisFontManagement.sdk0x217ae2d7 GAgentIFMessageHandlerThread::RunMessageHandlerThread() + 497
    6 com.extensis.ExtensisFontManagement.sdk0x217aea65 GAgentIFMessageHandlerThread::AgentIFMessageHandlerThreadFunc(GThread*) + 67
    7 com.extensis.cpp-core-framework0x212719c7 GThread::PthreadInternal(void*) + 239
    8 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    9 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 16:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib            
    0x94d60280 _pthread_cond_wait + 833
    2   libsystem_c.dylib
    0x94de6095 pthread_cond_wait$UNIX2003 + 71
    3 com.adobe.InDesign.AppFramework0x1261d556 GetPlugIn + 876822
    4 com.adobe.InDesign.AppFramework0x126198ff GetPlugIn + 861375
    5 com.adobe.InDesign.AppFramework0x1261a3c5 GetPlugIn + 864133
    6 com.adobe.InDesign.AppFramework0x1261b98e GetPlugIn + 869710
    7 com.adobe.InDesign.AppFramework0x1261b9fa GetPlugIn + 869818
    8 com.adobe.InDesign.AppFramework0x1261ba66 GetPlugIn + 869926
    9 com.adobe.boost_threads.framework0x01c6840d thread_proxy + 141
    10 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    11 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 17:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib
    0x94d60280 _pthread_cond_wait + 833
    2 libsystem_c.dylib            
    0x94de6095 pthread_cond_wait$UNIX2003 + 71
    3 com.adobe.InDesign.AppFramework0x1261d556 GetPlugIn + 876822
    4 com.adobe.InDesign.AppFramework0x126198ff GetPlugIn + 861375
    5 com.adobe.InDesign.AppFramework0x1261a3c5 GetPlugIn + 864133
    6 com.adobe.InDesign.AppFramework0x1261b98e GetPlugIn + 869710
    7 com.adobe.InDesign.AppFramework0x1261b9fa GetPlugIn + 869818
    8 com.adobe.InDesign.AppFramework0x1261ba66 GetPlugIn + 869926
    9 com.adobe.boost_threads.framework0x01c6840d thread_proxy + 141
    10 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    11 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 18:
    0 libsystem_kernel.dylib        0x91a3dc72 __semwait_signal + 10
    1 libsystem_c.dylib            
    0x94de5a55 nanosleep$UNIX2003 + 189
    2 com.adobe.InDesign.Support for JavaScript0x1c2fdacb GetPlugIn + 317883
    3 com.adobe.InDesign.Support for JavaScript0x1c2e2f79 GetPlugIn + 208489
    4 com.adobe.InDesign.Support for JavaScript0x1c2fde38 GetPlugIn + 318760
    5 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    6 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 19:
    0 libsystem_kernel.dylib        0x91a3db3e __recvfrom + 10
    1 libsystem_c.dylib            
    0x94de5bbf recv$UNIX2003 + 54
    2 ServiceManager-Launcher.dylib
    0x1b10d733 Invoke + 47867
    3 ServiceManager-Launcher.dylib
    0x1b10c846 Invoke + 44046
    4 ServiceManager-Launcher.dylib
    0x1b10b988 Invoke + 40272
    5 ServiceManager-Launcher.dylib
    0x1b10ba0f Invoke + 40407
    6 ServiceManager-Launcher.dylib
    0x1b106baf Invoke + 20343
    7 ServiceManager-Launcher.dylib
    0x1b106ea7 Invoke + 21103
    8 ServiceManager-Launcher.dylib
    0x1b107685 Invoke + 23117
    9 ServiceManager-Launcher.dylib
    0x1b1078f9 Invoke + 23745
    10 ServiceManager-Launcher.dylib
    0x1b10a2a0 Invoke + 34408
    11 ServiceManager-Launcher.dylib
    0x1b10a3fd Invoke + 34757
    12 ServiceManager-Launcher.dylib
    0x1b10ac91 Invoke + 36953
    13 ServiceManager-Launcher.dylib
    0x1b10adb2 Invoke + 37242
    14 ServiceManager-Launcher.dylib
    0x1b0fd656 Login + 461
    15 ServiceManager-Launcher.dylib
    0x1b10109a Login + 15377
    16 ServiceManager-Launcher.dylib
    0x1b10b165 Invoke + 38189
    17  ServiceManager-Launcher.dylib
    0x1b10d2eb Invoke + 46771
    18 libsystem_c.dylib            
    0x94d5b5b7 _pthread_start + 344
    19 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 20:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib            
    0x94d60280 _pthread_cond_wait + 833
    2 libsystem_c.dylib            
    0x94de6095 pthread_cond_wait$UNIX2003 + 71
    3 com.adobe.ape.engine          0x2bab804f APXGetHostAPI + 2633743
    4 com.adobe.ape.engine          0x2b84962f APXGetHostAPI + 83439
    5 com.adobe.ape.engine          0x2bab813e APXGetHostAPI + 2633982
    6 com.adobe.ape.engine          0x2bab81a7 APXGetHostAPI + 2634087
    7 com.adobe.ape.engine          0x2bab82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib
    0x94d5b5b7 _pthread_start + 344
    9 libsystem_c.dylib            
    0x94d45d4e thread_start + 34
    Thread 21:
    0 libsystem_kernel.dylib        0x91a3d8e2 __psynch_cvwait + 10
    1 libsystem_c.dylib            
    0x94d60280 _pthread_cond_wait + 833
    2 l

    Ask away, that's how you learn stuff. We ask a lot going the other way, too.
    Yes, installed fonts, even if not in use, can cause problems in ID. The new cc version seems to have a really big problem with fonts with non-standard characters in their names, for example, to the point where it will not launch when they are present on the system. Your crash is definitely text related, so trouble-shooting fonts is a good first step.

  • Macros in indesign to get copy-paste

    Dear all
    How can we make a macro, which will select the whole paragraph from the current cursor position and copy it again select the next paragraph if we press that key again...

    I use this script for that:
    try
        if (app.selection[0] instanceof InsertionPoint)
            var par = app.selection[0].paragraphs[0];
            if (par.characters[-1].contents != "\r")
                par.insertionPoints[-1].contents = "\r";
            par.duplicate (LocationOptions.after, par.insertionPoints[-1])
       else
          var sel = app.selection[0];
          sel.duplicate (LocationOptions.after, sel.insertionPoints[-1]);
    catch (_){}
    With an insertion point selected, it duplicates the current paragraph after itself. If you've selected anything else it duplicates that selection after the selection's last insertion point. In other words, the script mimics the ESTK's Ctrl+D key (going back probably to WordStar). Note that you run the script once: no need for copy and paste.
    Peter

  • Can't get Typekit to work with localhost (also, another weird issue with copy+paste)

    Hi!
    I've searched through the other posts already, and I *think* I've tried all the solutions, but I still can't get the typekit fonts on my machine.
    I'm trying to use the "orator-std" font.  In the "kit editor", in the "kit settings -> kit settings" tab I have for name "localhost" (w/o quotes) and for domains just "127.0.0.1" (w/o quotes).
    Then (AFTER saving the settings from that tab), I go back into edge animate, I start a new font by clicking that + sign next to "fonts", in the "library" tab.  I set the "font fallback list" to ' "orator-std",sans-serif ' (w/ quotes, w/o single quotes), and then go back to the open browser and go to the "embed code", copy both lines of javascript, go back to edge animate, and... nothing.  It won't let me change ANY text in this box anymore after the window loses focus.  I have to press "cancel" and try again.  So this time, I just type in the orator-std... blah blah, same as last time, but paste in the code successfully as it was already in the clipboard and I didn't need to make the window lose focus.  Okay, so I click "Add font", and apply the font to my text.  Nothing happens.
    Huh... well the "Font's from T" picture is showing up in the bottom right of my screen, so that's odd.  I go to preview in chrome, still ugly old sans-seriff there, also with the "Font's from T" logo in the bottom right.
    I figure "okay, probably just takes a second... or a minute... or w/e like the message said."  Well this was at least an hour ago, so something is still wrong.
    I would love to just delete the font and start from scratch... maybe something got screwed up along the way and it would fix things to just start from scratch.  Well... "sorry" says edge animate... can't let you delete that!  In the "libarary" tab, there's only one font visible, it says "orator-std,sans-serif" (w/o quotes).  If I right click it, the only option is "delete" and it's greyed out.
    I tried doing one with arial instead of sans-serif just now, still not working, but everything shows up in arial now instead of sans-serif... so that's something I guess.
    Apologies if this is just a simple problem that I'm just somehow not grasping.  Please accept this legitimate bug report as payment... the er copy paste bug, I mean...
    Thanks!
    Trevor

    Hi Trevor,
    I'm sorry you ran into trouble here. Typekit can be used locally. However there are some necessary steps that if left out, will cause the fonts not to render. In order to use Typekit locally, you've got to:
    1. Be running a local server when testing your site in the browser. You can tell if you're running a local server by the URL of the local site. If it starts with: file:// then you are just viewing the local file in a browser and not running it from a local server.
    If the local URL starts with: http:// then you're running a local server.
    2. The domain of your local server has to be part of the domain list in your Kit. So, if your local server uses: localhost, you'll need to add this to your Kit's domains.
    I hope this helps. If you have any further questions, feel free to reach out to us directly: [email protected]
    Cheers,
    Benjamin

  • After Effects CS6 copy paste from other apps is broken

    Hi there,
    After Effects just recently stopped accepting copied text from Microsoft Word (and many other applications incl Photoshop).
    Although it does allow me to copy into the AE GUI search bars, but still not from there into my composition text.
    I have tried a system restore to before the problem developed, however it did not work. I also found this (http://shisko.blogspot.co.nz/2008/01/copy-paste-bug-in-after-effects-fix.html), but the patches are for XP and Vista.
    I'm on Windows 7, running AE version 11.0.0.378, let me know if you have a workaround! This is very frustrating!
    Cheers,
    Brad

    Begin by installing the most recent updates and restarting your computer.
    http://blogs.adobe.com/premierepro/2011/06/updates-for-adobe-premiere-pro-after-effects-an d-adobe-media-encoder-cs5-cs5-5.html

Maybe you are looking for