I did roll my own but it isn't possible to get it quite right. It's called a "toast" because it pops up/slides up from the bottom of the screen and then slides back down again. Doing it in LCS requires visual effects which break the effect if there is anything under the sliding area; everything in that rectangle animates. The hack can only be used on a blank area of the card.

A native toast is required, with the added benefit that it really does display on top of everything else without any layer-adjustments.

BTW, if you're interested in Android terminology, a toast-like message that reaches from edge to edge on the screen is called a "snackbar". Go figure. Snackbars are like toasts except that they are dismissed by swiping and can provide buttons for user interaction.


On 8/22/17 12:49 PM, Bob Sneidar via use-livecode wrote:
Oooh I was thinking about toasting... err rolling my own!

On 2017-08-22 17:10, Bob Sneidar via use-livecode wrote:
Educate me, what is toast?


--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to