From: Pascal <pb...@oi...> - 2001-01-10 11:12:43
|
I agree on the tutors and reference not being uptodate.. the tutorial is something I can easily fix (and might do this weekend, if I find the time) but the dev-reference is something almost everyone on this list can do.. just take out that which is Dynacore specific (i.e.: not found in DynAPI) and copy and paste all that is under DynObject to the DynLayer and DynDocument objects. I just feel its a sad thing that there are so many people on this list, alot of which are "complaining" about bugs not being fixed, not much documentation being available, and those people fail to contribute anything as simple as copy-and-pasting text. anyway, for a few widget examples look at the widgets with the dynacore release, they use the precreate event (very basic stuff actually..just replace the old oncreate with onprecreate, and make the listener not part of the prototype but part of the constructor) Please don't take this mail as an attack or anything (definetly not personal to you Raymond), but everyone, please don't be shy to contribute anything.. it's opensource, and we all had to learn (and are still learning) this "thing" at one point. Stuff like widget creation is such a simple task you only need the idea (see any GUI for ideas) and basic knowledge of DynAPI/javascript (see tutorials). cya (and have fun :), Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Raymond Smith > Verzonden: woensdag 10 januari 2001 11:18 > Aan: dyn...@li... > Onderwerp: Re: [Dynapi-Dev] Issues, remaining > > > Currently, there are not alot of good representations of > precreate in the > widgets. The ButtonImage doesn't use it and doesn't work in IE or NS. > Others say they will be updated. The only technical writing > on it can be > found in your docs and build for Dynacore or one prior post > from Dan on > 'lots of changes'. All the docs here date back to November > and the last > time you updated them. > > The viewport is a child layer, maybe that explains why the > events don't > fire. Yet the images in the widget themselves change. The > event related to > the viewport isn't even part of a widget, but defined in the onLoad() > section of the webpage. > > Eventually enough will leach out (or in) that I will understand it. > > Cheers > > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |