Combo Box


moose2004

Recommended Posts

Never mind, i got it. Here it is:

private string tmpArr = {'a', 'b', 'c'}

private x

for(x = 0, x <= NumRows(tmpArr) - 1, x++)

component.ComboBoxName.AddChoice(tmpArr[x], tmpArr[x])

endfor

One more question. After i select a value in the Combo Box, the value font size is bigger then the Combo Box field(part of the text is cut off). How do i change the font size setting of a Combo Box?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.