Thanks.<br><br><div class="gmail_quote">On Tue, Aug 3, 2010 at 12:34 PM, Matthew Flatt <span dir="ltr">&lt;<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">At Tue, 3 Aug 2010 11:54:35 -0600, Doug Williams wrote:<br>
&gt; Is there an easy way to set the background color of a text-field% instance?<br>
&gt; I see that get-editor returns the text% object that implements it. But I<br>
&gt; haven&#39;t found any magic combination of style changes or getting the dc<br>
&gt; object and setting the text background etc. that works.<br>
<br>
</div></div>There was no way to set the background color in a `text-field%&#39; object.<br>
You can set the background color of text through a style, but that&#39;s<br>
not the same thing as setting the background for the entire field.<br>
<br>
I&#39;ve added a `set-field-background&#39; method to `text-field%&#39;.<br>
<br>
</blockquote></div><br>