Look in Windows 10

This forum is for eXpress++ general support.
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Look in Windows 10

#11 Post by rdonnay »

First click gives the focus to the dialog, second click to activate the button.
This sound like a Windows 10 issue.
I'm not sure that I can do anything about this, but I will try.
The eXpress train is coming - and it has more cars.

Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Re: Look in Windows 10

#12 Post by Cliff Wiernik »

I too have been using windows 10 since December. Company wants to switch and we would have already if not for a Cisco product not yet compatible with Win10. Most of the issues are resolved. I know the difference in the dialog presentation. Appears to be a windows10/microsoft design change with their square dialogs.

skiman
Posts: 1199
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: Look in Windows 10

#13 Post by skiman »

Hi,

Currently I'm working on a Windows 8, and the same problem appears. The borders of a modal box has the Windows 8 look, a non modal dialog has the old rounded corners as XP.
Best regards,

Chris.
www.aboservice.be

User avatar
Auge_Ohr
Posts: 1428
Joined: Wed Feb 24, 2010 3:44 pm

Re: Look in Windows 10

#14 Post by Auge_Ohr »

skiman wrote:I would like to have the same behaviour as in the Alaska OWNERWIN sample. If you click on the 'Free' button, nothing changes on the taskbar, and the new dialog has the Windows 10 look. The dialog can be moved anywhere on the screen. If another application gets focus, and you click on the 'Ownerwin' icon on the taskbar, all the dialogs of the ownerwin sample comes to front.
both Button in that Sample use AppDesktop() as Parent -> Top-Window.
difference is

Code: Select all

oDlg:moveWithOwner := lMoveWithOwner 
in a MDI Application Child use

Code: Select all

oParent := SetAppWindow():drawingArea
like Sample c:\ALASKA\XPPW32\SOURCE\samples\basics\WINDOWS\Childwin.prg where Child Windows does have wrong (XP) visual Style.
skiman wrote:Any change this can be done with eXPress++?
this work is for Alaska to fix it.

send a Email to Alaska for a PDR ...
greetings by OHR
Jimmy

Post Reply