<br><br><div><span class="gmail_quote">On 5/23/06, <b class="gmail_sendername">Frank Goenninger</b> <<a href="mailto:frgo@mac.com">frgo@mac.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all:<br><br>Am 23.05.2006 um 21:06 schrieb Ken Tilton:<br><br>><br>> 2. find the function tk-format-now and monkey with the debug stuff<br>> so that any message to Tk with the word "bitmap" in it gets
<br>> printed, and see if you can catch the output and post that.<br>><br>> I get:<br>><br>> tk> .f332.cv334 create bitmap  140 140  -bitmap "@\\0dev\\Celtk\<br>> \x1.xbm"<br>><br>> That works. Then changing the name to something it will not find, I
<br>> get:<br>><br>>      Error: Tcl error: error reading bitmap file "\0dev\Celtk<br>> \xoxox1.xbm"<br><br>This has to be adapted to Linux-style path names:<br><br>"/the/path/to/the/file/1.xbm"
</blockquote><div><br>Thanks. Pardon my OS-centrism. Like this?:<br><br>   (mk-bitmap :coords (list 140 140)<br>                :bitmap (conc$ "@" (namestring (make-pathname<br>                                                :directory '(:absolute "0dev" "Celtk")
<br>                                                :name "x1"<br>                                                :type "xbm"))))<br><br>kenny<br><br></div></div>