I have a list of MultiButtons added to a container with BoxLayoutY with the container in the form at BorderLayout.WEST When a user taps on one of the multibuttons it fills in the details in the container in BorderLayout.CENTER When the user taps, I pass in the MultiButton to the event and call setSlected(true), however the MultiButton doesn't seem to provide any information that it is selected. The pressed state highlights the mb, but selected doesn't. How can I get the multibutton that is "selected" draw seleted?
-- 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/9cf950f7-6eab-4532-b289-ae6dddb32d52%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
