How would I create a dialog that has a popup menu like this:
[code]
+----------------+
| popup selector1|
| popup selector2|
| popup selector3|
| popup selector4|
| popup selector5|
| popup selector6|
| popup selector7|
|----------------+
I am trying to create a dialog that displays only a popup menu.
I'm trying to make something like the "Start Menu" in windows.
Its simply going to display items like a "listbox" but it will
look like the items listed when you click on the "Start Menu"
Any ideas?
------------------
-Greg
[code]
+----------------+
| popup selector1|
| popup selector2|
| popup selector3|
| popup selector4|
| popup selector5|
| popup selector6|
| popup selector7|
|----------------+
I am trying to create a dialog that displays only a popup menu.
I'm trying to make something like the "Start Menu" in windows.
Its simply going to display items like a "listbox" but it will
look like the items listed when you click on the "Start Menu"
Any ideas?
------------------
-Greg
Comment