Glossary interaction xml import not working

If I use the glossary interaction xml import, the resulting window is mis-sized (scrunched up to the top) even if I use Adobe's sample xml file (glossary.xml). Has anyone been able to get this to work correctly? Even if I add manually, it still cuts off the bottom of the interaction.

I'm having the exact same problem, also using v8.  Did you find a way around it?

Similar Messages

  • CS2 AS: Scripted "Import XML" is not working (like manual import does)

    I have problem where importing a XML (merge import + delete unmatched) by script simply doesnt work, where the manual import works 100% fine!!??
    (I'm exporting the XML, refill it with new text data (localisation process actually), and bring the xml back to commit the change in the Indesign document).
    With the script, the XML get imported as a child in the XML
    I have xml structure like:
    root
    node
    and get something like
    root
    node
    root
    node
    My code looks like this (sorry for the formatting):
    tell application "Adobe InDesign CS2"
    tell XML import preferences
    set create link to XML to false
    set ignore unmatched incoming to true
    set ignore whitespace to false
    set import style to merge import
    set import text into tables to false
    set import to selected to false
    set repeat text elements to false
    set remove unmatched existing to true
    end tell
    try
    import XML (document 1) from pFilePath
    on error pmsg
    display dialog pmsg
    end try
    end tell
    Is there something obvious that i'm misssing??
    ps: I have checked the XML structure correspondance already.. but i dont think that's the cause of problem as the manual import is working.
    Thanks for any help!
    Eric

    Hi Eric,
    If you can see the behavior in the user interface, you can see it in scripting. I think it makes perfect sense to have the XML import preferences set at the document level, because some documents need one set of preferences; other documents need another. I think (hope) that the user documentation covers the differences between application and document preferences (if not, I do, in my book).
    If you see a preferences object on both the application and the document, assume you want to use the document preferences. Unless you're trying to set preferences for new documents.
    Thanks,
    Ole

  • Help! InDesign interactive PDF buttons not working in Safari or on iPad

    I made an infographic in Indesign for our university magazine with a QR code to link to an interactive pdf. Nothing too complicated animation wise, simply buttons that you can click on to view different parts of the graphic. However, the buttons are not working at all in Safari and on the iPhone and iPad, the buttons disapear completley. Please help.
    http://bit.ly/yrTN4R?r=qr
    Thanks,
    Gretchen

    Whether buttons work correctly in a PDF file depend entirely on what PDF reader you're using. Here are a couple of important facts:
    * While corrected created interactive PDFs will display correctly in the FREE Adobe Reader and Adobe Acrobat, they probably won't display correctly in Apple's Preview application which is probably what you're viewing in Safari.
    * None of the PDF readers currently available on an iPad (e.g., iBooks, GoodReader, etc.) correctly handle interactivity like buttons on an iPad.

  • Xml code not working with new version

    Hi,
    my following code is not working with the xalan 2.7.0 version. Any one can help to convert this to work on new version.
    import java.io.*;
    import java.util.*;
    import org.xml.sax.*;
    import org.apache.xalan.xslt.*;
    public class XML2Edifact
    public static void main(String args[])
    throws SAXException, IOException
    if(args.length < 3)
    throw new IllegalArgumentException(
    "Usage is XML2Edifact in.xml xsl.xsl out.edi");
    InputStream sin = new FileInputStream(args[0]),
    sxsl = new FileInputStream(args[1]);
    OutputStream sout = new FileOutputStream(args[2]);
    EdifactFormatter formatter = new EdifactFormatter(sout);
    XSLTProcessor processor =
    XSLTProcessorFactory.getProcessor();
    XSLTInputSource in = new XSLTInputSource(sin),
    xsl = new XSLTInputSource(sxsl);
    XSLTResultTarget out = new XSLTResultTarget(formatter);
    processor.process(in,xsl,out);
    }

    Solved, had to repair the Z10 with the PC!  Would have thought that upgrading software would have saved the environment so that this step was not needed (played with this for several weeks on-and-off).

  • Links in between 2 Nodes in the Interactive Scripts is not working ,

    Hi, Experts
    I saw u r reply's Regarding, Interactive Scripts, I felt happy thats Somebody is here with some expertise ,
    Here my problem is , we are developing the scripts, we are attching the nodes in the Scripts with Arrow line , But here for Some Scripts that link is working, it means once u click on the node it is going to next level and for Some perticular Scripts this link is not working , in webclient Script navigation is not possible, it mean the link is not picking up ,
    Can u help in this issue ,
    if , it neccessary i will send the Scrpit XML file to U , so that it is easy to investigate,
    i did redesign the Script for lot of time , i think this is happening Because OF JAVA , or ITS error in the Server,
    Can u please suggest me in this , it is urgent ..........
    Regards
    Sreelatha

    I solved it this way:
    I solved it like this: In the Form1_Load event i did:
    SetToLevel(treeViewMS1.Nodes, 1);
    In my case i wanted it to begin by default in level 1.
    Then in the numericupdown1 changed value event:
    private void numericUpDown1_ValueChanged(object sender, EventArgs e)
    SetToLevel(treeViewMS1.Nodes, (int)numericUpDown1.Value);
    Then the method SetToLevel:
    void SetToLevel(TreeNodeCollection nodes, int level)
    foreach (TreeNode node in nodes)
    node.Collapse(false);
    ExpandToLevel(nodes, level);
    And last the method EXpandToLevel:
    void ExpandToLevel(TreeNodeCollection nodes, int level)
    if (level > 0)
    foreach (TreeNode node in nodes)
    node.Expand();
    ExpandToLevel(node.Nodes, level -1);
    And now it's working perfect like i wanted it to work. When changing the numericupdown value it's changing the node tree expand/collapse levels.

  • Xml import not frame accurate-

    hello,
    i exported a xml 5 from final cut 7 of a music video
    3 minutes long
    imported this file into premiere. at first glance it seems to have imported the complete project, including all the layers, clips and transitions.
    but, then i noticed the sync was off.
    i exported a .mov from the fcp project and layed it over the premier project and the whole thing is off. the first frame doesn't even match.
    the sequence settings are the same. 24p. the media is prores hq. the audio is aiff.
    The problems are these:
    -the audio of the xml import and the .mov import is also not in sync (perhaps premier doesn't work well with aiff
    -a lot of the shots have been frame blended. there are shots at 23.98 and 24fps in the fcp project. premier is using the same source footage, so in item properties the 23.98 clips will say they are 23.98, and in the viewer they will look normal- but playing out of the sequence anything with 23.98 has this ghosty frameblended look - perhaps it is being played out of the sequence at 24fps instead of 23.98. shots from the fcp project that were in 24fps are replicated frame accurately.
    the reason i have both framerates in the fcp project is because there were some
    after replacing the aiff i could get the project in much better sync.
    but there doesn't seem to be a solution for the frame blending problem. any ideas?
    my purpose for moving from fcp to premiere is to finally arrive in ae.
    the good news is that, once importing the sequence into ae, this frame blending goes away and the shots are again played as they should be in ae.
    i am going to continue finishing the fx and editing in ae - crossing my fingers that the sync holds together in the end.
    i was wondering if it would be easier to go back to premier from ae for the final qc to make sure everything syncs and edits together properly - but i'm not sure that is going to work. i see there is some functionality for replacing clips with ae comps.
    in any event, i've written a saga here and now its time to get back to work.

    What version of Premiere Pro?

  • Why ribbon XML does not work in Excel 2007?

    I installed 4 VSTO Excel add-ins on an Excel 2007 PC today. The two that use a visual designer ribbon worked fine. But the 2 that use a Ribbon (XML) did not. The add-in starts ok. But the ribbon does not show. Why would that be?
    I wrote two more add-ins to demonstrate the problem. One puts an OK button on the ribbon using the visual designer. That add-in installs on the excel  2007 PC and works as it should. But the 2nd, an add-in that uses Ribbon (XML) to put a button on the
    ribbon, does not work.  The add-in does not display on the ribbon.
    Here is the code of the Ribbon (XML) add-in project.  How to get a ribbon (XML) ribbon to display in excel 2007?
    thanks,
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Xml.Linq;
    using Excel = Microsoft.Office.Interop.Excel;
    using Office = Microsoft.Office.Core;
    using Microsoft.Office.Tools.Excel;
    namespace ExcelAddIn4
    public partial class ThisAddIn
    private void ThisAddIn_Startup(object sender, System.EventArgs e)
    private void ThisAddIn_Shutdown(object sender, System.EventArgs e)
    protected override Office.IRibbonExtensibility CreateRibbonExtensibilityObject()
    return new Ribbon1();
    #region VSTO generated code
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InternalStartup()
    this.Startup += new System.EventHandler(ThisAddIn_Startup);
    this.Shutdown += new System.EventHandler(ThisAddIn_Shutdown);
    #endregion
    <?xml version="1.0" encoding="UTF-8"?>
    <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load">
    <ribbon>
    <tabs>
    <tab idMso="TabAddIns">
    <group id="ContentGroup" label="Content">
    <button id="Button1" label="ok" screentip="Text"
    onAction="Button_OnAction" supertip="Inserts text at the cursor location"/>
    </group>
    </tab>
    </tabs>
    </ribbon>
    </customUI>
    using System;
    using System.Collections.Generic;
    using System.IO;
    using System.Linq;
    using System.Reflection;
    using System.Runtime.InteropServices;
    using System.Text;
    using System.Windows.Forms;
    using Office = Microsoft.Office.Core;
    // TODO: Follow these steps to enable the Ribbon (XML) item:
    // 1: Copy the following code block into the ThisAddin, ThisWorkbook, or ThisDocument class.
    // protected override Microsoft.Office.Core.IRibbonExtensibility CreateRibbonExtensibilityObject()
    // return new Ribbon1();
    // 2. Create callback methods in the "Ribbon Callbacks" region of this class to handle user
    // actions, such as clicking a button. Note: if you have exported this Ribbon from the Ribbon designer,
    // move your code from the event handlers to the callback methods and modify the code to work with the
    // Ribbon extensibility (RibbonX) programming model.
    // 3. Assign attributes to the control tags in the Ribbon XML file to identify the appropriate callback methods in your code.
    // For more information, see the Ribbon XML documentation in the Visual Studio Tools for Office Help.
    namespace ExcelAddIn4
    [ComVisible(true)]
    public class Ribbon1 : Office.IRibbonExtensibility
    private Office.IRibbonUI ribbon;
    public Ribbon1()
    public void Button_OnAction(Office.IRibbonControl control)
    MessageBox.Show("Button_OnAction");
    #region IRibbonExtensibility Members
    public string GetCustomUI(string ribbonID)
    return GetResourceText("ExcelAddIn4.Ribbon1.xml");
    #endregion
    #region Ribbon Callbacks
    //Create callback methods here. For more information about adding callback methods, visit http://go.microsoft.com/fwlink/?LinkID=271226
    public void Ribbon_Load(Office.IRibbonUI ribbonUI)
    this.ribbon = ribbonUI;
    #endregion
    #region Helpers
    private static string GetResourceText(string resourceName)
    Assembly asm = Assembly.GetExecutingAssembly();
    string[] resourceNames = asm.GetManifestResourceNames();
    for (int i = 0; i < resourceNames.Length; ++i)
    if (string.Compare(resourceName, resourceNames[i], StringComparison.OrdinalIgnoreCase) == 0)
    using (StreamReader resourceReader = new StreamReader(asm.GetManifestResourceStream(resourceNames[i])))
    if (resourceReader != null)
    return resourceReader.ReadToEnd();
    return null;
    #endregion

    Hello Steve,
    Most probably you have got an error in the ribbon XML markup. See
    How to: Show Add-in User Interface Errors for more information.
    I have noticed the following xml namespace:
    <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load">
    Use the following one instead:
    <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
    Also make sure that specified idMso values exist in Office 2007.
    You can read more about the Fluent UI (aka Ribbon UI) in the following series of articles in MSDN:
    1.
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
    2.
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 2 of 3)
    3.
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)

  • Interactive PDF form not working in webbrowser

    hi ,
    I created an interactive pdf document using Adobe InDesign CS6, before its links were not working from the master page, then i put links with via bookmarks.
    Now another problem created, i upload this file and when i open on web browser, its links do not work and there is also a problem for logo , its show bad color of logo.
    Anybody knows this solution ???
    Thanks

    If the PDF will be viewed in a browser, you will need to use a navigation method other than bookmarks, they do work in browsers w-PDF plugin. You can use links such as text anchors, page destinations and shared destinations.
    As for the bad color issue, this can be many things, PDF export setting used, transparency on page or image, colorspace conversion, etc. and more details will be needed.

  • AWI (Auth Workstation Importing) not working

    Hi,
    we are experiencing a really strange behavior of our ZDM 6.5SP2 AWI service; we get the error in zenwsimp.log
    Mar 5, 2008 5:13:29 PM Politica_Import_Remove_CCRTV:General:Importar desde la estacin.BORA-NCS.SRV_CENTRAL.CCRTV
    Mar 5, 2008 5:13:29 PM Version = ZfD4
    Mar 5, 2008 5:13:29 PM User name =
    Mar 5, 2008 5:13:29 PM IPX address =
    Mar 5, 2008 5:13:29 PM IP address = 172.19.110.12
    Mar 5, 2008 5:13:29 PM Subnet mask = 255.255.0.0
    Mar 5, 2008 5:13:29 PM DNS name = pc040023899.ad-ccrtv.local
    Mar 5, 2008 5:13:29 PM Computer name = PC040023899
    Mar 5, 2008 5:13:29 PM Server name = TRAMUNTANA
    Mar 5, 2008 5:13:29 PM OS = WINXP (5.1 Service Pack 2)
    Mar 5, 2008 5:13:29 PM CPU = PENTIUM III
    Mar 5, 2008 5:13:29 PM MAC address = 00:14:38:08:9D:B8
    Mar 5, 2008 5:13:29 PM Tree =
    Mar 5, 2008 5:13:29 PM User context =
    Mar 5, 2008 5:13:29 PM Login count = 0
    Mar 5, 2008 5:13:29 PM A user name is required to create the workstation according to policy: Politica_Import_Remove_CCRTV:General:Importar desde la estacin.BORA-NCS.SRV_CENTRAL.CCRTV
    Mar 5, 2008 5:13:29 PM Connection closed: /172.19.110.12:1062
    the server AWI policy defined (Politica_Import_Remove_CCRTV) says to put the newly created workstation into the user container, that's why uses the user to locate the destination container.
    What I've been observing is that the process to automatically create the workstation runs before the user writes his login/password (I suppose the process is initiated by the Workstation Manager), so no username is still defined !!!! (as you can see in the log file, in the line under "Version=zfd4", "username=")
    Why the Workstation Manager launches the process in the AWI server BEFORE the user logins??????
    Some week ago, once the user got logged, without automatically creating the workstation object, if we run "zwsreg", then the workstation was rightly created. That's was our salvation. Unfortunately, now even this method is not working ...
    I had the intuition (now discarded) that the error was in the ZDM 6.5SP2 AWI server; so I've installed a new ZDM 7SP1 server, and a new AWI policy. But the results were the same. With a ZDM 6.5sp2 agent in the workstation, or a ZDM 7sp1 agent. It doesnt matter.
    So it seems the problem is on the eDir 8.7.3 tree, or maybe on the workstation, but haven't done any important changes in both elements before the problem appeared.
    Another thing I've noted is that the login count doesn't get incremented !!!!
    I've followed the TID 10056909 "Automatic Workstation Import/Removal Errors and Suggested Remedies", and the TID 10074993 "Unable to import workstations to User's Container"; the version of the ZENPOL32.DLL is 08/09/2005 ... I've re-created several times the AWI policy.
    Any idea ????
    DATA :
    server : NW 6.5 SP6, with ZDM 6.5SP2
    clients : Windows XP SP2, with NW Client 4.91SP1, agent ZDM 6.5SP2
    We are using Universal Password
    I hope someone experienced the same problem and could help us ...
    Best regards,
    Carles Ciutat
    BARCELONA
    (SPAIN)

    Yes, in the registry key you've noted we have the exact name of our tree ...
    Other keys under Workstation Manager\Identification are
    ImagingUserDefinedTree
    NALUserSingleTree
    Preferred Connection
    Tree
    Any idea ???
    Regards,
    Originally Posted by Marcus Breiden
    On Wed, 05 Mar 2008 17:06:02 GMT, in
    novell.support.zenworks.desktop-management.6x.management-agent you wrote:
    > Why the Workstation Manager launches the process in the AWI server
    > BEFORE the user logins??????
    it launches during boot, after the user logged in, when the user logs out,
    when you shutdown the wks and when you run zwsreg..
    check if you have the correct treename
    HKLM/Software/Novell/Workstation Manager/Identification/Tree
    Marcus Breiden
    If you are asked to email me information please remove the - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    DIDAS AG

  • Clip import not working...black frame.

    Hello.  New install of Premiere Pro CC.  Importing clips not working.  Thumbnails in media browser are visible until the mouse-over.  At that time, the entire screen goes black for 1-2 seconds and then the thumbnail has turned black.  Clip is black after import as well.  This is true so far for Prores, DPX as well as a simple JPG.  Any ideas?
    Thanks,
    Brian

    More information needed for someone to help... please click below and provide the requested information
    -PPro Information FAQ http://forums.adobe.com/message/4200840
    What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    What is your exact graphics adapter driver version?
    Have you gone to the vendor web site to check for a newer driver?
    -If Windows, do NOT rely on Windows Update to have current driver information
    -you need to go direct to the vendor web site and check updates for yourself
    ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us

  • IPad 3 - iOS 6 - Camera Connection Kit - SD Reader photo import not working

    I'm currently trying to import photos taken today of my son's birth and its just not working. The photos pop up like normal when I attach the reader with an SD card installed, but when I try to import one or multiple images all I get is a pinwheel.
    Has anyone else had any luck with the kit under iOS 6?

    https://discussions.apple.com/message/19749847?ac_cid=tw123456#19749847
    Please take a look to this thread
    We discuss a resolution problem with 12.3MP sensor's
    I have Test it with a Panasonic tz-5 no problems.
    I also make some test shots with the d90 in lower resolution (size M fine) and it
    Works fine.so I have take a look at both cameras tech-sheet and see both have the
    Exactly Same CMOS sensor 12.3 megapixel By 4288 × 2848.
    Maybe this is the problem. I will test it with a little higher test shot in portrait.

  • XML Rendering not working in Safari

    Hi all,
    Just updated my official unlock iPhone 3G S to 3.1 yesterday. Used Safari on it last night and waptrick.com wouldn't render (1st time I went there). It just showed its source, which is in XML (I think). A friend's unofficial unlock 3G 3.0 Safari showed the page fine. I've never noticed this before and I'm not sure how to proceed. Nothing on the web/Google has listed this. Is it settings? HELP! Cheers.
    Sryn

    Hi Shay,
    Thank you for the quick answer.
    No it does not work on the ipad or iphone.
    It works on chrome for the ipad!
    PPR does not work for the second click on the same button.
    In you example it will accept the first click but ignore the rest of the clicks on the same button.
    We are about to create a ADF app for the ipad and this is a major showstopper.
    Hope we can find some sort of workaround, that does not involve dropping PPR.
    Regards Johnny

  • Adobe FMS4 Interactive License will not work in AMS5

    Who do I need to contact at Adobe, I am trying to install AMS5 downloaded from our login and the license key will not work?
    Is there a number to call to get this resolved?
    An an unexpected error occurred.
    Please seek help from Adobe.  Falling back to the
    Adobe Media Server Starter.
    This is what I am receiving entering our License key from our Adobe Interactive Server FMS 4.

    You cannot use an FMS 4 license key in AMS 5. If you have an active maintenance agreement you will be able to get an AMS 5 license key from the Adobe Licensing Website https://licensing.adobe.com. Otherwise you will need to purchase an upgrade.

  • XML Validation Not Working.

    Hi Dear Experts.
    I have an scenario Proxy to JDBC - Dual Stack , on Receiver Agreement I checked the option Validation by Integration Engine . I made a test in Test Message on NWA Task and the validation is fine. However when I sent the message from ABAP Proxy the validation is not working.
    Can you help me?
    Regards.

    Can you see your xsd in NWA??
    NWA → Cache Monitoring → Mapping Runtime.
    or
    PIMON → Monitoring → Mapping Runtime → Cache Monitor
    @Sarojkanta Parida : IN PI 7.4 version we dont need to place xsd in any location, We just need to select Schema Validation option in Sender/Receiver Agreement, and it will be activated.
    Regards
    Osman

  • Interactive pdf video not working on browser?

    Dear Sir,
    How we can embed the video inside pdf. I have done it from Multimedia/flash tool/ place video/ advance options/ It is working on my computer only but when i upload it on Issuu website for the client, it is not working???

    Make shure that the client views this PDF with Adobe Reader and Acrobat only, all other viewers and plugins will not support it.
    Make sure that your client has Reader 9 or X, and Acrobat 9 or X installed, with all other versions it will not work. If your client has version XI installed he will need Adobe Flash Player installed without it will not work. With Acrobat/Reader 8 or older he is out of luck.

Maybe you are looking for