Hi Alex,
How can I could access the value while rendering the cells of a table in
a +Chart?
(<table> NIL NIL
'(NIL NIL NIL NIL)
(do 5
(<row> (alternating)
(if SOME_CONDITION (gui 1 '(+TextField) 20 3) (gui 1
'(+TextField) 150 3))
(gui 2 '(+DateField))
(gui 3 '(+TimeField))
(gui 4 '(+InsRowButton))
(gui 5 '(+DelRowButton))
)
)
)
In the above code, I'd like SOME_CONDITION to be based on the value in the
cell. I tried using (: data) but that does not seem to work. I am just
trying with different widths for now.
Regards,
Kashyap