IPTC tag names used for text output in BorderFX export

Does anyone have a reference list?  Nothing is documented or forthcoming on the BorderFX site.  For example, I have a photo with IPTC entries on the Aperture metadata/aka info tab under the Image section for both City and Location.  BorderFX has a built-in tag for "City" and that works fine.  There is an implied capability to add fields to the list, but there I am stymied.  There is no existing entry for Location.   I tried "Location", "Image location", ImageLocation", "Sub Location", Sub-location", etc. without success.  I tried using the names from the IPTC document referenced in earlier questions.  I delved into the tags used by AppleScript to no avail.  I might have to delve into the Aperture SDK, but I have not yet done much with XCode.  Or, perhaps simply there is no capability to use additional tags despite the appearances in the plug-in. 

Bruce, what is your BorderFX version?
Have a look at this post from Reinhard Uebel: He confirmed that BorderFX is not working for text in the latest version and announced that a new version will soon be available: See
Re: Aperture crashed twice today. Comments?
https://discussions.apple.com/message/22308358?ac_cid=tw123456#22308358
Regards
Léonie

Similar Messages

  • Help needed on listing out all tag names using XML Rules in ExtendScript(InDesign)

    Given a document with elements already in place, I am looking for a snippet of code to walk down the XML tree only two levels
    deep to printout the names of each of the tags (not attributes).  I am just using javascript in extendscipt to accomplish this.  Ultimately,
    I want to provide this list in a checkbox dialog and use those checked items to develop a TOC.  This latter part, I have in place.
    It is just the pushing of the tag element names into an array that seems to be cumbersome for me at this point.
    Any shortcut snippets out there that someone can provide?
    A shorter version of this request....Is there anyway to just list out all element.markupTag.name of an XML tree, not knowing the xpath naming?
    Using "//*" obviously is not working....

    well..
    Document.xmlTags.everyItem().name will get you a array of all the xml tags in the document. Maby that will help you?
    another way, and you can use it recursively:
    myObject.xmlElements.everyItem().markupTag.name
    will get you an array of tag names. use something like: http://stackoverflow.com/a/15806501 to remove duplicates.. and.. enjoy

  • Can a ComboBox be used for Text Input ?

    Hi
    In Ms Access the combo box can be used for text input for creating new lines in the Database instead of just being limited to the lines already there in the drop down list. Is this possible with the combo box available in Flex 4. If it is I haven't being successful in getting it to work.
    Thanks for you help in advance
    ParaicKW

    I am using a Dataservices Commit method to write to the Database via a button on the screen
    When I type into the ComboBox's text input and click outside the combobox or on the commit button the application effectively freezes
    SituationService is a CRUD type servicePHP to MYSQL and it works with the Datagrid
    Here is the code -
    ParaicKW
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" xmlns:situationservice="services.situationservice.*">
        <fx:Script>
            <![CDATA[
                import mx.controls.Alert;
                import mx.events.FlexEvent;
                protected function Situation_creationCompleteHandler(event:FlexEvent):void
                    getAllTblsituationResult3.token = situationService.getAllTblsituation();
                protected function dataGrid_creationCompleteHandler(event:FlexEvent):void
                    getAllTblsituationResult.token = situationService.getAllTblsituation();
                protected function button1_clickHandler(event:MouseEvent):void
                    situationService.commit();
                protected function vGroup_creationCompleteHandler(event:FlexEvent):void
                    getAllTblsituationResult2.token = situationService.getAllTblsituation();
            ]]>
        </fx:Script>
        <fx:Declarations>
            <s:CallResponder id="updateSituationResult"/>
            <situationservice:SituationService id="situationService" fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)" showBusyCursor="true"/>
            <s:CallResponder id="getAllSituationResult"/>
            <s:CallResponder id="getAllTblsituationResult"/>
            <s:CallResponder id="getAllTblsituationResult2"/>
            <s:CallResponder id="getAllTblsituationResult3"/>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <mx:DataGrid x="96" y="167" id="dataGrid" creationComplete="dataGrid_creationCompleteHandler(event)" dataProvider="{getAllTblsituationResult.lastResult}" editable="true" width="470" height="237">
            <mx:columns>
                <mx:DataGridColumn headerText="ID2" dataField="ID2"/>
                <mx:DataGridColumn headerText="SITUATION" dataField="SITUATION" width="200"/>
            </mx:columns>
        </mx:DataGrid>
        <s:Button label="Commit Updates" click="button1_clickHandler(event)"/>
        <s:HGroup width="90%" height="80%" verticalCenter="20" horizontalCenter="0">
            <mx:ComboBox width="476" id="cmbSituation" creationComplete="Situation_creationCompleteHandler(event)" dataProvider="  
                     {getAllTblsituationResult3.lastResult}" labelField="SITUATION" editable="true">
            </mx:ComboBox>
            <s:TextArea width="426" id="textArea" text="{getAllTblsituationResult3.lastResult.SITUATION}"/>
            <s:Button label="Back" click="cmbSituation.selectedIndex = cmbSituation.selectedIndex-1 ; textArea.selectedIndex = textArea.selectedIndex-1"/>
            <s:Button label="Forward" click="cmbSituation.selectedIndex = cmbSituation.selectedIndex+1 ; textArea.selectedIndex = textArea.selectedIndex-1"/>
        </s:HGroup>
    </s:Application>

  • What is the logical system name used for in R/3?

    We have a R/3 server. The production client has a logical system name. What is the logical system name used for?
    Tony Tam

    Hi Tony
    Following Links will help you in understanding the concept
    http://benstudycenter.blogspot.com/2008/02/logical-system.html
    http://help.sap.com/saphelp_sm32/helpdata/en/78/217dc151ce11d189570000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_sm32/helpdata/en/78/217dc151ce11d189570000e829fbbd/frameset.htm
    thanks
    Bhudev

  • Strange behaviour of name used for desktop icon when mounting SMB shares

    My iMac is joined to a Windows Active Directory domain. This works fine. User logins are setup to mount various Windows shares at login time using some custom scripts that I have written, invoked from an Applescript app that runs as a login item. Again this works very nicely. The one strange thing is as follows, and this is troublesome for me...
    The sequence of commands used to perform the mount is:
    mkdir /Volumes/mountpoint
    mount -t smbfs //servername/sharename /Volumes/mountpoint
    This correctly mounts the share on /Volumes/mountpoint
    but the desktop icon that appears as a result is called 'sharename' not 'mountpoint'. Why is this a problem? Well consider that one has the following shares that one wants to mount:
    //Server1/System (will be mounted on /Volumes/Server1System)
    //Server2/System (will be mounted on //Volumes/Server2System)
    what I'd like to see are two desktop icons with names 'Server1System' and 'Server2System' but in fact I end up with two icons both called 'System' with no way to tell which is which other than actually opening one of them in Finder.
    Anyone know
    (a)    Is this behaviour expected (i.e. by design)?
    (b)    Is there a way to control the name used for the desktop icon when mounting things this way?
    Thanks!

    But, to invoke your app you will need to include it, otherwise you get the error above
    sometimes you call
    http://host:port/blank/page.jsp
    instead of
    http://host:port/blank/faces/page.jsp
    In the last one the Faces Servlet will get your request and locate page.jsp inside the faces context. If you don't include it then you get that error

  • Idoc type used for an output type

    Hi experts,
    How do I find the Idoc structure used by an output type.
    When i look in nace it only shows the program name as RSNASTED and form routine as EDI_PROCESSING.
    Thanks,
    Raghu.

    I guess i have to explain the whole problem.
    We are trying to eliminate a couple of items from going down to 4 output types of which 3 of them are using EDI.
    So I think we should eliminate them from being populated in the line items of each IDOC.
    i.e) each basic type/ extension whichever it uses.
    Does it make sense?
    if not please advice, I am new to EDI.
    Thanks and regards,
    Raghu

  • Comments and Moderators settings in RoboHelp Server is for AIR files? Or can it used for Pro outputs as well?

    Please explain how comments are enabled for Pro outputs in RH server. Is it only for AIR file, but i understand AIR output is not supported. Then how Moderators setting work for PRo outputs?

    Hi, PraTha
    If I can amplify what Peter has mentioned above. Actually it is just a wordy way of saying what Peter posted in one sentence! Hopefully it will help a bit.
    The relationship of AIR output and how it relates to Rh Server is admittedly confusing. In fact both are mutually exclusive.
    The AIR Help output does indeed support commenting as well as the moderation of those comments by designated people.
    However RoboHelp Server *does not* support commenting at this time. This feature has been requested and perhaps we will see it in a future release.
    Unlike a help system delivered by HTTP from a web server (like RoboHelp Server's WebHelp Pro), the AIR Help output (.air file) is an application which is installed on the end-user's local computer. For security reasons this works well for distributing and updating a help system. Optionally, it also supports commenting but because the comments must be "stored" somewhere outside the local computer, there are serveral options. One is to store them on an internal server (such as a network drive behind a firewall).
    So where might RoboHelp Server come into the picture at all? Here's the answer. Some organizations deploy both output flavors (AIR and RoboHelp Server) for different systems and different audiences. IF the RoboHelp authors *coincidentally* happen to have RoboHelp Server in their organization, then this server can be used to authenticate (usernames/passwords) for the moderation and storage of comments that AIR Help requires.
    The bottom line is that presently RoboHelp Server does not support commenting for its own output, though it can as a convenient "host" for the comments and moderation of a separate AIR Help system.
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • User exit to change vendor e-mail address used for PO output via e-mail...

    We have two vendor e-mail addresses for a particular vendor. Ignoring output determination, it looks like I will need to control which of the two e-mail vendor addresses is used when the PO is output via e-mail.
    The default is the first one e-mail address, but for PO's I would like to force the second vendor e-mail address.
    There are tonnes of exits available for PO output by the looks of it so I am trying to discover which is relevant for what I am trying to achieve.
    Jas
    Edited by: Jason Stratham on Apr 30, 2009 5:53 PM

    Thanks Martin,
    I guess that's the same path that I took earlier when using SPRO and looking at the Purchasing->Messages. In my case it's ZMEDRUCK, but that does not help me in regards to controlling the vendors e-mail address being used. When sending the PO as an e-mail it uses (by default) the first e-mail address of the Vendor, whereas the vendor could have multiple ones. In my test case my vendor has two addresses but it always defaults to using the first. I know that I need to modify this behaviour somehow, but how I have no idea as I can find no Exit routine.
    Jas

  • Flying to England tonite--how to not incur Internatl/roaming, yet use for text & when access to wifi

    I am flying to England tonite.  I talked to Apple/AT&T and paying extra for texting while abroad. I want to turn off my phone so as not to incur international/roaming charges, yet be able to text and access wifi when available......is this possible?

    Go to Settings > AirPlane Mode ON, and then to use WiFi go to Settings > WiFi and turn just that ON...that will keep the cellular service turned off and only use WiFi.

  • Which meta name="viewport" tag best used for Mac/Safari iPhone?

    My test page URL using auto generated tag is: http://02ca0d2.netsolhost.com/action_appliance_02/index.html
    Received suggestion as a result of posting question on the PVII forum, and included in the response was the suggestion that the DW CS6 automatically generates would be best changed to another, as follows:
    DW CS6 tag:  <meta name="viewport" content="width=device-width, initial-scale=1">
    The preferred tag for responsive pages suggested alternative was:
    Suggested alternative:  <meta name="viewport" content="width=device-width">
    Can both be used in some way without conflict, or which one would be best, if indeed there is a preference or desired "best practice" across the broadest spectrum of available devices being in common use?
    Again, this seems applicable to iPhones, and Safari, and as I'm Mac/Safari oriented, this opened another door in responsive design of which I am absorbing; or trying to understand.
    I did research the following link but remain unable to make a decision at this juncture.
    https://developer.apple.com/library/IOS/documentation/AppleApplications/Reference/SafariWe bContent/UsingtheViewport/UsingtheViewport.html
    Thanks in advance.

    Originally Dreamweaver CS6 used this:
    <meta name="viewport" content="width=device-width">
    The latest update of Dreamweaver CS6 and Dreamweaver CC now use this:
    <meta name="viewport" content="width=device-width, initial-scale=1">
    The second version is considered to be preferable, although there's not much to choose between them. The important element is setting width to device-width. Without it, most smartphones will scale the page to fit into a nominal viewport approximately 960px wide.
    By the way, there's nothing wrong with working on a specific operating system, but don't become blinkered by your Mac/Safari preference. It's the World Wide Web, not the Mac/Safari Web.

  • Updating Tag Name using Adobe Professional for PDF form created with Tags in Adobe Livecycl Designer

    I have created a form using Adobe Livecycle Designer. These PDF forms have Tags on them when created and generted from Adobe livecycle designer.
    I am able to open the PDF form in the Adobe Profesional 9.0.
    I want to edit / Update the Tags on the PDF form using Adobe Professional 9.0. I am not seeing any option to view the Tags on the forms so that I can edit it while I have open the PDF in the Adobe Professional. The PDF document was created in Adobe Livecycle Designer 9.0
    Please let me know how can I edit the Tags on a PDF form using Adobe Professional for a Form that was created using Adobe livecycle and tags added.
    Thanks,
    Siva.

    Edit the tags in Adobe Livecycle Designer.

  • Printing Crystal report using Generic Text output - formating lost

    Hi. I have an accounting system using Crystal to generate it's business forms, in particular invoicing as reports. Recently we have installed new printing system that needs generic text to capture and create the business forms (invoices) into a graphic and text. When Crystal sends data to Generic Text Printer, you can view it ok as a preview but it moves text around , bunches it up and formatting is never the same for two documents. I need resolution as the printing software needs fixed text in a specific location within the data file.  Is there a way in Crystal to format fields so they dont move the data and bunch it up. The business forms written in Crystal have sub reports that are supressed if no data is to be printed, but finding text is moving and hard to capture a fixed location in text file. Any suggestions would be appreciated.

    Hello,
    Thank you for your responses.
    Yes, I'm using a bundled version that came with VS 2005.
    I'd love to download this update, but I cannot get there! I don't have an login and password for this site, and I don't know how to get them.
    This is all I'd found about this issue in this thread:
    http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=844
    "I opened an incident with Business Objects.  They said there is not a way to do what we want to do with the Crystal Reports for .NET assemblies.  They are going to implement a way to create a postscript file and include it in Service Pack 3 of Crystal XI Release 2.  They would not say how the postscript will be created (ie, ExportToDisk or any other method), only that they would include it in CRXI Release 2 SP3 which they intend to release sometime this coming winter. "
    "Just an update...this has been fixed in Crystal XI Release 2 Service Pack 3.
    I just finished testing, and it now allows you to print to a file without prompting the user.  We are now able to create a postscript file."
    Thanks,
    Peter
    Edited by: Peter Afonin on Jul 16, 2008 11:52 AM

  • Report Names used for Purchase Order smarforms

    Hi all,
    I want to display a smarform when user clicks on ME23N transaction on Print Preview. Now it displays a SAP Script MEDRUCK having the program SAPFM06P. I know a smartform /SMB11/MMPO_A or /SMB40/MMPO_A which are there in the system but no idea which is the standard SAP provided program i.e. report these smartforms are called. So that i can attach to the output type to print these forms. If there is any Standard SAP program aviablble please let me know.
    I am aware of the NACE tranx to attach the program name and form routine and smartforms. I am looking for a standard SAP provided report.
    Thanks in advance.
    Message was edited by: Pankaj S Dwivedi

    goto NACE transaction
    select EF application
    then select "OUTPUT TYPES" from the application tool bar.
    then select your output type(NEU, std one),which you want to modify the existing one with your new one.
    select the output type &  click on PROCESSSING ROUTINES from the left hand side tree. now you will be able to see all the related scripts/smartforms/driver prg names
    when i observe in ECC5.0, there is a smartform '/SMB40/MMPO_DE' and driver program will be the same 'SAPMF06P'.
    regards
    srikanth
    Added driver prg name
    Message was edited by: Srikanth Kidambi

  • Which pins do I use for 5V output of a CB 50-LP connector block ?

    I have the PCI-6025E and the CB-50 LP. I am trying to determine which pins are used to get a 5V output to connect my load cell to. As I understand, there are a set of pins for 5V and a set of pins for 10V. Also is this a continuous output or do I have to be running LabView?
    Thank You,
    JustinMRice

    @Dennis 
    CB-50 LP is not included in the accessory list available for 6025E in DAQmx. All reference pdf listed for CB-50 LP are less than helpful http://sine.ni.com/nips/nisearchservlet?nistype=psrelcon&nid=13591&lang=F&q=FQLlocale:fr+OR+locale:e...).
    Your link was useful. Thanks!

  • Sine.vi clicking when used for realtime output with DAQ Assisstant.

    What I'm Trying to Do: Stepped sine analysis. The program outputs from the DAQ device each of the frequencies entered into the array constant on the left (see VI) in order, taking a measurement of the magnitude of the signal input to the DAQ device for each frequency. The program only takes a measurment and moves onto the next frequency once it has decided that the magnitude of the input signal is stable. Stability is defined by the stablility upper and lower limits labelled in the lower double nested loop (see VI). The program measures the inputs magnitude 10 times as second, and calculates the difference between the current magnitude and the last magnitude each time. The difference must be within the stability limits 20 times in a row for a measurement to be saved and the frequency changed.
    The Problem: phase of sine.vi is resetting each time round the loop for some (not all) frequencies, even though it's set not to, causing clicks (number of clicks per seconds depends on block size). This doesn't happen if the lower nested for loop (the one that checks for stabliity, labelled on the attached VI) is removed. I thought that maybe the two DAQ Assistants (one for output and one for input) were interfering with eachother, but the problem occurs even when the DAQ Assistant Input is changed to a signal generator.
    Thanks in advance for any help,
    Christian
    Message Edited by crnbaker on 12-08-2009 05:00 AM
    Attachments:
    steppedsine_forum.vi ‏116 KB
    steppedsine.JPG ‏74 KB

    Hi Christian,
    I have been looking into this problem though I must warn you that since I don't not have your exact hardware configuration I can not exactly recreate your problem. I have also carried out some research to determine whether there are any known instances of this problem, and unfortunately there are not.
    The fact that the VI runs OK when the lower loop is deleted suggests to me a problem in this lower loop. Have you tried initialising the shift register. An uninitialised shift register could explain such inconsistent behavior. Symptomatic of this kind of problem would be the VI running correctly the first time you run it and then producing unexpected behavior subsequently.
    Best Regards,
    Christian Hartshorne
    Applications Engineer
    National Instruments

Maybe you are looking for

  • What is the best way to manage itunes content using an external hard drive connected to airport extreme?

      Just a little history on what I've already tried. I have my itunes folder on my external hard drive with an alias linking to my macbook pro. My hard drive is networked from airport extreme. Streaming content is not a problem. Syncing my iphone is t

  • IChat

    My mom has a new iMac G5 with Leopard. Does she NEED to have a mobileme account in order to use iChat to video chat my out of town brother on his iMac G5? If not, is it easier to use if you do have it? I have mobileme but they don't, but don't have a

  • Change ASA5510 to ASA5515-X

    Hi, I would like to change ASA5510 to ASA5515-X. ASA5510 version is 9.1.1 Which is the best method to copy the configuration? Downtime is acceptable. I dont know if backup (with ASDM) ASA5510 configuration and restore on 5515 could work because of th

  • "Recent calls" bagde showing up when there are no missed calls

    Sometimes I can see a badge with a number on the recent calls icon but there are no missed calls. Any ideas why?

  • Only importing 3 of 20 questions in the GIFT file

    I followed Vish's instructions carefully on how to import the GIFT files into adobe captivate 7. I used a txt format. There are 20 questions, but it keeps stopping the import after question 3 and putting in a result side. I cannot see a syntax error