>
> 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 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/CAGOYrKWp5K4biATsM93hQHwKN%3D2WNVBTxpwu%2B4WVK2n_CjGTFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to