Maybe I'm confused here but, assuming settingsWIN is where this text is
going to be displayed, I'm not sure how you would see it since the
window is closed via code before any of the information can be
displayed.
Am I missing something?
Jeff
Dim f as folderitem
Dim t as textinputstream
dim hp as string
f=preferencesfolder.child("InternetPal Settings")
if f <> Nil then
t = f.OpenAsTextFile
settingsWIN.homepage.text= t.readline
hp = t.readline
settingsWIN.welcomespeech.text = t.readline
t.close
end if
SettingsWIN.close
_______________________________________________
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>
|