Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-ercp-dev] Include ScrolledComposite widget into eSWT

Hi....All.

Please take a look at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=224075.

I'd suggest to include new ScrolledComposite widget from org.eclipse.swt.custom to eSWT Mobile Extension.
The reason is as below.
In non-touch screen devices, such as smartphone, users are unable to scroll scrollbar widget directly. Therefore, there is no way to let out of screen widgets visible without implementing auto scrolling mechanism. This increases complexity of development in non-touch screen devices. To include ScrolledComposite widget from org.eclipse.swt.custom to eSWT Mobile Extension will resolve this issue. Developer can utilize ScrolledComposite.setShowFocusedControl(boolean show) method to achieve auto scrolling easily.


ScrolledComposite javadoc

http://help.eclipse.org/help31/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/custom/ScrolledComposite.html

Thank you all.


Sincerely,

Eric MF Hsu (徐銘法)
eRCP/Lotus Expeditor device development
China Software Development Lab, IBM Taiwan


Back to the top