<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>That's exactly what works of course.<br><br>I just got stubborn and wanted to try to do it all in the creation SCR.<br>Came close. They can be set disabled, but the checked thing must require a longer delay.<br>I just didn't understand why I could dupe then set labels no problem. That's the way someone set it up ;-)<br>And then disabling seemed to work.<br>But it fell over on the checkmarks.<br><br><br><hr id="stopSpelling">From: Julian.Tenney@nottingham.ac.uk<br>To: xerte@lists.nottingham.ac.uk<br>Date: Wed, 29 Sep 2010 22:03:43 +0100<br>Subject: RE: [Xerte] check then disable checkbox<br><br>
<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">

<style>
.ExternalClass .ecxhmmessage P
{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;}
.ExternalClass BODY.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}
</style><style>
</style>


<div style="font-size: 13px; color: rgb(0, 0, 0); direction: ltr; font-family: Tahoma;">
<div>Does this work</div>
<div><font face="tahoma"></font>&nbsp;</div>
<div><font face="tahoma">SCR //make yor checkboxes</font></div>
<div><font face="tahoma">INT</font></div>
<div><font face="tahoma">&nbsp; PROTITEMS MADE HERE //set perpetual 1</font></div>
<div><font face="tahoma">SCR //check the checkboxes here?</font></div>
<div><font face="tahoma"></font>&nbsp;</div>
<div><font face="tahoma">?</font></div>
<div dir="ltr"><font color="#000000" face="Tahoma" size="2"></font>&nbsp;</div>
<div id="ecxdivRpF172269" style="direction: ltr;">
<hr>
<font color="#000000" face="Tahoma" size="2"><b>From:</b> xerte-bounces@lists.nottingham.ac.uk [xerte-bounces@lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney@nottingham.ac.uk]<br>
<b>Sent:</b> 29 September 2010 21:38<br>
<b>To:</b> Xerte discussion list<br>
<b>Subject:</b> RE: [Xerte] check then disable checkbox<br>
</font><br>
</div>
<div></div>
<div>
<div style="font-size: 13px; color: rgb(0, 0, 0); direction: ltr; font-family: Tahoma;">
<div>Yeah, that's a real pain. I've hit a few of those. You've proved it is timing?</div>
<div><font face="tahoma"></font>&nbsp;</div>
<div><font face="tahoma">Can't we do it as they instantiate? You want to select the checkboxes right off the bat?</font></div>
<div dir="ltr"><font color="#000000" face="Tahoma" size="2"></font>&nbsp;</div>
<div id="ecxdivRpF75543" style="direction: ltr;">
<hr>
<font color="#000000" face="Tahoma" size="2"><b>From:</b> xerte-bounces@lists.nottingham.ac.uk [xerte-bounces@lists.nottingham.ac.uk] On Behalf Of Dave Burnett [d_b_burnett@hotmail.com]<br>
<b>Sent:</b> 29 September 2010 21:14<br>
<b>To:</b> Xerte list<br>
<b>Subject:</b> RE: [Xerte] check then disable checkbox<br>
</font><br>
</div>
<div></div>
<div>&gt;Might be a timing issue <br>
<br>
Think you sussed it.<br>
<br>
All that time wasted, duh.<br>
Well at least I found the setCheckState(true) nugget.<br>
<br>
<br>
<hr id="ecxstopSpelling">
From: Julian.Tenney@nottingham.ac.uk<br>
To: xerte@lists.nottingham.ac.uk<br>
Date: Wed, 29 Sep 2010 20:50:14 +0100<br>
Subject: RE: [Xerte] check then disable checkbox<br>
<br>
<style>
.ExternalClass .ecxhmmessage p
{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

</style><style>

</style>
<div style="font-size: 13px; color: rgb(0, 0, 0); direction: ltr; font-family: Tahoma;">
<div>are you debugging out the various bits and seeing what you expect?</div>
<div><font face="tahoma"></font>&nbsp;</div>
<div><font face="tahoma">inspect() reveal anything?</font></div>
<div><font face="tahoma"></font>&nbsp;</div>
<div><font face="tahoma">Might be a timing issue - can you manually do that later, just to see?</font></div>
<div dir="ltr"><font color="#000000" face="Tahoma" size="2"></font>&nbsp;</div>
<div id="ecxdivRpF461789" style="direction: ltr;">
<hr>
<font color="#000000" face="Tahoma" size="2"><b>From:</b> xerte-bounces@lists.nottingham.ac.uk [xerte-bounces@lists.nottingham.ac.uk] On Behalf Of Dave Burnett [d_b_burnett@hotmail.com]<br>
<b>Sent:</b> 29 September 2010 20:20<br>
<b>To:</b> Xerte list<br>
<b>Subject:</b> RE: [Xerte] check then disable checkbox<br>
</font><br>
</div>
<div></div>
<div><br>
I bumbled across this which appears to work:<br>
<br>
tempNode.attributes.rs = 'cbox' + icon.parentNode.index() + i;<br>
cboxArray.push(tempNode.attributes.rs);<br>
engine[cboxArray[0]].setCheckState(true);<br>
engine[cboxArray[0]].setEnabled(false);<br>
<br>
<br>
Now of course I can't finds the syntax or casting that will take a dynamic index in the cboxArray<br>
<br>
e.g. <br>
engine[cboxArray[0]].setCheckState(true); //works<br>
engine[cboxArray[cboxArray.length-1]].setCheckState(true); //doesn't<br>
<br>
<br>
I hate AS.<br>
<br>
<br>
<hr id="ecxstopSpelling">
From: Julian.Tenney@nottingham.ac.uk<br>
To: xerte@lists.nottingham.ac.uk<br>
Date: Wed, 29 Sep 2010 20:13:10 +0100<br>
Subject: RE: [Xerte] check then disable checkbox<br>
<br>
<style>
.ExternalClass .ecxhmmessage p
{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

</style><style>

</style><style title="owaParaStyle">
.ExternalClass P
{margin-bottom:0px;}

</style>
<div style="font-size: 13px; color: rgb(0, 0, 0); direction: ltr; font-family: Tahoma;">
<div>only buttons do setChecked. The checkbox is a checkbox, not a button, i.e. it's not based on the buttontemplate.fla</div>
<div dir="ltr"><font color="#000000" face="Tahoma" size="2"></font>&nbsp;</div>
<div id="ecxdivRpF32058" style="direction: ltr;">
<hr>
<font color="#000000" face="Tahoma" size="2"><b>From:</b> xerte-bounces@lists.nottingham.ac.uk [xerte-bounces@lists.nottingham.ac.uk] On Behalf Of Dave Burnett [d_b_burnett@hotmail.com]<br>
<b>Sent:</b> 29 September 2010 17:25<br>
<b>To:</b> Xerte list<br>
<b>Subject:</b> RE: [Xerte] check then disable checkbox<br>
</font><br>
</div>
<div></div>
<div><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';">&gt;Then after the icons have been parsed you know how to get at them. I think you know / do that already?</span><br>
<br>
Yes, doing that.<br>
<br>
But it bugs me why this is taking place:<br>
<br>
<span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';">icon.nextSibling.firstChild.duplicate(x);<br>
</span><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';">tempNode.attributes.label = data.question[blah[i]];</span><br>
//set a dynamic rs<br>
tempNode.attributes.rs = 'cbox' + icon.parentNode.index() + i;<br>
<br>
//push that rs into an array<br>
cboxArray.push(tempNode.attributes.rs);<br>
<br>
//address the rs via engine<br>
<br>
engine[cboxArray[0]].setChecked(true,false); // does not work.<br>
<br>
engine[cboxArray[0]].setEnabled(false); //works, sets checkbox disabled<br>
<br>
I would have expected failures of both or neither<br>
<br>
:-?<br>
<br>
<br>
<br>
<br>
<hr id="ecxstopSpelling">
<div class="ecxWordSection1"><br>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"></span>&nbsp;</p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"><br>
</span></p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"></span>&nbsp;</p>
<p class="ecxMsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125); font-family: 'Calibri','sans-serif';"></span>&nbsp;</p>
<p class="ecxMsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125); font-family: 'Calibri','sans-serif';"></span>&nbsp;</p>
<div>
<div style="border-right: medium none; padding: 3pt 0cm 0cm; border-width: 1pt medium medium; border-style: solid none none; border-color: -moz-use-text-color;">
<p class="ecxMsoNormal" style="margin-left: 36pt;"><b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';" lang="EN-US">From:</span></b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';" lang="EN-US"> xerte-bounces@lists.nottingham.ac.uk
 [mailto:xerte-bounces@lists.nottingham.ac.uk] <b>On Behalf Of </b>Dave Burnett<br>
<b>Sent:</b> 29 September 2010 16:40<br>
<b>To:</b> Xerte list<br>
<b>Subject:</b> RE: [Xerte] check then disable checkbox</span></p>
</div>
</div>
<p class="ecxMsoNormal" style="margin-left: 36pt;">&nbsp;</p>
<p class="ecxMsoNormal" style="margin-bottom: 12pt; margin-left: 36pt; margin-right: 0cm;">
<span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';">Thanks Julian. I may be going at this all backwards though.<br>
<br>
Proto checkbox gets duped x times<br>
<br>
icon.nextSibling.firstChild.duplicate(x);<br>
<br>
Then next line of code sets checkbox labels<br>
tempNode.attributes.label = data.question[blah[i]];<br>
<br>
At this same stage should I also be able to set rs, then checked/enabled using the rs value?<br>
<br>
<br>
<br>
<br>
<br>
</span></p>
<div class="ecxMsoNormal" style="margin-left: 36pt; text-align: center;" align="center">
<span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';">
<hr id="ecxstopSpelling" align="center" width="100%" size="2">
</span></div>
<p class="ecxMsoNormal" style="margin-bottom: 12pt; margin-left: 36pt; margin-right: 0cm;">
<span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';">From: Julian.Tenney@nottingham.ac.uk<br>
To: xerte@lists.nottingham.ac.uk<br>
Date: Wed, 29 Sep 2010 15:11:50 +0100<br>
Subject: RE: [Xerte] check then disable checkbox</span></p>
<div>
<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125); font-family: 'Calibri','sans-serif';">Go get the latest build from
<a href="http://www.nottingham.ac.uk/xerte/downloads/setup.exe" target="_blank">http://www.nottingham.ac.uk/xerte/downloads/setup.exe</a> and you’ll find what you’re looking for.</span><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"></span></p>
<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125); font-family: 'Calibri','sans-serif';"></span><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"></span>&nbsp;</p>
<div>
<div style="border-right: medium none; padding: 3pt 0cm 0cm; border-width: 1pt medium medium; border-style: solid none none; border-color: -moz-use-text-color;">
<p class="ecxMsoNormal" style="margin-left: 72pt;"><b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';" lang="EN-US">From:</span></b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';" lang="EN-US"> xerte-bounces@lists.nottingham.ac.uk
 [mailto:xerte-bounces@lists.nottingham.ac.uk] <b>On Behalf Of </b>Dave Burnett<br>
<b>Sent:</b> 29 September 2010 14:33<br>
<b>To:</b> Xerte list<br>
<b>Subject:</b> [Xerte] check then disable checkbox</span><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"></span></p>
</div>
</div>
<p class="ecxMsoNormal" style="margin-left: 72pt;"><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"></span>&nbsp;</p>
<p class="ecxMsoNormal" style="margin-bottom: 12pt; margin-left: 72pt; margin-right: 0cm;">
<span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';">Probably missing something obvious as I'm re-wrapping my head after holidays.<br>
<br>
Button off interaction has visible/enabled property.<br>
Not available for checkboxes, or is it inherited from superclass or something?</span></p>
</div>
<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"><br>
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information
 contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
<br>
This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be
 monitored as permitted by UK legislation. <br>
<br>
_______________________________________________ Xerte mailing list Xerte@lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information.
 If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email
 do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own
 checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
</span></p>
</div>
<br>
_______________________________________________ Xerte mailing list Xerte@lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information.
 If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email
 do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own
 checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
</div>
</div>
<br>
_______________________________________________ Xerte mailing list Xerte@lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information.
 If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email
 do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own
 checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
</div>
</div>
<br>
_______________________________________________ Xerte mailing list Xerte@lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information.
 If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email
 do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own
 checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
</div>
</div>
</div>
</div>


<br>_______________________________________________
Xerte mailing list
Xerte@lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte

This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.                                               </body>
</html>