PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Windev mobile 23
Windev mobile 23
Iniciado por guest, 28,may. 2018 10:07 - 11 respuestas
Publicado el 28,mayo 2018 - 10:07
Hi,

I guess the pre version of verion 23 is not for production by a long shot.

1 I had problems adding a liding menu using a internal window ( Just adding generates a fault )

Sent fult info to PC Soft. They couldnot reproduce the problem ?? Of I tried making a small project. But at first tried to generate an axample project. The project example for managing orders. It could not be generated:
- Fault in Camera etc

So I snet to PC Soft that they have to try compiling their own simmple app that worked just fine with version 22.


So I am abandoning version 23 for now. So FDar following does not work:
- Sling menu on action bar ( Android )
- Using camera in android

Have any of you had these problems as well ?

regards

Allard
Publicado el 29,mayo 2018 - 03:52
Hi Allard

Have not tried V23 but thanks for the heads up. All our stuff is in 22 right now.

Cheers
André
Publicado el 29,mayo 2018 - 15:25
Hi Andre, and all other mobile users


Indeed better stay with version 22. I have stoped the development of this app in 23 . It is not workeble. 22 works just fine!!


regards
Allard
Publicado el 29,mayo 2018 - 18:33
Hi

I tried for a last time.

Now importing the files of an example. If I rermove all code and the looper then generation with 23 is possible . Then wheN I add this code to get a barscan feature:

//
//cbCode is a BarCodes
//sBarCode is string
//
//// Capture the bar code
//cbCode = BCCapture()
//sBarCode = cbCode..RoughValue

barcode is BarCode
sBarcode is string

// caputure
barcode = BCCapture()
sBarcode = barcode..RoughValue
Info(sBarcode)

generation fails:

So . Donnot use version 23.

I have had some issuse with 22 as well this afternoon. It seems you cannot copy windows from one project to an other . even via dthe importing feature this doesnot work.

I will try adding this all to version 22. If this goes wrong as well . Then I donnot know if Iam going to use this product at All.

regards
Publicado el 29,mayo 2018 - 21:34
Hi Allard,

Using 23 now is clearly a bad idea, but I have copied MANY windows, classes, queries and so on from one project to another, imported, shared, etc, without any problem in 22, 21 and before.

So if you cannot do that, maybe you could share the error message so that we can help...

Of course, if it's not done already, make sure to exclude both the WX directories and the Project directories from your Anti-virus surveillance... Otherwise you WILL at some point have strange things happening.

Best regards
Publicado el 31,mayo 2018 - 12:36
Hi,

Now nothing works anymore.

I made a new project with version 22 . And I cannot even rgenerate a loginscreen.

Made the project

generated the logn screen:

Added

x is barcode

Deleted x is barcode

no more generation all faults:


Failure creating the Android application named .


Command Line: "C:\Program Files\Java\jdk1.8.0_131\in\java.exe" "-Dorg.gradle.appname=C:\My Mobile Projects\wdAdmin_mob\Android\Generation" -classpath "C:\WINDEV Mobile 22\Personal\Android\Gradle\lib\gradle-launcher-2.14.1.jar" org.gradle.launcher.GradleMain assembleDebug -b "C:\My Mobile Projects\wdAdmin_mob\Android\Generation\uild.gradle"


Error returned:

:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
C:\My Mobile Projects\wdAdmin_mob\Android\Generation\src\com\wdsoft\wdadmin_mob\wdgen\GWDPwdAdmin_mob.java:170: error: cannot find symbol
if(WDAPIVM.enModeAndroid().getBoolean())
^
symbol: variable WDAPIVM
location: class GWDPwdAdmin_mob
C:\My Mobile Projects\wdAdmin_mob\Android\Generation\src\com\wdsoft\wdadmin_mob\wdgen\GWDPwdAdmin_mob.java:202: error: cannot find symbol
WDAPIVM.finProgramme(new WDObjet[] {WDAPIVM.erreurInfo()} );
^
symbol: variable WDAPIVM
location: class GWDPwdAdmin_mob
C:\My Mobile Projects\wdAdmin_mob\Android\Generation\src\com\wdsoft\wdadmin_mob\wdgen\GWDPwdAdmin_mob.java:202: error: cannot find symbol
WDAPIVM.finProgramme(new WDObjet[] {WDAPIVM.erreurInfo()} );
^
symbol: variable WDAPIVM
location: class GWDPwdAdmin_mob
C:\My Mobile Projects\wdAdmin_mob\Android\Generation\src\com\wdsoft\wdadmin_mob\wdgen\GWDPwdAdmin_mob.java:210: error: cannot find symbol
WDAPIVM.finProgramme(new WDObjet[] {WDAPIVM.erreurInfo()} );
^
symbol: variable WDAPIVM
location: class GWDPwdAdmin_mob
C:\My Mobile Projects\wdAdmin_mob\Android\Generation\src\com\wdsoft\wdadmin_mob\wdgen\GWDPwdAdmin_mob.java:210: error: cannot find symbol
WDAPIVM.finProgramme(new WDObjet[] {WDAPIVM.erreurInfo()} );
^
symbol: variable WDAPIVM
location: class GWDPwdAdmin_mob
5 errors
:compileDebugJavaWithJavac FAILED


hope anyone canmake some sence out of this. Is it a windows 10 thing ? I added windevmobile to the firewall etc


regards

Allard
Publicado el 31,mayo 2018 - 13:28
Hi Allard,

From what I understand, you are switching willy nilly from v21 v22 and v23... In Mobile, it's not that simple as each version is supposed to work with a SPECIFIC VERSION OF JAVA+Android SDK... Or at least with a specific MAXIMUM version

so, if you installed and tried WM23, you probably also installed and configured JAVA and Android SDK for it, with versions that are too advanced for WM21 and 22... Hence your current problems...

Best regards
Publicado el 31,mayo 2018 - 22:12
Ok

So I should fix one version and stick to it ?

regards

Allard
Publicado el 01,junio 2018 - 14:31
That is not what I said...

I said that if you HAVE to switch between versions, you ALSO need to switch between SDK/JAVA versions corresponding with them.

Now, considering the speed at which mobile environments are changing, using OLD versions of Windev mobile is asking for trouble.

And currently, using WM23 is also asking for trouble as the new version is not stable yet.

So MY choice is currently to use WM22, and I have NO problems with it, and I'm building applications that work just fine (the latest is here: dps.datatale.com)

Best regards
Publicado el 01,junio 2018 - 18:22
Hi

Thanks

PCSoft came with solution.

Indeed not working with serveral versions .


Hi Allard,
I'm very sorry for the inconvenience. You should try this :

- delete all the folders named "FRMK_Android*" in C:\Users\\AppData\Local\Temp\,

- delete if present the file "wd??android.jar" in C:\Users\\AppData\Local\VirtualStore\Program Files (x86)\PC SOFT\WinDev Mobile 20\Programs\Framework\Android\r\

- delete if present "wd??android.jar" in C:\Users\\AppData\Local\VirtualStore\Program Files\PC SOFT\WinDev Mobile 20\Programs\Framework\Android\r\

- the "android" folder in the project folder

If it is not ok, your elements are needed.
Publicado el 01,junio 2018 - 18:49
Interesting "solution" but no news afaik

Quote


- delete all the folders named "FRMK_Android*" in C:\Users\\AppData\Local\Temp\,

- the "android" folder in the project folder

I need to do this frequently with WM22 as well, otherwise it doesn't compile

Quote


- delete if present the file "wd??android.jar" in C:\Users\\AppData\Local\VirtualStore\Program Files (x86)\PC SOFT\WinDev Mobile 20\Programs\Framework\Android\r\

- delete if present "wd??android.jar" in C:\Users\\AppData\Local\VirtualStore\Program Files\PC SOFT\WinDev Mobile 20\Programs\Framework\Android\r\
I don't have these directories, so in my case "not present" already
Publicado el 02,junio 2018 - 02:30
Hi

Ok maybe no news but a solution for me.

I had onley played with mobile ( 22 ) Now I needed to make someting real. And suddely I had this Issues. I was very frustrating!!

So I thought I'd better tell the solution so others do not have to go through this frustration.

Mobile is a great product. ( if it works ha ha 0

regards
Allard