Re: [Lazarus] Using Chrome API in Lazarus - possible on Linux?

2020-12-06 Thread Michael Van Canneyt via lazarus
On Sun, 6 Dec 2020, Don Siders via lazarus wrote: Is there someone here who has used the Chrome API with Lazarus for anything video related and is willing to share? I never managed to get the Chrome API to work on linux, but an effort is currently underway to make the chromium browser

Re: [Lazarus] Using Chrome API in Lazarus - possible on Linux?

2020-12-06 Thread Don Siders via lazarus
>> Is there someone here who has used the Chrome API with >> Lazarus for anything video related and is willing to share? > I never managed to get the Chrome API to work on linux, > but an effort is currently underway to make the chromium > browser available in Lazarus on all supported platforms.

Re: [Lazarus] Is TForm.LastActiveControl working correctly?

2020-12-06 Thread Juha Manninen via lazarus
On Sun, Dec 6, 2020 at 1:22 PM frans via lazarus < lazarus@lists.lazarus-ide.org> wrote: > ActiveControl and lastActiveControl always point to the same control. > > Is this a bug or is my understanding of lastActiveControl wrong? > That is how it is implemented. It is set to ActiveControl

Re: [Lazarus] Using Chrome API in Lazarus - possible on Linux?

2020-12-06 Thread Bo Berglund via lazarus
On Sun, 6 Dec 2020 10:19:58 -0500, wkitty42--- via lazarus wrote: >On 12/6/20 3:34 AM, Bo Berglund via lazarus wrote: >> But it clearly should be possible since the browsers (both Chrome and >> Firefox) have the ability of moving backwards inside the stream and >> view stuff that was played say

Re: [Lazarus] Using Chrome API in Lazarus - possible on Linux?

2020-12-06 Thread wkitty42--- via lazarus
On 12/6/20 3:34 AM, Bo Berglund via lazarus wrote: But it clearly should be possible since the browsers (both Chrome and Firefox) have the ability of moving backwards inside the stream and view stuff that was played say a couple of hours ago. i'm pretty sure this is allowed or not by the

[Lazarus] Is TForm.LastActiveControl working correctly?

2020-12-06 Thread frans via lazarus
Hi, I'm using Lazarus 2.0.10 on Windows10 and I'm trying to make use of TForm.LastActiveControl. My form has a TButtonpanel with HelpButton and CancelButton visible. There is an Actionlist with 2 actions, each with a Shortcut (F1 and Esc). The form has 3 TLabeledEdit fields. My purpose is

Re: [Lazarus] Using Chrome API in Lazarus - possible on Linux?

2020-12-06 Thread Michael Van Canneyt via lazarus
On Sun, 6 Dec 2020, Bo Berglund via lazarus wrote: I have been looking for ways to create a video downloader for myself using FPC/Lazarus. I already created a video editor using PasLibVlc and ffmpeg and it works pretty well for what I want to do. It needs VLC to be installed in order to show

[Lazarus] Using Chrome API in Lazarus - possible on Linux?

2020-12-06 Thread Bo Berglund via lazarus
I have been looking for ways to create a video downloader for myself using FPC/Lazarus. I already created a video editor using PasLibVlc and ffmpeg and it works pretty well for what I want to do. It needs VLC to be installed in order to show videos and adjust playback speed and audio sync etc. I