Lazarus

Programming => LCL => Topic started by: Hen3ry on July 17, 2021, 10:23:58 pm

Title: Lazarus App not sharable on Google Meet
Post by: Hen3ry on July 17, 2021, 10:23:58 pm
Google Meet offers the sharing of Application Windows in a conference. This does not work with Lazarus programs. I tried Lazarus 2.0.6 and 2.2.0 RC1 on Win10 64bit with Google Chrome and Mozilla Firefox.

Try: Open a Lazarus app or the IDE itself, go to https://meet.google.com/ , start a new conference and press the square with the up-arrow at the bottom of the screen. Select to share a window and select the lazarus app. Try for comparison with any oter window, i.e. Notepad. Workaround is to share an entire screen, which works without problems.

A problem with Lazarus or with Google? Anyone tried to share an app with MS Teams, Zoom or the like? Does it work?

Thanks
Steve
Title: Re: Lazarus App not sharable on Google Meet
Post by: jamie on July 17, 2021, 10:40:32 pm
I Like it that way, no one is going to spy on my app or code.  :D
Title: Re: Lazarus App not sharable on Google Meet
Post by: Leledumbo on July 20, 2021, 11:10:35 am
Seems fine to me.
Title: Re: Lazarus App not sharable on Google Meet
Post by: marcov on July 20, 2021, 11:42:06 am
In most conference apps, you can either share desktop or an application. (don't know google meet, but skype,teams and zoom work that way)

If you go for the application level sharing, you basically sharing one form handle, but the undocked apps has several.

The docked version as leledumbo shows probably only has one such handle
Title: Re: Lazarus App not sharable on Google Meet
Post by: Michl on July 20, 2021, 11:54:50 am
IIRC Application.MainFormOnTaskBar := True is needed on Windows.
Title: Re: Lazarus App not sharable on Google Meet
Post by: Hen3ry on July 21, 2021, 10:29:55 pm
IIRC Application.MainFormOnTaskBar := True is needed on Windows.

This was it! It now works for me!

Thank you!

Steve
TinyPortal © 2005-2018