I have a FM mobile form that is attached to a TDPFUIViewController through its Form property. The form has a regular non-native FM TLabel component. When I run this app, it freezes in simulator.
I have read somewhere in discussion that Delphi non-native FM components cannot be mixed and match with DPF components. Does it also apply to Delphi components that are on an embedded form as described above? I was kind of hoping that it should work. Are there any work around to make it happen?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just gave an example that shows that it doesn't work. Ideally, my embedded form would have many other FM controls. Basically I am trying to reuse FM Form with FM controls on it as embedded inside a TDPFUIViewController and trying to understand what limitation prevents it from being used as embedded.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can not use FM controls inside or outside of DPF controls,
Why? FM controls not a iOS controls and all FM controls rendered to graphic format and displayed in output! and we cant use them,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a FM mobile form that is attached to a TDPFUIViewController through its Form property. The form has a regular non-native FM TLabel component. When I run this app, it freezes in simulator.
I have read somewhere in discussion that Delphi non-native FM components cannot be mixed and match with DPF components. Does it also apply to Delphi components that are on an embedded form as described above? I was kind of hoping that it should work. Are there any work around to make it happen?
Why not use TDPFLabel?
I just gave an example that shows that it doesn't work. Ideally, my embedded form would have many other FM controls. Basically I am trying to reuse FM Form with FM controls on it as embedded inside a TDPFUIViewController and trying to understand what limitation prevents it from being used as embedded.
Hi, Kaarigar
You can not use FM controls inside or outside of DPF controls,
Why? FM controls not a iOS controls and all FM controls rendered to graphic format and displayed in output! and we cant use them,