I would recommend tracing the method. One other item - you mentioned you added it to 'On Server Startup' - if you are running the prefs on a client then also add to the 'On Startup' as was suggested.
Again, if you trace this method you should be able to see the problem fairly quickly. ----- Original Message ----- From: "David Wright" <[EMAIL PROTECTED]> To: "Active4D Developer Discussion List" <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 11:32 AM Subject: Re: [Active4d-dev] Installation problem - any ideas? > > On Wednesday, June 11, 2003, at 03:19 pm, Michael Bond wrote: > > > My guess is that "âA4D_DialogTable" is not being initialised, it is a > > pointer to the table in which the preferences dialog lives. In our > > shell it > > is initialised in "A4D_DebugInit". (A quick search with 4D 2003's > > search > > should find it.) You should make sure that the method is run in an > > appropriate place, On Startup is probably where it should go. > > Thanks for that, but I've checked and find that it is initialised in > "A4D_DebugInit", which is indeed called 'On Server Startup'. > > David Wright > > _______________________________________________ > Active4d-dev mailing list > [EMAIL PROTECTED] > http://aparajitaworld.com/mailman/listinfo/active4d-dev > >
