[CS3][JS]avoid overlap image?

Hi,
   When I am placing graphic/Image, Is there any way to avoid overlap image( the image lie on the top of other image)? When I am placing textframe in the document, textframe has the textwrappreferences to avoid the overlap. Like that is it possible with Image? I have placed my graphic/image inside the textframe/rectangle.
Please advice me.Sorry for any confusion.
Regards,
Kumar.

You should understand what happens with the text in a text frame, when it hits the border of a Text Wrapped object. The text itself reflows; yet, it stays inside its own text frame. If the text frame is not large enough to contain the reformatted text, you get the red 'overflow' marker.
Now imagine there is such a thing such as Image Wrap. You import an image and -- as usual -- you want its frame to have exactly the size of the image itself. What happens if you drag this frame over another one? The image inside the image frame should shift, but where to? (As there is no such thing as 'overset image' -- you would need to invent that too!) So, still analogous to our text frame-with-text (where the text frame is usually much larger than actually needed), you would need to make the image frame large enough to have a reasonable space for the image inside it to move around.
You can even try this out right now: cut an image and paste it into a text frame. Set the text leading to Automatic, so the image stays totally inside the text frame. Now drag this frame over another one with text wrap and see what happens to the image.
As this is the Scripting forum, I suppose one could write a javascript that checks whether any image overlaps any other, but having the same javascript solve it automatically seems a bit optimistic.

Similar Messages

  • [JS][CS3] Selection Menu with images

    I have no idea it this is possible, but I have written this code at the start of a script to select a function within the script:
    myDialog = app.dialogs.add({name:"Catalogue Selector"});
    with(myDialog)
            with(dialogColumns.add())
              with(dialogRows.add())
                   staticTexts.add({staticLabel:"Select the required catalogue:"});
                   myOptionButtons = radiobuttonGroups.add();
                   with(myOptionButtons)
                        radiobuttonControls.add({staticLabel:"VW"});
                        radiobuttonControls.add({staticLabel:"Peugeot"});
                        radiobuttonControls.add({staticLabel:"MG Rover"});
                        radiobuttonControls.add({staticLabel:"BMW Special"});
                        radiobuttonControls.add({staticLabel:"Nissan HTML"});
                        radiobuttonControls.add({staticLabel:"Nissan XLS"});
                        radiobuttonControls.add({staticLabel:"BMW (GB)"});
                        radiobuttonControls.add({staticLabel:"SEAT"});
                        radiobuttonControls.add({staticLabel:"Citroen"});
                        radiobuttonControls.add({staticLabel:"Vauxhall"});
                        radiobuttonControls.add({staticLabel:"SAAB 1st Column"});
                        radiobuttonControls.add({staticLabel:"SAAB 2nd Column"});
                        radiobuttonControls.add({staticLabel:"Audi"});
                        radiobuttonControls.add({staticLabel:"Fiat"});
                        radiobuttonControls.add({staticLabel:"Ford"});
                        radiobuttonControls.add({staticLabel:"Ford LCV"});
                        radiobuttonControls.add({staticLabel:"Honda"});
                        radiobuttonControls.add({staticLabel:"Vauxhall FUNNY SIZE"});
                        radiobuttonControls.add({staticLabel:"Hyundai"});
    myResult = myDialog.show();
    and what I want to be able to do is add an image to each option.
    Is this possible?
    I am looking to work with CS3 only at the moment.
    Cheers
    Roy

    Dear Roy Marshall
      Please use the below code:
    var myDialog= new Window(''dialog','Sample');
    //Adding Buttons
    myButton1 = myPanel.add('button', [380,13,75,25], 'Choose',{name:'button1'});
    myButton2 = myPanel.add('button', [380,53,75,25], 'Choose',{name:'button2'});
    myButton3 = myPanel.add('button', [380,93,75,25], 'Choose',{name:'button3'});
    myCancel = myDialog.add('button', [500,120,100,25], 'Cancel',{name:'cancel'});
    myImage = myDialog.add('image',[487,16,588,100],'/Macintosh HD/Applications/Adobe InDesign CS3/Scripts/Scripts Panel/Images/xxx.png');
    myCopyright = myDialog.add('statictext',[15,153,400,172],'©xxxxxxx Ltd 2009');
    myButton1.onClick= function()
        alert("this is First");
    myButton2.onClick= function()
        alert("this is Second Button");
    myButton3.onClick= function()
        alert("this is Third Button");
    myCancel.onClick= function()
        alert("Close the Menu");
         myDialog.close();
    myDialog.show();
    Use this Code!!
    Regards
    T.R.Harihara SudhaN

  • How to draw make the overlapped images on a JToggle Button draggable

    Hello all:
    I have a JPanel chart set with GridBagLayout. Each cell is a JButton,
    I've create several overlaping images (from my existing images) using JLayeredPane
    and adding on one particular cell JToggleButton. The images are displayed, but I don't know
    how to make it draggable for users to drag to another cell within GridbagLayout.
    I have been stuck on this for a long time, I'd appreciate if anyone give me some help
    on this.

    Hi kglad -
    Thanks. That worked perfectly.
    Surely you jest with me.  Since I couldn't script a play button where in my brain do you think I would I find the cells to "use listeners for the video playing/stopping to control bigPlay_btn's _visible property".
    That's okay.  I'm sure after answering almost 50,000 questions it's easy to forget who you're talking to.
    Thanks again.
    Josh

  • New ways to overlap images in CS6?

    Is there any easy way to overlap a float-left image on top of a float-right image ?  I have read previously posted suggestions (layers, z-values..), but maybe it's made easier now in CS6 and CSS3?

    Probably need a little more info to give you a good answer. There are many ways to overlap images.
    The easiest would be to use one container with a background image, then place a standard <img> tag in the same container and position it accordingly.
    A couple of absolutely positioned elements with z-index would be another way.
    Relatively positioned elements with z-index would also work.
    It really all depends on what exactly you want to do and how your page is currently written.

  • Overlapping Images Via A Link

    It's safe to say that I'm pretty new to Dreamweaver... I know
    a little bit, just a heads-up.
    I know more Flash than Dreamweaver.
    I've got two frames, frame one, frame two. In frame one are
    the text links... RedDots, BlueDots, GreenStars, YellowStars. Each
    of these text links links to an image coresponding to its name. In
    frame two is the image (a white circle for arguments sake) that
    will change. I've easily gotten the text links changing the image
    in frame two, you click on RedDots and the image in frame two
    changes to the RedDots image, you click on BlueDots and the image
    in frame two changes to the BlueDots image, etc, etc.
    What I want to do is overlap those images as they are clicked
    on. So you have the white circle in frame two and when you click on
    GreenStars that image is placed over top the white circle in frame
    two. Then if you click on YellowStars that image is placed over the
    GreenStars which is over top the white circle, etc, for up to 6
    overlapping images.
    Also, I would need a separate link that will allow the user
    to go back one step. If they placed the RedDots over the BlueDots
    by mistake and really wanted the GreenStars, they could click this
    'go back one' link.
    Any help is appreciated!
    Thank you!

    Hi,
    Please look under Sample Application page 13.
    In general it is passed with IR_ to the field name...
    select 'f?p='||:APP_ID||':2:'||:app_session||':::2,RIR:IR_CUST_STATE:'||...
    I hope this is helpful
    LK

  • Help with registering (aligning) two partially overlapping images

    I have been digging into the JAI / Java2D algorithms, and I am looking for an algorithm for analyzing two partially overlapping images and returning the coordinates at which to render the second image relative to the first image. The desired end result is to be able to create a mosaic from a series of overlapping tiles. Is there a simple function, transform or library that I've overlooked?
    Thanks.

    EWirch wrote:
    Thanks - it is an interesting problem, but it needn't really be intelligent. One could think of it like stitching a panorama from a series of individual images. I know the relationship between image A and image B (A is to the left of B). There is about 50 pixels of overlap (approximately the 50 right pixels in image A are on the left of image B). I just need a way to find the exact positioning / overlap of image B relative to image A, and thought that brute force is not the proper approach, given that this may be a problem others have seen or conquered.If it were only that simple, and your example is exactly the one I was thinking of. The problem that comes to my mind is one of perspective. You have to take into consideration a spherical projection of the images that are being matched, not to mention the dynamic elements of the scenes. There has to be some sort of heuristic that allows you to find a match that is good enough, that is within some level of tolerance, and this won't be easy to do. But again, I am no graphics expert. I hope someone smarter than I comes along with a decent solution.

  • How to avoid overlapping of Table on another table in Adobe Form

    Hi Experts ,
                  Can anyone tell me how to do this scenario,When I am inserting 3 flowable tables in Adobe form ,issue is one form is overlapping over another, All the internal tables has 10 records minimum. Requirement is after one table is printed Next table should be start printing without overlapping on next further table... Please let me know How to avoid overlapping of table on another table.Advance thanks.
    Thanks & Regards
    Sandesh

    Hi Sandesh.
    Put your table in subform. (one for each)
    And than add one more subform and include all 3 table's subforms in single subforms.
    All subforms should be flowed.
    With Regards,
    JP

  • Overlapping images

    How do you overlap images on Adobe Photoshop Elements 8.0 please

    You could create a collage which automatically produces the layers. You can then click on the individual images and drag them around, rotate them and put one in front of the other (s)

  • Overlapping images and rectangles

    Hey
    I am trying to create a report where I want overlapping images and rectangles... but when I upload it to report manager it seems to push them all seperate??? How do I stop doinh this... it does print okay! Just looks wrong on screen?
    Thanks

    From: Report Items in HTML Rendering
    HTML does not support overlapping items, and will position these items next to each other on the page. To determine the position of overlapping items, the rendering extension first considers the value of the Top element for the items, then the value of the Left element, and then the value of ZIndex

  • My IPad2 has recently had overlapping images

    When I am on Safari my screen will either be blank on one side or I will get overlapping images.  Could this be connected the debug messages?

    Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps BEFORE doing the reset.

  • Type shifts color on overlapping images --Urgent, please!

    I just got proofs back and on most pages the type is shifting colors on overlapping images. I need some advice real quick. The type layer is on top of the image layer so it's not the usual case of rasterizing. However, here are some of the issues. This job came in Freehand, which had to be imported into Illustrator and from there into Indesign. Most of the type is therefore in outlines (ughh!). In addition, the type is CMYK with K=98.
    Is the CMYK type causing the issue?
    Is the fact that K is not 100% causing the issue? Would changing K to 100 solve the problem and stop the type from picking up whatever's underneath if indeed that's what's happening)?
    There is no transparency in the type, by the way. I double-checked.
    Thing is I can't see it on the screen at all. Only in the HP Laser proofs that the service bureau sent. So I can't test it! They say that it's just on the proofs and "not in the file." Is that possible?
    Any ideas? Suggestions/advice greatly appreciated.
    thanks,
    Scarlett

    Yup, it's small, about 12-13 point. Can't pinpoint exactly bc it came in as outlines.
    And all of the type is apart from the images. On a separate layer that sits above the images. No overprint. But quite a bit of overlap. Even when the type overlaps non-color, or the white parts (or "paper" color) of the image, it still produces these weird color shifts.
    So are you saying this is a printer issue, and, like my service bureau guy says, "it's not in the file" per se?
    Mind you, this still has to go to the printer! The service bureau just preps the files and sends proofs prior to the next step.
    Many thanks for your response.

  • Adobe Bridge CS3 not opening Photoshop Image Processor

    I selected one, four, and multiple pictures in Bridge to reduce the file size of jpgs. I went to Tools > Photoshop > Image Processor. Nothing happened. Photoshop did not open. That got me to thinking that sometimes while I am in Photoshop Bridge won't open either. Any ideas on resolving issue of "Bridge not opening Photoshop Image Processor" would be greatly appreciated.

    Hello Curt Y, Everything is checked in the "Startup Scripts," including Bridge (twice) and Photoshop (twice). Not sure why duplicate entries but there are.
    If you mean that you have two of the same versions (both CS3) in there that indicates there is something wrong with your install
    If you have any suggestions regarding being able to access the Image Processor to resize pictures and such without first opening Photoshop, I'd greatly appreciate it. If not, the work around will have to suffice.
    My first goal would be to reset the preferences for both PS and Bridge and then try again
    see also this KB document, section preferences reset:
    http://helpx.adobe.com/bridge/kb/troubleshoot-errors-freezes-bridge-windows.html
    And inhere also info on how to retrieve your path for cache to manual delete it.

  • Creating a SSRS report with dynamic overlapping images

    I have to create a report with the following requirement:
    1: The first page has some hi-res images of 8 different geometric shapes with text in it. The location of the images on the page will be static, however the fill color of image can be either green or grey.E.g. one box can be green for one user , for other it
    can be grey etc.
    2: Export the report in excel,pdf and word
    I am planning to use SSRS for this.
    I am planning to create the report with superimposed images, e.g. green palette shape and grey palette shape superimposed on each other .Depending on the selection made by the user, I want to "Send to Back" or "Bring to Front." Can I change
    the "Send to Back" or "Bring to Front" properties at runtime depending on parameters passed to the report?
    Also, I want the image path to be configurable, so that when business wants to change the text or color of the image, I do not need to redeploy the code. I can just change the image.
    how can I create the RDL such that the images are at the proper positions? DO I need to insert a tablix for proper positioning of the image?
    Any suggestions?

    Hi RachanaD,
    As far as I know, overlapping of item does not work in the soft-break renderers like HTML, Word and Excel. However, it is work in hard-break renderers like PDF or TIFF.
    In your case, we can insert text box in rectangle to work around the issue. We can insert an image in rectangle and another image insert in a text box. Then, put the text box in the rectangle.
    In SSRS, we cannot use parameter to control the location of image. However, we can use go to report action to work around the issue. Please refer to the steps below:
    Create two similar report, the difference between two reports is the location of these image.
    In the first report, add a text box fill with “Send to Back”.
    Add action “go to report” of the text box go to the second report.
    In the second report, add a text box fill with “Bring to Front”.
    Add action “go to report” of the text box go to the first report.
    Hope this helps.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • CS3 "browse" click on image launches CS5 even when CS5 is closed

    I have both CS3 and CS5 (the latter with the 12.0.1 update),  installed on my iMac running 10.6.4..  I understand that I cannot have both CS3 and CS5 open at the same time.
    I am working on a personal project in CS3 and would like to complete some pp and  printing in CS3, but  when I click on an image in CS3 Bridge, it launches CS5, even though CS5 is not open, and won't let me work or print  in CS3.  I quit CS5 again, and start over but the same thing happens. What am I doing wrong ?
    Thanks..... Carolyn

    My tech came today and solved this problem for me. 
    I knew that you can only have either CS3 or CS5 open , not both.  The problem was that if I was using CS3 and doubled clicked an image in a folder to open it, CS5 took over.  So here's what solved the problem.
    With only one of the programs open, open the folder with the images you want in either CS3  or CS5.  (Or I guess CS4 if you have that).  Then click on the image you want to open to highlight it. ( Don't double click to open it.)  Go to File > Open With >  choose either CS3 or CS5 from the drop down menu to open the image.  That's it. 
    After installing CS5, that seems to be the default program, so that is why double clicking on an image in CS3 automatically reverted to the default CS5 to open the image on my Mac.
    Thanks to my tech for figuring this out for me !
    Carolyn

  • Photoshop CS3 Slow to Open Images

    I've just converted to win7 and have PS CS3 installed.  When I do an update check, there are no updates for photoshop available, so I believe I'm  current.  If I open an image jpg via the file menu, or bridge, or using ACDSee, the image files (or files) are slow to open.  If can usually see a message up in the photoshop title bar (where the logo is followed by "Adobe Photoshop CS3 Extended") where it will briefly say "not responding".  This started with going to win7.  It will take 20 seconds or more to open a jpg and these are not giant files.
    Under Options/Performance, I've indicated to Let Photoshop use 1194MB which is the top of the ideal range.  The range that photoshop indicates as ideal never changes, no matter whether photoshop is running alone or with other  apps.  I've indicated scratch disks on my E and C drives, with E being the first listed.  E have over 500 gb of free space and C has over 190gb free.  History states are 20 and cache is 6.  GPU settings for my NVidia GE Force 8800 video card has enable 3D acceleration checked.
    I'm not sure what else I'm supposed to optimize.  I never had this problem in vista using CS3.

    This is a known bug and has been reported many times in the forum.
    The solution, weird as it sounds, is to make a generic printer driver your default printer.
    If you don't have one, download it here:  http://www.adobe.com/support/downloads/product.jsp?product=pdrv&platform=win
    All part of the fascinating world of Photoshop CS3.
    Regarding the update status, in PS go to Help > About to check the version; it should be 10.0.1.

Maybe you are looking for