If add overflow commands with something like

        f.getToolbar().addMaterialCommandToOverflowMenu("View Cart", 
FontImage.MATERIAL_SHOPPING_CART, new Command("") {

            @Override
            public void actionPerformed(ActionEvent evt) {
                // do something
            }
        });

How can I programatically get the button/label that shows "View Cart" so I 
can change the font (by user choice, so don't want to set it in the theme).

-- 
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/24a0e489-516e-416d-96d6-bfa237ab879a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to