PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM 23] how to add additional images during deploy
[WM 23] how to add additional images during deploy
Débuté par VEGEboss, 10 juil. 2018 16:04 - 1 réponse
Posté le 10 juillet 2018 - 16:04
hello folks

I'm working on an App (now Android, but iOs will follow) where an image object must change the .PNG displayed depending on user choices and bla bla bla

All works fine in a [GO] simulation, but when I deploy the app to my Android devices, the images needed are not displayed.
The reason is easy to understand: the "alternative" names are modified via WLanguage and there are no direct references to them.

Is possible to add those images during the deploy? Or should I add them in an invisible Plane?

Thank you very much
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 10 juillet 2018 - 22:26
Hi VEGEboss

on the deploying the apk on the part 13 theres a way to put the image you want here's the sauce I mean source

https://help.windev.com/en-US/…


just put the image and call it and that's all no need to put it on a path of the device, it will be on the apk everytime the user installed it.

--
Best Regards
Jose