Trying to Create a Combobox Programmatically (OpenInsight Specific)
At 16 DEC 1998 01:24:34PM Greg James, ISIS, Inc. wrote:
I'm trying to create a combo box programmatically on a form, but I am running into a problem. I can make the box and populate the box's list property, but I can't click on the down arrow in the combo box to disply a list of the box's choices.
Combo = ''
Combo = WinId:'.':'COMBO'
Combo = PSCTL_COMBOBOX$
Combo = WinId
Combo = NUM_LEFT_START$ + 100
Combo = ControlYPos
Combo = 100
Combo = 20
Combo = TRUE$
Combo = TRUE$
Combo = 'Example 1':@SVM:'Example 2' Combo = \0X50000003\
Combo = \0X0\
Utility("CREATE", Combo)
I think that I must be missing something in the PSPOS_SDKSTYLE$ and/or the PSPOS_PSSTYLE$. I took these values from an existing combo box.
Any help would be appreciated.
[email protected] onmouseover=window.status=merry christmas - happy hanukkah - happy new year, etc, etc…;return(true)"
At 16 DEC 1998 03:21PM Greg James, ISIS, Inc. wrote:
I had set
Combo=20
So, of course, only the selected field portion of the combo box would disply.
The real annoying thing about computers, and more specifically programs, they do exactly what the user asks!
Greg