Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » QTFStr
QTFStr [message #40318] Thu, 18 July 2013 10:43 Go to previous message
idkfa46 is currently offline  idkfa46
Messages: 155
Registered: December 2011
Experienced Member
How can I set the background color of a line in tables with QTFStr class ?

I have found:
QTFStr &ForeColor(String col = "")		{ format.foreColor = (col == "" ? "0" : col); return *this; }
QTFStr &BackColor(String col = "")		{ format.backColor = (col == "" ? "2" : col); return *this; }


but allow me to color the text or the text background, not the table background.

Regards,
Matteo
 
Read Message
Read Message
Previous Topic: Skylark and HTTPS
Next Topic: How to host a Skylark app?
Goto Forum:
  


Current Time: Thu May 01 07:19:12 CEST 2025

Total time taken to generate the page: 0.02672 seconds