Hi 
I have a ImageViewer iv  in my Container.  

I like to know the selectedindex of new image after i swiped. 
I dont know which listner i have to use,  Any ideas?


iv.addPointerReleasedListener(new ActionListener() {
      @Override
      public void actionPerformed(ActionEvent e) {
          swipelistner();
      }


  private void swipelistner() {
   
    int p = iv.getImageList().getSelectedIndex();
       Weergave(p);
    }

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/4086a22e-43b3-46d8-bda5-98d947a0346d%40googlegroups.com.

Reply via email to