From: Dan S. <dy...@fu...> - 2000-11-07 18:12:29
|
I've upped a zip of what I was previously working on - this won't be compatible with the current DynAPI2: http://www.dansteinman.com/dynapi-test/dynapi2-pre2-nov00.zip As Pascal noted he's converted LoadPanel to work with the latest, the scrollpane/scrollbar/viewport should be not too difficult to get working. Once they are you'd be able to insert a LoadPanel into the ScrollPane and have a system that works like the Scroll2 in DynAPI1. Dan Steinman On Tue, Nov 07, 2000 at 05:51:34AM -0500, Rob Romanek wrote: > > Dan Steinman wrote: > > > you will most likely want to use my ScrollBar/Window implementation, it's some very solid code. Some significant changes must be done to dynapi.js in order to accomidate the way I was building my widgets. The biggest being the removal of the "onCreate" handler altogether, and using only listeners for create and resize in the widgets. This is what we do in WebOS because it's the only real way to implement inheritance properly with code like this. Take a look at my ViewPort/ScrollPane files to see how it can be done in a good manner. > > I've done a quick search of Dan's site and had a look at source forge but I can't find the viewport/scrollpane files. If someone knows where these are could you please point them out. > > Thanks, > > Rob > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |