PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM 22] very curious problem...
[WM 22] very curious problem...
Débuté par VEGEboss, 13 avr. 2018 18:47 - 1 réponse
Membre enregistré
88 messages
Popularité : +2 (2 votes)
Posté le 13 avril 2018 - 18:47
please consider this portion of code

FOR X = 1 TO 4
// Info("tractor@dpi1x.png")
{"BTN" + WIN_Main..Plane + "_WP" + X, indControl}..Image = "tractor@dpi1x.png"
END


I need it because (depending on other user option on the
screen) I need to change the image inside some buttons

if I deploy the app in this way, it crash without messages

if I delete the // in the Info() line, everything works fine but
I have 4 useless messages to the user

THIS MAKES ME CRAZY

because running in the WM environment I have NO PROBLEM,
but when I deploy to the phone/tables I find issues totally
unexpected

I have other examples of differences between the "GO" system
and the real deploy, but I think that this can offer a lot of
interesting considerations...

thanks to everybody
Posté le 14 avril 2018 - 00:08
if I deploy the app in this way, it crash without messages

if I delete the // in the Info() line, everything works fine but
I have 4 useless messages to the user

THIS MAKES ME CRAZY

because running in the WM environment I have NO PROBLEM,
but when I deploy to the phone/tables I find issues totally
unexpected

I have other examples of differences between the "GO" system
and the real deploy, but I think that this can offer a lot of
interesting considerations...



You should start by reding this:
http://fabriceharari.com/UK/Page_Article.awp…
>


Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com

thanks to everybody