Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I'm making an lisp with dcl.
and I want to display color and change it.
so I use image_button's background color.
But I can't change color in lisp.
So How can I display and change its color?
DCL)
:image_button{key=img_color; width=4; aspect_ratio=1;}
LISP)
(set_tile "img_color" col) <- But It's not answer...
Solved! Go to Solution.