On 12/08/2018 at 22:03, xxxxxxxx wrote:
How can I get the value(string) from a combobox dropdown in a layout window?
I can use GetLong to get the subID, but the string and the subId are both created dynamically.
for example if I added the child
self.AddChild(1001,10011,"Circle")
I can get 10011 with self.GetLong(1001)
How would I get "Circle" if I knew the (10011)?
Thank you.