I am creating a combo box in ArchestrA, and adding items via script from an instance. It appears to work, but I receive a string conversion error in the log.
I am creating a combo box in ArchestrA, and adding items via script from an instance. It appears to work, but I receive a string conversion error in the log.
Hi,
It looks like your index variable indexCbx is declared as a string, whereas the SetItemData method expects an integer. Possibly the method mistakes the string input (when integer is expected) for a reference to a custom property.
Hi,
It looks like your index variable indexCbx is declared as a string, whereas the SetItemData method expects an integer. Possibly the method mistakes the string input (when integer is expected) for a reference to a custom property.