<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
</head>
<body>
<div class="moz-cite-prefix">Le 10/10/2020 à 12:04, Mgr. Janusz
Chmiel a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:6CC82385440F4636AE142EA26EB8BBC9@DESKTOPN6LG1HQ">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<meta name="GENERATOR" content="MSHTML 11.00.10570.1001">
<div><span class="270033809-10102020"><font size="2" face="Arial">I
think, that avoid errors with some screen syzes could be
also overcomed by reconstructing GUI logic.</font></span></div>
<div><span class="270033809-10102020"><font size="2" face="Arial">For
example. Instead of making 40 input boxes with A values, it
would be possible to create combobox wihch would contain
every question to answer. So I Am understanding The
programmers reality well, even HTMLwidgets can be used by
totally blind programmer without issues of screen syzes, if
programmer will choose The right programmers approach when
creating GUi by using HTMlwidgets.</font></span></div>
<div><span class="270033809-10102020"><font size="2" face="Arial">The
similar could be right for Table. If I will not create too
long tables with too long lines, it could be also a good
approarch.</font></span></div>
</blockquote>
<p>Eventually, you could even use a single label / input box and
store all your questions/answers in an array in the source code.</p>
<p>Then you can start with a given question/answer, and when some
event happen, switch the display to another question/answer.</p>
<p>The event could be receiving the right answer to a question, or a
click on a "Next question" button, ... etc<br>
</p>
</body>
</html>