[Ann] HTML/CHM for CS5.5 Javascript

http://www.jongware.com/idjshelp.html now also contains CS5.5.
Long overdue, I had to be reminded by Harbs that this one was still missing!

.. and CS5.5 InCopy and CS5.5 Server as well.

Similar Messages

  • [Ann] HTML/CHM for CS6 Javascript

    I don't think I've ever been so fast before:
    http://www.jongware.com/idjshelp.html is updated, it now also contains my Friendly Help for CS6, as both HTML (separate files) and CHM (one compiled file for use with a Windows Help viewer).
    By way of experiment I added a "Full Index" to the HTML version. This is a single huge file, 2.7MB, but it contains links to all properties and methods in the entire set of files. So if you can't use the live one in the compiled CHM, you can still use this one to get a good overview of What to find Where.
    ... Enjoy!

    Maybe I'll be enthused to try this before my idea of when Jongware wakes up :-)
    Right. So, here's some XSLT:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
      <xsl:output method="text"/>
      <xsl:template match="text()|@*"/> <!-- Suppress default text output -->
      <xsl:template match="property|method">
        <xsl:call-template name="list-name-and-grandparent-name-with-tabs"/>
      </xsl:template>
      <xsl:template name="list-name-and-grandparent-name-with-tabs">
        <xsl:value-of select="name()"/>
        <xsl:if test="../../@enumeration">(enum)</xsl:if>
        <xsl:text>&#9;</xsl:text>
        <xsl:value-of select="name()"/><xsl:text>&#9;</xsl:text>
        <xsl:value-of select="../../@name"/><xsl:text>&#9;</xsl:text>
        <xsl:value-of select="@name"/><xsl:text>&#9;</xsl:text>
        <xsl:text>&#10;</xsl:text>
      </xsl:template>
    </xsl:stylesheet>
    Hopefully it's self-explanatory. I even added the "(enum)" to distinguish enums from regular properties. Just for you, Peter K!
    Then we just run it on the omv cachefiles, sort the output, and do some comparisons with "comm."
    That is:
    xsltproc omv.xsl omv\$indesign-7.5\$7.5.xml | sort > 7575.txt
    xsltproc omv.xsl omv\$indesign-8.0\$8.0.xml | sort > 8080.txt
    I hope it's not a dumb idea to put this all in one long post...
    For instance, the following 29 items were removed from CS5.5 to CS6 (comm -23 7575.txt 8080.txt):
    property
    Button
    visibilityInPdf
    property
    DocumentPreference
    masterTextFrame
    property
    DocumentPreset
    masterTextFrame
    property
    EPubExportPreference
    cssExportOption
    property
    EPubExportPreference
    externalCSSPath
    property
    EPubExportPreference
    format
    property
    EPubExportPreference
    marginUnit
    property
    EPubExportPreference
    spaceUnit
    property
    EPubExportPreference
    useTocStyle
    property
    HTMLExportPreference
    bottomMargin
    property
    HTMLExportPreference
    externalCSSPath
    property
    HTMLExportPreference
    javascriptURL
    property
    HTMLExportPreference
    leftMargin
    property
    HTMLExportPreference
    linkToJavascript
    property
    HTMLExportPreference
    marginUnit
    property
    HTMLExportPreference
    rightMargin
    property
    HTMLExportPreference
    spaceUnit
    property
    HTMLExportPreference
    topMargin
    property
    ObjectExportOption
    customImageAlignment
    property
    ObjectExportOption
    spaceUnit
    property
    PagesPanel
    verticalView
    property(enum)
    SpaceUnitType
    CSS_EM
    property(enum)
    SpaceUnitType
    CSS_PIXEL
    property(enum)
    StyleSheetExportOption
    EXTERNAL_CSS
    property(enum)
    StyleSheetExportOption
    STYLE_NAME_ONLY
    property(enum)
    VisibilityInPdf
    HIDDEN_BUT_PRINTABLE_IN_PDF
    property(enum)
    VisibilityInPdf
    HIDDEN_IN_PDF
    property(enum)
    VisibilityInPdf
    VISIBLE_BUT_DOES_NOT_PRINT_IN_PDF
    property(enum)
    VisibilityInPdf
    VISIBLE_IN_PDF
    And the following 1,984 were added in CS6 (comm -13 7575.txt 8080.txt):
    method
    Button
    contentPlace
    method
    CellStyleMapping
    addEventListener
    method
    CellStyleMapping
    getElements
    method
    CellStyleMapping
    remove
    method
    CellStyleMapping
    removeEventListener
    method
    CellStyleMapping
    toSource
    method
    CellStyleMapping
    toSpecifier
    method
    CellStyleMappings
    method
    CellStyleMappings
    add
    method
    CellStyleMappings
    anyItem
    method
    CellStyleMappings
    count
    method
    CellStyleMappings
    everyItem
    method
    CellStyleMappings
    firstItem
    method
    CellStyleMappings
    item
    method
    CellStyleMappings
    itemByRange
    method
    CellStyleMappings
    lastItem
    method
    CellStyleMappings
    middleItem
    method
    CellStyleMappings
    nextItem
    method
    CellStyleMappings
    previousItem
    method
    CellStyleMappings
    toSource
    method
    CharStyleMapping
    addEventListener
    method
    CharStyleMapping
    getElements
    method
    CharStyleMapping
    remove
    method
    CharStyleMapping
    removeEventListener
    method
    CharStyleMapping
    toSource
    method
    CharStyleMapping
    toSpecifier
    method
    CharStyleMappings
    method
    CharStyleMappings
    add
    method
    CharStyleMappings
    anyItem
    method
    CharStyleMappings
    count
    method
    CharStyleMappings
    everyItem
    method
    CharStyleMappings
    firstItem
    method
    CharStyleMappings
    item
    method
    CharStyleMappings
    itemByRange
    method
    CharStyleMappings
    lastItem
    method
    CharStyleMappings
    middleItem
    method
    CharStyleMappings
    nextItem
    method
    CharStyleMappings
    previousItem
    method
    CharStyleMappings
    toSource
    method
    CheckBox
    addEventListener
    method
    CheckBox
    applyObjectStyle
    method
    CheckBox
    asynchronousExportFile
    method
    CheckBox
    autoTag
    method
    CheckBox
    bringForward
    method
    CheckBox
    bringToFront
    method
    CheckBox
    changeObject
    method
    CheckBox
    clearObjectStyleOverrides
    method
    CheckBox
    clearTransformations
    method
    CheckBox
    contentPlace
    method
    CheckBox
    convertShape
    method
    CheckBox
    convertToObject
    method
    CheckBox
    detach
    method
    CheckBox
    duplicate
    method
    CheckBox
    exportFile
    method
    CheckBox
    extractLabel
    method
    CheckBox
    findObject
    method
    CheckBox
    fit
    method
    CheckBox
    flipItem
    method
    CheckBox
    getElements
    method
    CheckBox
    insertLabel
    method
    CheckBox
    markup
    method
    CheckBox
    move
    method
    CheckBox
    override
    method
    CheckBox
    placeXML
    method
    CheckBox
    redefineScaling
    method
    CheckBox
    reframe
    method
    CheckBox
    remove
    method
    CheckBox
    removeEventListener
    method
    CheckBox
    removeOverride
    method
    CheckBox
    resize
    method
    CheckBox
    resolve
    method
    CheckBox
    select
    method
    CheckBox
    sendBackward
    method
    CheckBox
    sendToBack
    method
    CheckBox
    store
    method
    CheckBox
    toSource
    method
    CheckBox
    toSpecifier
    method
    CheckBox
    transform
    method
    CheckBox
    transformAgain
    method
    CheckBox
    transformAgainIndividually
    method
    CheckBox
    transformSequenceAgain
    method
    CheckBox
    transformSequenceAgainIndividually
    method
    CheckBox
    transformValuesOf
    method
    CheckBoxes
    method
    CheckBoxes
    add
    method
    CheckBoxes
    anyItem
    method
    CheckBoxes
    count
    method
    CheckBoxes
    everyItem
    method
    CheckBoxes
    firstItem
    method
    CheckBoxes
    item
    method
    CheckBoxes
    itemByID
    method
    CheckBoxes
    itemByName
    method
    CheckBoxes
    itemByRange
    method
    CheckBoxes
    lastItem
    method
    CheckBoxes
    middleItem
    method
    CheckBoxes
    nextItem
    method
    CheckBoxes
    previousItem
    method
    CheckBoxes
    toSource
    method
    ClearFormBehavior
    addEventListener
    method
    ClearFormBehavior
    extractLabel
    method
    ClearFormBehavior
    getElements
    method
    ClearFormBehavior
    insertLabel
    method
    ClearFormBehavior
    remove
    method
    ClearFormBehavior
    removeEventListener
    method
    ClearFormBehavior
    toSource
    method
    ClearFormBehavior
    toSpecifier
    method
    ClearFormBehaviors
    method
    ClearFormBehaviors
    add
    method
    ClearFormBehaviors
    anyItem
    method
    ClearFormBehaviors
    count
    method
    ClearFormBehaviors
    everyItem
    method
    ClearFormBehaviors
    firstItem
    method
    ClearFormBehaviors
    item
    method
    ClearFormBehaviors
    itemByID
    method
    ClearFormBehaviors
    itemByName
    method
    ClearFormBehaviors
    itemByRange
    method
    ClearFormBehaviors
    lastItem
    method
    ClearFormBehaviors
    middleItem
    method
    ClearFormBehaviors
    nextItem
    method
    ClearFormBehaviors
    previousItem
    method
    ClearFormBehaviors
    toSource
    method
    ComboBox
    addEventListener
    method
    ComboBox
    applyObjectStyle
    method
    ComboBox
    asynchronousExportFile
    method
    ComboBox
    autoTag
    method
    ComboBox
    bringForward
    method
    ComboBox
    bringToFront
    method
    ComboBox
    changeObject
    method
    ComboBox
    clearObjectStyleOverrides
    method
    ComboBox
    clearTransformations
    method
    ComboBox
    contentPlace
    method
    ComboBox
    convertShape
    method
    ComboBox
    convertToObject
    method
    ComboBox
    detach
    method
    ComboBox
    duplicate
    method
    ComboBox
    exportFile
    method
    ComboBox
    extractLabel
    method
    ComboBox
    findObject
    method
    ComboBox
    fit
    method
    ComboBox
    flipItem
    method
    ComboBox
    getElements
    method
    ComboBox
    insertLabel
    method
    ComboBox
    markup
    method
    ComboBox
    move
    method
    ComboBox
    override
    method
    ComboBox
    placeXML
    method
    ComboBox
    redefineScaling
    method
    ComboBox
    reframe
    method
    ComboBox
    remove
    method
    ComboBox
    removeEventListener
    method
    ComboBox
    removeOverride
    method
    ComboBox
    resize
    method
    ComboBox
    resolve
    method
    ComboBox
    select
    method
    ComboBox
    sendBackward
    method
    ComboBox
    sendToBack
    method
    ComboBox
    store
    method
    ComboBox
    toSource
    method
    ComboBox
    toSpecifier
    method
    ComboBox
    transform
    method
    ComboBox
    transformAgain
    method
    ComboBox
    transformAgainIndividually
    method
    ComboBox
    transformSequenceAgain
    method
    ComboBox
    transformSequenceAgainIndividually
    method
    ComboBox
    transformValuesOf
    method
    ComboBoxes
    method
    ComboBoxes
    add
    method
    ComboBoxes
    anyItem
    method
    ComboBoxes
    count
    method
    ComboBoxes
    everyItem
    method
    ComboBoxes
    firstItem
    method
    ComboBoxes
    item
    method
    ComboBoxes
    itemByID
    method
    ComboBoxes
    itemByName
    method
    ComboBoxes
    itemByRange
    method
    ComboBoxes
    lastItem
    method
    ComboBoxes
    middleItem
    method
    ComboBoxes
    nextItem
    method
    ComboBoxes
    previousItem
    method
    ComboBoxes
    toSource
    method
    ContentPlacerObject
    addEventListener
    method
    ContentPlacerObject
    getElements
    method
    ContentPlacerObject
    load
    method
    ContentPlacerObject
    removeEventListener
    method
    ContentPlacerObject
    toSource
    method
    ContentPlacerObject
    toSpecifier
    method
    Document
    createAlternateLayout
    method
    Document
    deleteAlternateLayout
    method
    EPS
    contentPlace
    method
    EPSText
    contentPlace
    method
    FontLockingPreference
    addEventListener
    method
    FontLockingPreference
    getElements
    method
    FontLockingPreference
    removeEventListener
    method
    FontLockingPreference
    toSource
    method
    FontLockingPreference
    toSpecifier
    method
    FormField
    contentPlace
    method
    Graphic
    contentPlace
    method
    GraphicLine
    contentPlace
    method
    Group
    contentPlace
    method
    Guide
    resolve
    method
    Guide
    transformValuesOf
    method
    HtmlItem
    addEventListener
    method
    HtmlItem
    applyObjectStyle
    method
    HtmlItem
    asynchronousExportFile
    method
    HtmlItem
    autoTag
    method
    HtmlItem
    changeObject
    method
    HtmlItem
    clearObjectStyleOverrides
    method
    HtmlItem
    clearTransformations
    method
    HtmlItem
    contentPlace
    method
    HtmlItem
    convertShape
    method
    HtmlItem
    detach
    method
    HtmlItem
    duplicate
    method
    HtmlItem
    exportFile
    method
    HtmlItem
    extractLabel
    method
    HtmlItem
    findObject
    method
    HtmlItem
    fit
    method
    HtmlItem
    flipItem
    method
    HtmlItem
    getElements
    method
    HtmlItem
    insertLabel
    method
    HtmlItem
    markup
    method
    HtmlItem
    move
    method
    HtmlItem
    override
    method
    HtmlItem
    place
    method
    HtmlItem
    placeXML
    method
    HtmlItem
    redefineScaling
    method
    HtmlItem
    reframe
    method
    HtmlItem
    remove
    method
    HtmlItem
    removeEventListener
    method
    HtmlItem
    removeOverride
    method
    HtmlItem
    resize
    method
    HtmlItem
    resolve
    method
    HtmlItem
    select
    method
    HtmlItem
    store
    method
    HtmlItem
    toSource
    method
    HtmlItem
    toSpecifier
    method
    HtmlItem
    transform
    method
    HtmlItem
    transformAgain
    method
    HtmlItem
    transformAgainIndividually
    method
    HtmlItem
    transformSequenceAgain
    method
    HtmlItem
    transformSequenceAgainIndividually
    method
    HtmlItem
    transformValuesOf
    method
    HtmlItems
    method
    HtmlItems
    add
    method
    HtmlItems
    anyItem
    method
    HtmlItems
    count
    method
    HtmlItems
    everyItem
    method
    HtmlItems
    firstItem
    method
    HtmlItems
    item
    method
    HtmlItems
    itemByID
    method
    HtmlItems
    itemByName
    method
    HtmlItems
    itemByRange
    method
    HtmlItems
    lastItem
    method
    HtmlItems
    middleItem
    method
    HtmlItems
    nextItem
    method
    HtmlItems
    previousItem
    method
    HtmlItems
    toSource
    method
    Image
    contentPlace
    method
    ImportedPage
    contentPlace
    method
    Link
    goToSource
    method
    LinkedPageItemOption
    addEventListener
    method
    LinkedPageItemOption
    getElements
    method
    LinkedPageItemOption
    removeEventListener
    method
    LinkedPageItemOption
    toSource
    method
    LinkedPageItemOption
    toSpecifier
    method
    ListBox
    addEventListener
    method
    ListBox
    applyObjectStyle
    method
    ListBox
    asynchronousExportFile
    method
    ListBox
    autoTag
    method
    ListBox
    bringForward
    method
    ListBox
    bringToFront
    method
    ListBox
    changeObject
    method
    ListBox
    clearObjectStyleOverrides
    method
    ListBox
    clearTransformations
    method
    ListBox
    contentPlace
    method
    ListBox
    convertShape
    method
    ListBox
    convertToObject
    method
    ListBox
    detach
    method
    ListBox
    duplicate
    method
    ListBox
    exportFile
    method
    ListBox
    extractLabel
    method
    ListBox
    findObject
    method
    ListBox
    fit
    method
    ListBox
    flipItem
    method
    ListBox
    getElements
    method
    ListBox
    insertLabel
    method
    ListBox
    markup
    method
    ListBox
    move
    method
    ListBox
    override
    method
    ListBox
    placeXML
    method
    ListBox
    redefineScaling
    method
    ListBox
    reframe
    method
    ListBox
    remove
    method
    ListBox
    removeEventListener
    method
    ListBox
    removeOverride
    method
    ListBox
    resize
    method
    ListBox
    resolve
    method
    ListBox
    select
    method
    ListBox
    sendBackward
    method
    ListBox
    sendToBack
    method
    ListBox
    store
    method
    ListBox
    toSource
    method
    ListBox
    toSpecifier
    method
    ListBox
    transform
    method
    ListBox
    transformAgain
    method
    ListBox
    transformAgainIndividually
    method
    ListBox
    transformSequenceAgain
    method
    ListBox
    transformSequenceAgainIndividually
    method
    ListBox
    transformValuesOf
    method
    ListBoxes
    method
    ListBoxes
    add
    method
    ListBoxes
    anyItem
    method
    ListBoxes
    count
    method
    ListBoxes
    everyItem
    method
    ListBoxes
    firstItem
    method
    ListBoxes
    item
    method
    ListBoxes
    itemByID
    method
    ListBoxes
    itemByName
    method
    ListBoxes
    itemByRange
    method
    ListBoxes
    lastItem
    method
    ListBoxes
    middleItem
    method
    ListBoxes
    nextItem
    method
    ListBoxes
    previousItem
    method
    ListBoxes
    toSource
    method
    MasterSpread
    contentPlace
    method
    MediaItem
    contentPlace
    method
    Movie
    contentPlace
    method
    MultiStateObject
    contentPlace
    method
    Oval
    contentPlace
    method
    PDF
    contentPlace
    method
    PICT
    contentPlace
    method
    PNGExportPreference
    addEventListener
    method
    PNGExportPreference
    getElements
    method
    PNGExportPreference
    removeEventListener
    method
    PNGExportPreference
    toSource
    method
    PNGExportPreference
    toSpecifier
    method
    Page
    contentPlace
    method
    Page
    deleteAllLayoutSnapshots
    method
    Page
    deleteLayoutSnapshot
    method
    Page
    snapshotCurrentLayout
    method
    PageItem
    contentPlace
    method
    ParaStyleMapping
    addEventListener
    method
    ParaStyleMapping
    getElements
    method
    ParaStyleMapping
    remove
    method
    ParaStyleMapping
    removeEventListener
    method
    ParaStyleMapping
    toSource
    method
    ParaStyleMapping
    toSpecifier
    method
    ParaStyleMappings
    method
    ParaStyleMappings
    add
    method
    ParaStyleMappings
    anyItem
    method
    ParaStyleMappings
    count
    method
    ParaStyleMappings
    everyItem
    method
    ParaStyleMappings
    firstItem
    method
    ParaStyleMappings
    item
    method
    ParaStyleMappings
    itemByRange
    method
    ParaStyleMappings
    lastItem
    method
    ParaStyleMappings
    middleItem
    method
    ParaStyleMappings
    nextItem
    method
    ParaStyleMappings
    previousItem
    method
    ParaStyleMappings
    toSource
    method
    Polygon
    contentPlace
    method
    PrintFormBehavior
    addEventListener
    method
    PrintFormBehavior
    extractLabel
    method
    PrintFormBehavior
    getElements
    method
    PrintFormBehavior
    insertLabel
    method
    PrintFormBehavior
    remove
    method
    PrintFormBehavior
    removeEventListener
    method
    PrintFormBehavior
    toSource
    method
    PrintFormBehavior
    toSpecifier
    method
    PrintFormBehaviors
    method
    PrintFormBehaviors
    add
    method
    PrintFormBehaviors
    anyItem
    method
    PrintFormBehaviors
    count
    method
    PrintFormBehaviors
    everyItem
    method
    PrintFormBehaviors
    firstItem
    method
    PrintFormBehaviors
    item
    method
    PrintFormBehaviors
    itemByID
    method
    PrintFormBehaviors
    itemByName
    method
    PrintFormBehaviors
    itemByRange
    method
    PrintFormBehaviors
    lastItem
    method
    PrintFormBehaviors
    middleItem
    method
    PrintFormBehaviors
    nextItem
    method
    PrintFormBehaviors
    previousItem
    method
    PrintFormBehaviors
    toSource
    method
    RadioButton
    addEventListener
    method
    RadioButton
    applyObjectStyle
    method
    RadioButton
    asynchronousExportFile
    method
    RadioButton
    autoTag
    method
    RadioButton
    bringForward
    method
    RadioButton
    bringToFront
    method
    RadioButton
    changeObject
    method
    RadioButton
    clearObjectStyleOverrides
    method
    RadioButton
    clearTransformations
    method
    RadioButton
    contentPlace
    method
    RadioButton
    convertShape
    method
    RadioButton
    convertToObject
    method
    RadioButton
    detach
    method
    RadioButton
    duplicate
    method
    RadioButton
    exportFile
    method
    RadioButton
    extractLabel
    method
    RadioButton
    findObject
    method
    RadioButton
    fit
    method
    RadioButton
    flipItem
    method
    RadioButton
    getElements
    method
    RadioButton
    insertLabel
    method
    RadioButton
    markup
    method
    RadioButton
    move
    method
    RadioButton
    override
    method
    RadioButton
    placeXML
    method
    RadioButton
    redefineScaling
    method
    RadioButton
    reframe
    method
    RadioButton
    remove
    method
    RadioButton
    removeEventListener
    method
    RadioButton
    removeOverride
    method
    RadioButton
    resize
    method
    RadioButton
    resolve
    method
    RadioButton
    select
    method
    RadioButton
    sendBackward
    method
    RadioButton
    sendToBack
    method
    RadioButton
    store
    method
    RadioButton
    toSource
    method
    RadioButton
    toSpecifier
    method
    RadioButton
    transform
    method
    RadioButton
    transformAgain
    method
    RadioButton
    transformAgainIndividually
    method
    RadioButton
    transformSequenceAgain
    method
    RadioButton
    transformSequenceAgainIndividually
    method
    RadioButton
    transformValuesOf
    method
    RadioButtons
    method
    RadioButtons
    add
    method
    RadioButtons
    anyItem
    method
    RadioButtons
    count
    method
    RadioButtons
    everyItem
    method
    RadioButtons
    firstItem
    method
    RadioButtons
    item
    method
    RadioButtons
    itemByID
    method
    RadioButtons
    itemByName
    method
    RadioButtons
    itemByRange
    method
    RadioButtons
    lastItem
    method
    RadioButtons
    middleItem
    method
    RadioButtons
    nextItem
    method
    RadioButtons
    previousItem
    method
    RadioButtons
    toSource
    method
    Rectangle
    contentPlace
    method
    SignatureField
    addEventListener
    method
    SignatureField
    applyObjectStyle
    method
    SignatureField
    asynchronousExportFile
    method
    SignatureField
    autoTag
    method
    SignatureField
    bringForward
    method
    SignatureField
    bringToFront
    method
    SignatureField
    changeObject
    method
    SignatureField
    clearObjectStyleOverrides
    method
    SignatureField
    clearTransformations
    method
    SignatureField
    contentPlace
    method
    SignatureField
    convertShape
    method
    SignatureField
    convertToObject
    method
    SignatureField
    detach
    method
    SignatureField
    duplicate
    method
    SignatureField
    exportFile
    method
    SignatureField
    extractLabel
    method
    SignatureField
    findObject
    method
    SignatureField
    fit
    method
    SignatureField
    flipItem
    method
    SignatureField
    getElements
    method
    SignatureField
    insertLabel
    method
    SignatureField
    markup
    method
    SignatureField
    move
    method
    SignatureField
    override
    method
    SignatureField
    placeXML
    method
    SignatureField
    redefineScaling
    method
    SignatureField
    reframe
    method
    SignatureField
    remove
    method
    SignatureField
    removeEventListener
    method
    SignatureField
    removeOverride
    method
    SignatureField
    resize
    method
    SignatureField
    resolve
    method
    SignatureField
    select
    method
    SignatureField
    sendBackward
    method
    SignatureField
    sendToBack
    method
    SignatureField
    store

  • Ann: World Tools for CS5 released

    I believe we can now say with confidence that World Tools is the most complete solution for multilingual layout available!
    World Tools CS5 comes in two versions. One adds ME support, and the second "World Tools Plus" adds CJK support as well!
    We've done a lot of work to improve the UI and integrate it into the native dialogs of InDesign. We reworked it from the ground up, and I think you'll find it to be a much nicer experience.
    The "Plus" version also has a composite font editor which has always existed in the CJK versions.
    Here's the announcement:
    http://in-tools.com/wordpress/indesign/plugins/world-tools-cs5-with-me-and-cjk-support
    And there's more info, as well as screenshots on the product page:
    http://in-tools.com/worldtoolspluscs5.html
    It's available for download on the product page as a 20 day trial.

    Thanks.
    One interesting tidbit about World Tools:
    If I'm not mistaken it's the first three-way hybrid plugin commercially available for InDesign.
    It has (besides for APID): two C++ plugins, three different Flash applications, and quite a bit of ExtendScript code all seamlessly working together. It was quite a project...
    Harbs

  • Ann: Script Panel replacement for CS5

    I've been working on a fun project the last few weeks in the new Extension Builder for CS5.
    Here's what I came up with (I think it's very cool!) :
    http://in-tools.com/wordpress/script-bay/script-panel-replacement-for-the-entire-creative- suite
    Harbs

    I don't think Adobe pays very much for this stuff, unfortunately...
    I'm gonna have some more fun with it yet. Stay tuned...
    Harbs

  • InDesign CS4 / CS5 missing JavaScript Socket() object?

    If I do
    var mySocketObject = new Socket();
    socket.open("mywebsite.com:80", "BINARY")
    in Photoshop, it creates a socket object called mySocketObject, which is not null and opens the socket correctly.
    If I do the same thing in InDesign CS5, the same command fails.
    I know this works in InDesign CS3, so what does one need to do to make Socket() work in InDesign CS4/5?

    Adobe's own Javascript Tools Guide is your friend for snippets like these.
    This is from the CS4 guide, but it should work for CS5 as well:
    reply = "";
    conn = new Socket; // access Adobe’s home page
    if (conn.open ("www.adobe.com:80"))
    // send a HTTP GET request
    conn.write ("GET /index.html HTTP/1.0\n\n");
    // and read the server’s reply
    reply = conn.read(999999);
    conn.close();

  • Glossary in a RoboHelp HTML .chm not showing content on Win7

    I created a RoboHelp HTML .chm with a Glossary using RoboHelp6.
    My users with Windows 7 computers are unable to install and register the HHActiveX.DLL file and see the Glossary content. They are using the suggested procedure for WinXp but it does not work for Win 7.
    My users with WinXP are able to install the DLL and see the content under the Glossary Tab.
    My question is; what is the proper method for installing and registering the HHActiveX.DLL file on a Win7 machine?
    Or is there a different file needed on Win 7 to make the Glossary content visible?
    Note they can see the Glossary Tab but the content is blank.
    Here is the procedure that works on WinXP:
    1.      Copy/save the attached HHActiveX.DLL file to the root of C:
    To manually register HHActiveX.DLL: You can provide these instructions to your end users if you are distributing HHActiveX.DLL with your Help system.
    Click the Windows Start button, then select Run.
    In Open, type the following:
    regsvr32 <path> hhactivex.dll (specify the path of the HHActiveX.DLL)
            If the HHActiveX.DLL file is stored on the root of C: then I believe the command to type would be “regsvr32 C:hhactivex.dll”
    Click OK.
    Note: These instructions may require admin logon to complete.
    Thanks for any guidance.
    Bob

    Please check the thread
    http://forums.adobe.com/message/3479695#3479695

  • How to get all images in indesign CS5 with javascript?

    Hi,everybody,
    How to get all images in indesign CS5 with javascript?I want to delete them.
    Anyone can give me some example codes?
    Thanks,
    Bridge

    Hey!
    This will remove all images from your InDesign document:
    var myLinks = app.activeDocument.links.everyItem().parent;
    for(var i = 0; i < myLinks.length; i++)
        myLinks[i].remove();
    Hope that helps.
    tomaxxi
    http://indisnip.wordpress.com/
    http://inditip.wordpress.com/

  • Camera Raw update for CS5 Extended

    I am looking for a Camera Raw update for CS5 Extended. I currently have CR 6.7.0.339.  IS there something newer for me to use with CS5 Extended, Ver. 12.1x64?

    Camera Raw 6.7 is the latest version that's compatible with Photoshop CS5. There's nothing newer for CS5.
    http://helpx.adobe.com/x-productkb/global/camera-raw-compatible-applications.html
    If you need Camera Raw 7+ for your camera, you'll have to upgrade to Photoshop CS6.
    Which camera do you have?
    Supported cameras and minimum Camera Raw version required are listed here:
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html

  • Where can I find PDF Help files for CS5?

    I have CS5 Design Standard ( without extended Photoshop) and I need to get the PDF help files for the component applications.  I have tried entering CS5 Help Files and variations of that theme in the search box here at Adobe forums  and get many things about CS6 and no Help files for CS5. The search tool here should be googleized or something.  2many adds for new things 2 buy not enough help for what you already bought.

    Hi,
    Here's another link for Ps CS5 PDF help:
    http://help.adobe.com/en_US/photoshop/cs/using/photoshop_cs5_help.pdf
    And for Creative Suite with links to the CS5 point products:
    http://helpx.adobe.com/content/help/en/creative-suite/archive.html
    regards,
    steve

  • Twit this html snippet for iWeb blog?

    Anybody have a text-only HTML snippet for TwitThis that works on an iWeb blog? If you use the one on the TwitThis website, it points to just the HTML snippet, not the entire page. Here's their snippet, FWIW:
    <!-- Begin TwitThis (<a class="jive-link-external-small" href="http://twitthis.com/">http://twitthis.com/</a>) -->
    <script type="text/javascript" src="http://s3.chuug.com/chuug.twitthis.scripts/twitthis.js"></script>
    <script type="text/javascript">
    <!--
    document.write('<a href="javascript:;" onclick="TwitThis.pop();">TwitThis</a>');
    //-->
    </script>
    <!-- /End -->

    Hi Steve,
    Did you find out an answer to this question? I would like to add a "Tweet/Twit This" button to my site as well.
    Thanks.

  • Getting help without AIR for CS5.5

    So... the org I work for disables AIR at an enterprise level. As in, automated search bots scan your machine at night and delete AIR while you're not looking. Plus, we aren't allowed admin rights to reinstall such dangerous software...
    At any rate, long story short is that NOW (too late) I realize that AIR is required to run the stupid Adobe Help app that Flash and all the other Suite apps rely on as I can no longer launch the Help app at all!
    Is there any way for me to specify that all Adobe apps use external browser help and/or local help? IT dude is busy seeing if he can find a copy of AIR to install that matches the specs on the one from the CS5.5 suite he installed. Because, you know, naturally it's not allowed to just reinstall AIR without installing over something in the Suite again. But I am hoping there is a more elegant solution?
    Thanks in advance...
    (BTW, congratulations to the engineers on this one--another defeat ripped from the jaws of victory! In CS4, this used to be a simple setting in the Extensions area of Flash that allowed easy enabling of local help only...)

    Hi Mark,
    Thanks for the quick and helpful response!
    I will definitely dispute the claim that you automatically get external and/or local help if AIR isn't available because I was launching Adobe Help and getting the "This application requires a version of AIR which cannot be found", but in Flash, hitting F1, selecting Help from the menu etc all just did nothing. Perhaps just the way that AIR was disabled, but FYI, it doesn't always seem to fail gracefully the way you guys are expecting it to.
    At any rate, we've got most everything set up here finally, but there is one last item that is driving me nuts. In CS4, I could hit F1 on any keyword and it would automatically take me to the correct page after looking up the keyword for me in the local help. This doesn't appear to be the case in CS5.5. Instead I just get taken to the main page "Welcome to Help" page.
    EDIT: Actually, it's a little different then I initially thought.
    - Some keywords such as File.documentsDirectory just take me to the front "Welcome" page.
    - Other keywords, like addEventListener, take me to incorrect pages. In this case the page for flash.data.SQLConnection. The phrase "addEventListener" isn't even on the page if I do control-F and search for it.
    - And finally, a few of them actually take me to the right page, but with missing info. FileStream.readMultiByte takes me to the FileStream area, but with all the info in Event Detail, Method Detail etc blank. In those cases, I get a couple of error messages:
    Message: Invalid character
    Line: 1
    Char: 1
    Code: 0
    URI: file:///C:/en_US/shared/ahpods/AHPod.js
    Message: Object expected
    Line: 1
    Char: 49
    Code: 0
    URI: file:///C:/Users/[some.user]/AppData/Roaming/chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1/Local%20Store/Help/en_US/FlashPlatform/reference/actionscript/3/flash/filesystem/FileStream.html?filter_flash=cs5.5&filter_flashplayer=10.3&filter_air=2.6&
    Thanks in advance!
    Eric.

  • How do I download the Pixel Bender plug-in for CS5?

    Everywhere I go on the Adobe site, I see links that say "click here to download Pixel Bender plug-in for CS5," but when I click on the link, it takes me to this page:
    http://www.adobe.com/devnet/pixelbender.html
    That page has "archived" downloads for the CS4 plug-in, but not CS5. I also tried using the toolkit, but that looks like a programing language. I just want the plug-in that works with photoshop. I did find one site,
    http://www.softpedia.com/get/Multimedia/Graphic/Graphic-Plugins/Adobe-Pixel-Bender.shtml
    but it only had the windows version. I need the Mac version. Can someone help me?

    Moving this discussion to the Photoshop General Discussion forum.

  • HTML markup for JSF page

    I have a JSF page containing both standard JSF components and custom components. In the page am able to trigger AJAX requests,capture the requests in phaselistener. Now what I want is to generate output for a particular div inside the whole page. This div in turn contains a JSF page. The HTML markup corresponding to the page has to be sent to the browser.
    (i.e) I need a mechanism wherein I can specify the name of JSF page,get the HTML markup for the same and send it across to the browser as response. Please guide me as how to go about it.

    Its been a week since I posted this query.Still no replies. Let me make myself clear.
    Suppose am having
    <h:panelGroup id="outerDiv">
                     <h:panelGroup id="innerDiv1">
                                    <jsp:include > //Includes firstpage-JSF page
                      </h:panelGroup>
                      <h:panelGroup id="innerDiv2">
                                    <jsp:include > //Includes second page-JSF page
                       </h:panelGroup>
    </h:panelGroup>I want to send an AJAX request,fetch corresponding HTML markup for the JSF page I have included and use it in javascript to write to the <div>. So is there any mechanism wherein I can give the name of the JSF page, get the corresponding HTML markup? If not, is there any workaround? I dont want to use any third-party components.

  • Content Aware Fill for CS5

    Just saw this for CS5:
    http://tv.adobe.com/watch/photoshop-20th-anniversary/contentaware-fill-sneak-peek/
    Me like alot.

    Katrin Eismann summarized its potential for me in this video: "...there are (PS) features that demo well and there are features that actually let you get work done and I really feel that this is one of them".
    http://blogs.adobe.com/jnack/2010/03/more_photoshop_cs5_sneaks.html
    We'll see when CS5 hits the streets.

  • HTML Template for Items

    I'm working on creating an HTML template for use with and Item type portlet on Portal 10.1.4. I have the items themselves rendering as I want with the layout I want but I'm having an issue with the item categories. Since the template renders itself for each item, how do I add the category to the layout so that it renders similar to the portal default, which is grouped by category. The category is displayed once and the items assigned to that category are listed below it. If I add the category substitution tag to the template the category name is rendered along with each item. If there are 14 items in one category then the same category displays 14 times.
    Does anyone have any ideas on how to accomplish this? Thanks in advance.

    You don't.  That isn't how Web Dynpro works.  The architecture is such that it abstracts the HTML/JavaScript rendering of the output.  You place a UI element on the screen and only a metadata reprsentation of the screen is created at design time.  At runtime different rendering engines can be applied to produce the final output.  This allows SAP to add new rendering engines and to improve the rendering engines over time without having to adjust the applicaitons itself. This makes Web Dynpro sutiable for producing Business Transactions, but not general web pages.  It also gives us the flexibility to render Web Dynpro in HTML/JavaScript, a desktop client (.Net 3.0 and WPF), and a RIA client (Adobe Flex).
    You can alter the theme of the WDA application when running in HTML rendering.  The theme gets automatically inherited from the NetWeaver Portal - or you can apply a stanalone theme when running without the portal.  Theming allows for some basic changes of color scheme and branding elements - but is not the same as applying a complete HTML template.

Maybe you are looking for

  • Item + Lotwise Price List Changes

    Hi All, We are Manufacturing Unit of Lubricants (FMCG). We have OPM manufacturing and each batch have different cost. so price list is defined for each batch based on cost. if the cost vary then new price list will be created or continue to have same

  • CiscoWorks2000 on Solaris 10

    I am currently running CiscoWorks 2000 on Solaris 9 , but the administrator is going to upgrade that box to Solaris 10.  Will CiscoWorks2000 run on Solaris 10? These are the packages I am currently running: - LMS Bundle                = 2.6 - CiscoWo

  • HT204053 There is no icon that says iCloud under system preference.  What should I do?

    I have a Mac OS X and there is no update for it.  So when I went to iCloud my stuff, I go onto system preference and there is no icon under Internet and Wireless that says iCloud.  Instead, there is Mobile Me, Network, Bluetooth and Sharing.  What sh

  • Script to Migrate AD

    Hello, I would like to know if it is possible to migrate the on-premise Active Directory to Azure with the help of Powershell script. I have seen the tools like ADConnect and DirSync but i would like to develop a script to accomplish that task. So i

  • SAP_INTERNAL_HANA_SUPPORT

    Hi all, According to the documentation the role SAP_INTERNAL_HANA_SUPPORT is thought for access by SAP HANA development support during support scenarios. Moreover the role can be granted at maximum to only one user at a time. I had a look into severa