09-01-2009 05:32 AM
ok already provided...thank u for the code...i will have a look into it...Thanku very much for help.....
09-01-2009 05:36 AM
U most welcome.
As per my knowledge and forum searches, we can not customize the choices which pop up after clicking on objectChoiceField like dropdowns.Rest of the things can be customized as provided in code.
09-01-2009 05:55 AM
09-01-2009 06:14 AM
Width of the Field.
09-01-2009 06:25 AM
dint get you can u be more clear regarding the Widht of the Field...which field u mean .....
String Choices[] = {"HelloWorld",
"BlackBerry Programming ",
"Programming in JDE"
};
CustomComboBox ccb = new CustomComboBox(Choices,?
09-01-2009 06:37 AM
Pixelwise width of the component. Just try after giving values 100 or 200. You will get a clear idea.