Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-libraries
Commits
c8b89fcf
Commit
c8b89fcf
authored
Feb 16, 2000
by
Peter Achten
Browse files
(PA) Fixed minor bug in crosscall callback function.
parent
549d1c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
ObjectIO/ObjectIO/OS Windows/osdocumentinterface.icl
View file @
c8b89fcf
...
...
@@ -122,6 +122,8 @@ where
=
(
Return0Cci
,
tb
)
osCreateMDIWindowCallback
{
ccMsg
=
CcWmACTIVATE
}
tb
=
(
Return0Cci
,
tb
)
osCreateMDIWindowCallback
{
ccMsg
=
CcWmKILLFOCUS
}
tb
/* PA: added. Shouldn't ControlDeactivate be delayed? */
=
(
Return0Cci
,
tb
)
osCreateMDIWindowCallback
{
ccMsg
}
tb
=
osdocumentinterfaceFatalError
"osCreateMDIWindowCallback"
(
"received message nr:"
+++
toString
ccMsg
)
...
...
@@ -141,6 +143,8 @@ where
=
(
Return0Cci
,
tb
)
osCreateSDIWindowCallback
{
ccMsg
=
CcWmACTIVATE
}
tb
=
(
Return0Cci
,
tb
)
osCreateSDIWindowCallback
{
ccMsg
=
CcWmKILLFOCUS
}
tb
/* PA: added. Shouldn't ControlDeactivate be delayed? */
=
(
Return0Cci
,
tb
)
osCreateSDIWindowCallback
{
ccMsg
}
tb
=
osdocumentinterfaceFatalError
"osCreateSDIWindowCallback"
(
"received message nr:"
+++
toString
ccMsg
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment