Keep place cursor loaded to repeatedly place the same image

I'm trying to find a way to keep the place cursor loaded with an image that I want to place many times... an image such as a 'New' graphic (internally we call it a 'New ping') for templated catalogue pages.
I don't want to constantly have to place or copy and paste, or step and repeat once placed because when I place these pings, I will do is choose several different pings to import at once such as 'New', 'New look', 'Updated' etc, and each of these could be placed three or four times per spread.
Is there a way?
Thanks.

Yeah, we know the conveyor can do that, but we were hoping that there was a way to do it without using the conveyor as it's not quite as fluid for workflow as we would like... but hey, if you don't ask, you don't find out!
If you've got your cursor loaded with several images, it's easier to using the arrow keys... well to us it would be.
I'll make a feature request I think.
Thanks anyway.

Similar Messages

  • Need help - Loading Multiple instance of the same image

    Hi guys,
    I have been trying for days now, to get this working but i'm not able to do so, i have been trying to get actionscript to load multiple instance of an image file using a for loop.
    Would anyone be able to enlighten me on this?  the other functions are located on a seperate actionscript file.
    many thanks
    part of the code is as follows: (it works if i use the graphic class)
    function makeRoad():void{
        var row:int = 0;//the current row we're working on
        var block;//this will act as the block that we're placing down
        for(var i:int=0;i<lvlArray.length;i++){//creating a loop that'll go through the level array
            if(lvlArray[i] == 0){//if the current index is set to 0
                block = new EmptyBlock();//create a gray empty block
                block.graphics.beginFill(0x333333);
                block.graphics.drawRect(0,0,25,25);
                block.graphics.endFill();
                addChild(block);
                //and set the coordinates to be relative to the place in the array
                block.x= (i-row*22)*25;
                block.y = row*25;
                } else if(lvlArray[i] == 1){//if there is supposed to be a row
                //just add a box that will be a darker color and won't have any actions
                block = new Shape();
                block.graphics.beginFill(0x111111);
                block.graphics.drawRect(0,0,25,25);
                block.graphics.endFill();       
                block.x= (i-row*22)*25;
                block.y = row*25;   
                roadHolder.addChild(block);//add it to the roadHolder
            } else if(lvlArray[i] is String){//if it's a string, meaning a special block
                //then create a special block
                block = new DirectBlock(lvlArray[i],(i-row*22)*25,row*25);
                addChild(block);
            for(var c:int = 1;c<=16;c++){
                if(i == c*22-1){
                    //if 22 columns have gone by, then we move onto the next row
                    row++;

    @Kalisto - i don't think that is the real issue here since we cannot see what is in the DirectBlock class and the OP has not mentioned any compiler errors.
    Desmond - it appears as though you are constructing this in the form of a 'grid' - correct?  but the problem i believe is that the positioning is not being determined properly - to do something like you want here (i think) you would use what known as a 'nested loop' - this means the 'outer' loop handles iteration of the 'rows' and an 'inner' loop handles the iteration of the columns.  the way you have this set up above, you are attempting to use the 'row' value to position both the row and column - this wont work and it's likely that everything is getting 'stacked' on top of one another.
    may want to structure things a bit more like this:
    function makeRoad():void {
         var index:int = 0;
         for(var row=0; row<22; row++) {
              for(var col=0; col<22; col++) {
                   index = (row*22)+col;
                   if(lvlArray[index] == 0) createBlock(0x333333, col*25, row*25);
                   if(lvlArray[index] == 1) createBlock(0x111111, col*25, row*25);
                   if(lvlArray[index] is String) roadHolder.addChild( new DirectBlock(lvlArray[index], col*25, row*25) );
    function createBlock(color, xp, yp):void {
         var block:Shape = new Shape();
         block.graphics.beginFill(color);
         block.graphics.drawRect(0,0,25,25);
         block.graphics.endFill();
         block.x = xp;
         block.y = yp;
         roadHolder.addChild(block);
    note: i do not know how many 'rows' you intend to have and are stored in the array so the row<22 will need adjustment

  • Loading the same image multiple times

    I'm trying to dynamically load a single image multiple times
    into flash. Basically I want to end up with two movieclips mc1 and
    mc2 that contain the image. I'm currently using the Loader
    component (connected to the ProgressBar) to dynamically load the
    image. It works fine for loading the image once but I'm really not
    sure how to go about creating a second movie clip with the image.
    Here's my code for loading the first image:
    var mc1:MovieClip = new MovieClip();
    var listener:Object = new Object();
    listener.complete = function(eventObj:Object){
    nextFrame();
    imageLoader.addEventListener("complete", listener);
    mc1 = imageLoader.content;
    imageLoader.load(imgURL);
    But everything I've tried to load mc2 with that same image
    has failed. I've tried 'mc2 = imageLoader.content', 'mc2 = mc1',
    'attachMovie', 'duplicateMovieClip', calling imageLoader.load()
    twice on the imgURL, and creating a second Loader component and
    loading the image again. All of these methods have invariably
    failed. Most of them can load mc1 alright and sometimes mc2 even
    shows up on the stage but in the AS mc2 is always undefined.
    Can anybody point me in the right direction for loading
    multiple copies of the same image? It really shouldn't be that
    hard, should it?

    Well I figured out a solution. Turns out Flash doesn't allow
    you to duplicate dynamically loaded content like an image in a
    movieclip. But there is a little class called BitmapData that will
    do precisely what I was looking for. Here's the link I got this
    info from:
    http://www.senocular.com/flash/source.php?id=0.174

  • Load multiple files using the same data load location

    has anybody tried loading multiple files using the same load locations. I need to do this as the data in these multiple files will need to be exported from FDM as a single export file. the problem i am facing is more user related. since these files will be received at different points of time, users will need a way to tell them what has been loaded and what is yet to be loaded.
    is it possible to throw a window on the web broser with OK and Cancel buttons from an event script?
    any pointers to possible solutions will be helpful

    was able to resolve this. the implementation method is as follows
    take a back up of previously imported data in the befcleardata event script. then in the beffileimport event append the data to the import file. there are many other intricacies but this is the broad implementation logic. it allowed my users to load multiple files without worrying about append or replace import type choices

  • Clicking noise coming form my new 27" iMac custom order (loaded machine) anybody having the same problem I mean this unit is a day old.

    clicking noise coming form my new 27" iMac custom order (loaded machine) anybody having the same problem?
    I mean this unit is a day old.

    Hey lawrencefromsaskatoon,
    Sounds like a HD issue. Take into an Apple retail store.
    -Aleks

  • In elements 11, how will I load 2 pictures in the same work space of the photo editor

    in Elements 11, I am working on face swapping, how can I load 2 pictures in the same workspace of the photo editor

    Editor preferences>general>allow floating documents in expert mode, then window>images>cascade or tile. You may need to choose float all in windows the first time before you can make either of those work.

  • TS1292 I'm trying to activate my itunes gift card but it keeps saying invalid code. When I follow the iTunes support it keeps taking me round in circles to the same page. What do I do?

    I'm trying to activate my itunes gift card but it keeps saying invalid code. When I follow the iTunes support it keeps taking me round in circles to the same page. What do I do?

    I imagine a ton of people are attempting to activate after the update, and the server is getting overloaded. Simple patience, maybe keep trying, and if possible, try a little later. Think of it as all those people lining up at Apple Stores + about a million more.

  • Photoshop brush strokes are smaller than the cursor, need to make them the same.

    My photoshop brush, pencil and Clone strokes are smaller than the cursor, which makes it very difficult for accuracy. Don't know what made them change, but want the cursor and stroke to be the same.
    I've tried different settings in the brush dialog box, with differenc tip settings, etc, with no results. Also, tried different settings in Preferences/Cursor setting. No luck.
    Help!

    <<<<
    Under Preferences (cmd k) > Cursors > Painting Cursors, the setting should be Normal.
    Usually "Reset Tools" as described in post 1 helps. Have you tried it yet?
    Gene<<<<<<
    Gene,
    Yes, I've tried that, and all the variations on that page, without success.
    Larry

  • How to load several documents at the same time (PWA 2013)

    Hi
    In 2010 there was an option for that:
    In the document library of a project site, I want to load several documents at the same time.
    How can we do that in PWA 2013 ?
    Thanks

    Robert,
    Here is a video taht might help. if the Dragging does not work, you could also use the regular Explorer method.
    https://www.youtube.com/watch?v=7n4fP3YWYI4
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • A number of imported photos from iphoto in imovie project all show the same image whilst the preview before dragging them in is correct. What could be the problem?

    A number of photos from iphoto used in imovie project all show the same image when playing back. The previw when clicking and dragging them and also the pictures in the storyline. Yet when playing the clip a previous immage keeps on appearing. What could be the problem?

    You created a mess and there is no solution - with the actions you have taken those photos are gone unless you have access to them from some other source - they existed in two place - in your iPhoto library and on your backup drive - you have traded the backup drive and restore an earlier iPhoto library so all you have is what you have
    LN

  • How to treat multiple instances of the same image

    In my W/F I use Lightroom as my catalog and main edit tool but also create (using capture NX) tiff images to be edited in PS and also create jpegs in different formats for web browsing or slideshows.
    To my knowledge, while LR provide a powerful version tool to maintain different edits of the same image, it doesn provide anything to manage different processing  stages of the same image.
    Does anybody face the same issue ? How do you manage ?

    It sounds like you have two requirements:
    1. That different processing stages in time be saved
    2. That different output versions be tracked and updated
    It seems like #1 can be managed using virtual copies or History snapshots, depending on what you need.
    #2 should be automatic on export. When you export, you can set an export folder, which can also be saved as a preset. If you have one export preset for PSDs and another for JPEGs, you simply save an export preset for each output. In addition, you can select "Add to this catalog" so that Lightroom automatically tracks the separate folders where it exported the PSDs and JPEGs. When you want to export, you just select the right preset and everything is put in the right place for you and you can see where they went.
    You might also look into the Publish Services feature since it can do all of the above, and also can automatically track when you change the source image and let you know which exported files (like PSDs and JPEGs) need to be updated. Then you just click one button and they're all updated in their folders.

  • "Thumbnail" image need to be the same image as the "Hero Image?"

    When using the slide show widget does the "Thumbnail" image need to be the same image as the "Hero Image?"
    I would like to keep my "Hero Image" I load into the widget, but would like to change its corresponding "Thumbnail" image to a different icon. Is it possible to use live type in MUSE as the icon and put it over the "Hero Image?" Thanks for the help!
    -t

    Thank you very much for the help. This works great! As I'm diving in deeper and messing with the Composition Widget I had few more questions...
    I have figure out how to put in a different image into the thumbnail, but how do I replace it with a text box instead of an image. I would like to use websafe fonts as the thumbnail that triggers the Hero picture. Is this possible?
    I attached an quick 3 frame storyboard as reference to show you what I am trying to do.
    Thanks in advance!
    -t

  • How to manage multiple sizes of the same image?

    I recently took up LightRoom for all the good things it does. One of the things I need to do, however, is to create and manage multiple sizes of the same image needed for different purposes. I always found this cumbersome. I totally expected that the LR library would offer a solution for this but I looked and I didn't see anything. Sure you can export and resize in the process but then you're on your own. Am I missing something? Isn't there a better way? What does Adobe have in mind for best practices and how do you handle this?

    I can't speak for 99jon, but when I need multiple sizes, I export at the desired sizes, and then make use of the exported photos (upload, e-mail, whatever) and then delete the exports. Thus, there's really no need for me to keep track of the photo at this specific size, knowing that if I ever need it again -- unlikely -- I can regenerate it with the export pre-set, so I put no effort (zero!) into keeping track of photos at different sizes.
    The idea of adding it back into the catalog doesn't get me excited, and I would advise against it. I don't need this, and I don't see the benefit of keeping this particular size export for the long-term. As I said, I can always recreate it — but maybe you have such a need to keep these exports long-term and recreating it at a later point in time doesn't meet your needs? Can you explain?
    By the way, you can't resize a virtual copy, so that won't work here. The only time you can resize is on export.

  • Reload the same Image every second

    Has anyone load an Image and refreshed it automatically?
    What I would like to do is....
    1. Load Image on document creation.
    2. Refresh the image every 100 ml secs
    3. Its the same image.... another app that we wrote writes
    over the original
    thanks in advance
    This doesn't work at all
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    initialize="initTimer()">
    <mx:Script><![CDATA[
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    public function initTimer():void {
    // The first parameter is the interval (in milliseconds).
    The
    // second parameter is number of times to run (0 means
    infinity).
    var myTimer:Timer = new Timer(1000, 0);
    myTimer.addEventListener("timer", timerHandler);
    myTimer.start();
    public function timerHandler(event:TimerEvent):void {
    var url:String = "
    http://localhost/frame.png";
    var urlReq:URLRequest = new URLRequest(url);
    framePNG.url= sURL; //to avoid caching
    framePNG.send();
    ]]>
    </mx:Script>
    <mx:Image id="framePNG" />
    </mx:Application>

    OK - my guess is that it was to randomize the url to prevent
    caching. As much as I don't like the workaround, try something like
    this: take away your sURL and make it correctly load the image
    once.
    Once this is working, try to set the url like this:
    var url:String = "
    http://localhost/frame.png?dummy="
    + (new Date()).time;
    trace(url); // Just so you can make sure it changes every
    time
    What this is doing is changing your url every time it's
    requested so it's never found in the cache. Perhaps the cleaner way
    of doing this is correcting your server so the headers set
    immediate expiration.

  • Dual Screen / Render differ for the same image (same time!) - Full size

    On my Mac Pro / lightroom 2.3, I have 2 screens connected (same brand: Dell, Same size 24'). One is in landscape position, the other is vertical.
    I use the landscape one as Screen 1.
    If I display an image (1:1 ratio) on the Screen 2, the rendering is not sharp (seem to not be finished / close to be!), the same image render on screen one is correct! The problem is easy to check: At the same time you have a sharp image (Screen 1) and a blurred one (screen2).
    Images came from Canon EOS 50D raw file.
    Does this problem know? Any idea to solve it?

    I'm having a similar problem on my Mac Pro with an Apple 23" as Monitor 1 and a Samsung 21" in Portrait orientation as Monitor 2.  Sometimes, even though full 1:1 previews have been rendered, when I zoom to the 1:1 view on Monitor 2 (usually with the Grid View on Monitor 1), it zooms in but never loads the 1:1 preview, so the image is blurry.
    The only solution I've found is to restart Lightroom.

Maybe you are looking for

  • CUNI - Creation of new unit - error Unit is not created in language EN

    Dear BI community, We have created via transaction CUNI a new unit. Everything looks fine - it appears in the unit of measurement and the conversion works. The problem only occurs when we check it in table T006A by example. When looking for it we get

  • How do i compare each vector value to find  a match with curent value

    My select statement contain more that one value .So I strore it in vector .But currently it does not compare each value .So I dont know wrong .How to search entire vector and find the matching one. Below are the coding I used : <%String sql_query3 =

  • How do I cancel an apps download?

    My 6 year old has been going crazy in the apps store. I am trying to delete the apps that haven't downloaded yet and not get charged for them.How do I do this??? Apple has made buying apps way too easy and the restrictions area WAY too difficult to f

  • 0FISCPER text

    Hello Experts, -- There are two Fiscal Year Variants used in the transaction data F1 and F2. -- In Bex reports for the 0FISCPER, F1 shows eg: Aug 2004 -- but for F2 it shows eg: Period 8 2004 -- I checked in the master and text table of 0FISCPER    T

  • [SOLVED] Qtcreator won't start up: Timeout running '/usr/bin/g++'

    I have no idea where to even start from or what to search for. When running from terminal, qtcreator throws these lines (every few minutes) and doesn't start up: $ qtcreator QByteArray ProjectExplorer::runGcc(const Utils::FileName&, const QStringList