Unless I'm reading it wrong, you're creating a new combo box for each item in your sub-table, so the value of v.PropType will be whatever the topmost control is - the last one created.
done
Misread
done
Post your current code.
done
Judging by the code above, you're drawing over all previous DComboBoxes in the for loop, therefore the v.PropType will always equal the last one; Option One
done
EDIT: Post the entire for loop. Please. What I'm trying to say, is that the DComboBox your creating for EACH element is set to have the SAME POSITION as the one BEFORE IT, therefore it will draw on top of it, and you won't be able to use the other ones that were made.
done
-snip-
done
Post a screenshot of your menu please.
done
I'm assuming your trying to make the boxes go across the top? If so, change [code]PropertyCombo:SetPos( 110, 5 )[/code] to this [code]PropertyCombo:SetPos( 115 * k, 5 )[/code] and then post a screenshot.
done
Fucking. I have no idea what you're trying to do. Maybe someone else can help you. I'm confused as fuck now.
done
Sorry, you need to Log In to post a reply to this thread.