| To: | "Getting Started @RB" <gettingstarted at lists dot realsoftware dot com> |
|---|---|
| Subject: | Needs a file type or something I don't know what to put here |
| From: | Brian Heibert <bheibert at verizon dot net> |
| Date: | Tue, 27 Jul 2004 19:33:46 -0500 |
| Delivered-to: | gettingstarted at lists dot realsoftware dot com |
Dim redValue, greenValue, blueValue as Integer
Dim prefFile as FolderItem
prefFile = PreferencesFolder.child("NovaWeb Skin")
stream = prefFile.createBinaryFile()
redValue = stream.readByte()
greenValue = stream.readByte()
blueValue = stream.readByte()
browser.backColor = RGB(redValue, greenValue, blueValue)
It looks like it needs a file type or something in
prefFile.createBinaryFile()
What should I put there?
Brian
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: How do I read my binarystream data, Robert Mc |
|---|---|
| Next by Date: | Re: Needs a file type or something I don't know what to put here, Robert Mc |
| Previous by Thread: | Reading a binary file, Brian Heibert |
| Next by Thread: | Re: Needs a file type or something I don't know what to put here, Robert Mc |
| Indexes: | [Date] [Thread] [Top] [All Lists] |