10-13-2010 01:42 AM
hi can anyone tell me how to create a custom radiobuttonfield?
I am new to blackberry dvelopment..
can any one help me out?
10-13-2010 06:44 AM
Hi there is radio buttonfield api in the blackberry create an object for this in the constructor and add this radio buttonfield to the screen.Which blackberry jde are you using?
10-14-2010 12:07 AM
Hey thanks for your reply. I am using JDE 4.6.0
Ya as you say we can create object and add. But how can we create a customized radiobuttonfield?
i searched for some stuffs, i have got codes for customized Buttonfield, Textbox etc...but not for RadioButtonField
How to start about this?
for example i need to change the color of the dot that is inside radiobuttonfield.
If we select a radio button , by default a ble colored dot will be drawn inside the button. How can i change this color?
I need to create my own class extending either manager or the radiobuttonfield and override some methods.
Is it possible?
11-08-2010 12:15 AM
http://docs.blackberry.com/en/developers/deliverab
11-08-2010 01:44 AM
Hi,
Just check it out this link.
thankx