Community
Participate
Working Groups
I'm using the install build 0.7.0.v201109080902 This is the exception handling code for the startupInit method } catch (e) { if (e instanceof egl.egl.debug.DebugTermination) { if (e.msg) egl.println(e.msg); } else { egl.crashTerminateSession(); if (!egl.client.MyHandler){ egl.println('Internal generation error. Found no definition for fvt.primitives.TestDeclarations. Try <b>Project > Clean...</b>', e); }else{ egl.printError('Could not render UI', e); throw e;} } } 1. egl.debug can't be resolved at runtime 2. Soundn't have fvt.primitives.TestDeclarations. hardcode.
Created attachment 203473 [details] Correct Startupinit
Code committed.
verified with 201109191052
Closing this defect.