﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 5  » My script displays twice an image, i can't delete it!</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Fri, 11 Sep 2026 12:10:52 GMT</lastBuildDate><ttl>20</ttl><item><title>My script displays twice an image, i can't delete it!</title><link>https://forums.millisecond.com/Topic27955.aspx</link><description>Hi, I've created this script to do the SAMP task on Inquisit because i'm running an AMP and other surveys with this script,. I did it on my laptop and it appeared to be ok, but when I moved to the lab (where I'm going to save the data) it displays another one and half of the picture its in HUGE size and I don't know how to "delete" the second image from the script.&lt;br/&gt;Can you help me with that, please?&amp;nbsp;&lt;br/&gt;I'll appreciate it!!&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Here's my script, the first and second images are screenshots of the computer's lab with the problem&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Notes: I move pixel by pixel (of the percent in the screen) the sliders, images and texts</description><pubDate>Sat, 09 Nov 2019 18:54:06 GMT</pubDate><dc:creator>Nicobu</dc:creator></item><item><title>RE: My script displays twice an image, i can't delete it!</title><link>https://forums.millisecond.com/Topic27966.aspx</link><description>&lt;div data-id="27956" class="if-quote-wrapper" unselectable="on" data-guid="1573354382944"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27956" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="27956" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="27956" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 11/6/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27956"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="27955" class="if-quote-wrapper" unselectable="on" data-guid="1573354382944"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27955" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="27955" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="27955" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Nicobu - 11/6/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27955"&gt;&lt;div class="if-quote-message-margin"&gt;Hi, I've created this script to do the SAMP task on Inquisit because i'm running an AMP and other surveys with this script,. I did it on my laptop and it appeared to be ok, but when I moved to the lab (where I'm going to save the data) it displays another one and half of the picture its in HUGE size and I don't know how to "delete" the second image from the script.&lt;br/&gt;Can you help me with that, please?&amp;nbsp;&lt;br/&gt;I'll appreciate it!!&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Here's my script, the first and second images are screenshots of the computer's lab with the problem&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Notes: I move pixel by pixel (of the percent in the screen) the sliders, images and texts&lt;a class="if-quote-goto quote-link" href="#" data-id="27955"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;You're displaying two versions of the image. First you have the &amp;lt;picture&amp;gt; elements:&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adnv&amp;gt;&lt;br/&gt;/ items = advnueva&lt;br/&gt;/ position = (50, 31)&lt;br/&gt;/ size = (60%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adact&amp;gt;&lt;br/&gt;/ items = advactual&lt;br/&gt;/ position = (50, 31)&lt;br/&gt;/ size = (60%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adantg&amp;gt;&lt;br/&gt;/ items = advantigua&lt;br/&gt;/ position = (50, 31)&lt;br/&gt;/ size = (60%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;and then the &amp;lt;image&amp;gt; elements:&lt;br/&gt;&lt;br/&gt;&amp;lt;image nvs&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adnv.currentitem%&amp;gt;")&lt;br/&gt;/ position = (50,31)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image acts&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adact.currentitem%&amp;gt;")&lt;br/&gt;/ position = (50,31)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image antgs&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adantg.currentitem%&amp;gt;")&lt;br/&gt;/ position = (50,31)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;Your surveypages display both:&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage RANEF_Nuevas&amp;gt;&lt;br/&gt;/ stimulusframes = [1=&lt;strong&gt;adnv&lt;/strong&gt;]&lt;br/&gt;/ fontstyle = ("Arial", -24, false, true)&lt;br/&gt;/ questions = [1=&lt;strong&gt;nvs&lt;/strong&gt;; 2=slid_rea01; 3=slid_rea02; 4=slid_rea03; 5=slid_fam; 6= descripcionTxtRanef]&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;/ finishlabel = "Continuar"&lt;br/&gt;/ nextbuttonposition = (80%, 90%)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;What you should do is:&lt;br/&gt;(1) Move the &amp;lt;picture&amp;gt; elements to off-screen positions:&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adnv&amp;gt;&lt;br/&gt;/ items = advnueva&lt;br/&gt;/ position = (-10%, -10%)&lt;br/&gt;/ size = (0%, 0%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adact&amp;gt;&lt;br/&gt;/ items = advactual&lt;br/&gt;/ position = (-10%, -10%)&lt;br/&gt;/ size = (0%, 0%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adantg&amp;gt;&lt;br/&gt;/ items = advantigua&lt;br/&gt;/ position = (-10%, -10%)&lt;br/&gt;/ size = (0%, 0%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;(2) Size and position the &amp;lt;image&amp;gt; elements properly:&lt;br/&gt;&lt;br/&gt;&amp;lt;image nvs&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adnv.currentitem%&amp;gt;")&lt;br/&gt;/ position = (20%,11%)&lt;br/&gt;/ imagesize = (60%, 40%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image acts&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adact.currentitem%&amp;gt;")&lt;br/&gt;/ position = (20%,11%)&lt;br/&gt;/ imagesize = (60%, 40%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image antgs&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adantg.currentitem%&amp;gt;")&lt;br/&gt;/ position = (20%,11%)&lt;br/&gt;/ imagesize = (60%, 40%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27956"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Thank you so much!!</description><pubDate>Sat, 09 Nov 2019 18:54:06 GMT</pubDate><dc:creator>Nicobu</dc:creator></item><item><title>RE: My script displays twice an image, i can't delete it!</title><link>https://forums.millisecond.com/Topic27956.aspx</link><description>&lt;div data-id="27955" class="if-quote-wrapper" unselectable="on" data-guid="1573064709719"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27955" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="27955" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="27955" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Nicobu - 11/6/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27955"&gt;&lt;div class="if-quote-message-margin"&gt;Hi, I've created this script to do the SAMP task on Inquisit because i'm running an AMP and other surveys with this script,. I did it on my laptop and it appeared to be ok, but when I moved to the lab (where I'm going to save the data) it displays another one and half of the picture its in HUGE size and I don't know how to "delete" the second image from the script.&lt;br/&gt;Can you help me with that, please?&amp;nbsp;&lt;br/&gt;I'll appreciate it!!&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Here's my script, the first and second images are screenshots of the computer's lab with the problem&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Notes: I move pixel by pixel (of the percent in the screen) the sliders, images and texts&lt;a class="if-quote-goto quote-link" href="#" data-id="27955"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;You're displaying two versions of the image. First you have the &amp;lt;picture&amp;gt; elements:&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adnv&amp;gt;&lt;br/&gt;/ items = advnueva&lt;br/&gt;/ position = (50, 31)&lt;br/&gt;/ size = (60%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adact&amp;gt;&lt;br/&gt;/ items = advactual&lt;br/&gt;/ position = (50, 31)&lt;br/&gt;/ size = (60%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adantg&amp;gt;&lt;br/&gt;/ items = advantigua&lt;br/&gt;/ position = (50, 31)&lt;br/&gt;/ size = (60%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;and then the &amp;lt;image&amp;gt; elements:&lt;br/&gt;&lt;br/&gt;&amp;lt;image nvs&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adnv.currentitem%&amp;gt;")&lt;br/&gt;/ position = (50,31)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image acts&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adact.currentitem%&amp;gt;")&lt;br/&gt;/ position = (50,31)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image antgs&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adantg.currentitem%&amp;gt;")&lt;br/&gt;/ position = (50,31)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;Your surveypages display both:&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage RANEF_Nuevas&amp;gt;&lt;br/&gt;/ stimulusframes = [1=&lt;strong&gt;adnv&lt;/strong&gt;]&lt;br/&gt;/ fontstyle = ("Arial", -24, false, true)&lt;br/&gt;/ questions = [1=&lt;strong&gt;nvs&lt;/strong&gt;; 2=slid_rea01; 3=slid_rea02; 4=slid_rea03; 5=slid_fam; 6= descripcionTxtRanef]&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;/ finishlabel = "Continuar"&lt;br/&gt;/ nextbuttonposition = (80%, 90%)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;What you should do is:&lt;br/&gt;(1) Move the &amp;lt;picture&amp;gt; elements to off-screen positions:&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adnv&amp;gt;&lt;br/&gt;/ items = advnueva&lt;br/&gt;/ position = (-10%, -10%)&lt;br/&gt;/ size = (0%, 0%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adact&amp;gt;&lt;br/&gt;/ items = advactual&lt;br/&gt;/ position = (-10%, -10%)&lt;br/&gt;/ size = (0%, 0%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture adantg&amp;gt;&lt;br/&gt;/ items = advantigua&lt;br/&gt;/ position = (-10%, -10%)&lt;br/&gt;/ size = (0%, 0%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;(2) Size and position the &amp;lt;image&amp;gt; elements properly:&lt;br/&gt;&lt;br/&gt;&amp;lt;image nvs&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adnv.currentitem%&amp;gt;")&lt;br/&gt;/ position = (20%,11%)&lt;br/&gt;/ imagesize = (60%, 40%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image acts&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adact.currentitem%&amp;gt;")&lt;br/&gt;/ position = (20%,11%)&lt;br/&gt;/ imagesize = (60%, 40%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image antgs&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%picture.adantg.currentitem%&amp;gt;")&lt;br/&gt;/ position = (20%,11%)&lt;br/&gt;/ imagesize = (60%, 40%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 06 Nov 2019 10:35:11 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>