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

Java Development

Reply
Developer
phannu
Posts: 32
Registered: ‎09-09-2009

custom drop down list

can anybody help me with code for creating custom drop down list.its very urgent
Please use plain text.
Developer
nirmalsat
Posts: 207
Registered: ‎07-31-2009

Re: custom drop down list

This would help u create a drop down list..
 
 
String choices[] = {"Choice1", "Choice2", "Choice3"};
choiceField = new ObjectChoiceField("Select :", choices,0, choiceField.FIELD_LEFT);
manager.add(choiceField);
 
 
 
--If u think the solution is appropriate please mark the thread as solved-- 
------------------------------------------------------------------------------------------------------------------------
Click the Kudos! badge on left side of the message , if you are happy with a solution given by a user. When you do so, you are saying thanks to its author.
Mark a reply as a solution , if you think your question has been answered.
To mark a message as a solution: Click "Accept as solution" icon on the reply.
Please use plain text.
Developer
phannu
Posts: 32
Registered: ‎09-09-2009

Re: custom drop down list

hi,

 

thanks for the reply. what u told is fine. only thing is i want the drop down should come below the choice field.if u select the change option menu the list overrides the field and some times goes above the screen.

i want drop down like in html or java.

can u please give me any solution.

Please use plain text.
Developer
nirmalsat
Posts: 207
Registered: ‎07-31-2009

Re: custom drop down list

Yes the list will come over the field but it will only be the first choice that come over the field.. all other fields will be below..and when does it go above the screen. I ve never seen such a thing happen before. And for a drop down list i guess u dont realy have any other choice.. U will have to stick with the objectchoicefield. if u do find something i  would like to know about it. Keep me posted.. 

Thanks.. 

------------------------------------------------------------------------------------------------------------------------
Click the Kudos! badge on left side of the message , if you are happy with a solution given by a user. When you do so, you are saying thanks to its author.
Mark a reply as a solution , if you think your question has been answered.
To mark a message as a solution: Click "Accept as solution" icon on the reply.
Please use plain text.
Developer
phannu
Posts: 32
Registered: ‎09-09-2009

Re: custom drop down list

hi,

 

if you select second or even last option in choicefield the drop down goes above the field.

Still i didn't find any solution for this. is there any possibilty to put the drop down below the field

Please use plain text.
Developer
nirmalsat
Posts: 207
Registered: ‎07-31-2009

Re: custom drop down list

Oh yes. It ocasionally does that.. I dont know if something can be done about that..
------------------------------------------------------------------------------------------------------------------------
Click the Kudos! badge on left side of the message , if you are happy with a solution given by a user. When you do so, you are saying thanks to its author.
Mark a reply as a solution , if you think your question has been answered.
To mark a message as a solution: Click "Accept as solution" icon on the reply.
Please use plain text.
Contributor
jayesh
Posts: 16
Registered: ‎05-26-2010
My Carrier: Vodafone

Re: custom drop down list

Hi

  You have to create your custom drop down list, where all things are handled by you.

 

I have code which is very big, so can't paste here....if you want gv me ur mail id

 

 

Please use plain text.
New Developer
sudhagupta2003
Posts: 20
Registered: ‎10-29-2008

Re: custom drop down list

I also need a custom dropdown, plz share your code.
it will be a great help.
thanks
Please use plain text.
Regular Visitor
RahulChhimpa
Posts: 1
Registered: ‎10-15-2012
My Carrier: -

Anybody help me...

anybody help how to do event handling on dropdown list when user select one item from drop down listi need it...help me 

Please use plain text.