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

2018-10-14 Thread Shai Almog
Hi, thanks for the details. The right place for this is the issue tracker here: http://github.com/codenameone/CodenameOne/issues/ That way we can track the issue specifically, assign it and monitor potential regressions/fix failed without it getting buried under the pile of discussions.

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

2018-10-13 Thread Shai Almog
The issue that was fixed for #2383 was caused by using the capture API then opening the gallery. If it's still happening in current builds then it's a separate issue. Assuming it happens to you in a hello world scenario then this is probably a device specific issue. Here's what you need to do:

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 Shai Almog
Hi, did you use capture as part of the flow? Is it possible that this fix is relevant? https://github.com/codenameone/CodenameOne/commit/cbac71f4393d26478c482c802d059a85718e417d -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

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

2018-10-08 Thread Carlos Conti
Hi Steve, I have run your test, and in my device Android 7.0 Samsung S7 Edge it doesn't allow me to select multiple images. The behavior is the same I get with my application, I can effectively select multiple images in the simulator, but not on the device. Don't know how to proceed. Can you

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, I have run it on an Android 7.0 (don't know the api level but should be recent enough its a Samsung S7 Edge) Ok. I will firstly test your code snippets, perhaps we find a surprise, and it only has to do with the code structure/argument type, etc since this is an abstraction layer we

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

2018-10-02 Thread Steve Hannah
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 tested running it on an Android device? On the > simulator I am being able to perform a multiselection, but not

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ó: > > >> Button b3 = new

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

2018-10-02 Thread Steve Hannah
> > Button b3 = new Button("Cargar Fotos"); > b3.addActionListener(e->{ > Display.getInstance().openGallery(new ActionListener(){ > > @Override > public void actionPerformed(ActionEvent evt) { > int y = 2; > }

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

2018-09-30 Thread carloscz25
CN 5.0 Netbeans 8.0.2 Windows 10 I am trying to select in a single action several files to upload to a remote server. Currently I can only select one picture at a time, which makes the process unacceptable for users when you need to upload more than a couple of pictures, which is the regular