Icon View Incident Report

Minor Minor
Reported By: Robert Gesswein
Reported On: 7/24/2021
For: Version 3.01 Build 3
# 4849 Cannot Use the Free Method with External JS Class Instances

Do I need to have Create and Free methods? The documentation implies this is not necessary.
If they are necessary, what should things look like on the JavaScript side?
I could not get any version of Free and destroy to work?


Comments Comments
The compiler simply was not emitting the proper JS code for Free calls on external JS class instances. All of the EWB instances of external JS objects use the <Object> := nil approach for "freeing" any references, so this was not an issue with the existing run-time library and component library code.


Resolution Resolution
Fixed Problem on 7/25/2021 in version 3.01 build 3
Image