Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-ercp-dev] Improving Performance of eSWT GUI

Ted,

It's great to have you to look into performance improvement on eRCP. Windows Mobile's ListBox is implemented purely in Java, you can start with setDataModel() and refreshLish() to see how the content is rendered in ListBox.

Sincerely yours


Uriel Liu, PMP(R)

Eclipse eRCP/Lotus Expeditor Dev., CSDL
e-mail: liukl@xxxxxxxxxx
Tel: 886-2-8170-6871, Fax: 886-2-2655-0541, Tie-Line: 849-6871
10F., Bldg. E. 19-13 Sanchong Rd., NanKang Dist., Taipei 115, Taiwan


Inactive hide details for Ted ---2008/11/08 上午 08:14:18---Hello all, I am working on making a performance improvement on eRTed ---2008/11/08 上午 08:14:18---Hello all, I am working on making a performance improvement on eRCP for the GUI. I am developing for a Windows Mobile 6 Profes

          Ted <tedskj@xxxxxxxxx>
          Sent by: dsdp-ercp-dev-bounces@xxxxxxxxxxx

          2008/11/08 上午 08:14

          Please respond to
          DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>

To

dsdp-ercp-dev@xxxxxxxxxxx

cc


Subject

[dsdp-ercp-dev] Improving Performance of eSWT GUI

Hello all,

I am working on making a performance improvement on eRCP for the GUI. I am developing for a Windows Mobile 6 Professional device and need to make ListBox drawing refresh faster when the SIP (On screen keyboard) is popped up and down. I was wondering where you think I could look to improve the performance of the code, if you believe it is possible.

So far, I have looked in org.eclipse.ercp.swt.mobile.Listbox without much success. Are there any suggestions you have? I am somewhat new to Java, so any extra hints would be helpful.

Thanks,

Ted_______________________________________________
dsdp-ercp-dev mailing list
dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev

GIF image

GIF image

GIF image


Back to the top