Short version:
On Chromebooks, when my app shows a toast message every 60 seconds (checking for data updates), the toast gets shown even when my app isn't the current app. Is there a way to have my app's toasts only appear when the app is active?
Longer version:
My app checks a server for...
If you want to check if the application is running on a Chromebook (for example to do some specific GUI reconfiguration to run in a resizable Window), you can use the following routine.
Hope it helps. Returns true if is a Chromebook, False otherwise.
Sub isChromebook As Boolean
#If JAVA
import...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.