All notable changes to this project will be documented in this file.
- Using recursive helper functions to convert Container <-> Lua table
- Update to EmmyLua annotations
- Usage of lua diagnostics
- Documentation updates
- Using internal moduleName variable to be usable in merged apps instead of _APPNAME, as this did not work with PersistentData module in merged apps.
- Naming of UI elements and adding some mouse over info texts
- Appname added to log messages
- Minor edits
- UI events notified after pageLoad after 300ms instead of 100ms to not miss
- Minor edits
- Per default use 'LuaLoadAllEngineAPI = true' to make it easier to start
- Update of helper funcs
- Hiding SOPAS Login
- Minor code edits / docu updates
- Loading only required APIs ('LuaLoadAllEngineAPI = false') -> less time for GC needed
- Changed status type of user levels from string to bool (usable with CSK_Module_UserManagement since version 1.2.1)
- Renamed page folder accordingly to module name
- Compatible to PersistentData Module ver >= 3.0.0 to store InstanceAmount within Parameter binary file instead of CID Parameter
- By this, multiple instances are created now after PersistentData loaded and provides data
- Renaming of "Objects" to "Instances", so that it makes more sense if internal "objects" are used within the module (e.g. 'colorObjects' within the 'CSK_MultiColorSelection'-module)
- Provide sample code to use optionally internal extra objects
- Using of example manifest entries to automatically adapt events accordingly to created instances (e.g. 'processInstanceNUM', 'OnNewValueUpdateNUM', 'OnNewValueToForwardNUM'
- Including forward functions like 'handleOnNewValueToForward', 'handleOnNewValueUpdate' to make it easier to forward content from internal threads/instances to general app/UI
- Integration of CSK_UserManagement functionality
- Update handling of persistent data according to CSK_PersistentData module ver. 2.0.0
- Make use of variable "instanceAmount" of PersistentData module if available for amount of instances
- Setup of Parameter name (PersistentData) added to UI
- Support of 2-dim tables within parameters to save in PersistentData CSK module
- Initial commit