TMSFNCWXVideoPlayer - Two problems and two questions

I am currently working with the TMSFNCWXVideoPlayer demo. (TMS FNC WX Pack 1.5.3.0)

In the process, I noticed the following:

  • The "TogglePiP" button does not contain a command.
    Presumably the following should be included:
procedure TDemo.TogglePiPClick(Sender: TObject);
begin
  TMSFNCWXVideoPlayer1.PictureInPicture := NOT TMSFNCWXVideoPlayer1.PictureInPicture;
end;

I have a few questions:

  • The background is white, how can I change it to black for example. The Color property has no effect on me.
  • How can I enlarge the image manually?
    In the video I can click on the "button", but this does not seem to be available as a property.
    (Here the background changes from white to black)
    larger

Hi, Thank you for notifying us of this issue. This fix will be available in the next update of WX Pack.

Changing background colors and manually toggling full screens is something we might investigate when we find the time.

Hi, this sounds good :slight_smile:

In the meantime, perhaps the "Style" feature could be removed.
This is offered in the context menu - but it doesn't work.