PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Global array not working in Universal Windows 10 environment?
Global array not working in Universal Windows 10 environment?
Débuté par Ferri, 07 juil. 2017 12:35 - 2 réponses
Membre enregistré
19 messages
Posté le 07 juillet 2017 - 12:35
Hello from Italy and sorry for bad english

I have a curious problem, and I hope that someone can give me
some hints for a better use of WinDev Mobile

I need to share some informations between 8 different Windows,
7 of these dedicated to a simple user input and the 8th for a
general information with totals

I don't want to use a HFSQL database and with my WM version
(21) I can't use the TABLES in the Universal Windows 10

For these reasons I thinked to use a global array defined at
"Project level" for a full visibility in all the Windows ad procedures

In Android environment everythingh works good

But in the "Universal Windows 10 App"...

- it seem that the Global Arrays don't work and my calculations are Always ZERO

- The "Store the value" option is not available

- while I test the app in the Windev Mobile environment it
works correctly, but if I develop it to the phone, it don't works

I can post some images if needed

thank to everybody
Posté le 07 juillet 2017 - 16:18
Hi

an easy way to develop for mobile is to use several planes inside the
same window instead of several separate windows...

This way, everything is always accessible.

Best regards

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

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

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


Le 7/7/2017 à 4:35 AM, Ferri a écrit :
Hello from Italy and sorry for bad english

I have a curious problem, and I hope that someone can give me
some hints for a better use of WinDev Mobile

I need to share some informations between 8 different Windows,
7 of these dedicated to a simple user input and the 8th for a
general information with totals

I don't want to use a HFSQL database and with my WM version (21) I can't
use the TABLES in the Universal Windows 10

For these reasons I thinked to use a global array defined at
"Project level" for a full visibility in all the Windows ad procedures

In Android environment everythingh works good

But in the "Universal Windows 10 App"...

- it seem that the Global Arrays don't work and my calculations are
Always ZERO

- The "Store the value" option is not available

- while I test the app in the Windev Mobile environment it
works correctly, but if I develop it to the phone, it don't works

I can post some images if needed

thank to everybody
Membre enregistré
19 messages
Posté le 07 juillet 2017 - 16:41
thank you Fabrice

waiting for a reply (and I'll try immediately) I discovered the REAL problem

I have some code in the "Focus Gain" section of my Windows and this
DON'T works in Universal Win 10 App...

What can I do to execute some code automatically when a window is
opened?

Thank you very much