[codenameone-discussions] Re: pull to refresh not working on tab component

2016-07-06 Thread Shai Almog
Remove this: t.setScrollableY(true); The Tabs themselves should NOT be scrollable In PnlCurrentActivity use setScrollableY(true) because this component should be scrollable. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" gro

[codenameone-discussions] Re: pull to refresh not working on tab component

2016-07-06 Thread howudodat1
ok, I still cant seem to get this to work. Here is my layout: Form (FrmMain) -> Tabs -> Container (PnlCurrentActivity). I set pull to refresh on PnlCurrentActivity, but the refresh event never fires FrmMain: public class FrmMain extends com.codename1.ui.Form { protected PnlCurrentActivity pnlCu

[codenameone-discussions] Re: pull to refresh not working on tab component

2016-07-05 Thread Shai Almog
You can't have the Tabs component itself scrollable. It won't look good. You want to have the containers added to the tabs as the scrollable/refreshable elements. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from th