|
From: Robert R. <rra...@ya...> - 2001-08-15 17:01:34
|
Wednesday, August 15, 2001, 5:09:44 PM, you wrote: > 6. Widgets > As mentioned, I only wrote some classes for drawing layers, and simple Labels (the label needs a bit of work). Adding Images (DynImage) would be fairly straightforward also. But the big problem > is how do we support adding other widgets. Do we write a Java class to mimic what the JS object does? That means a lot of work, basically rewriting each widget in Java for our editor. I have > really no other suggestions except perhaps making some kind of conversion tool, ie. JS-to-Java system. I dunno, but someone should really spend some time thinking about this, and figuring > something out. How about creating a standard xml file that can be used for dynapi widgets/classes/etc. Then the ide could read the xml file to populate a property page for the widget. The xml file would give each method, its parameters, return values, etc and could give a description of each of these. Just a thought. Rob |