f.getContentPane().addPullToRefresh(new Runnable() {

        public void run() {
            _("PULLED.");
            String count = " " + f.getContentPane().getComponentCount();
            f.addComponent(0, new Button("Button " + count));
            f.invalidate();
        }
    });

this doesnt seem to result in anything at all, has it changed?

Also would it be possible to change the text "pull to refresh" to use for 
other things?

-- 
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/2242e651-9802-4d59-8349-fcd0fdac449a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to