Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] hii

Hi Kusuma:

I would start with the snippets at http://www.eclipse.org/swt/snippets/
In particular the following snippet shows how to 'create one repeating timer (every 500ms)'
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet16.java

In the repeating timer you can decide to update widgets or draw graphics to simulate animations or show 'real time' updated information.
For example see the snippets in the GC section, and 'reflect, shear and rotate images using matrix transformations'
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet207.java

(and no i will not enter a debate about soft versus real time apps ;-)

Have fun,

Chrix


Inactive hide details for "Kusuma Pabba" <kusumap@xxxxxxxxxxxxx>"Kusuma Pabba" <kusumap@xxxxxxxxxxxxx>


          "Kusuma Pabba" <kusumap@xxxxxxxxxxxxx>
          Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

          08/12/2008 03:16 AM

          Please respond to
          "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>

To

<platform-swt-dev@xxxxxxxxxxx>, <platform-swt-dev@xxxxxxxxxxx>

cc


Subject

[platform-swt-dev] hii

hello everybody i am new to SWT programming and
i am supposed to show real time application through swt programming
can anyone suggest me how to do this please

with regards,


thanks for any help:








This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error._______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev

GIF image

GIF image

GIF image


Back to the top