Page 1 of 1

gs:color-tag

Posted: Wed Sep 26, 2007 10:01 pm
by newdep
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...?