Atozed Forums

Full Version: IW 15.0.3 Forms not released
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

i have IW15.0.3 installed for C++Builder 10.2 Update 3 and my current project compiled successfully.
I didn't need to modify anything, great.
I can also create and show forms from the main form main menu but if i call Release() in this forms,
some of them, not all, won't disappear from the browser window. So i can't get back to the main form.

Huh 

Best Regards
Juergen
Hello,


here is an additional information.

The problem only arises, if Release() is called from within an asynchronous event handler.

Best Regards
Juergen
(06-11-2018, 08:12 AM)JuergenS Wrote: [ -> ]Hello,


here is an additional information.

The problem only arises, if Release() is called from within an asynchronous event handler.

Best Regards
Juergen

Please download version 15.0.4 which fixes this issue. Please check it here: https://www.atozed.com/2018/06/15-0-4/
OK, this works.
Juergen
Great! thanks for the feedback