folks,

I realise there's been some criticism of the new RTF feature in  
reading files from other applications. I've been trying to get it to  
save RTF and then read that RTF file properly without success. It  
appears the font and alignment information is ignored during the read/ 
display of the RTF.

I'm using the RB example code to write the RTF and then the following  
to read it:

   Dim t as TextInputStream
   Dim f as FolderItem
   f=GetFolderItem("TestSaveRTF")
   t=f.OpenAsTextFile
   EditField2.StyledText.RTFData=t.ReadAll
   t.Close

It reads fine and loads most of the styles - the exception being the  
fonts and alignment. I'm wondering if this is a bug, a missing  
feature or if I'm doing something wrong.  Can anyone confirm this  
behaviour and let me know if it's expected?

cheers

kim


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to