The Source for Java Technology Collaboration

Home » java.net Forums » Mobile & Embedded » LWUIT

Thread: Block a TextField

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 6 - Last Post: Dec 29, 2008 6:06 PM by: bsarkar
adnutri

Posts: 20
Block a TextField
Posted: Dec 22, 2008 9:40 AM
  Click to reply to this thread Reply

Hi experts,

In my form, exist the field "IMC", this field is just reading. But I write in this field(not correct).

How can I block this field?
I would like block this field, but I want navigate to this field..

I tried the command field.setEnabled(boolean), but I didn't have success..

Thanks a lot..

Chen Fishbein
Re: Block a TextField
Posted: Dec 23, 2008 4:42 AM   in response to: adnutri
  Click to reply to this thread Reply

Hi,
Try setEditable(false)

Regards,
Chen


lwuit-users@mobileandembedded.org wrote:
> Hi experts,
>
> In my form, exist the field "IMC", this field is just reading. But I write in this field(not correct).
>
> How can I block this field?
> I would like block this field, but I want navigate to this field..
>
> I tried the command field.setEnabled(boolean), but I didn't have success..
>
> Thanks a lot..
> [Message sent by forum member 'adnutri' (adnutri)]
>
> http://forums.java.net/jive/thread.jspa?messageID=322982
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@lwuit.dev.java.net
> For additional commands, e-mail: users-help@lwuit.dev.java.net
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@lwuit.dev.java.net
For additional commands, e-mail: users-help@lwuit.dev.java.net


Chen Fishbein
New Code Drop available for download!
Posted: Dec 23, 2008 6:57 AM   in response to: Chen Fishbein
  Click to reply to this thread Reply

Hi All,
We have uploaded a new version to the site.


The new version highlights are:

* *Bug fixes and performance are the major aspects of this drop*
* *Major refactoring of the implementation code moving it into a
public package to allow extending using a standard approach.*
* *Improved touch functionality in LWUIT including support for
multi-touch devices and click screen devices (pointer hover).*
* *Improved the edt loop including performance improvements and
perceived performance issues*
* *New auto-testing and recoding framework for LWUIT debugging.*
* *Memory/Performance improvements for bitmap font drawing, using
WeakReferences for better caching and removing the current hack
with light mode.*
* *Added the encoded image class which is designed to load the image
as a byte array and only show it as a weak reference.*
* *LWUIT Makeover is now a part of the binary drop*


Enjoy,
Chen



[att1.html]


anson ho
Re: New Code Drop available for download!
Posted: Dec 23, 2008 6:53 PM   in response to: Chen Fishbein
  Click to reply to this thread Reply

Thanks for the X'mas gift.

On Tue, Dec 23, 2008 at 10:57 PM, Chen Fishbein <Chen.Fishbein@sun.com>wrote:

> Hi All,
> We have uploaded a new version to the site.
>
>
> The new version highlights are:
>
>
> - *Bug fixes and performance are the major aspects of this drop*
> - *Major refactoring of the implementation code moving it into a public
> package to allow extending using a standard approach.*
> - *Improved touch functionality in LWUIT including support for
> multi-touch devices and click screen devices (pointer hover).*
> - *Improved the edt loop including performance improvements and
> perceived performance issues*
> - *New auto-testing and recoding framework for LWUIT debugging.*
> - *Memory/Performance improvements for bitmap font drawing, using
> WeakReferences for better caching and removing the current hack with light
> mode.*
> - *Added the encoded image class which is designed to load the image as
> a byte array and only show it as a weak reference.*
> - *LWUIT Makeover is now a part of the binary drop*
>
>
> Enjoy,
> Chen
>
>
>
>
[att1.html]


adnutri

Posts: 20
Re: New Code Drop available for download!
Posted: Dec 24, 2008 4:22 AM   in response to: Chen Fishbein
  Click to reply to this thread Reply

Hi Chen,

Oh.. this news is very good..

I will test this version..

Thank very much for your contribution...

Hugs..

bsarkar

Posts: 13
Re: New Code Drop available for download!
Posted: Dec 29, 2008 6:06 PM   in response to: Chen Fishbein
  Click to reply to this thread Reply

This is good news. I've downloaded the new version and have started trying it out.

Are you also planning to update the source code release?

Biswajit Sarkar

adnutri

Posts: 20
Re: Block a TextField
Posted: Dec 24, 2008 4:24 AM   in response to: Chen Fishbein
  Click to reply to this thread Reply

Thank you Chen,

I guess I did that, but I will try again..

Hugs.




 XML java.net RSS