Nevermind... Got it now.
Lennox

Lennox Jacob <[EMAIL PROTECTED]> wrote: 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:


Search the archives of this list here:



                
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
starting at 1ยข/min.
_______________________________________________
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