Refreshment problem when place image.

Hi Experts,
When I insert image using script then there is a refreshment problem.
In place of second image there place first image.
while if I debug this it place in correct order. But in Run case script not place image in order.
There is a refreshment problem After place First image it not refresh  and have first image.
How solve this problem That i place image in proper order in Script Run mode.
#target indesign
var myDocument=app.activeDocument;        //Active document have 10 spread with text frame
for(int i=0; i<10;i++)
var ImagePath="D:\Indesign\" + i + ".indd";         // There are 0.indd to 9.indd, 10 image in "D:\Indesign\"
var myTextFrame=myDocument.spreads.item(i).textFrames.firstItem();
myTextFrame.place(File(ImagePath)); // ImagePath is path of image
Thanks.

My problem is like this :
I want place image in a text box
File(menu)-->place....-->(Dialog open then Select Image file then click on open)->then image is attach  with cursor. (I do not click on .indd open screen).
Now I run the script from ExtendedTool Kit
#target indesign
var myDocument=app.activeDocument;
var myTextFrame=myDocument.spreads.item(0).textFrames.firstItem();
$.sleep(2000);
myTextFrame.place(File("/C/DOCUME~1/ADMINI~1/LOCALS~1/Temp/temp.jpg"));
$.sleep(2000);
var graphic=myTextFrame.allGraphics[0];
graphic.select(SelectionOptions.REPLACE_WITH);
graphic.geometricBounds =["-47.853527","-157.370275","1231.018230","709.576702"];
When this script run then it place the image which I am select from File(menu)-->place....-->(Dialog open then Select Image file then click on open).
Not from the path "/C/DOCUME~1/ADMINI~1/LOCALS~1/Temp/temp.jpg"
This is the problem to place image.  So there is image duplicasy and some image missing.
Is there is solution of this problem ?
How remove image which is already attach with cursor ?
Thanks.

Similar Messages

  • When Place Image in Photoshop, error msg: 'Problem with Photoshop CS6 caused program to stop working

    When I 'Place Image' in Photoshop, the following error msg comes up: 'A Problem with Photoshop CS6 has caused the program to stop working, close programme?'
    Do I need to adjust my set-up to run this? The PC operates on a 32-bit  system/Windows 6.

    You need to provide much more info: What files are you trying to place into what document? What are the document sizes, resolution, color mode etc.? Anything else we should know about? This could be a million things from color profile issues to color space mismatches to the files to be placed being damaged or badly structured or a importer module being broken. Also provide exact system info and crash logs:
    Working with your Operating System’s Tools
    Mylenium

  • ALV grid refresh problem when I return from list-processing

    hi,
    I have made alv grid with f4 help features and i'm using row select feature.
    When i click on a button in Application toolbar, the program leaves to list processing and then return to alv gridscreen.
    Now the problem arises.
    (1)Even if i select rows and press F8, the program does not identify the rows selected and does not give me desired output.
    (2)Also, when i press F4, the selected value does not appear in the text field.
    Both the cases are working fine, if i dont press button and go to list processing.
    Please help!!

    You can use the function module as stated below -
    FORM user_command USING r_ucomm TYPE sy-ucomm
                            rs_selfield TYPE slis_selfield.
      CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
      IMPORTING
    ET_EXCLUDING =
    E_FLG_NO_HTML =
    E_CALLBACK_PROGRAM =
    E_REPID =
      e_grid = ref1
    ES_LAYOUT_KKBLO =
    ES_SEL_HIDE =
      CALL METHOD ref1->check_changed_data.
    This helps to get the data in the internal table refreshed as well as that on the screen so that both are in sync.
    this is generally used on some event, you can also use it otherwise.
    <b>
    Reward if useful.</b>
    Regards,
    Pritha

  • Problem when assigning image frame style via EDD

    Hi all, it seems this is a bug - or am I missing something?
    In the EDD, I use context rules to assign an object style to image elements. In this example, I simply assign "intitle" to all images for convenience.
    When I open a DITA file and select an anchored frame, the dialog box tells me that the correct style "intitle" is assigned. However, the frame does not catch it's display setting, which in the example, is "in paragraph, and uses a default setting "below current line" instead.
    Only after I select "keep" in the drop down list and then change back to "intitle" and click Apply, the frame applies the correct settings as defined in the object style.
    Any ideas?

    ok thank you!
    now i have more questions!
    does the version of quicktime I have on my hard drive (10.0) affect the version of quicktime that final cut exports to or is it just affecting how it's played back outside of the final cut interface?
    I just realized when I watch the exported mov file in RealPlayer (10.1.0) that jumbly image stuff doesn't happen, but there are still a few places where it seems like frames are dropped. RealPlayer is actually the only player on my computer that will play the movie in its correct aspect ratio, too.
    In order to upload the file to youtube however, I export it to quicktime and then in quicktime do "save for web." When I try uploading the file to youtube without doing that first, the audio/video un-syncs and stuff. But there's no option in realplayer to save for web or to save at all, so i don't know how to get to that step.
    if i needed an older version of quicktime, how would i go about that?

  • "The volume for "IMAGE.JPG" cannot be found" problem when importing images

    This first started when I hooked up my card reader to my mac. I'd get the above image when I tried to import files off of it. My options are"
    - Cancel - Find Photo… - OK -
    OK = Nothing. It flashes and stays.
    Find Photo = Navigating to the image, (all the others are grayed out except the one it says it can't find)
    Cancel = This actually loads the image, but then the next image has the same issue. Forcing a quit seems to be the only way out.
    I want to like apple but this stinks and is unusable.

    This sometimes occurs if you’re importing a file into iPhoto and there’s already a file there with the same name. Digital cameras can produce many, many files with the same name over their lifetime, so it’s not uncommon to have several files called IMG_00543.JPG, for instance. Now you want to import one also called this.
    What happens is that iPhoto compares the two files to check for duplicates. However, if iPhoto cannot find the file already in the database for comparison, then you get this message. It suggests that your database is damaged because iPhoto has lost track of this (or these) similarly named files.
    A simple test is to rename the file you are importing - just add a character - IMG_00543a.JPG for instance. If this then imports with no issue then you might consider rebuilding your library:
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • Problem when displaying images when working  with PHP, mysql and dreamweaver in a brower

    Hey Guys
    I am new to dynamic development but I already did some
    research and tutorials about how to get a dynamic web site working
    with PHP and Mysql in Dreamweaver. I set up a test page to view
    some content on it directly from the mysql database and it worked
    just fine in dreamweaver only when I pressed the
    live data view.
    When I tried to view the same page using the browser preview
    with firefox and internet explorer, plain text from the database
    was correctly displayed on the brower but the images were absent.
    In the mysql database I used the varchar as my picture data
    type field so that I will refer in dreamweaver in the data binding
    panel in the img.src to the picture column of my database.
    I anyone can tell me what am I doing wrong so that my
    pictures are not displayed in the browser when i click the browser
    preview facility in dreamweaver I would be very very and very
    pleased ! :)

    The odds are that it is the way that you have referenced the
    images rather
    than an issue with the database. If you have the images root
    relative like
    this "/images" then they will work in preview, and on the
    webserver, but
    will not view when looking at the file via localhost.
    If possible make the links page relative and then they should
    work fine.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "mariosal026" <[email protected]> wrote in
    message
    news:ea3nq2$9ol$[email protected]..
    > Hey Guys
    >
    > I am new to dynamic development but I already did some
    research and
    > tutorials
    > about how to get a dynamic web site working with PHP and
    Mysql in
    > Dreamweaver.
    > I set up a test page to view some content on it directly
    from the mysql
    > database and it worked just fine in dreamweaver only
    when I pressed the
    >
    live
    > data view.
    >
    > When I tried to view the same page using the browser
    preview with firefox
    > and
    > internet explorer, plain text from the database was
    correctly displayed on
    > the
    > brower but the images were absent.
    >
    > In the mysql database I used the varchar as my picture
    data type field so
    > that
    > I will refer in dreamweaver in the data binding panel in
    the img.src to
    > the
    > picture column of my database.
    >
    > I anyone can tell me what am I doing wrong so that my
    pictures are not
    > displayed in the browser when i click the browser
    preview facility in
    > dreamweaver I would be very very and very pleased ! :)
    >

  • Noise Ninja Problem when downloading images from Epson P-3000 hard drive

    I've just downloaded JPEG images from my Epson P-3000 hard drive and when I try to sharpen the images using Noise Ninja plug-in in Aperture I get the following error message: Editing Error. This image cannot be rendered for editing because Aperture does not support the image format. I don't have any issues using Noise Ninja with other images (using latest Aperture version) and this is the first time i've downloaded images from the Epson rather than my memory card. I'm wondering if the issue is related to the Epson. The metadata of the image in Aperture confirms that the image is a JPEG so I'm not sure what's going on.

    I've just downloaded JPEG images from my Epson P-3000 hard drive and when I try to sharpen the images using Noise Ninja plug-in in Aperture I get the following error message: Editing Error. This image cannot be rendered for editing because Aperture does not support the image format. I don't have any issues using Noise Ninja with other images (using latest Aperture version) and this is the first time i've downloaded images from the Epson rather than my memory card. I'm wondering if the issue is related to the Epson. The metadata of the image in Aperture confirms that the image is a JPEG so I'm not sure what's going on.

  • Refresh problem with header image in OrgChart 2.1

    Hi
    We change the header image in OrgChart 2.1, replacing standard charttitle.png with one file named exactly equal. File is located in /OrgChart/root/images/charttitle.png.
    This image are showed correctly, but when we restart the application, or restart the server, this file is replaced automatically with the standard charttitle.png.
    ¿Anybody knows how to solve it?
    Best regards

    Hi Xavier,
    Try putting the file into /root/images in your build folder (e.g. /usr/sap/J2D/J74/j2ee/cluster/apps/Nakisa/OrgChart/servlet_jsp/OrgChart/root/.system/Admin_Config/__000_My_Build/root/images). Then when you publish it should write to the /root/images folder used by the application. I suspect that charttitle.png exists in /root/images in your build folder and this is overwriting anything in the main /root/images/ folder.
    Good luck!
    Luke

  • CS 5.5: Problem when Flattening image? Dimension change by 1px ...

    Hello,
    I created a plus sign (+) and then I rotated it by 45 degrees to become a cross (x).
    The cross has 16px by 16px. When I flatten it using "Flatten Selection" the cross becomes 17px by 16px even if it seems the same.
    What is wrong? And how can I fix this?
    Thank You,
    Miguel

    That was my guess
    Craig Wollman
    Word of Mouth Productions
    phone 212 928 9581
    fax 212 928 9582
    159-00 Riverside Drive West #5H-70
    NY, NY 10032
    www.wordofmouthpros.com
    "openspark" <[email protected]> wrote in
    message
    news:e1e1pc$183$[email protected]..
    > The original code does not work because the rect of the
    sprite is not
    > updated
    > after each command. This will also work...
    >
    > sprite(1).left = sprite(1).left - 5
    > updateStage
    > sprite(1).right = sprite(1).right + 5
    > updateStage
    >
    > ... but it uses many more CPU cycles
    >

  • Color problems when loading images

    I load card from camera (Canon EOS 700D) and they show fine. But when I hit import the colors go bad and take on a greenish tint. If I hit reset in the develop mode the colors go back to normal. It's a windows 7 PC with Lightroom 5. Colors also show fine on camera LCD.

    Sounds like you are applying a Preset during Import.  Check your Import panel.

  • QAAWS refresh problem.

    hi,
    I am QAAWS to display report in Xcelsius.Do we have any refresh problem when we used QAAWS for Xcelsius when we have fresh data.
    Do we have any alternative for this.
    Regards,
    Shiva Kumar G.C

    Are you using 'Refresh on Load' or triggering the refresh from another component?  I don't think your question is clear, are you receiving the data from QaaWS in the Xcelsius model?  Can you comsume the WSDL in another application to verify the SOAP messages are being sent back and forth from the Web Services.
    Thanks,
    Ryan

  • MSI GeForce4 Ti4200 128MB refresh problem

    Hi all!
    I have following WinXP refresh problem:
    When I set refresh rate to value bigger than 75Hz, system tells me that refresh rate was changed, but my monitor still shows me 75 Hz.
    My HW configuration:
    Athlon XP 2000+
    ABIT KD7 (VIA KT400 chipset)
    MSI GeForce4 Ti4200 128MB
    IBM DeskStar 45GB 7200 rpm
    17" AOC 7GLr
    I have tried various graphic card drivers (both drivers that were on CD supported by MSI and downloaded detonators from nVidia), for my monitor i have correct drivers from AOC. I was able to set refresh rate to 100Hz using PowerStrip 3.3. In SiSoft Sandra Professional i found warning, that i should use PnP/DDC compatible monitor or video adapter.
    Guys from AOC support told me, that problem is probably in my graphic card.
    Can you help me?
    Thanks in advance.  :(

    I experienced the same problem with a new msi 440mx VTD (8x). I tried the latest detonator drivers (41.07 and 41.09) and could not get more than 75Hz refresh in any resolution, though the configuration told me it was 85Hz. In Monitor Inf my Iiyama MT-9017T has the specs 96kHz and 55-160Hz, that used to give me 1024x768@100Hz with my old graphics adapter.
    my configuration:
    Athlon XP 1600+
    Epox KTA3pro (KT133a)
    WIN2000

  • Illustrator Crashing when using the "Place Image"  Command

    I my efforts to keep my software updated, I ran and installed all of the Adobe CS 3 updates this morning. Since then, any time I attempt to use the Place command Illy immediately crashes. I don't even get far enough to tell it what I'm trying to place, so I don't think this is can be the image I'm placing.
    When I have had issues with Illy in the past, reinstalling from the original disk seemed to fix things, but not this time. I have reinstalled twice now, but it changes nothing. I can copy and paste the images in just fine, but I cannot use the place command without a crash.
    Any ideas anyone? I really could use some help...
    Thank you in advance for your time -
    Scott in California

    Nini's probably right. But I remember having the same sort of trouble in Illy5. There was some sort of conflict between Acrobat and Illy so that when you had been using Acrobat and then switched back to Illy it became impossible to place images or select already placed images without Illy crashing. The crash was so pervasive that you had to restart your machine to get things back on track; it wasn't enough to just restart Illy. We never discovered the reason but the problem disappeared on upgrading to Illy6.

  • I am using Lightroom 5 and am hapy about it, but recently I hav encountered a problem when trying to edit an image in another program, i.e. Elements. I used the clone tool, saved the result and went back to Lightroom to open the image there. I did find a

    I am using Lightroom 5 and am hapy about it, but recently I hav encountered a problem when trying to edit an image in another program, i.e. Elements. I used the clone tool, saved the result and went back to Lightroom to open the image there. I did find a second copy, but this is identic with the one I already had in Lightroom, and I can see noe result of the clone process.

    At the moment I would say it is uncertain whether Acrobat is completely ignoring the change, or whether the changes you are making aren't affecting the ink density. I have a suggestion for a test you could make to see which is the case.
    When editing in Photoshop just add a box or mark on the image, for your tests.
    - If this box does not appear in Acrobat, you know Acrobat is not seeing the edit
    - If this box does appear in Acrobat, you know the problem is that your tool for changing ink densities is not taking effect.

  • When trying to upload pictures from my camera I get this message although I have uploaded from the same camera in the pastiPhoto cannot import your photos because there was a problem downloading an image.

    When trying to upload pictures from my camera I get this message although I have uploaded from the same camera in the past, "iPhoto cannot import your photos because there was a problem downloading an image."

    Can you access the images with Image Capture (in your Applications Folder) ?

Maybe you are looking for

  • I want to always be able to page down using space bar, but some web pages seem to disable this.

    I often use the space bar to page down in web pages rather than scrolling with the mouse or arrow keys, but in the last few months I've encountered a number of pages that don't seem to allow this browser feature to work. For instance, space bar doesn

  • IOS8 update failed on my iPad Mini

    I went to update my iPad mini to iOS8 from iOS7 and it powered off and then on the screen it came up with an iTunes logo and a wire meaning 'Connect to iTunes'. I did exactly what it told me and when I connected it, it said on iTunes that in order to

  • Question on Data Driven Graphics (non-English)

    I am trying Data Driven Graphics with Illustrator CS4 on Win. The program works fine with English XML data, however when I try other non-English language, Illustrator cannot show characters like é,è,ë. The data is in XML UTF-8 encoding. Anyone could

  • ODI-1217 session fails with return code 904

    Hi all, I am anil, I new to ODI, can any one help me in it. I have just created a one on one mapping, and then executed it, and I am getting "ODI-1217 session fails with return code 904" this error, what to do, why it happens, can any have any idea.

  • Fix tab title size in JTabbedPane

    Now, each tab in my JTabbedPane occupies the whole row because the title is too long. Is there any way to set each tab title size to be preferred fixed size in JTabbedPane? (I can use the tooltip to show the whole string. ) Thanks.