Will it ever be possible place controls over browser widget?
Bob Sneidar
bobsneidar at iotecdigital.com
Thu Oct 4 17:45:15 EDT 2018
I suspect all they did was take the old browser object and wrap it in a widget that it can respond to and send messages. The old browser was not on a layer per se. (Actually, nothing is, it's all smoke and mirrors). It would write or draw if you will to a rect on the screen, and once it did that, none of the "underlying" objects were accessible until the browser object was cleared.
Bob S
> On Oct 4, 2018, at 14:07 , dunbarxx via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> The browser object sits atop everything else, or rather it is "drawn" over
> everything else...
>
> Hmmm.
>
> OK,this even though the browser object sits in layer 1, and the overlying
> button sits in layer 2.
> So there is a breakdown in the layer paradigm?
>
> Messages are prevented from being generated if a browser widget rect
> encloses the clickLoc in any way. LC "knows" there is a widget there, eh?
> And reserves that rect against any and all messages.
>
> Hmmm.
>
> Craig
More information about the use-livecode
mailing list