[codenameone-discussions] Re: Components of the forms disappear II

2018-09-18 Thread Shai Almog
Hi, the console of where this is happening. The console for the device if it happens there. For Android you can debug with a cable and for other devices there is this cn1lib https://www.codenameone.com/blog/native-logging-certificate-wizard.html -- You received this message because you are sub

[codenameone-discussions] Re: How to share /src images to social media using share button?

2018-09-18 Thread Shai Almog
Hi, can you provide the logs from the device for the failure? -- 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 codenameone-discussions+unsubscr...@goog

[codenameone-discussions] Re: getImage return null

2018-09-18 Thread Shai Almog
If png loading from themes didn't work none of our apps would have worked and the simulator itself would fail. -- 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

[codenameone-discussions] Re: How to open gallery and select multiple images from gallery in Codename One? Any source code?

2018-09-18 Thread Shai Almog
Hi, There is an issue with Image.createImage(filePath); on iOS. You need to use an InputStream as a workaround. -- 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 a

[codenameone-discussions] Re: Components of the forms disappear II

2018-09-18 Thread rdvg1962
Hi, I am a man older than 50 and I skipped java and object oriented programming to work on codename one. I have doubts about the console you mention. Is the debug console that has my IDE (netbeans) or what? -- You received this message because you are subscribed to the Google Groups "Codena

[codenameone-discussions] Re: How to share /src images to social media using share button?

2018-09-18 Thread Pugazhendi E
Dear Shai, Thank you so much... I ve tested your code...it works well in simulator and Android phones...now images are successfully stored in /temp folder of Android 5.0.I can now share images on social media using Android lollipop... but not in higher version... I don't know why it's not

[codenameone-discussions] Re: getImage return null

2018-09-18 Thread alisayed
I found strange issue if I try to load jpg it load but if png it fails , not sure when this issue happened , can you try using latest plugin and latest cn1 lib add an image to resources and try to load from code On Tuesday, September 18, 2018 at 12:18:58 AM UTC-4, Shai Almog wrote: > > I can't s

[codenameone-discussions] Re: How to open gallery and select multiple images from gallery in Codename One? Any source code?

2018-09-18 Thread mailsenthil77
> > I am having two Buttons in my screen. One is Gallery Button. Other one is > camera Button. > I am having one Container to display Images. > > Gallery button is for selecting multiple images from the phone. > Camera button is for taking photos using the phone. > User can click camera button to