|
Replies:
6
-
Last Post:
Dec 29, 2008 6:06 PM
by: bsarkar
|
|
|
|
|
|
|
Block a TextField
Posted:
Dec 22, 2008 9:40 AM
|
|
|
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..
|
|
|
|
|
|
|
Re: Block a TextField
Posted:
Dec 23, 2008 4:42 AM
in response to: adnutri
|
|
|
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
|
|
|
|
|
|
|
|
New Code Drop available for download!
Posted:
Dec 23, 2008 6:57 AM
in response to: Chen Fishbein
|
|
|
|
|
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]
|
|
|
|
|
|
|
|
Re: New Code Drop available for download!
Posted:
Dec 23, 2008 6:53 PM
in response to: Chen Fishbein
|
|
|
|
|
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]
|
|
|
|
|
|
|
|
Re: New Code Drop available for download!
Posted:
Dec 24, 2008 4:22 AM
in response to: Chen Fishbein
|
|
|
Hi Chen,
Oh.. this news is very good..
I will test this version..
Thank very much for your contribution...
Hugs..
|
|
|
|
|
|
|
|
Re: New Code Drop available for download!
Posted:
Dec 29, 2008 6:06 PM
in response to: Chen Fishbein
|
|
|
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
|
|
|
|
|
|
|
|
Re: Block a TextField
Posted:
Dec 24, 2008 4:24 AM
in response to: Chen Fishbein
|
|
|
Thank you Chen,
I guess I did that, but I will try again..
Hugs.
|
|
|
|
|