Using libraries vs. Bridge for graphics in placeholder frames

Hi,
I do not understand the advantanges of using libraries vs. Bridge for my purpose:
Purpose:
I am working with templates using graphic placeholder frames. The frames are anchored in table cells and have object styles applied defining e.g. the placement of the graphic within the graphic frame.
I want to set up central graphic library for all graphics used in all my documents.
The graphics should then be linked into the documents
Idea:
set up various InDesign libraries and then drag the graphics into the placeholder frames. Then, when the graphic needs to be changed, do the changes in the library and have all my documents updated at once.
Problem:
Dragging graphics from the library into the placeholder frames does not seem to work. They are simply placed onto the page and NOT in the graphic frame. On the other hand when I simply store the graphics in various subdirectories in my file system and drag the graphics onto the page using Adobe Bridge, they ARE placed in the graphic placeholder frames.
The library therefore seems a disadvantage, so why should I use a library instead of the Bridge?
Also, will be upgrading to CS5 soon an want to use the live-linking caption feature. Should I use libraries or the Bridge approach?
Stumped on this issue

I like the idea with the snippet, but when dragging a snippet from Bridge there is still the same problem as with the library item: The graphic is NOT placed into the graphic placeholder frame of my template but is a free-flowing new graphic item which has to be placed manually.
Interestingly, a JPG-file simply saved in the filesystem and dragged from Bridge and dropped over the placeholder frame WILL place the JPG into the frame!
Why won't snippets do this??

Similar Messages

  • Using Batch in Bridge for Ad Ops (adding borders)

    Hi,
    I need to accomplish a pretty specialized task in Bridge.
    Some of my work is in banner ad trafficking. Frequently, we will receive creative from clients without borders and need to add them in order to get approved by the major exchanges.
    Since this is something I do over and over again, I'd like to automate it.
    So far, I've created an action that will effectively add the border. I use Bridge to open the client's creative asset folder, select all the images and select Batch under Photoshop in the tools menu. I'm able to overwrite the existing files (no matter what starting directory they are in) but hitting "Override Save as..." option.
    Here's where I am hitting snags.
    The action should create a new directory in the client's folder (this directory will be different everytime) named "Edited Creative", so the originals are preserved. The PSDs should be saved in this directory.
    The action should not only save the images (JPG) using Export (Save for Web...), I'd like to leverage the tool within this dialog that picks the appropriate optimization settings to get to a particular file size (by clicking the flyout in the Save for Web... dialog, you can choose "Optimize for File Size"). The creative needs to be less than 35kb, but I'd like to optimize each image as high as possible while staying within this file size. The JPGs should be within the "Edited Creative" folder in the client's folder
    Anyone have any ideas? I've gotten half way there, but can't figure out the last pieces....

    You should be able to create the 'Edited Creative' folder when you browse for the destination folder.
    As far as I know, no one has been able to script  "Optimize for File Size". It's not in the scripting DOM and scriptlistner( or action ) does not record the file size value only the setting used to get that one image to that size.
    "Optimize for File Size" is an often requested script feature. Others have tried to loop resaving the doc with different setting until the size is right but that is very slow and still often doesn't give the same file size.

  • Possible to use a message bridge for access to message copies?

    I'd like to be able to consume copies of messages that go across a queue so that they can be validated during testing.
    I've been unable to find any mechanisms for authenticated message monitoring which exists in other JMS brokers such as TIBCO EMS and so I'm going down the route of seeing whether a message bridge could help me. My thinking is that I can bridge from QueueA onto TopicA - where the message stays on QueueA and a copy is sent to Topic A which can be safely consumed by the testing tool
    First question - is this a workable solution, ie does the message sent to QueueA stay on QueueA until is is consumed normally, or is the message forwarded to the bridged TopicA thus removing the original message?
    Second question - I've tried to get a bridge working but encounter an error when trying to use it. The monitoring tab shows the bridge is up OK but I get the exception below in the admin console
    <11-Oct-2010 13:55:12 o'clock BST> <Warning> <MessagingBridge> <BEA-200026> <Bridge "Bridge-0" encountered some problems in one of its adapters or underlying systems. It stopped transferring messages and will try to reconnect to the adapters shortly. (The exception caught was javax.resource.ResourceException: Error sending message.)>
    Any help and advice appreciated
    Stuart

    One approach is to use a topic; producers send to the topic and both of your application consumer and your auditing consumer consume from the topic. If you have multiple application consumers, you could have a bridge to forward the messages from the topic to a queue and your applications consumers can consume from the queue, while your auditing consumer consumes from the topic.
    There is a message life cycle logging capability in WLS JMS, which may be helpful. It can be enabled on a per destination basis. It logs an event in a file when a message is produced, consumed, removed, expired and etc. However the message body is not available in the log. The details can be found at
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13738/troubleshoot.htm#i1128815

  • Using film contact prints for image catalog, & making frame choices

    In addition to importing new digital images and scanned film images to LR, I've started scanning contact sheets to create a key-worded catalog of earlier work for myself and others to easily use. This has been working very well for finding images, but I would like to be able to somehow mark several frames per sheet. Using cropped Virtual Copies is slow and akward. I think others might use LR for like purposes, as well. Is some sort of virtual "white pencil" marker possibe, perhaps in colors?

    It might also be useful to integrate with Photoshop's automated Crop and Straighten Photos command. I've tried using that with contact sheets, but the text printed in between photos makes isolation of images very difficult. But some level of automation would be very helpful. Perhaps a four-point system where you click on the four corners of a photo for each frame you want to strip into its own file (or virtual copy).

  • Problems with the ActiveX bridge for Java beans when using third-party .jar

    I encountered the following problem when using the ActiveX bridge for a java bean:
    I am using JDK 1.4.2_09 and MS Visual Basic 6.0 (SP6). I wrote a java bean called ProcessViewer (my class ProcessViewer inherits from JComponent and implements the interfaces Serializable and AdjustmentListener) which I would like to use within a VB 6.0 application. I used the ActiveX bridge (packager.exe) to generate a DLL (ProcessViewer.dll) and registered it successfully. The java bean GUI-control works fine within my VB 6.0 application unless my java bean (ProcessViewer.jar) uses any third-party .jar files.
    But when I tried to add a reference to some third-party class (com.sap.xxx.xxx....) I got some problems. I could solve the problem with packager.exe by setting the correct CLASSPATH. But at runtime my VB 6.0 application does not work. It crashes or it reports an error like this: "The control ... could not be loaded from axbridge.dll" (although I deployed my .jar file correctly to the directory C:\Programme\Java\j2re1.4.2_09\axbridge\bin and lib). Setting the CLASSPATH environment variable before calling my VB 6.0 application (exe) did not solve the problem.
    How can I teach my VB 6.0 application (containing the Java bean ActiveX control) where to find the third-party .jar file? Copying the third-party .jar file to the JRE lib-folder or to the axbridge\lib folder did not solve the problem either.
    I studied the documentation about the ActiveX bridge given at:
    http://java.sun.com/j2se/1.4.2/docs/guide/beans/axbridge/developerguide/index.html
    but I am missing informations on how the third-party .jar files can be found during runtime of the ActiveX container (e. g. a VB 6.0 application).

    See how to solve your problem with JNI:
    http://codeproject.com/cpp/OOJNIUse.asp
    More examples (for SWING) in tools setup:
    http://www.simtel.net/product.php[id]95126[SiteID]simtel.net
    http://www.simtel.net/product.php[id]94368[SiteID]simtel.net
    http://www.simtel.net/product.php[id]93174[SiteID]simtel.net

  • Sony bridge for mac RESTORE phone not working after exchange xperia from Sony

    Hi everyone,I have been sent an exchange unit from Sony to replace my previous xperia zThis phone has an older imei number than mine and wont allow me to restore using the Sony Bridge for Mac softwareIs this because of the different imei number???i have lots of notes, messages stored in a previous backup using the Sony bridge for mac softwareWhich i need to retrieve onto the "second hand Marked and scratched exchange unit" which Sony have sent me DOES anyone have a sollution to this please Thanks in advance... Steve

    Hi Echo_steve Unfortunately, as I expected, you're not able to restore to another phone. However, there is one possible solution, but there is no guarantee it will work and it might mess things upp so you'll have to do it on your own risk. I'm afraid that's the best I can do for now. Here's how to work around the restore block. Again, use this with caution as there's no guarantee it will work. Also make sure Bridge isn't running when you attempt this:- Do a backup of the new phone
    - goto ~/Library/Application Support/Sony Ericsson Bridge for Mac/
    - Go to the "Backups" folder and find the backup sets
    - Try to locate the old backup folder and rename it to the name of the new backup.This can be quite tricky, as the folders are named things like "CB5A1JYXNQ". But basically, if the backup set of the old phone is named "ABCDEF01" and the backup set of the new phone is "ABCDEF02", it should be enough to remove (or rename) the new backup set and rename the old one to "ABCDEF02".
    Again, I'm sorry there's no easy fix. Please let me know if it works for you. Best Regards, David

  • Browse files on Xperia device - Sony Bridge for Mac

    is it just me, or is using the Sony bridge for mac's "Browse files on Xperia device" pretty useless?
    Sure you can see what files are on the device, but if you right click there are no options... you can't hit space bar to view pics on the device and even double clicking on a file does NOTHING! Isn't there something else I could rather use other than Sony Bridge for Mac to view my devices files?

    Not a Mac expert but with Windows based systems you can open the Computers connected devices page and then open the device to view files meaning Pc Companion is not needed
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Best use of Aperture for Graphic Designer

    I am new to Aperture. I had been browsing my images and photos in Bridge but doing all editing in Photoshop. In Aperture I will be using Referenced instead of Managed.
    I am a graphic designer, and edit, create, handle a large amount of images which is my primary usage. I also have need for comparison, as well as archival browsing of the work in one place. I am handling stock images, images I create, client jobs, etc. My jobs often involve photos sent to me by the client, and any photos I take (camera or iPhone) can be downloaded to camera app or even iPhoto, or Aperture now if one is better than the other.
    I am aware that Aperture does not mirror the Finder therefore when I make any changes (either in or outside of Aperture) or add anything to the folder in Finder, Aperture is not updated. Is there any way to have this be in sync with the content on the hard drive? Or just import the corrections back into Aperture? or does it matter?
    So I am wondering whether to just use Aperture for new image / photo editing and adjustments then export the corrected photos to the hard drive? Then for any future browsing of old content use Bridge?
    The other thought rolling around in my head is since I already keep a well-organized folder structure outside of Aperture, I don't know the need for re-organizing / moving things around in Aperture. I think it is great that it has the flexibility for that, and perhaps I would think of a reason for doing so.
    I am pondering the best use of this app for my purposes and would appreciate your experienced thoughts. Thank you!

    If you decide to use Aperture to edit your images then you should consider to use Aperture as Digital Asset Management System as well. Aperture is very versatile, and any mixed setup Finder - Aperture sooner or later will lead to trouble.
    You do not need to fall back on the Finder, if you want to use Photoshop or another Editor for editing in edition to Aperture. If you launch your Editor as external editor from inside Aperture, then the edits will be updated in the Aperture database, there is no extra synching necessary.
    Regards
    Léonie

  • Detailed Software Repair Instructions using Pc Companion(Win)or Bridge for MAC. (Update 8/5/2014)

    We have an extended guide that should help you repair the system of your phone. This instructions are valid for all Android based units and for some legacy Sony Ericsson models(The list of phones that can be used with the application is displayed in Step 9 of the process). please follow the instructions carefully: Turn the phone off and disconnect it from the computer.  1. Visit this link:http://www.sonymobile.com/us/tools/pc-companion/Click on Download PC companion2.Run the software After the installation the first screen will show you the PC Companion Startup Guide which gives you a brief explanation on the main modules of PC companion (Support Zone, Xperia Transfer, Contact setup and Media Go) Keep clicking next.3.Now you will see the screen with the different modules.Select Support Zone> Click Start.  The program will download the module. Then click on start on Phone/Tablet Software update. (Here you can choose to update an accessory, go to step 14 for instructions) Note: At this point if you get an error stating that "unable to install update components" or "server is busy" Please proceed to step 13 . If you not see that error then continue with step 4.
    4. The program will show a window saying "could not find phone/Tablet” Do not Connect phone instead select Repair my phone/tablet. This will bring you to a window with a warning that says "data will be lost" (do you want to continue) Select to continue (Data in the phone will be deleted, only data in the SD card will remain. Make sure you have done all proper backups if possible)6. The program will issue a second warning stating that “data saved in the phone /tablet will be overwritten during the update of your phone”. Click on the checkmark box next to the acceptance text and select Next to continue.7. Next the computer will download the necessary files (Prepare stage, this can take several minutes depending on the speed of your connection) and then its done it will show you a list of recommendations for a successful update operation. When you are done reading this section click on the checkmark box and press Continue8. Next you will get a Battery level warning that states that your phone should have at least 80% battery. (If the issue in the phone does not permit the unit from turning on, then charge it connected to the wall charger for at least 2 hours and then comeback to this step) Then click on the checkmark and select Next9. Choose the Phone from the list then click on "next" then you will see a new section telling you how to connect the phone. (don't connect it yet) Again, at this point the phone must be off and disconnected from the PC. 10.. Connect the cable to the PC not to the phone, then while pressing and holding the indicated button (in the steps on screen an specific button will be shown for you to press on the phone) connect the cable to the phone and keep holding the indicated button until the program says "the update of your phone has started..." (in some cases a message of  "Installing drivers" will appear before the message of "the update of your phone has started..."  is shown.) 11. If you failed to follow the steps correctly the phone will turn on. If this happens disconnect the phone from the cable, turn it off and repeat from step 10). 12. If the phone is connected properly, PC Companion will proceed with the update ( It will tell you to let go of the key) then wait for the update to finish and follow instructions on screen to disconnect the unit.  End of process. ----------------------------------------------------------------------If the software fails to install:13. If "unable to install update components" 1. Close Pc companion 2. Install Java from: http://www.java.com 3. start Pc companion again and try to do the software unlock process once more. 14.Select Accessories software update. Click on start and the computer will download the necessary files (Prepare Stage) it will take several minutes. Then follow the instructions from step 8.  Note: Some computers may block the installation of the update service, if this happens use this:http://www.sonymobile.com/us/tools/update-service/ this is the Standalone update software. (Not globally available)If the Phone is unresponsive (Then do this extra step and when done proceed to redo the repair process:Press and hold the power button and the volume up button at the same time for 10 to 15 seconds. This will reset the unit)Note: This procedure does not work for the Xperia Play R800x (Verizon and other Non SIM card variants of the Xperia play that lack MTP support.  It does work for the R800a At&t's model)Bridge For Mac instructions on my post below. Valid for all Android based units and most java Sony Ericsson units. 

    Here are the basic Steps for Bridge for MAC.Download Bridge for MAC from:http://www.sonymobile.com/gb/tools/bridge-for-mac/The phone should not be connected to the MAC.
    The phone should be off.After the Download unzip the file and drag the bridge for MAC icon to the Applications folder. (install then use finder to locate icon)In the Main "No phone connected" window, on the top menu (top application menu) Select "Phone" and scroll down to "Repair phone"
    This will open the Phone Software Restore window with the 3 sections for Start, Prepare and Update.
    Click on continue bellow. Doing so will popup a window warning you about the loss of your personal info. Click on the checkmark signaling that you understand the data loss situation,
    This will take you to the Connection Procedure Screen. Follow the instructions in the screen and click on continue*.
    *One key aspect of the last step to keep holding the indicated button before and after you connect the phone to the MAC until the update starts. IF this is not done correctly then the phone won't connect to the MAC

  • I've got a MacBook pro 15' running 10.6.6. I want to use an external monitor for my graphic design work running Adobe software and thought I'd try an HD TV. I ran a Mini Display to HDMI lead to the TV but the picture quality was disappointing.

    I've got a MacBook Pro 15' running 10.6.6. I want to use an external monitor for my graphic design work using Adobe software and thought I'd try an HD TV. I ran a Mini Display to HDMI lead to the TV but the picture quality was disappointing. I also tried a Mini Display to VGA lead and that wasn't much better. I tried all variations of resolutions in System prefs - Displays but nothing helped. Am I getting something wrong? Thanks all.

    In addition to pixel density, you are up against the translation driver card in the TV.
    If you read the fine print of computer-resolution-capability in the TV user guide, you will see a chart as tall as the manual page.  At the top is the smallest resolution capable, at the bottom is the full use of the 1080p in the TV.
    Mac falls into the top 25% of the page, maxing out at 1366x768 often.  This is because the TV control card is expected to do too much of the work, but is not designed for computer-monitor processing.
    I looked at the resolution charts on 2 TVs before deciding to buy a 1080p LCD monitor that has a TV interface/connector.  Computer monitor first, TV second.  But the thing is only 27 in.  Good thing TV is not as important to me as it is to others.

  • Help for using camera raw in PSE 8/Bridge for Mac for the Canon 7D

    Recently purchasing the Canon 7D, taking a few test photos in Raw, then trying to use Camera Raw in PSE8/Bridge for Mac is a problem.  I cannot figure it out.  Can anyone help this frustrated, novice computer user?

    You need to update the camera raw plug-in for bridge and PSE 8 separately (they use two different copies). In Bridge, just go to Help>Updates which will install, I think, ACR 5.7, which  works with your camera. (You can't update bridge beyond that version).
    For PSE 8, go here, download the latest version and follow the instructions in the readme file.
    http://www.adobe.com/support/downloads/product.jsp?product=40&platform=Macintosh
    Note that the directions may tell you that you can overwrite the old plug-in. That isn't true--you must remove it before putting the new one in there.

  • I am trying to use the Mini Bridge in Adobe Photoshop CS6 (desktop) and all I get is "Waiting for Bridge CS6 ..." in the panel at the bottom of the screen.

    I am running on a Core i7 iMac with 20GB or RAM and have already done the two applicable steps in the main Adobe  help area relating to Switchboard (Error: Waiting for Bridge | Mini Bridge panel) to no avail. Any ideas?

    Have you tried to start the bridge CS6  then open Photoshop CS6 try to use the mini bridge.
    I have a problem on windows too.  Sometimes when I open CS6 version 13.1.2 and try to use the mini bridge Its panels has a message Bridge must be running and there is a launch bridge button. When I use that button Bridge  gets launched but may hangs before displaying its application window or anything in the mini bridge panel.  I can terminate the bridge when this happens with windows task manager and start the bridge. After doing that the mini bridge launch button became a reconnect button using it mini bridge then work.
    I can also start Bridge CS6 before  Photoshop CS6 and mini bridge works as soon as Photoshop is up and running.

  • ATTN: Question for Graphic designers using new 24" aluminum imac

    I am about ready to replace my 2001 G4 867 Quicksilver. Are you happy with the screen and overall build quality? I mainly use photoshop, indesign and illustrator in that order.
    The Mac pro is now too expensive an option for my budget. I read a lot about screen discolorations but would like some feedback from pro users who have adopted this machine.

    Well I'm a graphic designer and student. Recently purchased a 20" aluminium iMac, fantastic piece of kit, and despite being smaller compared to the 24", the resolution is still really high and there is lots of workspace. Many seem to recommend the 24" though and part of me wishes I had got a larger screen instead, but the 20" size is actually better than fine.
    The only problem is, since release last year, all the latest iMacs are having display issues. I didn't know anything about this before purchasing my iMac and expected a higher quality from Apple. They all seem to have gradient issues where the bottom half of the screen is abnormallly brighter in the 20", the left side is brighter in the 24", and also some reported yellowing in the corners. Apparently, more people have reported problems with the 20" than the 24" though.
    If you look through these forums, you will struggle to find one person who actually has an iMac without this issue.
    Unfortunately, for graphic design use (eg Photoshop, Indesign, etc), the iMac's current state is useless. I am writing this on my current iMac and it is impossible to see a full solid colour across the screen at any angle, no good for design use!
    Not sure what I'm doing with mine yet, refund or get Apple to fix it...

  • I think to bye imac for graphic design use purpose. kindly guide me. Is iMac best for me ?

    i think to bye imac for graphic design use purpose. kindly guide me. Is iMac best for me ?

    Hello artistsagar,
    The word best is always subjective.   It is all a question of your needs, your working practice, your available space; I could go on.
    A Mac (probably a 27"one) may well be perfect.  Good size screen, easily understood basic functions and a huge number of recommended programs.   Just Google Mac graphic design to see what is available.

  • Use of sync async bridge for webservices

    Hi ,
    We have a scenario where we need to send a data from ERP system to PI via webservice. PI communicates with a third party system via webservice.
    The data can be posted to this third party system using webservices. The third party system then reads some data asynchronosly and sends the data to PI . We need this data to be sent to the synchronous webservice from ERP system.
    Can we use the sync async bridge for this scenario. Some details on how we can do this will be very helpful..
    Thanks
    Bharathwaj

    Hi Abhishek,
    Thanks for the immediate reply.
    The scenario is 
    ERP <---WS/SOAP--->PI -----WS /SOAP of 3rd party---> 3rd Party system (X).
                                                       PI  <------- WS of PI
                X posts the data to a backend. THe system X then picks some processed information. This system is not capable of sending the response synchronosly. It can post this data to PI once the data is available. Now PI needs to take this data and post it to the WS request from ERP.
    Hope I have provided some clarity on the scenarion..
    Thanks again.
    Bharathwaj
    Edited by: Bharathwaj on Aug 11, 2009 4:59 PM

Maybe you are looking for

  • Airport Extreme and external HDD - cannot be found under Windows (XP/Vista)

    Dear All, I am about to loose it. I have an Airport Extreme (7.4.2), most recent version (802.11n)connected to my cable modem. Attached is a 2TB HFS+ Formated HDD. I have a number of machines. My primary machine is a Dell XPS with Vista and MacDrive

  • Not able to display the values in the input fields of the view

    Hi All. I am facing an unique issue. My custom element created in my custom node getting a null value from a Get Vendor Details RFC written in RFC. The values are getting populated in the custom element but not coming in the input field of the corres

  • Please tell me query for this

    i have table value like this: NAME ID eee 1 ece 2 eee 2 ece 1 but i need ans like this: NAME ID eee 1 eee 2 ece 1 ece 2 pleasse tell me the sql query,please

  • How to store selections of multiple comboBox in to Array

    Mine only store the last comboBox's selection which is really wierd. Who could give some suggestion pls? Besides anyone know how to display different contents in different comboBox within one column of the table pls? Help!!!

  • Where is the "enable root"

    Hi. I wana to enable root user in mac os 10.6.3 but I cannot find it when opening the Director Utility!!!! I read this article http://support.apple.com/kb/HT1428  but still cannot find Enable Root User from the Edit menu.