[futurebasic] Re: [FB] USERESFILE

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2002 : Group Archive : Group : All Groups

From: gnome <gnome@...>
Date: Sun, 4 Aug 2002 15:05:46 +0200
Le dimanche 4 août 2002, à 01:53 , Rich Love - Carnation Software a 
écrit :

> That is good to know about.
> However, it only works with text.
> I need to get and put pictures.
> I finally got it working with external resource files though.

text is sufficient. you are limited by your thinking!

just save the reference to the image as text and save that as a pref.
voilà -- the pref routines work with images.

or
load the image as a handle,
copy that as if it were 'text'.
voilà -- the pref routines work with images.

"text" can be whatever you want it to be, just think of it as a binary
stream that can be treated -- if you so desire -- as text, but can 
[also] be
sound, images, references, linked lists, flattened resources, 
spaghetti...
[hey, aunty bob! that has just given me an idea for plugins!]

:-j