Community
Participate
Working Groups
in the EDT widget project look at CheckBox private function doSetSelected() browser String = RUILib.getUserAgent(); the generated JS is browser = egl.eglx.ui.rui.RuiLib.getUserAgent(); The RUILib is defined in EGL as externaltype RuiLib type NativeType The JS runtime for the RUILib is implemented as egl.defineClass( 'eglx.ui.rui', 'RUILib', { .... egl.eglx.ui.rui.RUILib["sort"] = function(array, sortFunction) { The runtime and generated code need to use the same case for RuiLib. I think the runtime should change to use RuiLib, but I'm not sure which is correct.
using RuiLib as the case.
verified