Thank you Peter!<br>That's exactly what I was looking for!<br>When I finish the client I'll surely notify the list.<br>Thank you again for your help and for the great GUI library!<br>Cheers!<br>André <br><br><div class="gmail_quote">
On Fri, Sep 2, 2011 at 12:11 PM, Peter Herth <span dir="ltr"><<a href="mailto:herth@peter-herth.de">herth@peter-herth.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Andre,<br>
<br>
the direct counterpart to configure is cget which can be used to query<br>
properties. In your case however, I guess you want to catch the<br>
resizing of a canvas widget. To do that, bind the <configure> event<br>
like:<br>
(bind canvas "<Configure>" (lambda (event)<br>
         (format t "I am ~a wide and ~a high~%" (event-width event)<br>
(event-height event)))<br>
If you decide to publish your client, please notify the list, as its<br>
great to know when someone writes an LTk based application :)<br>
<br>
Peter<br>
<div><div></div><div class="h5"><br>
<br>
On Thu, Sep 1, 2011 at 4:34 AM, Andre RsFiveTwo <<a href="mailto:rs.andre@gmail.com">rs.andre@gmail.com</a>> wrote:<br>
> Hi,<br>
> I'm starting to use the ltk library to build a twitter client and I'm liking<br>
> it a lot.<br>
> I'm having trouble trying to read the properties of widgets.<br>
> I know for to set them, using configure, but I can't read them back.<br>
> More specifically, I'm trying to read the width and height of a canvas.<br>
> Any help would be appreciated.<br>
> Thanks,<br>
> André<br>
><br>
</div></div>> _______________________________________________<br>
> ltk-user site list<br>
> <a href="mailto:ltk-user@common-lisp.net">ltk-user@common-lisp.net</a><br>
> <a href="http://common-lisp.net/mailman/listinfo/ltk-user" target="_blank">http://common-lisp.net/mailman/listinfo/ltk-user</a><br>
><br>
<br>
_______________________________________________<br>
ltk-user site list<br>
<a href="mailto:ltk-user@common-lisp.net">ltk-user@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/ltk-user" target="_blank">http://common-lisp.net/mailman/listinfo/ltk-user</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>[]'s,<br>André<br>