|
|
Subject: Event in ULCInternalFrame - msg#00011
List: java.ulc.devel
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Double field in ULCTextField
Hello,
I have some problem about custom ULCTextField for show double.
I want create the ULCTextField for double with format : 6 digit, 3 decimal.
ULCSupport with method setDataType.
However, I want customize for ULCTextField support :
+ when I already input 6 digit, if I input one digit, the ULCTextField is not show data.
Ex : I input 123456, if i press 7, then value in ULCTextField is 123456, not 1234567.
+ when I press . , I have only input maximum 3 number after dot.
I think we need create "DoubleDataType" for limit number.
Can you help me to customize ULCTextField for show value with format double 6 digit, 3 decimal?
Thanks a lot for your help.
Best regards.
Nguyen.
Next Message by Date:
click to view message preview
OnlineShop Demo / Milestone Release
Hi,we're back from JavaOne in San Francisco, where we showed the new UltraLightClient developments. Highlights included:- Dierk and Mike's talks, see http://canoo.com/blog/2008/05/09/sun-asks-for-a-repeat-performance/- demos by Canoo customer, Farm Credit Canada (thank you Greg!) - the new design of the OnlineShop sample app, see http://canoo.com/ulc/demos/onlineshop.html showing what's possible regarding look and feel of ULC appsMilestone ReleaseI'd like to encourage you to check out the milestone release at http://canoo.com/ulc/downloads/milestones.htmlThe screencast offers a great overview of the new features: http://canoo.com/ulc/external/video.htmlAnd there's a press info at: http://canoo.com/news/ultralightclient08.htmlRegards,Sandra
Previous Message by Thread:
click to view message preview
Double field in ULCTextField
Hello,
I have some problem about custom ULCTextField for show double.
I want create the ULCTextField for double with format : 6 digit, 3 decimal.
ULCSupport with method setDataType.
However, I want customize for ULCTextField support :
+ when I already input 6 digit, if I input one digit, the ULCTextField is not show data.
Ex : I input 123456, if i press 7, then value in ULCTextField is 123456, not 1234567.
+ when I press . , I have only input maximum 3 number after dot.
I think we need create "DoubleDataType" for limit number.
Can you help me to customize ULCTextField for show value with format double 6 digit, 3 decimal?
Thanks a lot for your help.
Best regards.
Nguyen.
Next Message by Thread:
click to view message preview
Re: Event in ULCInternalFrame
Hi Nguyen,Can you help me support event for ULCFrame similar to JInternalFrame?You can implement this as an extension. In your UIExtendedInternalFrame class listen to the internal frame events and delegate them to the server-side using the fireEventULC() API.You can find more information on how to write extensions in the ULC Extension Guide that comes with the release. The ULC Extension Guide also describes in detail how to implement custom Events.Regards DanyOn 08.05.2008, at 17:19, nguyen duyhai wrote:Hello, Current I see IInternalFrameListener have only support internalFrameClosing(InternalFrameEvent event)", not support INTERNAL_FRAME_ACTIVATED, INTERNAL_FRAME_DEACTIVATED , INTERNAL_FRAME_OPENED '. Why we haven't support this method for "ULCFrame" similar to "JFrame"? Can you help me support event for ULCFrame similar to JInternalFrame? Thanks for your help. Best regard Nguyen
|
|