vintagedave / firemonkey-container

Automatically exported from code.google.com/p/firemonkey-container
92 stars 34 forks source link

Assertion errors #7

Closed ettorep closed 8 years ago

ettorep commented 8 years ago

Windows 7 Delphi XE5 32bit

Two assertion errors.

To reproduce add FMXontainer to vcl form, add new fmx form with a button on it. for the onclick even add this code:

InputBox('xx','xx','xx');

and when you run it and click on the button, I get the assertion errors.

If I comment out the 2 lines then the input will show up but will be frozen (not Responding) and have to terminate the program.

vintagedave commented 8 years ago

This is fixed in the latest revision. Caused by the same thing as #8.