Page 2 of 2
Re: How to add a custom logo to the notifications command?
Posted: Sat Feb 26, 2022 6:36 pm
by liveCode
problem solved
Re: How to add a custom logo to the notifications command?
Posted: Sat Feb 26, 2022 9:07 pm
by jacque
liveCode wrote: Sat Feb 26, 2022 6:36 pm
problem solved
How? I just tried several variations of mobileToast and none of them worked now. The documentation isn't clear whether it needs command syntax or funtion syntax.
Edit: never mind, I think we both made the same mistake. The stack needs the Toast Library added to Inclusions.
Re: How to add a custom logo to the notifications command?
Posted: Sun Feb 27, 2022 8:34 pm
by liveCode
I meant the problem of adding a custom logo to the alert was solved
But I still have not been able to execute the MOBILETOAST command
Re: How to add a custom logo to the notifications command?
Posted: Sun Feb 27, 2022 9:42 pm
by jacque
liveCode wrote: Sun Feb 27, 2022 8:34 pm
But I still have not been able to execute the MOBILETOAST command
You have to add the toast library in the Inclusions pane in standalone settings. Then the example you posted works.
Re: How to add a custom logo to the notifications command?
Posted: Mon Feb 28, 2022 1:21 pm
by liveCode
Now it works thanks