Buttons for text-input-panes
Hi, I have a text-input-pane with a completion button. I'd like to change the image on the button, but have had no luck. I have made an external-image and registered it in the image translation table like shown in the buttons.lisp example file. So this now brings up a button with a calendar image on it: (contain (make-instance 'push-button :image :calendar)) But this just shows a black square where the image should be: (contain (make-instance 'text-input-pane :buttons '(:ok (:image :calendar)))) When creating the external-image (with make-instance 'external-image) I had to use :transparent-color-index nil as setting it to a value gives a "NIL is not of type ARRAY" error in gp::%convert-dib when trying to use the image in a button. This is all LWW 5.0.2 -- -asbjxrn