Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Trusted Contributor
vijaytabhatt
Posts: 144
Registered: ‎03-22-2010
Accepted Solution

list not showing

Hello all,

 

i have added list as follows but when i run the programm i get a blank scree.

 

 

var

terms_list:List = new List(); var x:smileyvery-happy:ataProvider=new DataProvider();

var

x:smileyvery-happy:ataProvider=new DataProvider();

x.addItem({label:

"test"});

terms_list.dataProvider=x;

addChild(terms_list);

 

 

please help.

Also let me know how can  i provide string vector as data provider to list.

Please use plain text.
Trusted Contributor
vijaytabhatt
Posts: 144
Registered: ‎03-22-2010

Re: list not showing

solved it by giving width and heigth

Please use plain text.