Moving multiple images

I'm using RoboHelp 7.02. I have several images that were
imported into various help files at the top level. This really
clutters up my Project Manager, so I set about the task of putting
all those images into an Image folder.
I was happy to discover that moving an image in Project
Manager updates the links in the topics. But, I cannot select
multiple images. Is there a method unknown to me for selecting
multiple images so I can move them into the Images folder while
updating the links in the topics?
Kevin

As above, it is not possible.
The more people who report a bug or request a feature, the more likely it is to be actioned. Please follow this link.
http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Selecting multiple images to edit the source code

    Hi. Does anyone know if there's a way to select multiple
    images in a table and change there source code. The reason why I
    ask is that I recently decided to organize my assets folder by
    adding subfolders. Naturally, this makes my images appear as broken
    links. It's a pretty big site that I'm working on and I would like
    to know if there is a faster way than just selecting them one by
    one.

    If you would have created the folders within DW itself (file
    management), and moved images from one
    folder to the other, the links would have been adjusted
    automatically. Carrying out changes like
    this outside of DW will create broken links as you have
    found.
    Did you backup the original site, if so, and have a lot of
    broken links, it maybe worthwhile, going
    back to the original and use the file management to
    rename/create new folders and move your assets
    that way.
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    CSS Tutorials for Dreamweaver |
    http://www.adobe.com/devnet/dreamweaver/css.html
    "lordcornwallis" <[email protected]> wrote
    in message
    news:gpqni2$3io$[email protected]..
    > Hi. Does anyone know if there's a way to select multiple
    images in a table and
    > change there source code. The reason why I ask is that I
    recently decided to
    > organize my assets folder by adding subfolders.
    Naturally, this makes my
    > images appear as broken links. It's a pretty big site
    that I'm working on and
    > I would like to know if there is a faster way than just
    selecting them one by
    > one.
    >

  • How to move multiple images in applet

    Hi,how to move multiple images in applet or random images in applet .
    Means moving images.gif around the applet with different starting point ,help me to create that move method ..

    why don't you check the tumbling duke applet as provided free in this site? :-)

  • Sharpening multiple images

    I thought (maybe I was dreaming) that before the last update I was able to apply sharpening to multiple images. Is there a way to do this? I don't think lift and stamp will do it but is there another way. I've also tried selecting multiple images and then moving the sharpening slider...but to no avail. Thanks...Steven

    Lift and stamp wwill do it.
    Use the command and option keys to change the cursor to make lift and stamp more usable.

  • Multiple Images Dragged on a JPanel

    I am trying to add multiple BufferedImages to a JPanel. I can get one BufferedImage on there fine by creating my own class which overrides JPanel, and then in the paintComponent(Graphics g) method, I have a method with g.drawImage(image, npx, npy, null); to draw the image on the panel.
    So that works fine for one image. I have also implemented a MouseMotionAdapter so I can drag the image around. However I am having GREAT difficulty implementing it with multiple images. I cannot workout how to do this. I am aware I need to have an ArrayList containing all the images, but I cannot determine how I am to loop through each one, getting the correct image, then moving that one.
    Please help with some useful code. (I can provide mine if required).
    Kelvin

    803539 wrote:
    Hi pierrot_2,
    I'm not yet. I'm not yet, I was thinking I would just have to loop through the list of images, getting the correct image (by a method unknown yet) and then calling the drawImage() method, passing the selected image as a parameter.Kelvin, take your project one step at a time. The first thing I would do is try painting all four images first. You can do it quickly by having a Point[] array along side of a BufferedImage[] array. Lets's say the images are w=200, h=160 for now.
    BufferedImage[] images = new BufferedImage[4];
    Point[] locations = new Point[4];
    locations[0] = new Point(0, 0);
    locations[1] = new Point(200, 0);
    locations[2] = new Point(0, 160);
    locations[3] = new Point(200, 160);
    // paintComponent
    for(int i = 0; i < images.length; i++)}
      BufferedImage bi = images;
    Point p = locations[i];
    g.drawImage(bi, p.x. p.y, null);
    }Use something like the code above to get you started. Kelvin, there are much better ways to do this, but for now see if you can paint all your images on the JPanel first, using nothing but <tt> images </tt>and<tt> locations </tt>as described. Later, you may want to switch to Rectangles. See how the FOR loop will call<tt> drawImage() </tt>four times. See how the Point objects are being used to position the image being painted? Do this BEFORE you try to move them around the canvas. Call home if you have troubles.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Why Bridge (CS5) does not make a PDF file from multiple images

    Why Bridge (CS5) does not make a PDF file from multiple images? It used to work fine earlier, but now nothing happens when using OUTPUT for web or PDF.
    I have uninstalled and installed my PS three times allready, so please not suggest that, it didn't help.
    I have Creative Suite Premium, mac os x 10.6.8

    Hi. You’ve posted your question in a forum that is for beginners trying to learn the basics of Photoshop.  I'm moving your question to the Bridge forum for specialized attention to your situation.

  • Multiple Image Upload not working on macs

    Hello everybody,
    I have searched everywhere for an answer to this issue and I'm not sure if there is a solution yet.
    I am hoping someone reads this and tells me if either I need to use another product or post a fix for this to work.
    I am developing a website for a photographer who needs to upload the pictures he takes for his clients to review on his website.
    So on the backend I have created an application where he logs in and creates a new client and then uploads multiple images to that client's folder.
    I am of course developing the site in ADDT version 1.0.1. in Dreamweaver CS4.
    Everything works as expected except for the image upload part, where he is unable to upload even a single image.
    He is using Mac OS X and Safari 3 to access his site.
    I use a PC and can upload images perfectly, but the whole purpose of the website is for him to be able to upload images without me.
    I read somewhere that ADDT's Multiple Image upload did not work on Macs because of the way that the OS handles image uploads to the server via HTTP. I also know that Flash v.10 had an issue with this behaviour in the past, but that it's been fixed with ADDT's v. 1.0.1, which is true since as I said I am able to upload images from my PC using that Flash version.
    There is a product called MultiPowUpload from Element-IT (http://www.element-it.com/MultiPowUpload.aspx) that seems to do the exact same thing as ADDT's Multiple Image Upload, and I have tested the Demo version both on Mac and PC and works perfectly well.
    I really would like my ADDT behaviour to work, first because I already have the whole site developed in it, plus I am used to the software already, and also because Element-IT's product is a bit pricey for a multiple server license (which I would need for other sites I plan to develop for Mac users).
    Any thoughts or pointers you might have will be greatly appreciated.
    Thank you in advance.
    Luis Herrero.

    Thanks a lot for your replies and helpful ideas.
    It turns out that for some strange reason the problem was with the hosting provider.
    I have moved another site which was not working with Macs either to a new provider and everything works now as it should be, without changing any files at all.
    I have in fact v.1.0.1 in both those sites (those were the first things I checked before posting here) and Flash Player v. 10 both on the Mac and PC, so it will remain a mystery as to why the server behavior did not work with that particular host on Macs.
    Thanks again.
    Best regards.

  • Moving Master Images after Facebook Upload

    I'm using a fully updated version of Aperture 3 and ran into a problem today moving master images that I have not experienced before.  My normal workflow is to batch import images from my camera every few days in one large import, so I often have multiple subjects in every batch.  For my 9 months with the program I have always downloaded everything into a temporary holding project I literally call "Hold".  When I get the time to do a detailed review, I then delete what I don't want and move (drag) the master images I want to keep from "Hold" into other subject-matter-unique projects across the library.  This works for me and has worked flawlessly until today when I downloaded about 20 images.  What I did differently today was I took things out of my usual order and decided to quickly upload 3 of the images from the "Hold" folder to Facebook using the Aperture Uploader.  The upload went fine, as it has in the past, but the problem surfaced when I then tried to move all the master images out of "Hold" to my permanent library file (project) structure.  The 17 images (which were not uploaded to Facebook) moved out to their new projects just fine, as always, but the 3 masters which were the source for the Facebook upload will not allow themselves to be moved out of "Hold".  When I drag them to the intended project, Aperture copies them into that project, but the original stays in "Hold."  Of course, if I try to then delete what is in "Hold" (with a copy safely filed away elsewhere in the Library) I get the warning that I am attempting to delete a master upon which other versions are dependent (to include "Facebook albums" it says), and all will be deleted.
    My take on this is the Facebook upload from "Hold", and the resulting versions created in the Facebook album (far bottom entries on the Library listing), now make "Hold" a permanent home for those associated master images.  Is there some way to get around this and actually move the master images to where I want them to be AND to de-clutter the "Hold" folder?  Or does this mean any use of Aperture's very handy (at least to date) Facebook uploader permanently glues a master to whatever project it was in when it was uploaded, never to fully and completely move again?  Thanks.

    I just made a test of this, and can confirm the apparent behavior.  However, I examined the Masters folder in the Package of the Library (and I have a Managed Library) and I believe there may be some referencing between Projects taking place.  The same appears to result where you have created a slideshow.  In the Facebook album and in the Slideshow album, the file info reports the master file name -- in my case the xxxx.NEF file, which clearly none of them really are, but rather some version. 
    I will try to do a more precise test where I can measure the size of the Masters folder to see if the "Move" adds to its size by an amount equal to the size of the Master file.
    Interesting!
    Ernie
    Message was edited by: Ernie Stamper

  • Super Complicated Multiple Images Question

    OK. I'm stuck. I'll give you my situation and what I've tried (and what's worked):
    I've got a JPanel size (5700,5700) inside a JscrollPane size (700,500).
    On this JPanel, I need to be able to draw a graphic with a click of the mouse button, and rotate the graphic with a right click. Clicking a JButton will "lock" the graphic in place, and then call up the next image for drawing. On top of all this(literally) I have several other graphics to be moved and displayed.
    I've got the GUI done, and added the mouseListeners.
    In a previous test I've gotten the image to display on click and rotate on right click. I'm stuck on how best to display the other graphics at the same time. Any tips? I haven't found any threads in here that specifically address any of this and it's driving me crazy.
    Thanks in advance.

    I am trying to use multiple images in a panel, yes, with an enforced hierarchy. But all the reading I've done suggests you can't put a JLayeredPane inside a JScrollPane and thus I've tried everything but that (aside from a few minimalist efforts).

  • Trying to create a surface  with multiple images with mouse events

    novice programmer (for a applet program)
    hi trying to create a surface i.e jpanel, canvas, that allows multiple images to be created.
    Each object is to contain a image(icon) and a name associated with that particular image. Then each image+label has a mouse event that allows the item to be dragged around the screen.
    I have tried creating own class that contains a image and string but I having problems.
    I know i can create a labels with icons but having major problems adding mouse events to allow each newly created label object to moved by the users mouse?
    if any one has any tips of how to acheive this it would be much appreciated. Thanks in advance.
    fraser.

    This should set you on the right track:- import java.awt.*;
        import java.awt.event.*;
        import javax.swing.*;
        public class DragTwoSquares extends JApplet implements MouseListener, MouseMotionListener {  
           int x1, y1;   // Coords of top-left corner of the red square.
           int x2, y2;   // Coords of top-left corner of the blue square.
           /* Some variables used during dragging */
           boolean dragging;      // Set to true when a drag is in progress.
           boolean dragRedSquare; // True if red square is being dragged, false                              //    if blue square is being dragged.                            
           int offsetX, offsetY;  // Offset of mouse-click coordinates from
                                  //   top-left corner of the square that was                           //   clicked.
           JPanel drawSurface;    // This is the panel on which the actual
                                  // drawing is done.  It is used as the
                                  // content pane of the applet.  It actually                      // belongs to an anonymous class which is
                                  // defined in place in the init() method.
            public void init() {
                 // Initialize the applet by putting the squares in a
                 // starting position and creating the drawing surface
                 // and installing it as the content pane of the applet.
              x1 = 10;  // Set up initial positions of the squares.
              y1 = 10;
              x2 = 50;
              y2 = 10;
              drawSurface = new JPanel() {
                        // This anonymous inner class defines the drawing
                        // surface for the applet.
                    public void paintComponent(Graphics g) {
                           // Draw the two squares and a black frame
                           // around the panel.
                       super.paintComponent(g);  // Fill with background color.
                       g.setColor(Color.red);
                       g.fillRect(x1, y1, 30, 30);
                       g.setColor(Color.blue);
                       g.fillRect(x2, y2, 30, 30);
                       g.setColor(Color.black);
                       g.drawRect(0,0,getSize().width-1,getSize().height-1);
              drawSurface.setBackground(Color.white);
              drawSurface.addMouseListener(this);
              drawSurface.addMouseMotionListener(this);
              setContentPane(drawSurface);
           } // end init();
           public void mousePressed(MouseEvent evt) {
                  // Respond when the user presses the mouse on the panel.
                  // Check which square the user clicked, if any, and start
                  // dragging that square.
              if (dragging)  // Exit if a drag is already in progress.
                 return;           
              int x = evt.getX();  // Location where user clicked.
              int y = evt.getY();        
              if (x >= x2 && x < x2+30 && y >= y2 && y < y2+30) {
                     // It's the blue square (which should be checked first,
                     // since it's in front of the red square.)
                 dragging = true;
                 dragRedSquare = false;
                 offsetX = x - x2;  // Distance from corner of square to (x,y).
                 offsetY = y - y2;
              else if (x >= x1 && x < x1+30 && y >= y1 && y < y1+30) {
                     // It's the red square.
                 dragging = true;
                 dragRedSquare = true;
                 offsetX = x - x1;  // Distance from corner of square to (x,y).
                 offsetY = y - y1;
           public void mouseReleased(MouseEvent evt) {
                  // Dragging stops when user releases the mouse button.
               dragging = false;
           public void mouseDragged(MouseEvent evt) {
                   // Respond when the user drags the mouse.  If a square is
                   // not being dragged, then exit. Otherwise, change the position
                   // of the square that is being dragged to match the position
                   // of the mouse.  Note that the corner of the square is placed
                   // in the same position with respect to the mouse that it had
                   // when the user started dragging it.
               if (dragging == false)
                 return;
               int x = evt.getX();
               int y = evt.getY();
               if (dragRedSquare) {  // Move the red square.
                  x1 = x - offsetX;
                  y1 = y - offsetY;
               else {   // Move the blue square.
                  x2 = x - offsetX;
                  y2 = y - offsetY;
               drawSurface.repaint();
           public void mouseMoved(MouseEvent evt) { }
           public void mouseClicked(MouseEvent evt) { }
           public void mouseEntered(MouseEvent evt) { }
           public void mouseExited(MouseEvent evt) { }  
        } // end class

  • How to fade in/out multiple images before image faded

    Hi all,
    I plan to do multiple images fade in/out using UIImageView just like Flicker iphone app.
    Here are the steps:
    1. Load pic1.
    2. pic1 move from left to right.
    3. pic1 will slowly turn to become transparent while still moving.
    4. Same time pic2 is moving from right to left.
    I am managed to have the pic1 slowly fading out after it stop moving and pic2 move in at the same time. However what i want is to have the pic1 slowly fading out while it is still moving.
    Can anybody help me to look at my code below: Thanks.
    - (void)viewDidLoad {
    [super viewDidLoad];
    CGPoint newLeftCenter = CGPointMake(180, 240);
    [UIView beginAnimations:@"move1" context:NULL];
    [UIView setAnimationDuration:6.0f];
    [UIView setAnimationCurve:UIViewAnimationTransitionFlipFromRight];
    [UIView setAnimationBeginsFromCurrentState:YES];
    [UIView setAnimationDelegate:self];
    [UIView setAnimationDidStopSelector:@selector(movingStop:finished:context:)];
    pic1.center = newLeftCenter;
    [UIView commitAnimations];
    - (void)movingStop:(NSString*)animationID finished:(BOOL)finished context:(void *)context {
    if ( [animationID isEqualToString:@"move1"] ) {
    CGPoint newLeftCenter = CGPointMake(200, 260);
    [UIView setAnimationBeginsFromCurrentState:YES];
    [UIView setAnimationCurve:UIViewAnimationTransitionFlipFromLeft];
    [UIView setAnimationDuration:3.0];
    pic2.alpha = 1.0;
    pic2.center = newLeftCenter;
    [UIView setAnimationDelegate:self];
    [UIView setAnimationDidStopSelector:selector(movingStop:finished:context:)];
    [UIView commitAnimations];
    }

    Hi Teeming, and welcome to the Dev. Forum!
    teeming wrote:
    1. Load pic1.
    2. pic1 move from left to right.
    3. pic1 will slowly turn to become transparent while still moving.
    4. Same time pic2 is moving from right to left.
    I am managed to have the pic1 slowly fading out after it stop moving and pic2 move in at the same time. However what i want is to have the pic1 slowly fading out while it is still moving.
    I'd need to write a test bed to get this right for you, but as a first approximation, I think you'll want to do something like this:
    - (void)viewDidLoad {
    [super viewDidLoad];
    // assume pic1 is now visible at its left starting position at full alpha
    // and pic2 is at it's starting position to the right, either on or off screen
    [UIView beginAnimations:@"move1" context:NULL];
    [UIView setAnimationDuration:6.0f];
    // --> this isn't an animation curve; just use the default for now:
    // [UIView setAnimationCurve:UIViewAnimationTransitionFlipFromRight];
    // --> leave this out for now:
    // [UIView setAnimationBeginsFromCurrentState:YES];
    // --> doesn't look like you need a stop method so leave these out for now:
    // [UIView setAnimationDelegate:self];
    // [UIView setAnimationDidStopSelector:@selector(movingStop:finished:context:)];
    pic1.center = CGPointMake(180, 240);
    pic1.alpha = 0.0;
    pic2.center = CGPointMake(200, 260);
    // I don't think you said whether pic2 is fading in, but if so, add this line as well:
    pic2.alpha = 1.0;
    [UIView commitAnimations];
    Again, the above is only an outline, not working code. If you need more help I might have time to make it work this evening, ok?
    - Ray

  • How do I stop iWeb outputting multiple image files? It makes my site slow!

    I'm a professional web designer (but don't let that put you off) who uses Dreamweaver and also handcodes HTML & CSS websites at work on a PC, but having got a new Mac for home use I thought I'd give iWeb a go for a personal site hosted on .Mac, showcasing my music and film efforts, that I didn't want to have to think about coding.
    I've built a short little site using the attractive 'Travel' theme, just 5 or 6 pages so far, and have not yet added any multimedia content. However, it seemed to take ages to upload it when I published it to .Mac. So then I went to view it, and it was soooo sloooow to download each page, even on my 4mb cable connection. I know it's a fairly graphically-rich theme, but still!
    I noticed that it was redrawing the navigation menu each time... and upon close inspection of the HTML code using Safari's 'View Source' to my horror I found out that that each page has a seperate '_files' folder that contains multiple versions of files that are also used in other pages - including navigation buttons and background images. I also saw that every element has styling applied to it 'inline' in the code, rather than in a single seperate style-sheet.
    To confirm this I published it to a folder on my hard drive and checked it all out. What a mess!
    As a WYSIWYG web page editor iWeb is great but it's an undisputable fact that the HTML markup and CSS code it produces is absolutely appaling. What's worse though is that it also renders whole swaithes of text as images and that it does create seperate folders for each pages content including images, CSS code and navigation buttons - so even though the same images and code are used throughout the site for the background and buttons and layout, they are written out as seperate files and have to be reloaded with every page!!!
    This means that the .Mac server must be getting hammered and webpages are very slow to download and slow to render in Safari - it's almost like dialup when I'm viewing my iWebsite, and like I said, I've got a 4mb cable connection!
    Looking at the code iWeb produces, it is good to see that tables are not used for layout, and that's one thing in its favour. But surely the whole point of providing 'themed' templates for users is that the same content is used across the site and therefore doesn't need to be created multiple times - one of the benefits of using CSS stylesheets. Why doesn't iWeb create a single stylesheet and make efficient use of repeated images instead of creating multiple instances of the same file for each page?
    Perhaps there is a setting somewhere I've missed. If so, let me know someone!
    It is a great WYSIWYG editor, but behind the scenes it's not efficient, it's not clean and simple and it's certainly not attractive - and I'm surprised at that coming from Apple! I know iWeb is a great tool for beginners and I'm a picky professional, but if I was Joe Public First Time Web Designer I'd be very annoyed by this.
    Clean it up and sort it out Mr Jobs!
    PS: Also, where does iWeb store the website whilst it's in production? I can't find it anywhere?

    Your iWeb Site is stored not on your iDisk, but on a file named Domain.sites in your ~/Home/Library/Application Support/iWeb/ Folder.
    If , for whatever reason, you wipe your HD and/or lose this file (Get a new computer, Re-Install your OS, Stolen Laptop, Crashed HD, Etc.) without backing-up your Domain.sites file then you will have to re-build your iWeb sites from scratch again.
    Of course you can edit your Published HTML files in a different program such as Dreamweaver or even Text Edit. You just can't edit Published HTML files in iWeb. Not at this time at least.
    Use iWebBackup to backup your Domain file to a Blank CD or DVD. Backing up your Domain file to another folder on your computer is not fully backing it up. If your computer gets stolen you still lost the file but if you have your Domain file burned onto a CD you have a backup!
    Download iWebBackup Here
    You can use iWebExtender to automatically consolidate your files into one folder and delete multiple images.
    http://iWebFAQ.com

  • Can you edit multiple images from a PDF in photoshop?

    I scan a lot of old publications with images and drawings. The images are in greyscale, but my scanner produces better results set to color. As such, I have to convert the images to greyscale in Photoshop from Acrobat. I have several PS actions that make this process easier, but I wish there was a way to select multiple images from a page or PDF file and run the actions on them (a batch) instead of one at a time. Is there? Or perhaps another method than what I am doing?

    I recommend that you scan first, save as TIFF, do any desired correction, and only then make PDFs. Scanning direct to PDFs is great for simple uncomplicated workflows, but a liability when correction is needed.

  • Is there a way to add multiple images at the same time to Keynote 6.0?

    I just brought keynote after searching online about adding multiple images to a presentation all in one go - I couldn't do this on the powerpoint version I was using but there were multiple references on google to being able to do this on keynote. I purchased it and now can't get it to work! Any ideas anyone? Thanks

    Do you mean like dragging in multiple images and having one image go on each slide? If so, you just drag the images into the Slide List on the left instead of onto the slide. From this prior post.
    https://discussions.apple.com/message/9068283#9068283

  • Js-error while executing Multiple Image Upload wizard

    If i want to save the configured window of Multiple Image Upload with Save to Database wizard i get this js-error: "While executing onClick in MIUploadWSaveWizard.htm, a JavaScript error occured".
    can someone help?
    thanx
    peter

    That again would be more of a question for the Cold Fusion group.
    Try http://forums.adobe.com/community/coldfusion/coldfusion_administration
    Those people will be able to help you out more.
    Brad Lawryk
    Adobe Community Expert, Dreamweaver
    Adobe Usergroup Manager, Northern British Columbia Adobe User Group

Maybe you are looking for

  • SAP PI 7.1 HTTP receiver adapter conversion problem

    Hello! I would like to send a EDIFACT file over HTTP to our partner. The problem is that I can not use any entries in the "module" tab to convert the EDIFACT XML message to a EDIFACT "text" message (X2E conversion normally made with help of Seeburger

  • FM for week in a year

    is there any FM for how many weeks in a year and how to find the whether the year is leap year or not? and how many weeks are in the month ? i want the FM

  • Inport flash in DW 8

    Hey, After a update for the border in IE for flash movie I cant see my flash movie enymore! I maked the update "Apply Active Content Update" Now when I import flash movie in my htm page, I can't see the movie enymore! I have dreamweaver 8.0.2 and fla

  • Rotate a page

    I'm using adobe on a android tablet, is it possible to rotate a page

  • Uninstall and reinstall in Mac OSX 10.9.3 Mavericks

    I have to uninstall everything in the Creative Suite 6 Design and web Premium. This is because after a system reinstall in the Mac, I can't open the programmes. Everything was draged by hand - no migration, to avoid reinstalling a problem. So I want