Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

show message in page fragment with oracle RDK

Abdelrahman ElGiarSep 19 2022 — edited Sep 19 2022

Hello,
I have a problem with showing messages faces messages or jbo exception messages
I am using page fragments to create pages inside oracle RDK when I show any message in the application I need to click twice to show it and it shows on the top right of the page
when I hide the top menu it shows in the middle from the first click.
how I solve this problem.
thanks in advance.
my jdev ver:12.2.1.2
Screenshot 2022-09-19 093112.jpgScreenshot 2022-09-19 093858.jpg

Comments

Timo Hahn

Is the app using RTL mode?
If yes, have you tried this without RTL mode?
Can you provide a reproducible test case build on the HR DB schema?

Timo

Abdelrahman ElGiar

can you explain to me how to change RTL mode inside RDK ?

Timo Hahn

'RTL' = right to left reading mode. Some languages are read from left to right (LTR), and some are read from right to left (RTL).
If you use a language that uses right to left reading, the framework will adjust to this. Like labels are right aligned instead of left aligned.
You should create a test case using English as the language and see if the problem reproduces in this test case.
Timo

Abdelrahman ElGiar

I got it thanks for your explanation.
I tried to change it to English and the same problem happened.
Screenshot 2022-09-21 090216.jpgScreenshot 2022-09-21 090303.jpg

Timo Hahn

Have you tried to create a new reproducible test case?
Once you can reproduce this in a new test case, you can share it here, and I'll try to look into it. No guarantee for a solution and no timeframe. That's the best I can offer.

Timo

1 - 5

Post Details

Added on Sep 19 2022
5 comments
271 views