From: Peter C. <pc...@ca...> - 2000-11-21 14:45:05
|
At 12:45 PM 17/11/00 -0800, you wrote: >From: "Pascal Bestebroer" <pa...@dy...> >Subject: RE: [Dynapi-Help] Problems with DynAPI2 and Dynacore >Date: Fri, 17 Nov 2000 19:41:51 +0100 >Message-ID: <NEB...@dy...> > >Haven't looked at your code yet, but just a fast note that I recently (last >weekend) uploaded a new set of widgets to work with the latest DynAPI >(atleast tested with Dynacore) so if you have older widgets you'll probably >need to update. > >sorry, but that's all for now (haven't got much time :) > >Pascal Bestebroer >pa...@dy... >http://www.dynamic-core.net Thanks a lot for your help. I have just figured out the label widget problem - I wasn't setting the size of the label. I had assumed that since the label widget does not have w/h parameters, and the button widget does, the label widget didn't need the size to be set (presumably figuring out suitable values from the size of the caption). With that added, it seems to work as expected. The other problem (Javascript error from Netscape) does not appear to be releated to the Dynacore widgets. (The error occurs during the evaluation of the first line of the DynAPI.onLoad function, coolpage = new DynDocument(parent.page) I still haven't figured out what is going wrong here.) -- Peter Curran Software Developer Casebank Technologies Inc. |