I dont know if that makes sense or if anybody else finds it interesting but it would be nice if gideros studio was able to send the app to all connected devices at once just by hitting the play button. (send to one after another)
I use 2 mobile phones and also the gideros player for debugging and I have to switch manually from one device to the other.
What you all think?
Comments
Just here is an explanation of it.
http://www.indiedb.com/tutorials/gideros-with-zerobrane
(Find Topic Setup multiple devices for instant on-device testing and debugging )
But if Gideros Studio will also support somehow this property i will not say no to it:D
Maybe we will have an idea for Gideros Studio too
Currently in Gideros Studio there is a dropdown with all available devices, which allows you to switch between devices by selecting it from dropdown
Likes: antix
I am not aware of the latest additions on Gideors studio.
Not doing a single project with it lately but it is not changing the fact that i am supporting it with all my heart.
It is always good to be kept up to date, i guess need to resarch and experiment the latest changes.
Previously Zerobane studio rules, and Gideros's own ide doesn't have so much customization options.
It is good to hear those additions. I guess need to look at it.
so debugging multiple devices probably causes more problems than it's worth. but still, running on multiple devices automatically (without debugging all of them) could be possible i guess with some batch script using gdrdaemon etc. command-line tools.
Fragmenter - animated loop machine and IKONOMIKON - the memory game
I think just sending sequentially to all devices in the currently existing dropdown would work. I do this manually now, export them one by one, to test the same code on multiple devices. The use case for me is invariably performance and UI positioning on different devices.
See https://github.com/gideros/gideros/issues/31 for tracking this request.
A first approach would be to automate launching on all devices discovered, finishing by the one that is currently selected.
Something like: Connect->Launch->Disconnect for each device, finishing by a Connect->Launch on selected device, console will then be tied to selected device
Likes: Xman
Likes: keszegh, dreiko65, pie, totebo
Likes: dreiko65, talis, keszegh, vitalitymobile