Re: How to add combo box list to parameters added ynamically

2008-07-07 Thread Man-Kit Leung
The short answer to your question is "not supported yet". There are reasons why this is not implemented. Why would you want to allow user to add configure choices dynamically in the first place? A typical combo box doesn't allow that. The proper definition of a combo box is "a combination of a d

How to add combo box list to parameters added ynamically

2008-07-03 Thread Sapan AGARWAL
Hi All, I wanted to know the way to add list box to any parameter added dynamically to an actor through the config dialog box.I know that this can be done in the code if we use addChoice() method.But I could not find a way to do it through config dialog box. Is there any way to do this? Thanks