On Feb 12, 2006, at 8:38 , Sven E Olsson wrote:


On Feb 12, 2006, at 8:22 , Mark Cooke wrote:

Hi,

Thanks for the advise, i've added those two lines to my save method and it does not seem to make any difference,
double clicking on the document still opens up in TextEdit.



Standard Example:

Dim f as Folderitem
Dim OutFile as TextOutputStream


OutFile = f.CreateAsTextFile
OutFile.Write myText
OutFile.close


f.MacType = "TEXT"
f.MacCreator = "Pbmk"


Sorry!
OutFile = f.CreateTextFile


Sven E Olsson

_______________________________________________
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