<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>4 Jan 2018 18:08:00 Z</lastBuildDate><pubDate>1 Jan 2018 21:21:00 Z</pubDate><description>Hi All,&#13;
&#13;
I have a chart that is showing some data. My users need to add a line at an arbitrary point on the chart. This works very well in test mode. However, when I compile for android, I get the errors shown below. The code is:&#13;
&#13;
dStartDrawing(CHART_Duration)&#13;
dx = MouseXPos()&#13;
dy = MouseYPos()&#13;
&#13;
dLine(dx,dy, dx, 40 ,LightRed)&#13;
&#13;
dFont("Arial",3)&#13;
dText(dx + 5, 30,"Baseline",LightRed)&#13;
&#13;
&#13;
Am I missing a java library?&#13;
&#13;
Thanks, Bill&#13;
&#13;
Compile Errors:&#13;
&#13;
Failure creating the Android application named .&#13;
&#13;
&#13;
Command Line: "C:\Program Files\Java\jdk1.8.0_131\in\java.exe" "-Dorg.gradle.appname=C:\My Mobile Projects\BCBA\Android\Generation" -classpath "C:\WINDEV Mobile 22\Personal\Android\Gradle\lib\gradle-launcher-2.14.1.jar" org.gradle.launcher.GradleMain assembleRelease -b "C:\My Mobile Projects\BCBA\Android\Generation\uild.gradle"&#13;
&#13;
&#13;
Error returned:&#13;
&#13;
:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).&#13;
C:\My Mobile Projects\BCBA\Android\Generation\src\com\harpsoftware\appliedbehavioralpha\wdgen\GWDFWIN_TestChart.java:497: error: cannot find symbol&#13;
WDAPIDessin.dLigne(vWD_dx.getInt(),vWD_dy.getInt(),vWD_dx.getInt(),40,255);&#13;
^&#13;
symbol: variable WDAPIDessin&#13;
location: class GWDFWIN_TestChart.GWDCHART_Duration&#13;
C:\My Mobile Projects\BCBA\Android\Generation\src\com\harpsoftware\appliedbehavioralpha\wdgen\GWDFWIN_TestChart.java:500: error: cannot find symbol&#13;
WDAPIDessin.dPolice("Arial",3);&#13;
^&#13;
symbol: variable WDAPIDessin&#13;
location: class GWDFWIN_TestChart.GWDCHART_Duration&#13;
C:\My Mobile Projects\BCBA\Android\Generation\src\com\harpsoftware\appliedbehavioralpha\wdgen\GWDFWIN_TestChart.java:503: error: cannot find symbol&#13;
WDAPIDessin.dTexte(vWD_dx.opPlus(5).getInt(),30,"Baseline",255);&#13;
^&#13;
symbol: variable WDAPIDessin&#13;
location: class GWDFWIN_TestChart.GWDCHART_Duration&#13;
C:\My Mobile Projects\BCBA\Android\Generation\src\com\harpsoftware\appliedbehavioralpha\wdgen\GWDFWIN_TestChart.java:1555: error: cannot find symbol&#13;
WDAPIDessin.dDebutDessin(mWD_CHART_Duration);&#13;
^&#13;
symbol: variable WDAPIDessin&#13;
location: class GWDFWIN_TestChart&#13;
4 errors&#13;
:compileReleaseJavaWithJavac FAILED</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63818-android-drawing-java-errors/read.awp</link><title>Android drawing - java errors</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63818-android-drawing-java-errors-solved-63848/read.awp</comments><pubDate>4 Jan 2018 18:08:00 Z</pubDate><description>I updated my wm version to 71n and the project now compiles.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63818-android-drawing-java-errors-solved-63848/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63818-android-drawing-java-errors-solved-63848/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63818-android-drawing-java-errors/read.awp">Android drawing - java errors</source><title>Re: Android drawing - java errors - SOLVED</title></item></channel></rss>
