Home   Help Search Login Register  

Author Topic: 3D-ComboBox ID?  (Read 860 times)

0 Members and 1 Guest are viewing this topic.

Offline Gadjuka

  • Members
  • *
  • Programmer
    • Operation Flashpoint: Commander
3D-ComboBox ID?
« on: 19 Dec 2005, 13:42:40 »
I want to have a Combo-box in my 3D-dialog. Unfortunantly I can't find the ID for it. I found it for List-boxes: CT_3DLISTBOX 22, but no similar for combo-boxes (CT_COMBO 4 is 2D). :hmm:
When I think about it I can't remember any combo-boxes in Ofp's GUI at all - can it be so horrible that they don't exist?? :o

Anyone know anything about this?
Currently working on Operation Flashpoint: Commander.
Website: http://www.nordserver.se/commander/

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:3D-ComboBox ID?
« Reply #1 on: 19 Dec 2005, 16:06:28 »
The only 3d controls I have ever found are:

Code: [Select]
CT_3DSTATIC             20
CT_3DACTIVETEXT     21
CT_3DLISTBOX          22
CT_3DHTML               23
CT_3DSLIDER            24
CT_3DEDIT                25

No sign of a CT_3DCOMBO at all.   :-\


Planck
« Last Edit: 19 Dec 2005, 16:07:02 by Planck »
I know a little about a lot, and a lot about a little.