newLISP Fan Club

Forum => newLISP Graphics & Sound => Topic started by: newdep on September 26, 2007, 03:01:44 PM

Title: gs:color-tag
Post by: newdep on September 26, 2007, 03:01:44 PM
Hi Lutz,



Im trying to get gs:color-tag to work, somehow im unable to,

I already checked the guiserver.lsp and .java files and it looks

like it should work.



Im always getting the message ->



color-tag: "could not be applied to MAIN:C"





(gs:init)

(gs:frame 'F  100 100 100 100 "")

(gs:canvas 'C)

(gs:add-to 'F 'C)

(gs:fill-rect 'S 0 0 100 100 gs:white)

(gs:set-visible 'F true)

(gs:color-tag 'S gs:red)





strange...?