[codenameone-discussions] Re: Problems with a webservice and population in Json

2021-05-31 Thread rdvg...@gmail.com
Hi, In debug the value value.getResponseData () is: [image: Muestra.png] I have "*usuario*" class that implements PropertyBusinessObject to receive interaction "0" (see image). When I try to receive the fields from the class they are in null (

[codenameone-discussions] Re: Problems with a webservice and population in Json

2021-05-31 Thread Shai Almog
Hi, It's hard to tell. Is the printout of data related to value.getResponseData()? What are the fields of User? How does it fail? Is the user object not set? If you step over it with a debugger is it set for a short while? On Monday, May 31, 2021 at 7:14:58 PM UTC+3 rdvg...@gmail.com wrote: >

[codenameone-discussions] Problems with a webservice and population in Json

2021-05-31 Thread rdvg...@gmail.com
Hi, I am trying to consume a webservice using the restful API. It correctly returns the information I request: data => [{usuarioid=17, usuario=demo1, nombreempresa=Embutidora Nacional, impuesto=7, menuid=1, dispositivoid=4, leehuella=1, imei=5, correo=ruben...@yahoo.com, nombre=Usuario

Re: [codenameone-discussions] iOS datepicker error

2021-05-31 Thread bsystems limited
Hello Shai, Thank you for the reply. Implementing the codename one picker does not give us buttons to accept the value chosen. Image reference below, How do we get the buttons to display On Sat, May 29, 2021 at 4:57 AM Shai Almog wrote: > Hi, > Native pickers break with every release of iOS. As