This issue is already fixed, and will be included in the next update on Friday. https://github.com/codenameone/CodenameOne/issues/2973
On Mon, Dec 30, 2019 at 9:24 AM Yassine el malyh <[email protected]> wrote: > Hello, > > > please we have a regression using tabs with *setSwipeActivated(true);* > therefore we can't swipe tabs anymore. > please note that it's for an emergency situation. > > thank you, > Regards > > Form hi = new Form("Tabs", new BorderLayout()); > Tabs t = new Tabs(); > Label t1 = new Label("Blue"); > t1.getAllStyles().setBgColor(0xff); > t1.getAllStyles().setBgTransparency(255); > Label t2 = new Label("Green"); > t2.getAllStyles().setBgColor(0xff00); > t2.getAllStyles().setBgTransparency(255); > Label t3 = new Label("Red"); > t3.getAllStyles().setBgColor(0xff0000); > t3.getAllStyles().setBgTransparency(255); > > t.addTab("Blue", t1); > t.addTab("Green", t2); > t.addTab("Red", t3); > > t.setSwipeActivated(true); > > > hi.add(CENTER, t); > > hi.show(); > > -- > 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/8454b6a1-340f-4056-b1cc-3c1b1cf15cf6%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/8454b6a1-340f-4056-b1cc-3c1b1cf15cf6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- 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/CAGOYrKV62NYLzArH3He%2Bg57M3i43nq0ouOeoHzZBP4owpDscPg%40mail.gmail.com.
