Re: [codenameone-discussions] Re: Can't open file for upload in iOS

2018-11-27 Thread Carlos Conti
Great. Works like a charm. Thanks Shai. Carlos. El mar., 27 nov. 2018 a las 5:33, Shai Almog () escribió: > Hi, > use the version of the method without is.available(). is.available() may > return 0 or a small number. Not the total number of bytes. > Alternatively you can check the actual

Re: [codenameone-discussions] Re: Image Resizing in Device produces very heavy images

2018-11-21 Thread Carlos Conti
Thanks Shai that did the trick. Works awesome now. Carlos. El vie., 16 nov. 2018 a las 17:42, Dave Dyer () escribió: > Good one! I'd say its a bug that codename1 accepts "jpg" and does the > wrong thing. > > -- > You received this message because you are subscribed to a topic in the > Google

Re: [codenameone-discussions] Unable to select multiple images via Display.getInstance().openGalellery(ActionListener, Display.GALLERY_IMAGE_MULTI)

2018-10-13 Thread Carlos Conti
Hi Shai, don't know exactly what you mean by "capture as part of the flow". I am currently only checking it on android devices not iOS, that will be the next step. I am not interested in capturing, just in selecting from the gallery, but currently I would have to open the gallery as many times as

Re: [codenameone-discussions] Unable to select multiple images via Display.getInstance().openGalellery(ActionListener, Display.GALLERY_IMAGE_MULTI)

2018-10-08 Thread Carlos Conti
2, 2018 at 9:04 AM Carlos Conti wrote: > >> Hi Steve thanks. Have you tested running it on an Android device? On the >> simulator I am being able to perform a multiselection, but not on the >> device. >> >> Regards. >> >> Carlos Conti. >&

Re: [codenameone-discussions] Unable to select multiple images via Display.getInstance().openGalellery(ActionListener, Display.GALLERY_IMAGE_MULTI)

2018-10-02 Thread Carlos Conti
. 2018 a las 18:06, Steve Hannah (< steve.han...@codenameone.com>) escribió: > Yes. I've tested it on several devices. What device are you running it > on / what version of Android? > > On Tue, Oct 2, 2018 at 9:04 AM Carlos Conti wrote: > >> Hi Steve thanks. Have you test

Re: [codenameone-discussions] Unable to select multiple images via Display.getInstance().openGalellery(ActionListener, Display.GALLERY_IMAGE_MULTI)

2018-10-02 Thread Carlos Conti
Hi Steve thanks. Have you tested running it on an Android device? On the simulator I am being able to perform a multiselection, but not on the device. Regards. Carlos Conti. El mar., 2 oct. 2018 a las 14:09, Steve Hannah (< steve.han...@codenameone.com>) escribió: > > >> Butt

Re: [codenameone-discussions] Re: Unable to select multiple images via Display.getInstance().openGalellery(ActionListener, Display.GALLERY_IMAGE_MULTI)

2018-10-02 Thread Carlos Conti
Thanks for your answer Shai. Will keep exploring. Regards, Carlos Conti. El mar., 2 oct. 2018 a las 6:44, Shai Almog () escribió: > Hi, > I haven't used the multipicker myself so Steve might be able to better > answer that. I think we should probably update the old camera demo to

Re: [codenameone-discussions] Re: Unable to select multiple images via Display.getInstance().openGalellery(ActionListener, Display.GALLERY_IMAGE_MULTI)

2018-10-01 Thread Carlos Conti
Hi Shai, thanks for your quick answer. Is there any Demo that includes the functionality? Perhaps I am missing any setting? Should I use a different flag? Any trick for Android to take it into account? I plan to use in the future sockets to implement a chat app. I have seen there's a set of