<div dir="auto">They will (e.g. noscroll, ontop, etc.) once I finish implementing other window manipulation features.<div dir="auto"><br><div data-smartmail="gmail_signature" dir="auto">Best,<br><br>Ico<br><br>-- <br>Ivica Ico Bukvic, D.M.A.<br>Director, Creativity + Innovation<br>Institute for Creativity, Arts, and Technology<br><br>Virginia Tech<br>Creative Technologies in Music<br>School of Performing Arts – 0141<br>Blacksburg, VA 24061<br>(540) 231-6139<br><a href="mailto:ico@vt.edu">ico@vt.edu</a><br><br><a href="http://www.icat.vt.edu">www.icat.vt.edu</a><br><a href="http://www.performingarts.vt.edu">www.performingarts.vt.edu</a><br><a href="http://l2ork.icat.vt.edu">l2ork.icat.vt.edu</a><br><a href="http://ico.bukvic.net">ico.bukvic.net</a></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 17, 2020, 22:04 Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com">jon.w.wilkes@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Jun 17, 2020 at 9:21 PM Ivica Ico Bukvic <<a href="mailto:ico@vt.edu" target="_blank" rel="noreferrer">ico@vt.edu</a>> wrote:<br>
><br>
><br>
> On 6/16/2020 9:16 PM, Jonathan Wilkes wrote:<br>
> ><br>
> >> If not, what may be the easiest way to<br>
> >> pass this along from the backend? New global var array?<br>
> > For now that seems to be the case.<br>
> ><br>
> > Hm, this may need to trigger another round to "de-tcl-fy" the<br>
> > frontend. There are global vars sprinkled all around pdgui.js<br>
> > and we need a single place to get and set them.<br>
> ><br>
> > Might be able to just steal from jquery:<br>
> ><br>
> > gui(cid).prop("editmode") to get the value<br>
> > gui(cid).prop("editmode", true) to set it<br>
> ><br>
> > What do you think?<br>
> ><br>
> > -Jonathan<br>
> ><br>
> I like the idea. I also just added toplevel_scalars[cid] global var<br>
> array that checks for toplevel arrays. This will be necessary anyhow<br>
> when we transition to having more independent gui operations and is used<br>
> in a number of contexts.<br>
<br>
Yeah that sounds fine for now. If we move to the jquery style I'll just scoop<br>
that up with the rest of them. (As an aside it looks like a lot of the<br>
others aren't<br>
used.)<br>
<br>
-Jonathan<br>
<br>
><br>
> Best,<br>
><br>
> Ico<br>
><br>
</blockquote></div>