I tris this with no luck:

        for (int x=0; x<findTabs(f).getComponentCount(); x++)
            findTabs(f).getComponentAt(x).setTactileTouch(false);        



So for now I'll have to do this, which at least removes the sound:

Display.getInstance().setBuiltinSoundsEnabled(false);



On Monday, May 23, 2016 at 6:10:32 AM UTC+2, Shai Almog wrote:
>
> Hi,
> try using setTactileTouch(false) on the tabs.
>

-- 
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/d6edfb0d-7b07-4b25-b66a-ca5cc52d1585%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to