Community
Participate
Working Groups
Build Identifier: RAD version 7.5.0 When running the composite application in RTL mode, the components in the application flicker. The flickering can be seen when we open the application, as well as when we resize the components in the application page. Reproducible: Always Steps to Reproduce: Providing a sample TestFlicker.java application. Here is how to reproduce the flickering with TestFlicker.java 1. Run TestFlicker.java 2. Resize the window
Created attachment 180017 [details] Simple java application. Attached TestFlicker.java for recreation of the issue.
(In reply to comment #1) > Created an attachment (id=180017) [details] > Simple java application. > > Attached TestFlicker.java for recreation of the issue. In the TestFlicker.java, you can try changing the code : Shell shell = new Shell(display, SWT.RIGHT_TO_LEFT | SWT.SHELL_TRIM); to Shell shell = new Shell(display, SWT.SHELL_TRIM); and see that the flickering is being caused only in the RTL mode.
I see this problem on several application on bidi machines (windows explorer for example), as far as I know this is a problem in windows and there isn't much we can do. Lina, do you have any insight on this problem ?
Yes, it seems like a native problem. Unfortunately, I am not aware of any workaround for it at this point.
Closing as not Eclipse.