Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Workbench BIDI support flips everything?


The pie chart was drawn using BIRT (http://www.eclipse.org/birt) SWT charting engine.  If it is related to the limitation you mentioned, does that mean swt graphics won't work on BIDI systems?  Do you know of any documentation on this?

What I can't understand though is on a Hebrew system, the chart shows up correctly with RTL orientation.  But the workbench itself is still left-to-right. Is that expected?

Thanks,

Bianca Jiang



Randy Hudson/Raleigh/IBM@IBMUS
Sent by: platform-ui-dev-bounces@xxxxxxxxxxx

05/23/2006 03:54 PM

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

To
"Eclipse Platform UI component developers list." <platform-ui-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-ui-dev] Workbench BIDI support flips everything?






Most likely you are seeing a limitation in the usage of GDIplus, which is used by SWT's advanced graphics.


-Randy



Bianca Xue Jiang/Lexington/IBM@IBMUS
Sent by: platform-ui-dev-bounces@xxxxxxxxxxx

05/23/2006 03:26 PM

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

To
platform-ui-dev@xxxxxxxxxxx
cc
Subject
[platform-ui-dev] Workbench BIDI support flips everything?








When we conduct our globalization testing for BIDI support, we usually set the system locale to a BIDI language speaking country (e.g. Hebrew in Israel) in "Regional and Language Options" if not on a native platform. Starting eclipse this way doesn't  seem to make the workbench right-to-left.  However, in TPTP, we have a Test Log Viewer editor that contains a graphical pie chart. The pie chart is displayed correctly in this case (note the legend used to be on the right hand side of the pie in a English locale, as well as inside the legend, icons used to be at the left side of the text pass, fail...):




However, if I use "-dir rtl" or "-nl he" with eclipse.exe, the workbench started with all UI parts flipped including the pie chart which is no longer readable:




Which one is the correct case with BIDI language like Hebrew?  Does eclipse.exe has to be started with -dir or -nl options on a BIDI system?  If so, should all the graphics be flipped at all?


Your help on this will be very appreciated.



Bianca Xue Jiang
ASQ Testing Product UI Development
IBM SWG Rational Software
20 Maguire Rd (office# 15301), Lexington, MA 02421
Phone: 781-676-7619    T/L: 403-7619    Fax: 781-676-7510
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top