Adding Trackbar

Hello,

i registered a Trackbar to the ideEngine and added it to a form within the ide.
So far so good. Runing the script in an VCL-App is no problem. But within an FMX-App my Trackbar is no longer visible.
What do i have to do?
Thanks
Juergen

Hello Juergen, You can't design a script form in the scripter IDE (which is VCL only) and try to use it in FMX application. They are different components.

But using any other component within the (VCL)-IDE works perfect under FMX!
All of our programs are meanwhile developed with FMX. Is there any way to modify the IDE-created Projectfiles to make additional components available under FMX?

I don't think it's trivial to do. VCL and FMX are completely different frameworks...