Hi, I'm trying to build a fairly generic widget that manages lists of named items with a menu of actions for each. I would like the widgets to display using their label, running on from one-another in a FlowLayout. When the user hovers over one of these items a menu should appear to manipulate it - edit the item, delete it from the list, and so on. The exact list varies from item to item. I was thinking of the kind of contextual menu you get in games where interacting with an object brings up a menu around that object.
So far, I've not got my head around how to do this. Should I be using css or event handlers or what? I'm a bit mystified. Thanks, Matthew -- Dr Matthew Pocock Integrative Bioinformatics Group, School of Computing Science, Newcastle University mailto: [email protected] gchat: [email protected] msn: [email protected] irc.freenode.net: drdozer skype: matthew.pocock tel: (0191) 2566550 mob: +447535664143 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
