realbasic-nug
[Top] [All Lists]

Re: Size of Objects in Array

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Size of Objects in Array
From: Phil M <phil at mobleybros dot com>
Date: Tue, 31 Jan 2006 08:41:37 -0800
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <43DF7524 dot 8070609 at wxs dot nl> <a06200754c0053020a1f0 at [10 dot 0 dot 1 dot 13]>
On Jan 31, 2006, at 7:18 AM, Joseph J. Strout wrote:

I need to save an array of objects (windows) in a binary file.

Then you'll have to define what that means, make up a file format for storing whatever information that is, and then write code to read and write that format.

Joe is right -- this is the same advice he gave me a year and a half ago, and this is what I came up with:

    http://developer.dreystone.com/bdictionary.php

You can use this as an example for your own file format, or it might be able to work as is for you. The example project uses a window and records the settings of the controls, as well as window properties such as left/top, width/height, etc...

_______________________________________________
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>


<Prev in Thread] Current Thread [Next in Thread>