I have a pop-up menu that lists categories of things users can choose to view. Once they choose the category, a dialog window opens from which they can select specific items within that category, and after they've done that, the dialog closes and the requested items are shown in a list.
My problem is, if the user selects the same category again (because they want to see different items), I don't get any action event from the popup menu because its value hasn't changed. In both Visual Basic and FutureBasic, I simply respond to a popup menu action event and get its value, but there doesn't seem to be anything except the Change event in RB. So the question is, how can I tell when a user has made a *repeat* selection from a popup menu? Or is there a better control for what I'm doing? Thanks! - John _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
