PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM 23] how to add additional images during deploy
[WM 23] how to add additional images during deploy
Started by VEGEboss, Jul., 10 2018 4:04 PM - 1 reply
Posted on July, 10 2018 - 4:04 PM
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
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on July, 10 2018 - 10:26 PM
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