[futurebasic] Re: Getting PG to use a Preferences (Resource) File

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 1998 : Group Archive : Group : All Groups

From: GBeckman <GBeckman@...>
Date: Fri, 20 Mar 1998 10:08:52 EST
In a message dated 3/20/98 12:49:28 PM, you wrote:

>I've always assumed that this was a function of the application's
>"Shared" flag.  Try looking at the info for your application file using
>ResEdit.  If the "Shared" flag isn't set, try setting it.

Exactly.  It doesn't work when the App is a PG project, and I continued along
the line of thinking arriving at...I have to get the resource fork of the app.
closed and inactive.

I have the theory working as in this thread.  My app is using the Help file
(copied resources there) and all is well, except, the time stamp of the App is
identical to the stamp on the help file.  I am looking at the PG init routines
trying to figure out what is happening.  Clearly it is counting menus and
window and it is using the app resource to do this.  It is going to take some
tricky stuff to get it to start at the help file resource.  Help won't be open
yet as the routine does not know the name of the help file because that info
is in reources.  The old card-horse thing and will have to be hard coded.  I
will keep at this...

GB