VLC in FMX forms?

VLC in FMX forms?

I've seen some solutions where you can embed FMX forms in VLC apps.

I want to do the opposite for Windows only.

I can show a VLC form from within a FMX app but when I am trying to embed a VLC frame I can't do it.

Does anybody know how to do it/done it?

Thanks

Comments

  1. This is likely very difficult:

    * Showing a VCL form from a FMX app: may work, but I'd expect lots of problems with message handling; z-order, ie which form is on top; etc. Which application class are you using (ie is TApplication the FMX or VCL one)? That affects message handling and forms.

    * Embedding a VCL frame in a FMX app: so difficult as to call it impossible. A VCL frame is coded to require a VCL parent. The FMX model is different, and uses different classes, so there is no suitable parent.

    ReplyDelete
  2. About the correct name of the visual component library: en.wikipedia.org - Visual Component Library - Wikipedia

    I dont't know why the VCL library is misspelled so often.

    ReplyDelete

Post a Comment