LWUIT DateField and other bits

We missed having a DateField in LWUIT, the Calendar is a great start but it looked a little strange on some phones and we needed something simpler, not to mention a time field.

To do this we extended the TextArea class to create our own MobrizDateField.  When the user clicks on this the system fires up a standard LCDUI form with a DateField on it (DateForm).  The user can then use the native time/date features of the phone to complete the date/time

To tell LWUIT to intercept the DateField calls  we extended the GameCanvasImplementation to create our own MobrizMidpImplementation.  This overrides the editString method and launches the DateForm if the MobrizDateField is being used. We needed a MobrizImplementationFactory to deliver this too.

To tell LWUIT to use the new MobrizMidpImplementation add the following to your code where you initailise the UI.


..
ImplementationFactory.setInstance(new MobrizImplementationFactory());
Display.init(this.mobrizMidlet);
..

Use the new MobrizDateField just like a TextArea:


..
MobrizDateField timeField = new MobrizDateField(dtLong + "", 10,MobrizDateField.TIME, "");
form.addComponent(timeField) ;
..

Things to note:

  • The MobrizDateField takes a string or a long expressed as a string in the constructor .. this is a bit crap but suited us for our app. you may want to change it match to LCDUI datefield exactly.
  • The MobrizDateField actually extends MobrizTextArea which is a TextArea that responds to any key press.

Would welcome any comments or improvments!!!

As ever this code is provided without warranty – user at you own risk.

Here is the source

449 Responses to “LWUIT DateField and other bits”

  1. JULIUS says:

    ..

    Buyit now…

  2. OLIVER says:

    phamacokinetic@of.amikacin” rel=”nofollow”>..

    Buygeneric drugs…

  3. MARTIN says:

    ampicillin@500.mg” rel=”nofollow”>.

    Buydrugs without prescription…

  4. BOB says:

    side@effects.of.aricept” rel=”nofollow”>..

    Buyit now…

  5. TYLER says:

    buy@real.strong.armour” rel=”nofollow”>.

    Buydrugs without prescription…

  6. gerard says:

    Search music now US Charts…

  7. RONALD says:

    medieval armour

    Buy_generic drugs…

  8. LUIS says:

    cancer tattoos

    Buy_without prescription…

  9. GREG says:

    aspirin pain relief dog

    Buy_drugs without prescription…

  10. MATT says:

    warfarin sod

    Buy_drugs without prescription…

  11. EDWIN says:

    verapamil side effects

    Buy_drugs without prescription…

  12. DON says:

    medication for ibs

    Buy_generic drugs…

  13. JEFFERY says:

    red wine and lipitor

    Buy_no prescription…

  14. JESSIE says:

    boniva price

    Buy_drugs without prescription…

  15. JAY says:

    effexor xr 75

    Buy_generic pills…

  16. DENNIS says:

    low fat diets history

    Buy_drugs without prescription…

  17. DERRICK says:

    nursing drug study website

    Buy_drugs without prescription…

  18. WADE says:

    planar warts

    Buy_drugs without prescription…

  19. WALLACE says:

    diabetes popcorn

    Buy_generic pills…

Leave a Reply

You must be logged in to post a comment.