[[https://www.revelation.com/|Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community]] ==== Popup with hierarchical list box instead of edit table (OpenInsight Specific) ==== === At 27 NOV 1997 10:42:36AM Oystein Reigem wrote: === {{tag>"OpenInsight Specific"}} 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 justifications equ DTCS_LEFT$ to 0 equ DTCS_CENTER$ to 64 equ DTCS_RIGHT$ to 128 equ DTCS_HEADLEFT$ to 1024 equ DTCS_HEADCENTER$ to 256 equ DTCS_HEADRIGHT$ to 512 equ DTCS_LOCKED$ to 8192 * edit-table messages (assume that WM_USER is 1024) equ DTM_GETDTMETRICS$ to 1120 * edit-table styles equ DTS_HSCROLL$ to 1048576 equ DTS_VSCROLL$ to 2097152 equ DTS_ROWSELECT$ to 256 equ DTS_MULTIROW$ to 512 equ DTS_VGRID$ to 128 equ DTS_HGRID$ to 64 equ DTS_ROWBUTTONS$ to 8192 equ DTS_ROWNUMBERS$ to 16384 equ DTS_LARGEDATA$ to 4096 equ DTS_RESIZE$ to 8 equ DTS_OWNERDEF$ to 48 equ DTS_BORDER$ to 8388608 Can somebody help me with the equivalent for list boxes? - Oystein - [[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=B46BF90B1F5174DC8525655C00564C3B|View this thread on the forum...]]