codenameone - How to remove commands added to overflow menu -


when add commands toolbar using toolbar.addcommandtooverflowmenu(cmd)and try remove them using form's removecommand(as described here) doesn't work. right approach?

this seems missing. we'll add toolbar.removeoverflowcommand(command) method next update.


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -