Rich formatted Text (OpenInsight 32-Bit)
At 05 JUL 2006 03:49:36AM Barry Stevens wrote:
What Ideas, methods, examples, OCXs are avaialble to create formmated text with BOLD sections, display on the screen, allow user formating changes (say exra words bolded or UnBOLD), save the formated text and print where the page positioning can controled say via OIPI.
At 05 JUL 2006 04:37AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Theoretically the RTF control should be able to do this.
World leaders in all things RevSoft
At 05 JUL 2006 07:23AM Mike Ruane wrote:
Barry-
Using an EditBox with the Rich Edit checkbox checked, you should be able to set and get character formatting using Set_CharFormat and Get_CharFormat.
I suppose you could then take the saved text (with formatting) and generate OIPI output by doing a two-pass scan on the text, although I haven't tried this myself.
Mike
At 05 JUL 2006 09:37AM Barry Stevens wrote:
]]I suppose you could then take the saved text (with formatting) and generate OIPI output by doing a two-pass scan on the text, although I haven't tried this myself.
, alright for someā¦I just looked at the DEFPROP