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 » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » AttrText() and content of the cell
AttrText() and content of the cell [message #11933] Tue, 02 October 2007 21:59 Go to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

I'm using the following code to color the background of a cell
.
marray.Set( r, c, AttrText(txt).Paper(Color(150, 150, 150)));  


I would like to know if this operation modify the content of the cell with respect the following code

marray.Set( r, c, txt);  

From what I'm observing it seems that the content of the cell is not exactly the same. Maybe some invisible character is added by AttrText() that it is passed to display to paint the cell?
Thanks,
Luigi
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Missing GridCtrl?
Next Topic: desire: ArrayCtrl and GridCtrl: Find in the row
Goto Forum:
  


Current Time: Mon May 13 22:58:00 CEST 2024

Total time taken to generate the page: 0.01727 seconds