Using a graphic in Datagrid row template
Posted: Sun Jun 15, 2014 1:52 am
I'm having trouble with the penColor in a graphic in a Datagrid row template
(LiveCode 6.6.2 Commercial)
In the onFillInData handler, I can set the WIDTH of the graphic with code like
set the width of grc "My_grc" of me to 15
However, this code
set the penColor of grc "My_grc" of me to 100,200,50
Fail silently. Does anyone know if I'm doing something wrong, if this isn't a capability of Datagrid, or I'm perhaps looking at a bug?
Thanks!
Bruce
(LiveCode 6.6.2 Commercial)
In the onFillInData handler, I can set the WIDTH of the graphic with code like
set the width of grc "My_grc" of me to 15
However, this code
set the penColor of grc "My_grc" of me to 100,200,50
Fail silently. Does anyone know if I'm doing something wrong, if this isn't a capability of Datagrid, or I'm perhaps looking at a bug?
Thanks!
Bruce