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 #8339 is a reply to message #8337] Sat, 03 March 2007 16:20 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13986
Registered: November 2005
Ultimate Member
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; }
 
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 Jun 17 13:21:52 CEST 2024

Total time taken to generate the page: 0.01650 seconds