Bridge not returning onResult to Photoshop using BridgeTalk

I've got a script I'm running in Photoshop that accesses Bridge to get an array of information using the Exif metadata that is quickly accessible via the Bridge thumbnails (it is really slow in Photoshop because you have to open documents to get it).  My problem is that BridgeTalk seems to work fine in passing the script over to Bridge, and I'd like to return an array of real numbers as a result, but Bridge never passes back the result.  I can use $.writeln commands within the bridge-targeted script and see that Bridge is doing the calculations, but it won't pass anything back that is accessible in the photoshop script.
What am I doing wrong?
FYI, I've tried editing and running SnpSendArray.jsx (included in the Bridge SDK) to go backwards from Photoshop to Bridge, and that doesn't work, either.  I'm wondering if I'm trying to do something that is not possible.

I got an answer to this problem in the other thread that I posted.
https://forums.adobe.com/thread/1790424

Similar Messages

  • Why does Bridge not open up in Photoshop Element 8

    Why does Bridge not open up with Photoshop Element 8

    This is the icon in pse 8 your pressing for bridge?
    Yes, Applications from the Go menu in Finder and you don't see a folder called Adobe Bridge CS4?
    When you have the Cookie Cutter Tool selected and click on the little double arrows for the flyout
    menu to select the different shape librarys, you don't see anything listed?

  • CS4 Bridge not returning to selected thumbnail after batch rename

    Using Bridge CS4.  Directory has several hundred RAW files.
    I grab some images from the middle of the bunch and do a batch rename.  Sometimes Bridge returns the thumbnail display to the ones that were selected, sometimes it doesn't.  When it doesn't, I have to scroll back down to my selected images. I can't figure out what is or isn't set that gets Bridge to return to my selected images instead of leaving me at the start of the thumbnails......

    First use the menu tools / cache / purge cache for folder, if still in trouble restart Bridge holding down option key to refresh preferences

  • Po_headers_sv3.get_po_status is not returning Status when used in Report

    Hi,
    po_headers_sv3.get_po_status is not returning any value when used in an RDF report. But, when I set the MO Context in TOAD/SQL*Plus and running the same query, it is returning the status.
    EBS Version : R12.1.3
    Oracle Forms Version : 10g
    Below is my query that I used.
    * File Name :
    * Modified By :
    * Modified Date :
    * Purpose : This report is modified for <> project. The changes are required due to PO_HEADERS_V, PO_LINES_V view changes in R12
    * Modification History
    * Change 1 : Replaced the view PO_HEADERS_V with the MOAC synonym PO_HEADERS
    * Change 2 : Added AP_SUPPLIERS in the query to fetch VENDOR_NAME
    * Change 3 : Added a join condition to fetch VENDOR_NAME
    * Change 4 : Added a function po_headers_sv3.get_po_status to fetch PO_STATUS
    SELECT POH.SEGMENT1,
    POH.CREATION_DATE,
    POH.ATTRIBUTE14 AS AR,
    POH.ATTRIBUTE15 AS LS,
    POH.ATTRIBUTE13 AS OBC,
    POL.AMOUT,
    PAHTEMP.FULL_NAME,
    APS.VENDOR_NAME,
    *         poheaders_sv3.get_po_status (poh.po_header_id) Status -- Change 4 _+
    FROM PO_HEADERS POH, -- Change 1
    AP_SUPPLIERS APS, -- Change 2
    (SELECT PO_HEADER_ID,
    Sum(UNIT_PRICE*QUANTITY) AS AMOUT -- unit_price* quantity = extended_price
    FROM PO_LINES
    GROUP BY PO_HEADER_ID) POL,
    (SELECT PAH.OBJECT_ID,
    PAH.EMPLOYEE_ID,
    PAPF.FULL_NAME
    FROM PO_ACTION_HISTORY PAH,
    PER_ALL_PEOPLE_F PAPF
    WHERE (PAH.OBJECT_ID,
    PAH.SEQUENCE_NUM)
    IN (SELECT OBJECT_ID,
    Max(SEQUENCE_NUM)
    FROM PO_ACTION_HISTORY
    WHERE OBJECT_TYPE_CODE = 'PO'
    AND ACTION_CODE = 'APPROVE'
    GROUP BY OBJECT_ID)
    AND PAH.EMPLOYEE_ID = PAPF.PERSON_ID(+)
    AND TRUNC(PAPF.EFFECTIVE_START_DATE) <= TRUNC(SYSDATE)
    AND TRUNC(PAPF.EFFECTIVE_END_DATE) >= TRUNC(SYSDATE)) PAHTEMP
    WHERE POH.PO_HEADER_ID = POL.PO_HEADER_ID(+)
    AND POH.PO_HEADER_ID = PAHTEMP.OBJECT_ID(+)
    AND POH.VENDOR_ID = APS.VENDOR_ID -- Change 3
    AND (TRUNC(POH.CREATION_DATE) >= TRUNC(:P_DATE_FROM) OR :P_DATE_FROM IS NULL)
    AND (TRUNC(POH.CREATION_DATE) <= TRUNC(:P_DATE_TO) OR :P_DATE_TO IS NULL)
    AND (POH.SEGMENT1 >= :P_NUM_FROM OR :P_NUM_FROM IS NULL)
    AND (POH.SEGMENT1 <= :P_NUM_TO OR :P_NUM_TO IS NULL)
    AND (POH.ATTRIBUTE13 >= :P_OBC_FROM OR :P_OBC_FROM IS NULL)
    AND (POH.ATTRIBUTE13 <= :P_OBC_TO OR :P_OBC_TO IS NULL)
    AND (POH.ATTRIBUTE14 >= :P_AN_FROM OR :P_AN_FROM IS NULL)
    AND (POH.ATTRIBUTE14 <= :P_AN_TO OR :P_AN_TO IS NULL)
    AND (POH.ATTRIBUTE15 >= :P_LS_FROM OR :P_LS_FROM IS NULL)
    AND (POH.ATTRIBUTE15 <= :P_LS_TO OR :P_LS_TO IS NULL)
    &LP_CONDITION_ORDER
    Please help me in this.

    learnt that PO number has generated in SRM and the same PO number not exist in ECC.
    check SM58 , rz20 log or Application monitor for the shopping cart.
    or monitor shopping cart click the icon follow on document and errror message must throw in 1 minutes.
    let us see .
    1. what is the settings in define backend OBJECTS
    2. check all basic data in the shopping cart - especially org data
    3. run bbp_check_consistancy report for your id?
    4. every user has the same issue?
    SEE THE RICHARDO technique
    http://wiki.sdn.sap.com/wiki/display/SRM/ShoppingCartStatusI1111-+Resubmit
    Muthu
    Report BBP_ALERT_SB_NOTTRANSFERED is available to change the status of the shopping cart item from I1111 to 'Error in transmission' (I1112) and later on, it is possible to retransfer this shopping cart from Application Monitor/Monitor Shopping Cart transactions.
    1480994  How to process a shopping cart with status I1111
    Edited by: Muthuraman Govindasamy on Jul 16, 2010 11:31 PM

  • WB_RT_GET_JOB_METRICS does not return values

    DB v 10.2.0.2
    OWB repository/client v 10.2.0.3
    A DB function has a call to the Control Center transformation WB_RT_GET_JOB_METRICS to extract and preserve the metadata of number of records inserted/updated/deleted in a DB table.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    1.
    The control center transformation WB_RT_GET_JOB_METRICS does not return any values when used under the Post-Mapping Process(mapped to the DB function describe above) in a Map.
    The input parameter ;Audit Id' to the Map is passed from a calling Process Flow. The following query is used to retrieve the Audit Id of the Map.,
    SELECT execution_audit_id
    INTO l_audit_id
    FROM ALL_RT_AUDIT_EXECUTIONS
    WHERE parent_execution_audit_id = P_AUDIT_ID;
    And the retrieve l_audit_id is passed to the WB_RT_GET_JOB_METRICS transformation to extract the number of records inserted/deleted/updated with the execution of the map.
    Gurus, please advice if the approach is appropriate to retrieve the number of records inserted/deleted/updated by the execution of the map. If not, any alternate method.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    2. The control center transformation WB_RT_GET_JOB_METRICS returns values when used in a standalone pl/sql block with the appropriate audit_id.
    Is this because the metadata for the Map execution is complete, whereas in the earlier attempt, the transformation is called within the map using the Post-Mapping process.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    3. Since the option 1 did not return any value, tried other option of calling/executing a transformation(call the the DB function mentioned earlier) after the Map activity is successful in a ProcessFlow. Here, the transformation does not seem to be executing, any tips of correcting this issue.
    Request the forum for some helpful tips to resolve the problem. TiA (Thanks in Advance) for the response.
    Message was edited by:
    user599655

    In a process flow, passed the pseudo variable to a transformation to run the WB_RT_GET_JOB_METRICS after the map execution. I am not sure if this is the best solution, but it worked for me.
    Still trying to figure how to use the pre-defined transformation when working on expression.
    Thanks.

  • Why when using Adobe Bridge,  I apply a star rating,  the rating does not show up in Photoshop Elements? [tags]

    Why when using Adobe Bridge,  I apply a star rating,   the rating does not show up in Photoshop Elements.  I use Elements as my organizer and Bridge to view as it is much more user friendly.  Anyone any solutions??

    Most likely you have set the wrong file as the external editor. You don't want the obvious one; that's just a link to the welcome screen. Go back and choose this one, which is hidden away inside the folder Support Files:

  • "Select Color Range" not working. "Warning: No pixels were selected" returned when attempting to use. Using Photoshop CS6 on a Mac running OS X Yosemite

    "Select Color Range" not working. "Warning: No pixels were selected" returned when attempting to use. Using Photoshop CS6 on a Mac running OS X Yosemite

    Here are three screenshots in succession from trying to perform the color selection:
    Dropbox - Screenshot 2015-02-12 14.57.40.png
    Dropbox - Screenshot 2015-02-12 15.00.14(2).png
    Dropbox - Screenshot 2015-02-12 15.01.00.png

  • [CS4, WinXP, JS] bridgeTalk.getTargets() does not return Acrobat

    Hi, I recently upgraded from CS3 to CS4 and have a script that communicates with Acrobat through bridgetalk.
    (It batch converts pdfs in a folder to eps - it works fine on CS3 and my test station copy of CS4)
    The problem is that when I try to talk to acrobat, acrobat is not listening.
    BridgeTalk.getTargets() returns:
    fireworks,ame,bridge,devicecentral,dreamweaver,estoolkit,exman,flash,illustrator,indesign, photoshop
    While BridgeTalk.getSpecifier("acrobat") returns:
    null
    I've searched the forums and seen this problem in other threads, but I could not find any answer as to how or why Acrobat "unregistered" itself, or how I can "re-register" it. Any help would be greatly appreciated. Thanks
    Edit: CS4, WinXP, JS

    Hi Pat,
    I don't know why this works with some versions of CS and not with others -- anyway, it is not officially stated anywhere in documentation that it should work.
    But after reading your post, I remembered that long ago I had read a document about programming Acrobat using Visual Basic. Today I reread it again and made a few tests -- and it works.
    So we have another option: instead of using BridgeTalk we can use JSObject -- a mechanism that allows external clients to access the same JavaScript functionality provided by Acrobat from environments such as Visual Basic or AppleScript.
    Kasyan

  • Bridge not functioning in PhotoShop CS3 Extended

    I deactivated Photoshop CS3 on a computer I was no longer using and installed it (CS3) another computer.  I activiated CS3 on the new computer.  However, when trying to use Bridge, I get a message that says that Adobe no longer supports Bridge Home and Bridge does not function on the new computer. Is there anything I can do to get Bridge to function as part of CS3 Extended?

    Thanks, that worked. 
    In a message dated 12/28/2011 10:13:56 P.M. Eastern Standard Time, 
    [email protected] writes:
    Re:  Bridge not functioning in PhotoShop CS3 Extended
    created by Curt Y (http://forums.adobe.com/people/Curt+Y)  in Bridge 
    Windows - View the full  discussion
    (http://forums.adobe.com/message/4107610#4107610)

  • Bridge Does Not Automatically Bring Up Photoshop When the Photo is Double-Clicked

    I have just purchased CS4 with Bridge for my new MacIntosh.  In Bridge for the PC, when I double click a photo it automatically brings up Photoshop.  On the Mac version, it gives me an error message saying that part of the application is not loaded.  I completely uninstalled the program, and reloaded the application and still get the same message.  So in Bridge on the Mac, to get around this, I right click the picture and go to "Open With" and there are two entries:  "Open with CS4 (default)" and "Open with CS4."  This works if I pick either option.  My Windows version only has "Open with CS4 (default)" as the option.
    I called Adobe support (in India?) with no solution.
    I really like the double click option rather that using the pop-out menu choice.  What is wrong with the Mac install, and how can I fix this issue?

    Thank you for your help.  I updated the software and it "healed" itself.
    Best regards,
    Gregory T. Stramat
    [email protected]
    801-978-4735 (Office - Preferred)
    801-652-0775 (Mobile)
    Omke Oudeman <[email protected]>
    01/22/2010 12:52 AM
    Please respond to
    [email protected]
    To
    Gregory Stramat <[email protected]>
    cc
    Subject
    Bridge Does Not Automatically Bring Up Photoshop When
    the Photo is Double-Clicked
    This might mean that you have either 2 installs of CS4 (one on an other
    disk?) or you did not use the the default application folder on root level
    but have it installed in the user account application folder. Could you
    check this?
    and go to "Open With" and there are two entries:

  • I am unable to open adobe bridge on my mac. When I try to open it nothing happens. When I right click it says the application is not responding. I can also not op en through photoshop. Please help

    I am unable to open adobe bridge on my mac. When I try to open it nothing happens. When I right click it says the application is not responding. I can also not op en through photoshop.

    Could you see whether Firefox will start in its Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    Here's how:
    With Firefox closed, hold down the Shift key while starting Firefox.
    A small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Does that work?

  • Photoshop does not return files to Lightroom

    Hi, using Lightroom CC 5.3 and Photoshop CC. Export files for editing in Photoshop, edit then press Ctrl S and files do not return to Lightroom but are written to the catalogue. Occasionally things work OK, but mostly the above happens. I reinstalled both programmes and have moved older catalogues,(the legacy of updates) to a separate file so only one catalogue is involved. My preference settings are all as recommended by Kelby or a Evening. Any ideas?

    Hi, I am fully up to date with CC. I have re-installed both Ps and Lr .
    I find that pegs behave as they should but raw files (I use DNG) don't . But they do using Elements.
    Had nearly two hours with agent in India on 14th who took over the computer and tried stuff but concluded that all would be well if I  stopped converting to DNG. As this is recommended practice and DNG is Adobe's product anyway this kept me unimpressed. He said my concern would by "escalated" up the  chain and somebody ( better qualified?) would call me back. Still waiting a week later and unimpressed.
    I had my own copy of Lightroom 5.3 and Elements, so while I like Photoshop I plan to  dump the CC contract within the 30 days until it can be made to work for me. Good luck.

  • Am useing a PC. Have Photoshop CS5, suddenly cannot move Raw files from bridge (or anywhere else) into photoshop. Jpeg move into photoshop ok, did get error message 1 what do I do to correct this                om bridge (or anywhere else for that matter)

    Useing a PC
    Have Photoshop CS5
    Suddenly cannot move Raw Files from Bridge (or anywhere else) into photoshop.
    I Can move Jpegs into ps the only issue is with Raw files
    I did get error1 message but as do not know what that means its no help
    any suggestions?

    Sorry for the late reply. My email firewall has become a little over zealous & sent a lot of my emails straight to my junk email folder, so I have only just now discovered your reply in my junk mail folder.
    The only "don't open files exceeding xxx megabytes" instruction I can find in my Prefs, is in the Bridge Prefs for Thumbnails, & mine is set at 1000mb. The biggest files I handle are bigger than 200mb so I should be able to open a few, not just one.
    However, this doesn't explain why I can open a psd format file of 180mb, close it, but then can't open a RAW format file of only 26mb immediately after.
    I can open the RAW file only if I restart my computer - very annoying!
    However, thanks for the advice about the video card & memory.
    So, I'm still stuck as to what the issue is.

  • Lightroom does not open photoshop using  "Edit in adobe photoshop CC-" command.

    I updated lightroom and photoshop using the CC desktop. (LR V5.3 x64, PS V14.6.2 x64) This broke the “Edit in adobe photoshop CC…” command. 
    Based on advice from this forum, I unistalled both programs completely and reinstalled them.  The
    “Edit in adobe photoshop CC…” command is still broken.
    Is there a way to fix this?  I use this feature frequently. 

    In reply to DdeGannes:
    What’s broken?  --  The “Edit in adobe photoshop CC…” command does not open photoshop and the file as it did before the upgrade.
    Is the "edit in function" not available? -- It is visible in the edit it menu.
    Was it working before?  Yes.
    What happens if you click? -  Nothing.
    Do you get an error message?  - No.

  • I am trying to print a color photo on my MacBook Pro from iPhoto (not using Photoshop) using Epson 2200 printer, and everything I do in the Color Matching and Print Settings results in a photo with a pink cast to it. What am I doing wrong?

    I am trying to print a color photo on my MacBook Pro from iPhoto (not using Photoshop) using Epson 2200 printer, and everything I do in the Color Matching and Print Settings results in a photo with a pink cast to it. What am I doing wrong?

    Have you checked the ink cartridges and made sure the nozzles are clear? Are you able to print from outside of iPhoto with the correct color?
    Try the following: make temporary copy of the library and do the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    OT

Maybe you are looking for