[codenameone-discussions] Re: Uploading signature image

2018-05-17 Thread Gareth Murfin
Thanks Shai, I tried all of the things in that thread but the image is still not appearing on the server side. It's weird because server says it sent fine with JPG but with PNG it fails with error 500, but in all cases it never appears on the server side. Other images work fine, so im kind of a

[codenameone-discussions] Re: Uploading signature image

2018-05-17 Thread Gareth Murfin
Sorry it does work was a bug in my logic ;-/ On Thursday, May 17, 2018 at 8:24:45 PM UTC+8, Gareth Murfin wrote: > > Thanks Shai, I tried all of the things in that thread but the image is > still not appearing on the server side. It's weird because server says it > sent fine with JPG but with PN

[codenameone-discussions] Re: MVVM Pattern in CN1

2018-05-17 Thread Shai Almog
Hi, the best approach for databinding which is at the core of MVVM is through Properties: http://www.codenameone.com/blog/properties-are-amazing.html You can even auto-generate the UI portion from the model portion for simple cases. -- You received this message because you are subscribed to th

[codenameone-discussions] Re: MVVM Pattern in CN1

2018-05-17 Thread frederic . lehner
On Friday, May 18, 2018 at 6:12:29 AM UTC+2, Shai Almog wrote: > Hi, > the best approach for databinding which is at the core of MVVM is through > Properties: http://www.codenameone.com/blog/properties-are-amazing.html > > > You can even auto-generate the UI portion from the model portion for si