Hi,
Is it possible to add a background image to an individual table cell?
If not, is it possible to use "cellWidgetRC" and a button with a custom background image?
Thank you,
Vaso
Table cell background image
- RudiKreiner
- Posts:198
- Joined: Mon May 16, 2011 2:10 pm
Re: Table cell background image
Yes you can do it like this, for example:
setValue("", "cellFillRC", row_number, column_name, "[pattern,[tile,bmp,apply_small.bmp]]");
For more information, see "fill" in the WinCC Help
setValue("", "cellFillRC", row_number, column_name, "[pattern,[tile,bmp,apply_small.bmp]]");
For more information, see "fill" in the WinCC Help
- vsolomonidou
- Posts:23
- Joined: Mon Mar 02, 2015 11:33 am
Re: Table cell background image
Great, thank you.
Vaso
Vaso