Community
Participate
Working Groups
Build Identifier: 20110615-0604 I Use a XViewer which is SWT.RIGHT_TO_LEFT the dashed lines between columns draws as a LeftToRight Table and they appears not in a correct place Reproducible: Always Steps to Reproduce: 1.Create a XViewer with SWT.RIGHT_TO_LEFT style 2.Create Columns with diffrent width 3.See the result
ping!
Created attachment 214822 [details] MyXViewerTest with SWT.RIGHT_TO_LEFT applied MyXViewerTest with SWT.RIGHT_TO_LEFT applied
Is this still a problem? I modified the MyXViewerTest with SWT.RIGHT_TO_LEFT and ran it. Everything looks ok to me. See attached screenshot. Maybe you can email me with a copy of the MyXViewerTest with the change made the way you have it and a screenshot of what you're seeing.
Created attachment 214857 [details] Showing how XViewer display to my on Right To Left
I think the difference exist cause you check it on your own PC on Windows, but I'm in Gnu/Linux and KDE
XViewer uses the jface TreeViewer which I believe uses the native operating system widgets to display. I don't have any control on how vertical lines are drawn and since it works on PC, I would assume it's a lower level problem. You might try creating a generic TreeViewer with SWT.RIGHT_TO_LEFT and see if same problem exists. Have you searched bugzilla for this bug against the SWT TreeViewer? They may already have a issue open against it.
Were you able to find a fix to this? Since this is not an XViewer issue, I'd like to cancel this one.
Problem due to a jface bug.