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