[codenameone-discussions] Re: Convery byte array to Image and back issue

2019-07-07 Thread shop . service . assistant
Good point. I am using ImageViewer to Display pics. ImageViewer only accepts Image objects. Converting Image to bytes and back are not reliable. However EncodedImage in place of Image does work. EncodedImage.createFromImage(viewer.getImage(),false) Thanks. Regards On Saturday, July 6, 201

[codenameone-discussions] Re: How to populate a class with PropertyBusinessObject correctly

2019-07-07 Thread Shai Almog
Hi, in the server there are several layers. One of them contains the entities (which you've listed) they include the database mapping which includes a lot of internal data such as relations etc. There's the webservices themselves which include the client side API's. When you invoke the webservic

[codenameone-discussions] Re: black Screen

2019-07-07 Thread Shai Almog
Hi, that can mean a lot of things. I suggest connecting the device with a cable and looking through the printouts from the device in logcat. Also please confirm that the app works correctly in the simulator. -- You received this message because you are subscribed to the Google Groups "CodenameO

[codenameone-discussions] Re: How to populate a class with PropertyBusinessObject correctly

2019-07-07 Thread rdvg1962
Hi, As far as I can investigate, I have 2 paths: The first is to make a DTO class on the server that contains all the properties that I need "User" and "Device". Then create a repository to extract the information and this is what I send to the client. The client has a custom class with all the

[codenameone-discussions] Re: How to populate a class with PropertyBusinessObject correctly

2019-07-07 Thread rdvg1962
Hi, Precisely, I do not know how I should change the DAO, I would appreciate a guide. Thanks -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codena

[codenameone-discussions] Re: Android error (Black screen)

2019-07-07 Thread new20world16
i have the some problem with all program On Wednesday, December 3, 2014 at 10:34:03 AM UTC+2, Amine Missbah wrote: > > Hi, > > When i try to run the generated android version of my application, I got > black Screen. > This problem appear yesterday and continu this morining. And I didn't > change

[codenameone-discussions] black Screen

2019-07-07 Thread new20world16
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device Helo i have the same problem after i do program and finish the all thing i send to android but the problem when i open the program display black screen