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.