On 4/27/05 11:05 PM, "Roger Meier" <roger dot meier at pobox dot com> wrote:
>> 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
>>
>> I am saving a file and it looks like the file gets saved
>> Why won't this code above read the file?
>
> Are you sure it won't? How can you tell?
>
>
> _______________________________________________
> 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>
>
It doesn't put the text in the appropriate edit fields
And doesn't load the saved homepage at startup
Doesn't use the text I had saved to speak a string
Brian
_______________________________________________
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>
|