<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.dopus.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://docs.dopus.com/feed.php">
        <title>Directory Opus Manual - scripting:script_dialogs:the_dialog_message_loop</title>
        <description></description>
        <link>https://docs.dopus.com/</link>
        <image rdf:resource="https://docs.dopus.com/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-05-17T18:02:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.dopus.com/doku.php?id=scripting:script_dialogs:the_dialog_message_loop:detached_dialogs&amp;rev=1700671772&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.dopus.com/doku.php?id=scripting:script_dialogs:the_dialog_message_loop:simple_dialogs&amp;rev=1700673104&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs.dopus.com/lib/exe/fetch.php?media=logo.png">
        <title>Directory Opus Manual</title>
        <link>https://docs.dopus.com/</link>
        <url>https://docs.dopus.com/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="https://docs.dopus.com/doku.php?id=scripting:script_dialogs:the_dialog_message_loop:detached_dialogs&amp;rev=1700671772&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-22T16:49:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Detached Dialogs</title>
        <link>https://docs.dopus.com/doku.php?id=scripting:script_dialogs:the_dialog_message_loop:detached_dialogs&amp;rev=1700671772&amp;do=diff</link>
        <description>Unlike a simple dialog, with a detached dialog the Show method returns to the script immediately. It’s then the scripts responsibility to run a message loop for the dialog (which isn’t complicated in itself). It&#039;s this interactivity means the script is able to respond to dialog control input in real time.</description>
    </item>
    <item rdf:about="https://docs.dopus.com/doku.php?id=scripting:script_dialogs:the_dialog_message_loop:simple_dialogs&amp;rev=1700673104&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-22T17:11:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Simple Dialogs</title>
        <link>https://docs.dopus.com/doku.php?id=scripting:script_dialogs:the_dialog_message_loop:simple_dialogs&amp;rev=1700673104&amp;do=diff</link>
        <description>With the simple method, the script is not responsible for the dialog’s message loop. Instead, the script prepares a Dialog object, and invokes the Show method to display the dialog. The Show method doesn’t return until the user has closed the dialog, at which time you can read the values of any controls on the dialog to find out what data the user provided.</description>
    </item>
</rdf:RDF>
