AW: AW: can I lock screen over more than one handler?

2017-07-06 Thread Tiemo Hollmann TB via use-livecode
Auftrag von Jonathan Lynch via use-livecode Gesendet: Donnerstag, 6. Juli 2017 12:52 An: How to use LiveCode <use-livecode@lists.runrev.com> Cc: jonathandly...@gmail.com Betreff: Re: AW: can I lock screen over more than one handler? Tiemo, have you tried using a browser widget instead? Sen

Re: AW: can I lock screen over more than one handler?

2017-07-06 Thread Jonathan Lynch via use-livecode
he Nachricht- >> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag >> von Tiemo Hollmann TB via use-livecode >> Gesendet: Mittwoch, 5. Juli 2017 18:46 >> An: 'How to use LiveCode' <use-livecode@lists.runrev.com> >> Cc: Tiemo H

Re: AW: can I lock screen over more than one handler?

2017-07-06 Thread Richmond Mathewson via use-livecode
use-livecode Gesendet: Mittwoch, 5. Juli 2017 18:46 An: 'How to use LiveCode' <use-livecode@lists.runrev.com> Cc: Tiemo Hollmann TB <toolb...@kestner.de> Betreff: AW: can I lock screen over more than one handler? Hi Randy, it worked out that the issue wasn't related to the design of two

AW: can I lock screen over more than one handler?

2017-07-06 Thread Tiemo Hollmann TB via use-livecode
rsprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im > Auftrag von Tiemo Hollmann TB via use-livecode > Gesendet: Mittwoch, 5. Juli 2017 15:57 > An: 'How to use LiveCode' <use-livecode@lists.runrev.com> > Cc: Tiemo Hollmann TB <toolb

Re: AW: can I lock screen over more than one handler?

2017-07-05 Thread Phil Davis via use-livecode
Did you try locking messages before setting the filename of the player? That could help. Phil Davis On 7/5/17 6:57 AM, Tiemo Hollmann TB via use-livecode wrote: Thanks Jonathan, Trevor and Sean for your comments. Meanwhile I could drill down my "flickering" problem (post from yesterday) to

AW: can I lock screen over more than one handler?

2017-07-05 Thread Tiemo Hollmann TB via use-livecode
hricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im > Auftrag von Tiemo Hollmann TB via use-livecode > Gesendet: Mittwoch, 5. Juli 2017 15:57 > An: 'How to use LiveCode' <use-livecode@lists.runrev.com> > Cc: Tiemo Hollmann TB <toolb...@kestner.de> >

Re: AW: can I lock screen over more than one handler?

2017-07-05 Thread Jonathan Lynch via use-livecode
boun...@lists.runrev.com] Im Auftrag > von Tiemo Hollmann TB via use-livecode > Gesendet: Mittwoch, 5. Juli 2017 15:57 > An: 'How to use LiveCode' <use-livecode@lists.runrev.com> > Cc: Tiemo Hollmann TB <toolb...@kestner.de> > Betreff: AW: can I lock screen over mor

AW: can I lock screen over more than one handler?

2017-07-05 Thread Tiemo Hollmann TB via use-livecode
15:57 An: 'How to use LiveCode' <use-livecode@lists.runrev.com> Cc: Tiemo Hollmann TB <toolb...@kestner.de> Betreff: AW: can I lock screen over more than one handler? Thanks Jonathan, Trevor and Sean for your comments. Meanwhile I could drill down my "flickering" proble

Re: AW: can I lock screen over more than one handler?

2017-07-05 Thread Jonathan Lynch via use-livecode
I have a suggestion, if nothing else works. Use two players, layered on top of each other. When you switch the source of a player, do it to the player on the bottom, then move it to be on top of the other player. By switching back and forth, and only reassigning the player on the bottom, it

Re: AW: can I lock screen over more than one handler?

2017-07-05 Thread Jonathan Lynch via use-livecode
I have found that lock screen only blocks screen updates within the main LC context. So, for example, it does not block whatever is happening in a browser. For some reason, it also sometimes seems smoother to call a function rather than a handler, but perhaps I misperceived what was happening.

AW: can I lock screen over more than one handler?

2017-07-05 Thread Tiemo Hollmann TB via use-livecode
Thanks Jonathan, Trevor and Sean for your comments. Meanwhile I could drill down my "flickering" problem (post from yesterday) to an unexpected command. In one of those handlers I "set the filename of player "myVideoPlayer" to tFile". This command withdraws the focus from the window and passes it