PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Erro creation chart WidevMobile
Erro creation chart WidevMobile
Débuté par Mauricio P Correa, 17 déc. 2015 14:31 - Aucune réponse
Posté le 17 décembre 2015 - 14:31
I am trying to create a chart in WinDev Mobile 19. On the computer SDK works perfectly
On the phone with Andorid 5.0 this ocorendo the following error.
I tried to create a drawing with dStartDrawing command.[code:wl]
The error continues.
I need urgent help. Thanks for listening






Ex1
//ChartDia[1]..SeriesColor=Sta09Atendido..Color
//ChartDia[2]..SeriesColor=Sta09naoAtendido..Color
//VetDia is an array of int
//ArrayAdd(VetDia,PagDia)
//ArrayAdd(VetDia,TotDia-PagDia)
//grDraw(ChartDia)

Ex2
dStartDrawing(Img09)
dPen(DarkGreen,0,3)
dCircle(1,1,22,22,PastelYellow,DarkGreen)
dSlice(10, 10, 50, 50, 20, 20, 40, 50, LightYellow, LightBlue)