In LiveCode 8 while in the Inspector for a datagrid I cannot seem to find "Text" like I could in LiveCode 7. Where is it that I can set the font and font size for the text in a datagrid?
Thanks,
Larry
LiveCode 8 datagrid
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: LiveCode 8 datagrid
Hi Larry,
this is a known bug and I hope it will get fixed soon!
See entry in qualtity center: http://quality.livecode.com/show_bug.cgi?id=18177
In the meantime you need to do this by script like:
...
set the textfont of grp "Datagrid 1" to "Arial"
# etc. for more text properties
...
Best
Klaus
this is a known bug and I hope it will get fixed soon!
See entry in qualtity center: http://quality.livecode.com/show_bug.cgi?id=18177
In the meantime you need to do this by script like:
...
set the textfont of grp "Datagrid 1" to "Arial"
# etc. for more text properties
...
Best
Klaus
Re: LiveCode 8 datagrid
Thanks Klaus,
I assume that could just be done one time per datagrid from the message box and all would be taken care of. I have been going back to version 7 to do it and then have come back to version 8 to continue work.
Larry
I assume that could just be done one time per datagrid from the message box and all would be taken care of. I have been going back to version 7 to do it and then have come back to version 8 to continue work.
Larry
Re: LiveCode 8 datagrid
Hi Larry,
Best
Klaus
yep, or use a (temporary) button.lohill wrote:I assume that could just be done one time per datagrid from the message box and all would be taken care of.
Or this waylohill wrote:I have been going back to version 7 to do it and then have come back to version 8 to continue work.

Best
Klaus