1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2cdf0e10cSrcweir 382a1df74SAndrew Rist<!--*********************************************************** 4cdf0e10cSrcweir * 582a1df74SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 682a1df74SAndrew Rist * or more contributor license agreements. See the NOTICE file 782a1df74SAndrew Rist * distributed with this work for additional information 882a1df74SAndrew Rist * regarding copyright ownership. The ASF licenses this file 982a1df74SAndrew Rist * to you under the Apache License, Version 2.0 (the 1082a1df74SAndrew Rist * "License"); you may not use this file except in compliance 1182a1df74SAndrew Rist * with the License. You may obtain a copy of the License at 12cdf0e10cSrcweir * 1382a1df74SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 14cdf0e10cSrcweir * 1582a1df74SAndrew Rist * Unless required by applicable law or agreed to in writing, 1682a1df74SAndrew Rist * software distributed under the License is distributed on an 1782a1df74SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1882a1df74SAndrew Rist * KIND, either express or implied. See the License for the 1982a1df74SAndrew Rist * specific language governing permissions and limitations 2082a1df74SAndrew Rist * under the License. 21cdf0e10cSrcweir * 2282a1df74SAndrew Rist ***********************************************************--> 2382a1df74SAndrew Rist 24cdf0e10cSrcweir<helpdocument version="1.0"> 25cdf0e10cSrcweir<meta> 26cdf0e10cSrcweir<topic id="textsbasicguidecreate_dialogxml" indexer="include" status="PUBLISH"> 27cdf0e10cSrcweir<title id="tit" xml-lang="en-US">Creating a Basic Dialog</title> 28cdf0e10cSrcweir<filename>/text/sbasic/guide/create_dialog.xhp</filename> 29cdf0e10cSrcweir</topic> 30cdf0e10cSrcweir</meta> 31cdf0e10cSrcweir<body> 3236faf8a5Smseidel<bookmark xml-lang="en-US" branch="index" id="bm_id3149346"> 3336faf8a5Smseidel<bookmark_value>dialogs;creating Basic dialogs</bookmark_value> 3436faf8a5Smseidel</bookmark><comment>MW deleted "Basic;dialog creation"</comment> 35*84046d64Smseidel<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> 36cdf0e10cSrcweir</variable></paragraph> 37cdf0e10cSrcweir<list type="ordered"> 38cdf0e10cSrcweir<listitem> 39*84046d64Smseidel<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> 40cdf0e10cSrcweir</listitem> 41cdf0e10cSrcweir<listitem> 42*84046d64Smseidel<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> 43cdf0e10cSrcweir</listitem> 44cdf0e10cSrcweir<listitem> 45cdf0e10cSrcweir<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> 46cdf0e10cSrcweir</listitem> 47cdf0e10cSrcweir<listitem> 48*84046d64Smseidel<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> 49cdf0e10cSrcweir</listitem> 50cdf0e10cSrcweir<listitem> 51*84046d64Smseidel<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> 52cdf0e10cSrcweir</listitem> 53cdf0e10cSrcweir</list> 54cdf0e10cSrcweir<section id="relatedtopics"> 55cdf0e10cSrcweir<embed href="text/sbasic/guide/control_properties.xhp#control_properties"/> 56cdf0e10cSrcweir<embed href="text/sbasic/guide/insert_control.xhp#insert_control"/> 57cdf0e10cSrcweir<embed href="text/sbasic/guide/translation.xhp#translation"/> 58cdf0e10cSrcweir<embed href="text/sbasic/guide/show_dialog.xhp#show_dialog"/> 59cdf0e10cSrcweir<embed href="text/sbasic/guide/sample_code.xhp#sample_code"/> 60cdf0e10cSrcweir</section> 61cdf0e10cSrcweir</body> 62cdf0e10cSrcweir</helpdocument> 63