1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23
24<helpdocument version="1.0">
25<meta>
26<topic id="textsbasicguidecreate_dialogxml" indexer="include" status="PUBLISH">
27<title id="tit" xml-lang="en-US">Creating a Basic Dialog</title>
28<filename>/text/sbasic/guide/create_dialog.xhp</filename>
29</topic>
30</meta>
31<body>
32<bookmark xml-lang="en-US" branch="index" id="bm_id3149346">
33<bookmark_value>dialogs;creating Basic dialogs</bookmark_value>
34</bookmark><comment>MW deleted "Basic;dialog creation"</comment>
35<paragraph role="heading" id="hd_id3149346" xml-lang="en-US" level="1" l10n="U"><variable id="create_dialog"><link href="text/sbasic/guide/create_dialog.xhp" name="Creating a Basic Dialog">Creating a Basic Dialog</link>
36</variable></paragraph>
37<list type="ordered">
38<listitem>
39<paragraph role="listitem" id="par_id3163802" xml-lang="en-US" l10n="CHG">Choose <emph>Tools - Macros - Organize Dialogs</emph>, and then click <emph>New</emph>.</paragraph>
40</listitem>
41<listitem>
42<paragraph role="listitem" id="par_id3150447" xml-lang="en-US" l10n="CHG">Enter a name for the dialog, and click OK. To rename the dialog later, right-click the name on the tab, and choose <emph>Rename</emph>.<comment>UFI: issue #i51589#</comment></paragraph>
43</listitem>
44<listitem>
45<paragraph role="listitem" id="par_idN1065F" xml-lang="en-US" l10n="NEW">Click <emph>Edit</emph>. The Basic dialog editor opens and contains a blank dialog.</paragraph>
46</listitem>
47<listitem>
48<paragraph role="listitem" id="par_id3153726" xml-lang="en-US" l10n="CHG">If you do not see the <emph>Toolbox</emph> bar, click the arrow next to the <emph>Insert Controls</emph> icon to open the <emph>Toolbox</emph> bar.</paragraph>
49</listitem>
50<listitem>
51<paragraph role="listitem" id="par_id3148455" xml-lang="en-US" l10n="U">Click a tool and then drag in the dialog to create the control.</paragraph>
52</listitem>
53</list>
54<section id="relatedtopics">
55<embed href="text/sbasic/guide/control_properties.xhp#control_properties"/>
56<embed href="text/sbasic/guide/insert_control.xhp#insert_control"/>
57<embed href="text/sbasic/guide/translation.xhp#translation"/>
58<embed href="text/sbasic/guide/show_dialog.xhp#show_dialog"/>
59<embed href="text/sbasic/guide/sample_code.xhp#sample_code"/>
60</section>
61</body>
62</helpdocument>
63