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 next 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
Re: QTFStr [message #40319 is a reply to message #40318] Thu, 18 July 2013 13:03 Go to previous message
Didier is currently offline  Didier
Messages: 680
Registered: November 2008
Location: France
Contributor
Hi,

I may be mistaking, but the input string is supposed to be in QTF format so the easiest way to get the syntax is use the QTF editor embedded in Upp ide
Previous Topic: Skylark and HTTPS
Next Topic: How to host a Skylark app?
Goto Forum:
  


Current Time: Fri Apr 19 00:33:00 CEST 2024

Total time taken to generate the page: 0.02482 seconds