04-28-2008, 09:38 AM
|
#4 (permalink)
|
| Talking BlackBerry Encyclopedia
Join Date: Jan 2008 Location: France Model: 8310 PIN: N/A Carrier: Vodafone
Posts: 217
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Hum for a button I think that implementing trackwheelclick is a better way
ButtonField boton_avisos_pendientes = new ButtonField("Avisos Pendientes", FIELD_HCENTER | ButtonField.CONSUME_CLICK)
{
protected boolean trackwheelClick(int status, int time)
{
//Do what you want
}
};
add(boton_avisos_pendientes); |
| Offline
| |