Popup with hierarchical list box instead of edit table (OpenInsight Specific)
At 27 NOV 1997 10:42:36AM Oystein Reigem wrote:
I want a popup with a hierarchical list box
instead of an edit table. I don't necessarily
need all the different flavours and features of
the normal popup. But I still think a good
starting point will be the popup source code
and source window.
But what do I need to know? In the current functions
there are a lot of edit-table messages etc:
edit-table justificationsequ DTCS_LEFT$ to 0equ DTCS_CENTER$ to 64equ DTCS_RIGHT$ to 128equ DTCS_HEADLEFT$ to 1024equ DTCS_HEADCENTER$ to 256equ DTCS_HEADRIGHT$ to 512equ DTCS_LOCKED$ to 8192
edit-table messages (assume that WM_USER is 1024)equ DTM_GETDTMETRICS$ to 1120
edit-table stylesequ DTS_HSCROLL$ to 1048576equ DTS_VSCROLL$ to 2097152equ DTS_ROWSELECT$ to 256equ DTS_MULTIROW$ to 512equ DTS_VGRID$ to 128equ DTS_HGRID$ to 64equ DTS_ROWBUTTONS$ to 8192equ DTS_ROWNUMBERS$ to 16384equ DTS_LARGEDATA$ to 4096equ DTS_RESIZE$ to 8equ DTS_OWNERDEF$ to 48equ DTS_BORDER$ to 8388608Can somebody help me with the equivalent for
list boxes?
- Oystein -