MonkeyMixer
MonkeyMixer copied to clipboard
No cursor in TEdit
One consequence I have encountered is that there is no input cursor in the edit box (TEdit) on Firemonkey form in my application!
You can try below trick and the cursor may come back. I say "may" because it didn't work for my application but worked for a sample application which only includes one FireMonkey form and one VCL form.
- The application should be a FireMonkey application, i.e., the DPR should include Vcl.Forms first then Fmx.Forms after.
- The main form should be a FireMonkey form, doesn't matter it shows or not, but should use it to kick off other forms.