From: Robert R. <rra...@ya...> - 2000-11-05 18:48:15
|
Another proposal I have is to add package support. So you could have your own packages that could have their own gui and ext classes. That way the directory structure would be like: lib2.0/ dynapi/ api/ ext/ gui/ myapi/ gui/ I've modified my version of the dynapi.js to support this already. This way you can separate your widgets into their own packages that won't interfere with the dynapi package. This will make the dynapi more extensible. As it is now, you can't add another gui library because there already is one in the dynapi package. So adding package support will fix this. All that is required is a function addPackage(name), modify the addLibrary to take an extra parameter packagename, and a small change in the include function. \\Robert -- |