Chrome book Mobile setup

Hey,

Chrome book no Java so must be run as a mobile project.

If I load a project as mobile through the chrome book it works, except it pops up the keyboard and number pad. I can go through the project and disable the touch screen mode on each of the components then things work ok. Is there a way to apply this to the many components within the project other then 1 at a time?

You can select multiple components with Ctrl+L Click and then disable touchscreen mode.

Would disabling touch screen mode on the client (client startup script) do what you’re looking for? Something like:

if system.net.getHostName() == "ChromeBookHostName": system.gui.setTouchscreenModeEnabled(0)

Witman,

That should work as well