Defining behaviour of owned child windows in a modal dialogΒΆ

!compat owned

Define behaviour of owned child windows in a modal dialog


SYNTAX

!compat owned = 5

In a program compiled with scc 5.6.2 RC2 or later, a modal dialog on a window (dialog window_id) excludes all child windows with the style WS_OWNED from that dialog. This is correct behaviour, and was implemented as a bug fix. However, programs may depend on the previous behaviour.

To avoid the change, add the declaration !compat owned = 5 (or any number < 6) to programs before recompiling them with scc 5.6.2 RC2 or later.


RELATED TOPICS

dialog

Window style