I am trying to use a standard TEdit inside a TDPFUIView so I can use the qualities of TEdit which closes the keyboard correctly and also gives an event on return.
However it disappears at run time.
How can I overcome this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've tried putting a TDPFUIView inside a TTabItem. It takes up the whole Tab page, even if I set the align to alNone, still all my other controls are overwritten. So this did not work for me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am trying to use a standard TEdit inside a TDPFUIView so I can use the qualities of TEdit which closes the keyboard correctly and also gives an event on return.
However it disappears at run time.
How can I overcome this.
Hi, sir_wally_lewis
Standard FM controls not compatible with DPF Native controls, and you cant use them side of DPF controls.
TDPFTextField.SetFocus does not seem to work.
Last edit: sir_wally_lewis 2013-07-30
Hi, sir_wally_lewis
This feature will be added in the next release.
Thank you for feedback
Hi Babak,
Could this be done as a quick Fix?
Because I had to stop using DPF components as this functionality is critical to my application.
Is using DPF components inside Firemonkey components ok? It appears to work, don´t know if it have side effects
I've tried putting a TDPFUIView inside a TTabItem. It takes up the whole Tab page, even if I set the align to alNone, still all my other controls are overwritten. So this did not work for me.