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

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 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 -

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/b46bf90b1f5174dc8525655c00564c3b.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1