This sound like a Windows 10 issue.First click gives the focus to the dialog, second click to activate the button.
I'm not sure that I can do anything about this, but I will try.
This sound like a Windows 10 issue.First click gives the focus to the dialog, second click to activate the button.
both Button in that Sample use AppDesktop() as Parent -> Top-Window.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.
Code: Select all
oDlg:moveWithOwner := lMoveWithOwner
Code: Select all
oParent := SetAppWindow():drawingArea
this work is for Alaska to fix it.skiman wrote:Any change this can be done with eXPress++?