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 (< [email protected]>) escribió: > > >> Button b3 = new Button("Cargar Fotos"); >> b3.addActionListener(e->{ >> Display.getInstance().openGallery(new ActionListener(){ >> >> @Override >> public void actionPerformed(ActionEvent evt) { >> int y = 2; >> } >> >> }, Display.GALLERY_IMAGE_MULTI); //have tried also >> GALLERY_ALL_MULTI but no luck! >> }); >> >> >> That snippet looks generally correct. This is a test case that I use for > the gallery multiselect features, if you want to take a look. > https://gist.github.com/shannah/7c7187b2ef97309dc394215dfa649d09 > > Steve > > -- > You received this message because you are subscribed to a topic in the > Google Groups "CodenameOne Discussions" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/codenameone-discussions/-ihNMfjrXHQ/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > Visit this group at > https://groups.google.com/group/codenameone-discussions. > To view this discussion on the web visit > https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKWp5K4biATsM93hQHwKN%3D2WNVBTxpwu%2B4WVK2n_CjGTFA%40mail.gmail.com > <https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKWp5K4biATsM93hQHwKN%3D2WNVBTxpwu%2B4WVK2n_CjGTFA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CALpaLONYPgRZU9Bo3cjdkNAk3QkdXBY56Tc%2BO36pqGAaiP%3DXOQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
