On Wed, Aug 25, 2010 at 6:07 PM, Raffael Cavallaro <span dir="ltr"><<a href="mailto:raffaelcavallaro@mac.com">raffaelcavallaro@mac.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
On Aug 25, 2010, at 6:07 PM, Neil Baylis wrote:<br>
<br>
> OK, well I'm pulling my hair over this thing now.<br> </div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
</div>You can stop - I've got your ca-demo-b.lisp running now.</blockquote><div> </div><div>Excellent! My wife was getting worried. I don't have a lot to spare.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
It was simply a matter of configuring the layers *after*<br>
1. displaying the window (you were already doing this bit), and<br>
2.  making the view the window's content view. </blockquote><div><br></div><div>I just tried this fix with the original demo, and it worked. However, the image did not appear until I clicked the mouse in the window. That could be because it was outside the visible area, I'll check later. I'll also verify that it still works with10.5 using this fix.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Also, you had some problems with float formats - i.e., calling:<br>
(#/numbefWithFloat ns:ns-number 2.0) or somesuch will error on a 64-bit system where *read-default-float-format* is double-float (numberWithFloat: wants a single-float, not a double-float), so just change it to:<br>
(#/numbefWithFloat ns:ns-number 2.0s0)</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
modified, but working version attached.<br>
<br>
warmest regards,<br>
<br>
Ralph<br>
</blockquote><div> </div><div>Thanks so much Ralph. I'll post an updated version as soon as I finish testing and incorporate some fixes.</div><div><br></div><div>Neil</div></div>