Find unpredictable form close behavior when using TFormStand.
Just used the example from https://github.com/PacktPublishing/Delphi-GUI-Programming-with-FireMonkey Chapter 8 example.
I had built an application using the TFormStand and other than the form close behavior it has been very good.
I checked the chapter 8 example to see if it had the same issues and it acted the same.
If you switch between forms in the example, at times the "close" button does nothing.
Other times, the close reacts ok. When not working the onhover does nothing as well as the click event.
If anyone has experience with this I would appreciate the help.
I guess worse case I could try adding adding a close button and action on a toolbar but that is not a great cross platform solution.