Flaky text-input-pane/radio-button-panel on MacOS?
Hi, I've been playing with LW Personal on my new powerbook over the holidays :-) But while fooling around with CAPI, the window refreshs seem pretty erratic. Just in my own programs though, the IDE is fine. So I guess I must be doing something wrong. An example: (defun test-capi () (contain (make-instance 'capi:column-layout :description (list (make-instance 'capi:radio-button-panel :items '(:one :two :three)) (make-instance 'capi:text-input-pane))))) Two problems every time I execute this: If I click into the text-input-pane, radiobuttons two and three disappear If I click on two, then three, then one, buttons two & three disappear. If I drag the window around, all controls are drawn again. Could someone please educate me? Lispworks is 4.4.6, MacOS is 10.4.3 (just updated, but never tried capi on the old release). Thx, Juergen