Search found 1115 matches

by Tom
Fri Feb 17, 2023 7:43 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 6564

Re: Problem with disabled windows on Terminal Server

I was never forced to use Edlin. We have a word in german, "grace of late birth", do you know that? 8-) (To be honest, it's just a little later birth.)
by Tom
Thu Feb 16, 2023 12:10 pm
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 6564

Re: Problem with disabled windows on Terminal Server

Have you tried this to see if the owner window will be disabled? No difference. Just to make clear: There is nothing wrong. The wrong thing is the behaviour of a Windows Server if a RPD session is re-connected - or it's a bug in Xbase++ in that situation. The parent window should never get the disp...
by Tom
Thu Feb 16, 2023 10:51 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 6564

Re: Problem with disabled windows on Terminal Server

I know that this alias doesn't exist (this is by design), but the EDITPROTECT codeblock should not be evaluated, since the window containing it is disabled. But it gets the display focus for some milliseconds if a RDP-session is reconnected. Besides the alias problem, this window should never get th...
by Tom
Thu Feb 16, 2023 9:06 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 6564

Re: Problem with disabled windows on Terminal Server

Wow. If I run the app on a Windows Server 2019, open "TestWindow", close (!) the session and reconnect, I always get this situation. Always.
screen.png
screen.png (380.71 KiB) Viewed 1224 times
by Tom
Thu Feb 16, 2023 6:23 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 6564

Re: Problem with disabled windows on Terminal Server

I am missing the "Hello World" in your application
Wait for the next major release! It will be even able to print it! 8-)
Edit: In color!
by Tom
Thu Feb 16, 2023 3:32 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 6564

Re: Problem with disabled windows on Terminal Server

Oh, I thought it was your application.
My application is not as complex as this. 8-)
by Tom
Thu Feb 16, 2023 1:04 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 6564

Re: Problem with disabled windows on Terminal Server

Hi, Chris. This is not the code of my application. ;) I have reasons to act this way. The code called by the calling window (in my application) is a very huge planning system, which normally runs in it's own thread, but the same system may also be called in a somehow reduced version from somewhere e...
by Tom
Thu Feb 16, 2023 12:38 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 6564

Re: Problem with disabled windows on Terminal Server

Hi, Roger. If you compile and run the attached code and use the button "Test" showing a very simple dialog, you may log out from your computer and come back or you may minimize a Terminal Server session where it runs - this works fine. But if you close the session while "TestWindows" ist open and re...
by Tom
Wed Feb 15, 2023 9:12 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 6564

Re: Problem with disabled windows on Terminal Server

I'm trying to build a small sample tomorrow that demonstrates the problem.