<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 1, 2014 at 5:22 PM, Zee Ken <span dir="ltr"><<a href="mailto:udaybhasker552009@gmail.com" target="_blank">udaybhasker552009@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>When I click on the button <b>Click Me</b>, it has to show <span style="font-family:courier new,monospace"><b>mystrng</b></span> like when I use <span style="font-family:courier new,monospace">draw-text</span> procedure in a canvas instead it only shows, <span style="color:rgb(0,255,0)"><span style="color:rgb(255,0,0)"><b>Line1 text...</b></span> </span>and the rest doesn't appear.<br>


</div></blockquote></div><br></div><div class="gmail_extra">It's because the size of the `message%` does not automatically adapt by default to the new text, so you see only the first line (even though all lines are here, but they are just hidden).<br>

</div><div class="gmail_extra">To automatically resize it, just add:<br>(send msg auto-resize #t)<br></div><div class="gmail_extra">right after the definition of `msg`, and it should work fine.<br><br></div><div class="gmail_extra">

I'm not sure I understood the rest of your question.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Laurent<br></div><div class="gmail_extra"><br><br></div></div>