PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM 23] how to add additional images during deploy
[WM 23] how to add additional images during deploy
Iniciado por VEGEboss, 10,jul. 2018 16:04 - 1 respuesta
Publicado el 10,julio 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
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 10,julio 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