Hi. In XE 6 I set the property "BorderStyle = none" in form and DPFActivityIndicatorView and DPFLabel becomes invisible in application. This problem occurs only with me?
P.S.: Sorry for bad English :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. In XE 6 I set the property "BorderStyle = none" in form and DPFActivityIndicatorView and DPFLabel becomes invisible in application. This problem occurs only with me?
P.S.: Sorry for bad English :)
Hi xenon
After using BorderStyle = none, you must be call your parent view loaded in form show event:
DPFView1.Loaded;
Regards
Ohhh... All DPF components i must put in DPFview? Just have not used it yet.
Anyway thanks for your, Babak. You helped me :)
Hi xenon
No all components, only your root parent DPFView is enough.
Regards