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
Contributor
chandramouli
Posts: 10
Registered: ‎11-22-2010
Accepted Solution

How to Create CustomizedList

Customized List.png

 

How  create This Kind of List.......Put the Image and label  in One cell In List

 

Please use plain text.
Developer
gluth
Posts: 192
Registered: ‎09-23-2009
My Carrier: Plus GSM

Re: How to Create CustomizedList

Hello!

 

Here are answers to your questions:

http://supportforums.blackberry.com/t5/Tablet-OS-SDK-for-Adobe-AIR/Tablet-OS-SDK-for-Adobe-AIR-custo...

http://supportforums.blackberry.com/t5/Tablet-OS-SDK-for-Adobe-AIR/Customized-List/td-p/648335 (with nice sample)

 

Try to search inside a forum for solutions befeore asking for new one.

 

Regards

Found my post helpfull? Like it! It solves your trouble? Help others and accept it as solution. Search before asking.
My apps: Secret Cod3s | Should my tablet be banned?
--
Jakub Nietrzeba
PGS Software S.A.
Your reliable partner in Poland - IT Outsourcing - BlackBerry, iPhone, Web and Standalone applications
Please use plain text.
Contributor
chandramouli
Posts: 10
Registered: ‎11-22-2010

Re: How add CellRender into List

Thanku...But How to Add CellRender Into List

Please use plain text.
Developer
gluth
Posts: 192
Registered: ‎09-23-2009
My Carrier: Plus GSM

Re: How add CellRender into List

This is weird also, CellRenderer is a skin, so you have to use a setSkin method with class name in parameter by ex:

 

someList.setSkin(MyListCellRenderer);

 

 

Found my post helpfull? Like it! It solves your trouble? Help others and accept it as solution. Search before asking.
My apps: Secret Cod3s | Should my tablet be banned?
--
Jakub Nietrzeba
PGS Software S.A.
Your reliable partner in Poland - IT Outsourcing - BlackBerry, iPhone, Web and Standalone applications
Please use plain text.