cancel
Showing results for 
Search instead for 
Did you mean: 

controls

Former Member
0 Kudos

Hi!

NWDS has many available controls.

For Example there is a Clock (control) for displaying time values in an analog or digital.

Can somebody illustrate how using this control

inside of Java Code. What has to be made to see

an example analog clock output

Regards

sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The UI elements from the "Analytics" library like IWDClock are only used by the Web Dynpro Flex Client and not available in other clients like HTML Client.

Armin

ashish_shah
Contributor
0 Kudos

Hi Armin,

Can you please help me with an example of WebDynpro Flex client ?

Ashish Shah

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Go to the location were you installed your java compiler and you will find the Directory with name "Demo" and there is one clock application and its purely in Core java.

This will give you the idea how to implement the Analog clock.

[ Dir path eg : C:\j2sdk1.4.2_09\demo\applets

or

C:\JDK1.6\demo\applet

]

Hope this will help you

Regards,

- Vinod

xxxxxxxxxxxxxxxxxxx

Edited by: Armin Reichert on Feb 29, 2008 6:57 PM

Former Member
0 Kudos

And how does this relate to the Web Dynpro Clock UI element?

Armin