Re: [flexcoders] xml-combobox

2005-04-14 Thread ibibas
: Asunto: Re: [flexcoders] xml-combobox 14/04/2005 00:31 Por favor

[flexcoders] xml-combobox

2005-04-13 Thread ibibas
Hi pals, In my application I have a help feature it permits to display help text if user requests for. Is a multilang application. My initial idea to implement this feature is to create a XML file as follows: help_file obj label=screen1 field label=field11

Re: [flexcoders] xml-combobox

2005-04-13 Thread Manish Jethani
On 4/13/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: mx:ComboBox id=object_list backgroundColor=#FF cornerRadius=0 dataProvider={helpList.obj} width=180 change=selectFields(event) initialize=sort();/ In selectFields function I create dataprovider