home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / super / openofficecn / f_0047 / sbasic.jar / text / sbasic / guide / create_dialog.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-02-21  |  4.0 KB  |  57 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Create a Basic Dialog</title><meta name="filename" content="text/sbasic/guide/create_dialog"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         table.Tabelle4{
  5.                 }
  6.         span.Tabelle4A{
  7.                 width:18cm;}
  8.         table.Tabelle5{
  9.                 }
  10.         span.Tabelle5A{
  11.                 width:18cm;}
  12.         p.P1{
  13.                 }
  14.         p.P2{
  15.                 }
  16.         p.P3{
  17.                 }
  18.         p.P4{
  19.                 }
  20.         span.T1{
  21.                 font-weight:bold;}
  22.         span.fr1{
  23.                 }
  24.         </style></head><body>
  25.    
  26.    
  27.    <p class="P1"/>
  28.    <p class="Head1"><help:key-word value="Basic dialog creation" tag="kw68530_1" xmlns:help="http://openoffice.org/2000/help"/><help:to-be-embedded Eid="create_dialog" xmlns:help="http://openoffice.org/2000/help"><help:link Id="68530">Create a Basic Dialog</help:link></help:to-be-embedded></p>
  29.    <p class="Paragraph">To create a new Basic dialog, proceed as follows:</p>
  30.    <ul class="L1">
  31.     <li class="">
  32.      <p class="P2">If you are no longer in the Basic IDE, call it now: open the menu <span class="T1">Tools - Macro</span>. Click on <span class="T1">Organizer</span> to call the dialog <span class="T1">Macro Organizer</span>.</p>
  33.     </li>
  34.    </ul>
  35.    <table><tr class=""><th style="text-align:left;"><span class="Tabelle4A">
  36.        <p class="TextInTable"><draw:image draw:style-name="fr1" draw:name="Grafik4" text:anchor-type="paragraph" svg:width="11.271cm" svg:height="8.123cm" draw:z-index="0" xlink:href="67444" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" draw:filter-name="GIF - Graphics Interchange" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:text="http://openoffice.org/2000/text" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"/></p>
  37.       </span></th></tr></table>
  38.    <ul class="L1">
  39.     <li class="">
  40.      <p class="P2">In the dialog, below the entry "soffice" click on "Standard - Module1", then click on the button <span class="T1">New Dialog</span>. In the dialog box enter a new name for the dialog, then click on the button <span class="T1">Edit</span>.</p>
  41.     </li>
  42.    </ul>
  43.    <table><tr class=""><th style="text-align:left;"><span class="Tabelle5A">
  44.        <p class="Paragraph"><draw:image draw:style-name="fr1" draw:name="Grafik2" text:anchor-type="paragraph" svg:width="12.801cm" svg:height="9.022cm" draw:z-index="1" xlink:href="67445" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" draw:filter-name="GIF - Graphics Interchange" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:text="http://openoffice.org/2000/text" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"/></p>
  45.       </span></th></tr></table>
  46.    <ul class="L2">
  47.     <li class="">
  48.      <p class="P3">To edit the name of the dialog, hold down the <help:switch select="System" xmlns:help="http://openoffice.org/2000/help"><help:case select="MAC">(Alt)</help:case><help:default>(Alt)</help:default></help:switch> key and click on the name "Dialog1". Now you can overwrite the name with a new one.</p>
  49.     </li>
  50.    </ul>
  51.    <p class="Paragraph">At this time, you will only see the empty dialog on your screen. All the necessary tools are contained in the floating toolbar <text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/><span class="T1">Controls</span>, which you can find in the object bar of the dialog editor. Open the toolbar and position it accordingly.</p>
  52.    <p class="P4">Related Topics</p>
  53.    <p class="ParaList"><help:embedded Id="68536" Eid="control_properties" xmlns:help="http://openoffice.org/2000/help"/></p>
  54.    <p class="ParaList"><help:embedded Id="68537" Eid="insert_control" xmlns:help="http://openoffice.org/2000/help"/></p>
  55.    <p class="ParaList"><help:embedded Id="68538" Eid="show_dialog" xmlns:help="http://openoffice.org/2000/help"/></p>
  56.    <p class="ParaList"><help:embedded Id="68535" Eid="sample_code" xmlns:help="http://openoffice.org/2000/help"/></p>
  57.   </body></html>