[DevExpress Support Team: CLONED FROM T673727: Display issues under Windows Remote App session]
Did the solution help this client?
It did not with our product.
I've been searching for a solution for six months now and I'm on the bridge of a depression.
It is mentioned that the main issue is with Microsoft but still customers with our old version (devexpress v15) never mentioned the issue en after the upgtrade of our product to v18.1 the issues were mentioned by our customers.
with terminal server or local on a server (RDP) there is no issue. Only when the tool is statred as an Remote App.
Do you have other threads or customers mentioning this issue and/or helped them getting it solved?
Many thanks in advance.
I will start a new thread if needed, just let me know.
Hello,
From what I gather, you upgraded your components to version 18.1 and noticed issues with the remote desktop connection. Do I understand correctly that the popup forms in your application have an incorrect z order as it is illustrated in The popup form is shown below its parent form if the RDP-server is used thread? If so, set the DevExpress.XtraEditors.Popup.PopupBaseForm.ForceRemotingCompatibilityMode property before the application form is shown.
If this does not help, please describe your scenario in greater detail and provide us with screenshots to illustrate it. In addition, please clarify when and where you set the ForceRemotingCompatibilityMode property in your application.
I hope to hear from you soon.
Hello,
I'm guessing we have a wrong definition of the term POPUP.
The ForeceRemotingCompatibilityMode-property is part of the SimplePopupBaseForm and not XtraForm.
Our "popups" are actually new windows deriving from XtraForm directly.
In order to have the property actually doing something our form needs to derive from PopuForm or at Least SimplePopupBaseForm.
Something tells me that in our code the ForceRemotingCompatibilityMode-property is not impacting our Forms.
Does my idea makes sense?
I'll try to give an example of the scenario with a video The application is opened as Remote App.
What do you see on the video:
While it is gone I do NOTHING only move my mouse to let you see that the screen is gone from the menubar and is gone in the taskmanager.
Somehow the screen is there somewhere and the hover on the invisible button generates a tooltip = GUI change and bang the screen is back
It also happens sometimes when I select a date in a datepicker or refresh the data on the screen (refresh-button in the application on top)