FormattedText

In Real Studio 2012 R2.1 and earlier

Call MyWindow.MyTextArea.Open(app.gMyFile) worked perfectly,

but in In 2014 R1.1 some formatting is lost (Line spacing in particular).

The page would not print as it used to, what used to print nicely on one page is now more spaced out and goes on to two pages.

How could I fix that?

Thanks.

Lennox

This discussion might help. https://forum.xojo.com/11351-styledtext-problem

If it does, then this is a new Xojo bug.

This is happening on Mac Mavericks

Where would I put that “par/par thing”?

The code that I use is
Call MyWindow.MyTextArea.Open(app.gMyFile)

Lennox