Digging through the source of +DelRowButton I found (: chart 1 data) ->
this returns all the rows at once though.
Regards,
Kashyap

On Wed, Dec 18, 2019 at 6:27 AM C K Kashyap <ckkash...@gmail.com> wrote:

> 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
>
>
>

Reply via email to