PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM 22] very curious problem...
[WM 22] very curious problem...
Started by VEGEboss, Apr., 13 2018 6:47 PM - 1 reply
Registered member
88 messages
Popularité : +2 (2 votes)
Posted on April, 13 2018 - 6:47 PM
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
Posted on April, 14 2018 - 12:08 AM
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