﻿<?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 4  » window size</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 24 Jun 2026 08:51:44 GMT</lastBuildDate><ttl>20</ttl><item><title>window size</title><link>https://forums.millisecond.com/Topic16263.aspx</link><description>Hello,&lt;br/&gt;I have almost finished my study I just need some last advice.&lt;br/&gt;Up to now I set the defaults as follows:&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/minimumversion = "4.0.2.0"&lt;br/&gt;/ fontstyle = ("Arial", 3.52%, false, false, false, false, 5, 0)&lt;br/&gt;/ screencolor = white&lt;br/&gt;/ txcolor = black&lt;br/&gt;/ txbgcolor = white&lt;br/&gt;/ windowsize = (1000px, 744px)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;Unfortunately, the command "windowsize" does not cover the whole screen so that a part of the screen stays visible which could distract my subjects. But of course, I want it to be suitable for all possible screen sizes so that I can't simply widen the size.&lt;br/&gt;Could you tell me an easier way (than integrating html pages - I simply don't know how to do it) to fix the windowsize so that my instructions (which are often no real "instructions" but "captions" or "texts") are shown in a fix window and that my pictures which are sometimes involved in the text don't get mixed up with the text? &lt;br/&gt;Thank you!&lt;br/&gt;</description><pubDate>Tue, 12 May 2015 07:49:35 GMT</pubDate><dc:creator>lotteettol</dc:creator></item><item><title>RE: window size</title><link>https://forums.millisecond.com/Topic16268.aspx</link><description>&amp;gt; Thank you! But with these commands all my texts slip a bit to the left...?&lt;br/&gt;&lt;br/&gt;Yes, because 1000px * 744px isn't exactly a 4:3 ratio (1000/744=1.344...; 4/3=1.333...).&lt;br/&gt;&lt;br/&gt;&amp;gt; Will it be shown in the same position in the text on all screens with this command?&lt;br/&gt;&lt;br/&gt;This depends entirely on how you positioned the respective &amp;lt;text&amp;gt; element. In general you should express any and all /size and /position attributes throughout your script in percentages. Then you'll get consistent results across resolutions / screen sizes.&lt;br/&gt;</description><pubDate>Tue, 12 May 2015 07:49:35 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: window size</title><link>https://forums.millisecond.com/Topic16267.aspx</link><description>Thank you! But with these commands all my texts slip a bit to the left...?&lt;br/&gt;In one page I integrated a picture of a "2" in an exact position in the text. Will it be shown in the same position in the text on all screens with this command?&lt;br/&gt;Thanks again.&lt;br/&gt;</description><pubDate>Tue, 12 May 2015 07:39:59 GMT</pubDate><dc:creator>lotteettol</dc:creator></item><item><title>RE: window size</title><link>https://forums.millisecond.com/Topic16264.aspx</link><description>You should not use the &amp;lt;defaults&amp;gt; element's /windowsize attribute to do this. Instead use the /canvassize, /canvasposition and/or /canvasaspectratio attributes to achieve consistent results across varying screen sizes / display resolutions:&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/minimumversion = "4.0.8.0"&lt;br/&gt;/ fontstyle = ("Arial", 3.52%, false, false, false, false, 5, 0)&lt;br/&gt;/ screencolor = white&lt;br/&gt;/ txcolor = black&lt;br/&gt;/ txbgcolor = white&lt;br/&gt;/ canvassize = (100%, 100%)&lt;br/&gt;/ canvasaspectratio = (4,3)&lt;br/&gt;/ canvasposition = (50%, 50%)&lt;br/&gt;&amp;lt;/defaults&amp;gt;</description><pubDate>Tue, 12 May 2015 06:50:14 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>