NeoTechni Well-Known Member Licensed User Longtime User Dec 18, 2015 #1 I'd like to be able to right click a device ID and assign it a nickname As well as an option to automatically keep using the selected device, till the next time you close the program anyway
I'd like to be able to right click a device ID and assign it a nickname As well as an option to automatically keep using the selected device, till the next time you close the program anyway
JonPM Well-Known Member Licensed User Longtime User Dec 18, 2015 #2 +1 I think select device dialog is needed for each build. I am frequently testing with different devices and have issues switching between.
+1 I think select device dialog is needed for each build. I am frequently testing with different devices and have issues switching between.
Erel B4X founder Staff member Licensed User Longtime User Dec 20, 2015 #3 NeoTechni said: As well as an option to automatically keep using the selected device, till the next time you close the program anyway Click to expand... This is the case if you are using debug mode (rapid debug) or background compilation. JonPM said: I think select device dialog is needed for each build Click to expand... In debug mode you need to clean the project (Ctrl + P) if you want to force the IDE to allow you to change device.
NeoTechni said: As well as an option to automatically keep using the selected device, till the next time you close the program anyway Click to expand... This is the case if you are using debug mode (rapid debug) or background compilation. JonPM said: I think select device dialog is needed for each build Click to expand... In debug mode you need to clean the project (Ctrl + P) if you want to force the IDE to allow you to change device.