Alcinoe icon indicating copy to clipboard operation
Alcinoe copied to clipboard

Error on FMX.Menus

Open panmilkos opened this issue 4 years ago • 2 comments

I have this error since I upgrade the pack. My IDE 10.3.3 [DCC Fatal Error] FMX.Menus.pas(503): F2084 Internal Error: AV090B4F45(08FF0000)-R414B5654-0 I uninstall it and reinstall it but nothing. I have this little code on Android32. On windows32 everything is ok (about the error).

procedure TForm9.Button1Click(Sender: TObject); begin ALVideoPlayerSurface1.VideoPlayer.prepare('http://1589348434446d4-sd.mp4', False); end;

procedure TForm9.Button2Click(Sender: TObject); begin ALVideoPlayerSurface1.VideoPlayer.prepare('http://1589348434446d4-sd.mp4', True); end;

procedure TForm9.Button3Click(Sender: TObject); begin if ALVideoPlayerSurface1.VideoPlayer.State = 2 then ALVideoPlayerSurface1.VideoPlayer.Start else if ALVideoPlayerSurface1.VideoPlayer.State = 4 then ALVideoPlayerSurface1.VideoPlayer.Start; end;

procedure TForm9.Button4Click(Sender: TObject); begin if ALVideoPlayerSurface1.VideoPlayer.State = 3 then ALVideoPlayerSurface1.VideoPlayer.pause; end;

procedure TForm9.Button5Click(Sender: TObject); begin ALVideoPlayerSurface1.resetVideoPlayer; end;

procedure TForm9.Timer1Timer(Sender: TObject); begin Label1.Text := IntToStr(ALVideoPlayerSurface1.VideoPlayer.State); end;

panmilkos avatar Jun 11 '20 16:06 panmilkos

Sorry... the problem has solved when i copy your SearchPath to my program.

panmilkos avatar Jun 11 '20 17:06 panmilkos

I have this screen on this program. http://xocivy.club/Screenshot_20200611-150554.jpg this still screen (no image) with sound. You know what it is?

panmilkos avatar Jun 12 '20 08:06 panmilkos