Hello,

I am trying to implement FileDrop for Styled text but I am only successful with 
plain text.

This is what I have:-

LHPadText/Open
 Me.AcceptFileDrop("any")


LHPadText/DropObject
  
  Dim textStream as TextInputStream
  If obj.FolderItemAvailable then
    Do
      textStream=obj.FolderItem.OpenasTextFile
      me.text=me.text+TextStream.ReadAll+EndOfLine
    loop until not obj.NextItem
  End if

As noted above that is for plain text, how can I modify that for styled text?

Thanks.

Lennox.



                
---------------------------------
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to