RE: [Dynapi-Dev] DynAPI.require() method

2001-02-21 Thread Pascal Bestebroer
22 februari 2001 1:08 > Aan: [EMAIL PROTECTED] > Onderwerp: Re: [Dynapi-Dev] DynAPI.require() method > > > Hw about adding a switch? > I had to comment out the errorhandler in my copy as it did not work in IE. > It would be nice to be able to turn this on and off. > Rather

Re: [Dynapi-Dev] DynAPI.require() method

2001-02-21 Thread Doug Melvin
chael Pemberton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 5:09 AM Subject: Re: [Dynapi-Dev] DynAPI.require() method > there is a DynAPI.errorHandler method that is used for debugging purposes. I > suggest that you use this method for all API rela

RE: [Dynapi-Dev] DynAPI.require() method

2001-02-21 Thread Pascal Bestebroer
ns martin ström > Verzonden: woensdag 21 februari 2001 13:49 > Aan: [EMAIL PROTECTED] > Onderwerp: [Dynapi-Dev] DynAPI.require() method > > > i've made a quick and dirty .require() method written > to use in widgets to make sure the right files are included. > it was fi

Re: [Dynapi-Dev] DynAPI.require() method

2001-02-21 Thread Michael Pemberton
a debugging-console > just to get everything at one place. > > /martin > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Michael > > Pemberton > > Sent: den 21 februari 2001 14:09 > > To: [EMAIL PROTECTED

RE: [Dynapi-Dev] DynAPI.require() method

2001-02-21 Thread martin ström
nline.js'])"); this string could be shown i a debugging-console just to get everything at one place. /martin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Michael > Pemberton > Sent: den 21 februari 2001 14:09 >

Re: [Dynapi-Dev] DynAPI.require() method

2001-02-21 Thread Michael Pemberton
there is a DynAPI.errorHandler method that is used for debugging purposes. I suggest that you use this method for all API related alerts. This allows for the error to be hidden from the user and logged for later processing. martin ström wrote: > i've made a quick and dirty .require() method wr

[Dynapi-Dev] DynAPI.require() method

2001-02-21 Thread martin ström
i've made a quick and dirty .require() method written to use in widgets to make sure the right files are included. it was first meant to call DynAPI.include() for each file missed but this didn't really work so i decided just to show an alert telling which files. take a look in button.js for exam