Sending a message to users that floats above everything

jonathandlynch at gmail.com jonathandlynch at gmail.com
Mon Aug 21 08:55:09 EDT 2017


This mislayering is with browser widgets that are grouped into different groups. Would that make a difference?

Sent from my iPhone

> On Aug 21, 2017, at 8:24 AM, Mark Waddingham via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
>> On 2017-08-21 03:53, Jonathan Lynch via use-livecode wrote:
>> I have been using "answer", "ask", and the mobile picker because they
>> appear on top. However, these system dialogs are not always pretty,
>> especially on Android. Is there another option? I tried using a
>> browser widget, but that does not always layer on top of another
>> browser widget, even if the layer in the widget is a higher number.
> 
> The layering of widgets which have a native layer (of which the browser widget is one) *should* reflect the layer number. e.g.
> 
>   layer 1 - field (lc)
>   layer 2 - browser 1 (native layer)
>   layer 3 - button (lc)
>   layer 4 - browser 2 (native layer)
> 
> should be reflected as:
> 
>   field (bottom)
>   button
>   browser 1
>   browser 2 (top)
> 
> So if this isn't the case, then it deserves a bug report :)
> 
> Of course, browser views on android/iOS might be 'special' and causing the problem themselves but assuming that isn't the case, it should work as you described...
> 
> Warmest Regards,
> 
> Mark.
> 
> -- 
> Mark Waddingham ~ mark at livecode.com ~ http://www.livecode.com/
> LiveCode: Everyone can create apps
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list