The following steps are required for updating your 3.2 and 3.3 project to 3.4:
Class LoadingThere are two changes to class loading in 3.4:
Auto Load OptionsThe Auto Load options for JavaScript files, At Lt Init and At Full Init, are no longer supported. If you've used these settings in your project, you need to reset the JavaScript file to Auto Load (At Init). To change the Auto Load setting to At Init, complete these steps:
jsxlt ParameterThe jsxlt launch parameter is no longer available as of 3.4. All applications now load in the jsxlt="true" mode. If you deployed your project using jsxlt="false", use jsx3.require() to explicitly load classes, so that the project is compatible with dynamic class loading. See jsx3.require() Method. Changes in Behavior in 3.4To see if any of these changes affect your applications, run your applications in General Interface 3.4 and check the following behaviors. Then modify your applications as needed.
|
Contents
|
