Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Changing MDI/SDI behavior at runtime 2008-05-21 -- Maarten > open as non-MDI under certain circumstances. If I start the procedure via a menu item I want
> to open as MDI (default). If I start the procedure via hand written code, I want to change it
> to non-MDI.
Before calling the procedure:
SYSTEM{PROP:Threading} = 0 !Set to SDI behavior
Upon returning:
SYSTEM{PROP:Threading} = True
Today is November 21, 2024, 8:28 am This article has been viewed 35244 times.
|
|