Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 December 3, 2024, 11:50 am This article has been viewed 35260 times.
|
|