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 » RichText,QTF,RTF... » RichText /UWord default setting
Re: RichText /UWord default setting [message #8342 is a reply to message #8339] Sat, 03 March 2007 18:00 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1213
Registered: March 2006
Location: Italy
Senior Contributor
luzr wrote on Sat, 03 March 2007 16:20

forlano wrote on Sat, 03 March 2007 09:09

Hello,

is there a way, without to change the library, to set in the UWord package the unit to "cm" and Reveal codes to transparent?

Luigi


Good point. I had to change the library:

RichEdit.h 606:
	RichEdit&       ShowCodes(Color c)                    { showcodes = c; Refresh(); return *this; }
	RichEdit&       Unit(int u)                           { unit = u; Refresh(); return *this; }
	RichEdit&       SpellCheck(bool b)                    { spellcheck = b; Refresh(); return *this; }
	RichEdit&       SetZoom(int z)                        { zoom = z; Refresh(); return *this; }



Thanks a lot,
that unwanted color was very annoying Smile
Luigi
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: floating table and pagebreak
Next Topic: Richtext / Uword problems
Goto Forum:
  


Current Time: Mon Aug 04 17:46:45 CEST 2025

Total time taken to generate the page: 0.13766 seconds