3.2.0

compiling the grid to an inheritable class

I'm new (a few weeks) to web development, and definitely new to Java. My preferred development language is VB.NET and I'd like to be able to inherit from this amazing-looking grid as a class from a compiled DLL. Is this possible to accomplish (maybe with J#?) without a lot of work?
Paul
September 2,
There are a couple of JavaScript compilers but I seriously doubt that you would be able to sublass from a compiled JS file. I think the only thing that the compiler does for you is that it hides your code from prying eyes.
Jim Hunter
September 2,
I'll interpret that to mean that it may be possible, but would require a good knowledge of JavaScript and a lot of work, probably a complete rewrite.

I'm definitely tempted to undertake this as a project, but it'll have to wait until after my next dealine. T'would be nice to make it a public collaborative.
Paul
September 2,

This topic is archived.

See also:


Back to support forum