I tested with the demo application under Win7 (compiled with XE4).
Steps to reproduce:
start demo application
enter "test" into the edit field
switch to another application via taskbar
switch back to demo by clicking the icon on the taskbar
BUG: caret is gone (but edit correctly has the focus and accepts keystrokes)
I think the problem is, that the WM_ACTIVATE message, that gets send to the VCL form, should somehow set Active of the wrapped FMX form (which does not seem to work).
I tested with the demo application under Win7 (compiled with XE4).
Steps to reproduce:
I think the problem is, that the WM_ACTIVATE message, that gets send to the VCL form, should somehow set
Active
of the wrapped FMX form (which does not seem to work).