Hello:<br><br>I always use (setq *wish-args* (list "-name" ApplicationName)). For toplevels I remember there is a title or name paramether to use when invoke make-instance 'toplevel.<br><br>Bye!<br><br><div class="gmail_quote">
2008/12/18 Jud Leonard <span dir="ltr"><<a href="mailto:leonard@tlw.com">leonard@tlw.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've been having trouble setting the window title using wm-title,<br>
apparently because ltk was never creating "." as the widget path.<br>
<br>
I patched it as follows:<br>
<br>
(defmethod wm-title ((w widget) title)<br>
   (format-wish "wm title ~a {~a}" (if (master w) (widget-path w) ".")<br>
title)<br>
   w)<br>
<br>
which seems to work.  It wasn't clear to me whether this is the right<br>
fix if one has multiple top level windows, and I didn't know whether a<br>
similar fix should be applied to other wm- functions.  Can you advise?<br>
        Jud<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>Felip Alàez Nadal<br>