Skip to Main Content

Infrastructure Software

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Problem with WPF modal dialogs with Oracle Secure Global Desktop Seamless Windows

1920587Nov 10 2024 — edited Nov 10 2024

Hello All,

We are developing special tool that is embedded in various editors. One of our important customer uses PTC Arbortext.
To run the application, they use Oracle Secure Global Desktop - Seamless Windows.
When the user clicks our tool's menu button in the editor menu, our tool displays a WPF modal popup dialog box. If the user clicks on any button in this dialog box, everything works correctly. But if the user clicks on any area of ​​the editor, the CSGD shows some window over our dialog the application freezes completely.

Then we did a little investigation and found out that the application freezes only if the dialog boxes are made on WPF. If the dialog boxes are displayed via WinAPI (Winforms), then the freeze does not occur.

Please tell us, have you encountered a similar problem and how can we solve it?

Comments

Dwayne Miller Jan 14 2025

FYI… the stack trace shows this method as the one responsible for the exception, but not sure how it is trying to determine the local offset.

Oracle.DataAccess.Types.TimeStamp.GetLocalTZOffset()

1 - 1

Post Details

Added on Nov 10 2024
0 comments
114 views