Multiple Columns In a PopupMenu

Hi,

I never use combo boxes as I like the look of the popup menus. One thing I miss is the ability to put multiple menus in a PopMenu. I know it can be used with a fixed font. Does anybody know of another way to do this? Or is there a third-party tool that can do this?

Thanks

Rich

As far as I know this is not possible due to Mac’s NSPopupMenu, which is one-columned only.

You can fake this using Listbox on a window (plain box window type) that you ‘popup’ next to your control. That’s the basic gist of what the IDE is doing for the AutoComplete (which has multiple columns in its popup menu).