home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Corel Draw 7
/
CD7_CAD.ISO
/
programs
/
scedit.cnt
(
.txt
)
< prev
next >
Wrap
Microsoft Windows Help File Content
|
1996-04-17
|
25KB
|
561 lines
:Base scedit.hlp>main
:Title Corel SCRIPT Help
:Index Corel SCRIPT=cad_scr.hlp
:Index Corel SCRIPT=draw_scr.hlp
:Index Corel SCRIPT=flow_scr.hlp
:Index Corel SCRIPT=pp_scr.hlp
1 Corel SCRIPT
2 Introduction to scripts and Corel SCRIPT
3 Introduction to scripts and Corel SCRIPT =Introduction_Scripts_Corel_script
3 What is Corel SCRIPT?=What_is_Corel_SCRIPT
3 Corel SCRIPT programming language=Corel_SCRIPT_programming_language
3 Corel SCRIPT scripts=Corel_SCRIPT_scripts
3 Executing scripts=Executing_script_files
3 Corel SCRIPT utilities=Corel_SCRIPT_Utilities
3 Documentation syntax conventions=Documentation_syntax_conventions
3 Corel SCRIPT is not case sensitive=cs_case_sensitive
3 Script files =script_files
2 Corel SCRIPT fundamentals
3 When should I write a script?=When_should_write_script
3 Script planning and designing tips=Script_planning_designing
3 Script programming errors and debugging=Script_programming_errors
3 Formatting a script=Formatting_a_script
3 Parameters
4 Script parameters=Script_Parameters
3 Operators
4 Using operators=Using_operators
4 Operator precedence in Corel SCRIPT=Operator_precedence_in_Corel_SCRIPT
3 Constants
4 Using constants=Using_constants
3 Variables
4 Using variables=Using_Variables
4 Variable availability=Variable_availability
4 Explicitly declaring and assigning values to a variable=Explicitly_declaring
4 Implicitly declaring and assigning values to a variable=Implicitly_declaring
4 Corel SCRIPT data type summary=Corel_SCRIPT_data_type_summary
3 Arrays
4 Using arrays=Using_arrays
4 Multi-dimensional arrays=multi_dimensional_arrays
4 Example for multi-dimensional arrays=example_multi_array>proc4
3 Strings
4 Using strings and string functions=using_strings
3 Functions and subroutines
4 Using user-defined functions and subroutines=Using_functions_subroutines
4 Script procedures=Script_procedures
3 Flow control
4 Using flow control statements=Using_flow_control_statements
3 Scripts and the operating system
4 Using operating system and file commands=Using_operating_system
3 User Interface
4 Using user-interface statements and commands=User_Interface
3 Date and time
4 Using date and time=Using_date_and_time
4 Assigning values to date variables=Assigning_values_to_date_variables
2 Corel SCRIPT advanced programming features
3 Dynamic Linked Libraries
4 Using Dynamic Link Libraries=Using_Dynamic_Link_Libraries
3 OLE automation
4 Corel SCRIPT and OLE automation=ole_automation
4 Using Corel applications with OLE automation controllers =using_ole
4 Using Corel SCRIPT application commands: an example=ole_automation_example
4 Corel SCRIPT Editor: OLE automation controller=Editor_ole
2 Corel SCRIPT statements and functions
3 Operators
4 Arithmetic Operators=Arithmetic_Operators
4 Bitwise Operators=Bitwise_Operators
4 Concatenation Operators=Concatenation_Operators
4 Logical Operators=Logical_Operators
4 Relational Operators=Relational_Operators
4 Unary Operators=Unary_Operators
3 Constants, variables, and array statements
4 CBOL function=cbool
4 CCUR function=ccurr
4 CDAT function=cdate
4 CDBL function=cdouble
4 CINT function=cint
4 CLNG function=clong
4 CONST statement=CONST
4 CSNG function=cfloat
4 CSTR function=cstring
4 DIM statement=DIM
4 GLOBAL statement=GLOBAL
4 LBOUND statement=LBOUND
4 LET statement=LET
4 STATIC statement=STATIC
4 UBOUND statement=UBOUND
3 Functions and subroutine statements
4 DECLARE statement=DECLARE
4 DECLARE...LIB statement=DECLARE_LIB
4 FUNCTION...END FUNCTION statements=FUNCTION_END_FUNCTION
4 SUB...END statements=SUB_end_sub
3 Flow control statements
4 CALL statement=CALL
4 DO...LOOP statement=DO_LOOP
4 END statement=END
4 EXIT statement=EXIT
4 FAIL statement=FAIL
4 FOR...NEXT statement=FOR_NEXT
4 GOTO statement=GOTO
4 IF...THEN...ELSE...ENDIF statements=IF_THEN_ELSE_ENDIF
4 ON ERROR statement=ONERROR
4 REM statement=rem
4 SELECT CASE...END SELECT statements=SELECT_CASE
4 STOP statement=STOP
4 WHILE...WEND statements=WHILE_WEND
4 WITHOBJECT...END WITHOBJECT statements=WITH_end_with
3 String functions
4 ASC function=ASC
4 CHR function=CHR
4 INSTR function=INSTR
4 LCASE function=LCASE
4 LEFT function=LEFT
4 LEN function=LEN
4 LTRIM function=LTRIM
4 MID function=MID
4 RIGHT function=RIGHT
4 RTRIM function=RTRIM
4 SPACE function=SPACE
4 STR function=STR
4 UCASE function=UCASE
4 VAL function=VAL
3 Math functions
4 ABS function=ABS
4 ACOS function=ACOS
4 ASIN function=ASIN
4 ATAN function=ATAN
4 COS function=COS
4 DEC function=DEC
4 EXP function=EXP
4 FIX function=FIX
4 HEX function=HEX
4 INT function=INT
4 LN function=LN
4 LOG function=LOG
4 RANDOMIZE function=RANDOMIZE
4 RND function=RND
4 SGN function=sgn
4 SIN function=SIN
4 SQR function=SQR
4 TAN function=TAN
3 Measurement conversion functions
4 ANGLECONVERT function=ANGLECONVERT>main
4 LENGTHCONVERT function=LENGTHCONVERT>main
4 FROMINCHES function=FROMINCHES>main
4 FROMDIDOTS function=FROMDIDOTS>main
4 FROMPICAS function=FROMPICAS>main
4 FROMCICEROS function=FROMCICEROS>main
4 FROMPOINTS function=FROMPOINTS>main
4 FROMCENTIMETERS function=FROMCENTIMETERS>main
4 TOINCHES function=TOINCHES>main
4 TODIDOTS function=TODIDOTS>main
4 TOPICAS function=TOPICAS>main
4 TOCICEROS function=TOCICEROS>main
4 TOPOINTS function=TOPOINTS>main
4 TOCENTIMETERS function=TOCENTIMETERS>main
3 Date and time commands
4 CURRDATE statement=Currdate>main
4 WAIT FOR statement=WAIT_FOR>main
4 WAIT UNTIL statement=WAIT_UNTIL
3 Operating system and file commands
4 CLOSE statement=CLOSE>main
4 COPY statement=COPY>main
4 CURRFOLDER statement=currfolder>main
4 EOF function=EOF>main
4 FILEATTR function=FILEATTR
4 FILEDATE function=FILEDATE
4 FILEMODE function=FILEMODE>main
4 FILEPOS function=FILEPOS>main
4 FILESIZE function=FILESIZE
4 FINDFIRSTFOLDER, FINDNEXTFOLDER function=FINDFIRSTFOLDER_FINDNEXTFOLDER>main
4 FREEFILE function=FREEFILE>main
4 GETAPPHANDLE function=GETAPPHANDLE
4 GETWINHANDLE function=GETWINHANDLE
4 INPUT function=input_dollar
4 INPUT # statement=INPUT
4 KILL statement=KILL>main
4 LINE INPUT statement=LINE_INPUT>main
4 LOF function=LOF>main
4 MKFOLDER statement=MKFOLDER>main
4 OPEN...APPEND statement=OPEN_APPEND>main
4 OPEN...INPUT statement=OPEN_INPUT>main
4 OPEN...OUTPUT statement=OPEN_OUTPUT>main
4 PRINT statement=PRINT>main
4 RENAME statement=RENAME>main
4 RMFOLDER statement=RMFOLDER>main
4 SEEK statement=SEEK>main
4 WRITE statement=WRITE>main
3 User interface statements and functions
4 BEEP statement=BEEP
4 GETFILEBOX statement=GETFILEBOX
4 INPUTBOX statement=INPUTBOX
4 MESSAGE statement=MESSAGE
4 MESSAGEBOX statement=MESSAGEBOX
3 Dialog control statements
4 BEGIN DIALOG...END DIALOG statements=BEGIN_END_DIALOG
4 CANCELBUTTON statement=CANCELBUTTON
4 CHECKBOX statement=CHECKBOX
4 COMBOBOX statement=COMBOBOX
4 DDCOMBOBOX statement=DDCOMBOBOX
4 DDLISTBOX statement=DDLISTBOX
4 DIALOG statement=DIALOG
4 GROUPBOX statement=GROUPBOX
4 HELPBUTTON statement=HELPBUTTON
4 IMAGE statement=IMAGE
4 IMAGELISTBOX statement=IMAGELISTBOX
4 LISTBOX statement=LISTBOX
4 OKBUTTON statement=OKBUTTON
4 OPTIONBUTTON statement=OPTIONBUTTON
4 OPTIONGROUP statement=OPTIONGROUP
4 PUSHBUTTON statement=PUSHBUTTON
4 SPINCONTROL statement=SPINCONTROL
4 TEXT statement=TEXT
4 TEXTBOX statement=TEXTBOX
3 Corel SCRIPT statements and functions in alphabetical order
4 ABS function=ABS
4 ACOS function=ACOS
4 ANGLECONVERT function=ANGLECONVERT>main
4 ASC function=ASC
4 ASIN function=ASIN
4 ATAN function=ATAN
4 BEEP statement=BEEP
4 BEGIN DIALOG...END DIALOG statements=BEGIN_END_DIALOG
4 CALL statement=CALL
4 CANCELBUTTON statement=CANCELBUTTON
4 CBOL function=cbool
4 CCUR function=ccurr
4 CDAT function=cdate
4 CDBL function=cdouble
4 CHECKBOX statement=CHECKBOX
4 CHR function=CHR
4 CINT function=cint
4 CLNG function=clong
4 CLOSE statement=CLOSE>main
4 COMBOBOX statement=COMBOBOX
4 CONST statement=CONST
4 COPY statement=COPY>main
4 COS function=COS
4 CSNG function=cfloat
4 CSTR function=cstring
4 CURRDATE statement=Currdate>main
4 CURRFOLDER statement=currfolder>main
4 DDCOMBOBOX statement=DDCOMBOBOX
4 DDLISTBOX statement=DDLISTBOX
4 DEC function=DEC
4 DECLARE statement=DECLARE
4 DECLARE...LIB statement=DECLARE_LIB
4 DIALOG statement=DIALOG
4 DIM statement=DIM
4 DO...LOOP statement=DO_LOOP
4 END statement=END
4 EOF function=EOF>main
4 EXIT statement=EXIT
4 EXP function=EXP
4 FAIL statement=FAIL
4 FILEATTR function=FILEATTR
4 FILEDATE function=FILEDATE
4 FILEMODE function=FILEMODE>main
4 FILEPOS function=FILEPOS>main
4 FILESIZE function=FILESIZE
4 FINDFIRSTFOLDER, FINDNEXTFOLDER function=FINDFIRSTFOLDER_FINDNEXTFOLDER>main
4 FIX function=FIX
4 FOR...NEXT statement=FOR_NEXT
4 FREEFILE function=FREEFILE>main
4 FROMCENTIMETERS function=FROMCENTIMETERS>main
4 FROMCICEROS function=FROMCICEROS>main
4 FROMDIDOTS function=FROMDIDOTS>main
4 FROMINCHES function=FROMINCHES>main
4 FROMPICAS function=FROMPICAS>main
4 FROMPOINTS function=FROMPOINTS>main
4 FUNCTION...END FUNCTION statements=FUNCTION_END_FUNCTION
4 GETAPPHANDLE function=GETAPPHANDLE
4 GETFILEBOX statement=GETFILEBOX
4 GETWINHANDLE function=GETWINHANDLE
4 GLOBAL statement=GLOBAL
4 GOTO statement=GOTO
4 GROUPBOX statement=GROUPBOX
4 HELPBUTTON statement=HELPBUTTON
4 HEX function=HEX
4 IF...THEN...ELSE...ENDIF statements=IF_THEN_ELSE_ENDIF
4 IMAGE statement=IMAGE
4 IMAGELISTBOX statement=IMAGELISTBOX
4 INPUT statement=input_dollar
4 INPUT # statement=INPUT
4 INPUTBOX statement=INPUTBOX
4 INSTR function=INSTR
4 INT function=INT
4 KILL statement=KILL>main
4 LBOUND statement=LBOUND
4 LCASE function=LCASE
4 LEFT function=LEFT
4 LEN function=LEN
4 LENGTHCONVERT function=LENGTHCONVERT>main
4 LET statement=LET
4 LINE INPUT statement=LINE_INPUT>main
4 LISTBOX statement=LISTBOX
4 LN function=LN
4 LOF function=LOF>main
4 LOG function=LOG
4 LTRIM function=LTRIM
4 MESSAGE statement=MESSAGE
4 MESSAGEBOX statement=MESSAGEBOX
4 MID function=MID
4 MKFOLDER statement=MKFOLDER>main
4 OKBUTTON statement=OKBUTTON
4 ON ERROR statement=ONERROR
4 OPEN...APPEND statement=OPEN_APPEND>main
4 OPEN...INPUT statement=OPEN_INPUT>main
4 OPEN...OUTPUT statement=OPEN_OUTPUT>main
4 OPTIONBUTTON statement=OPTIONBUTTON
4 OPTIONGROUP statement=OPTIONGROUP
4 PRINT statement=PRINT>main
4 PUSHBUTTON statement=PUSHBUTTON
4 RANDOMIZE function=RANDOMIZE
4 REM statement=rem
4 RENAME statement=RENAME>main
4 RIGHT function=RIGHT
4 RMFOLDER statement=RMFOLDER>main
4 RND function=RND
4 RTRIM function=RTRIM
4 SEEK statement=SEEK>main
4 SELECT CASE...END SELECT statements=SELECT_CASE
4 SGN function=sgn
4 SIN function=SIN
4 SPACE function=SPACE
4 SPINCONTROL statement=SPINCONTROL
4 SQR function=SQR
4 STATIC statement=STATIC
4 STOP statement=STOP
4 STR function=STR
4 SUB...END statements=SUB_end_sub
4 TAN function=TAN
4 TEXT statement=TEXT
4 TEXTBOX statement=TEXTBOX
4 TOCENTIMETERS function=TOCENTIMETERS>main
4 TOCICEROS function=TOCICEROS>main
4 TODIDOTS function=TODIDOTS>main
4 TOINCHES function=TOINCHES>main
4 TOPICAS function=TOPICAS>main
4 TOPOINTS function=TOPOINTS>main
4 UBOUND statement=UBOUND
4 UCASE function=UCASE
4 VAL function=VAL
4 WAIT FOR statement=WAIT_FOR>main
4 WAIT UNTIL statement=WAIT_UNTIL
4 WHILE...WEND statements=WHILE_WEND
4 WITHOBJECT...END WITHOBJECT statements=WITH_end_with
4 WRITE statement=WRITE>main
2 Corel SCRIPT application commands and functions
:include cad_scr.cnt
:include draw_scr.cnt
:include flow_scr.cnt
:include pp_scr.cnt
2 Corel SCRIPT Editor
3 Corel SCRIPT Editor=Corel_SCRIPT_Editor
3 Corel SCRIPT Editor basics=Corel_SCRIPT_Editor_Basics
3 Corel SCRIPT Editor windows=Corel_SCRIPT_Editor_windows
3 Corel SCRIPT Editor debugging features=Corel_SCRIPT_Editor_Debugging_Features
3 Corel SCRIPT Editor: OLE automation controller=Editor_ole
2 Corel SCRIPT Dialog Editor and dialog boxes
3 Corel SCRIPT and dialog boxes=Corel_SCRIPT_and_dialog_boxes
3 Corel SCRIPT dialog controls=Corel_SCRIPT_dialog_controls
3 Dialog controls summary=Dialog_controls_summary
3 Returning dialog settings and choices to a script=Returning_dialog_settings_and_choices
3 Corel SCRIPT Dialog Editor
4 Corel SCRIPT Dialog Editor=Corel_SCRIPT_Dialog_Editor
4 Working with the Dialog Editor=Working_with_dialog_controls
4 Inserting and deleting dialog controls=Inserting_and_deleting_dialog_controls
4 Editing dialogs and controls=Editing_dialogs_and_controls
4 Aligning and distributing dialog controls=Aligning_and_distributing_dialog_controls
4 Using dialog units to size and position dialogs and controls =Sizing_and_placing_dialogs_and_controls
4 Default control sizes and labels=Default_control_sizes_and_labels
4 Viewing a dialog box's Corel SCRIPT statements=Viewing_a_dialog_boxs_Corel_SCRIPT_statements
4 Changing focus in dialog boxes=Changing_focus_in_dialog_boxes
4 Testing dialogs=Testing_dialogs
4 Transferring and saving Corel SCRIPT dialog definitions=Transferring_and_saving_Corel_SCRIPT_statements
3 Corel SCRIPT Dialog Tips=Corel_SCRIPT_Dialog_Tips
3 Dialog box conventions=Dialog_box_conventions
3 Corel SCRIPT dialog script examples
4 Check box example=checkbox_example>proc4
4 Combo box example=combobox_example>proc4
4 Drop-down combo box example=dropdown_combobox_example>proc4
4 Drop-down list box example=dropdown_listbox_example>proc4
4 Example of all dialog controls=dialog_controls_all>proc4
4 Image list box example=Image_listbox_example>proc4
4 List box example=listbox_example>proc4
4 OK, Cancel, Help and Push button example=pushbutton_example>proc4
4 Option button, option group, and group box example=option_button_example>proc4
4 Spin control example=spin_control_example>proc4
4 Text and text box example=textbox_example>proc4
3 Corel SCRIPT Dialog Controls
4 Cancel button control=control_cancel>main
4 Check box control=control_checkbox>main
4 Combo box control=control_combo_box>main
4 Drop-down combo box control=control_dropdown_combobox>main
4 Drop-down list box control=control_dropdown_listbox>main
4 Group box control=control_group_box>main
4 Help button control=control_helpbutton>main
4 Image control=control_image>main
4 Image list box control=control_imagelistbox
4 List box control=control_listbox>main
4 OK button control=control_okbutton>main
4 Option button control=control_option_button>main
4 Option group control=control_option_group>main
4 Push button control=control_pushbutton>main
4 Spin control=control_spin_control>main
4 Text box control=control_text_box>main
4 Text control=control_text>main
2 How to...
3 Use Corel SCRIPT
4 To run a Corel SCRIPT script from a Corel application=app_play_script>proc4
4 To run a Corel SCRIPT script from the Corel SCRIPT Editor=ht_play_script_cse>proc4
4 To start the Corel SCRIPT Editor from a Corel application=ht_start_cse_app>proc4
4 To start the Corel SCRIPT Dialog Editor from the Corel SCRIPT Editor=htde_start_cse>Proc4
4 To create a new script with the Corel SCRIPT Editor=ht_new_file_cse>proc4
3 Use the Corel SCRIPT Editor
4 Start Corel SCRIPT Editor
5 To start the Corel SCRIPT Editor from a Corel application=ht_start_cse_app>proc4
5 To start the Corel SCRIPT Editor from Windows=ht_start_cse_win>proc4
5 To start Corel SCRIPT Editor by using the Run command=ht_start_run>proc4
5 To close the Corel SCRIPT Editor=ht_exit_cse>proc4
5 To create a new script with the Corel SCRIPT Editor=ht_new_file_cse>proc4
5 To open a Corel SCRIPT script=ht_open_file_cse>proc4
5 To close a Corel SCRIPT script=ht_close_file_cse>proc4
5 To run a Corel SCRIPT script from the Corel SCRIPT Editor=ht_play_script_cse>proc4
5 To save a Corel SCRIPT script=ht_save_file_cse>proc4
5 To print a Corel SCRIPT script=ht_print_file_cse>proc4
5.To show how a Corel SCRIPT script will look when printed=ht_print_preview_cse>proc4
4 Edit Corel SCRIPT scripts
5 To copy text to another location=ht_copy_cse>proc4
5 To cut text to move to another location=ht_cut_cse>proc4
5 To delete text=ht_delete_text_cse>proc4
5 To undo editing operations=ht_cse_undo>proc4
5 To restore changes reversed by the Undo command=ht_cse_redo>proc4
5 To find text=ht_find_text_cse>proc4
5 To find and replace text=ht_find_replace_cse>proc4
5 To go to a line in the Corel SCRIPT Editor=ht_goto_line_cse>proc4
5 To go to the next error in a script=ht_goto_next_cse>proc4
5 To go to the previous error in a script=ht_goto_prev_cse>proc4
5 To start the Corel SCRIPT Dialog Editor from the Corel SCRIPT Editor=htde_start_cse>proc4
5 To place REM statements at the beginning of script lines=ht_comment>proc4
5 To remove REM statements from the beginning of script lines=ht_uncomment>proc4
4 Debug Corel SCRIPT scripts
5 To check a Corel SCRIPT Script for syntax errors=ht_syntax_cse>proc4
5 To stop the execution of a script=ht_reset_cse>proc4
5 To interrupt an executing script=ht_interrupt_cse>proc4
5 To restart a script while debugging=ht_restart_cse>proc4
5 To execute a script one line at a time (Step Into)=ht_step_cse>proc4
5 To execute a script one line at a time stepping over procedures (Step Over)=ht_trace_cse>proc4
5 To execute a script to the first line after the current procedure call (Step Out)=ht_stepout_cse>proc4
5 To add a variable to the Watch window=ht_add_watch_cse>proc4
5 To delete a variable from the Watch window=ht_delete_watch_cse>proc4
5 To display a variable's value using the QuickWatch=ht_display_variable_cse>proc4
5 To add or remove a breakpoint=ht_breakpoint_cse>proc4
5 To clear all breakpoints=ht_breakpoint_clear_cse>proc4
5 To run a script to the cursor=ht_cursor_cse>proc4
4 View Corel SCRIPT scripts
5 To view all script windows=ht_view_windows_cse>proc4
5 To cascade script windows in the Corel SCRIPT Editor=ht_view_cascade_cse>proc4
5 To arrange minimized script windows=htcse_arrange_icons>proc4
5 To keep the Corel SCRIPT Editor window visible=ht_view_ontop_cse>proc4
5 To view an open script window in the Corel SCRIPT Editor=ht_view_open_cse>proc4
4 Change Corel SCRIPT Editor settings
5 To change display colors in the Corel SCRIPT Editor=ht_change_colors_cse>proc4
5 To change display and print fonts in the Corel SCRIPT Editor=ht_change_fonts_cse>proc4
5 To change tab width in the Corel SCRIPT Editor=ht_change_tab_cse>proc4
5 To set autosave in the Corel SCRIPT Editor=ht_change_save_cse>proc4
5 To view or hide status bar=ht_statusbar>proc4
5 To move a toolbar=To_move_a_toolbar>proc4
5 To resize a toolbar=To_re_size_a_toolbar>proc4
5 To display and hide an existing toolbar=To_display_an_existing_toolbar>proc4
4 Transfer dialog box definitions
5 To move or copy a dialog box definition from the Dialog Editor to the Corel SCRIPT Editor=htde_move_de_cse>Proc4
5 To move or copy a dialog box definition from the Corel SCRIPT Editor to the Dialog Editor=htde_move_cse_de>Proc4
4 Open on-line Help from the Corel SCRIPT Editor
5 To start Help from Corel SCRIPT Editor=ht_cse_open_help>proc4
5 To open Corel SCRIPT on-line Help to a keyword's syntax reference=ht_help_control>proc4
3 Use the Corel SCRIPT Dialog Editor
4 Start Corel SCRIPT Dialog Editor
5 To start Corel SCRIPT Dialog Editor from the Windows desktop=htde_start_windows>Proc4
5 To start Corel SCRIPT Dialog Editor by using the Run command=htde_start_run>Proc4
5 To start the Corel SCRIPT Dialog Editor from the Corel SCRIPT Editor=htde_start_cse>Proc4
5 To create a new dialog box=htde_new>Proc4
5 To open a Corel SCRIPT script that contains a dialog box definition=htde_open>Proc4
5 To close a Corel SCRIPT Dialog Editor window=htde_close>Proc4
5 To save a Corel SCRIPT dialog box=htde_save>Proc4
5 To close the Corel SCRIPT Dialog Editor=htde_exit>Proc4
4 Transfer dialog box definitions
5 To move or copy a dialog box definition from the Dialog Editor to the Corel SCRIPT Editor=htde_move_de_cse>Proc4
5 To move or copy a dialog box definition from the Corel SCRIPT Editor to the Dialog Editor=htde_move_cse_de>Proc4
4 Edit and test a dialog box
5 To edit a dialog box's attributes=htde_dialog_attributes>Proc4
5 To resize a dialog box using the mouse=htde_dialog_mouse>Proc4
5 To move a dialog box using the mouse=htde_dialog_move_mouse>Proc4
5 To test a dialog box =htde_test_dialog>Proc4
4 Insert controls
5 To insert a control into a dialog box using the click method=htde_control_insert_click>Proc4
5 To insert a control into a dialog box using the click and drag method=htde_control_insert_drag>Proc4
4 Edit controls
5 To delete controls=htde_delete_control>Proc4
5 To cut controls to the clipboard=htde_controls_cut>Proc4
5 To copy controls to the clipboard=htde_control_copy>Proc4
5 To paste a copy of a control in a dialog box=htde_paste_controls>Proc4
5 To move a control in a dialog box using the mouse=htde_move_controls_mouse>Proc4
5 To move a control in a dialog box using the attributes box=htde_move_controls_box>Proc4
5 To move a control from one dialog box to another=htde_move_controls_another>Proc4
5 To resize a control in a dialog box using the mouse=htde_resize_control_mouse>Proc4
5 To resize a control in a dialog box using the attributes box=htde_controls_resize_box>Proc4
5 To edit a control's attributes using the attributes box=htde_edit_controls_attributes>Proc4
5 To duplicate a control=htde_control_duplicate>Proc4
4 Select dialogs and controls
5 To select a control=htde_select_control>Proc4
5 To select a dialog box=htde_select_dialog_box>Proc4
5 To select multiple controls=htde_select_multiple_controls>Proc4
5 To marquee select controls=htde_controls_select_marquee>Proc4
5 To add or remove controls to a group of selected controls=htde_controls_select_add_remove>Proc4
5 To deselect all controls=htde_controls_deselect>Proc4
5 To select all controls in a dialog=htde_select_controls_all>Proc4
4 Align, distribute and center controls
5 To align controls along their left edge=htde_align_left>Proc4
5 To align controls along their right edge=htde_align_right>Proc4
5 To align controls along their top edge=htde_align_top>Proc4
5 To align controls along their bottom edge=htde_align_bottom>Proc4
5 To even the spacing between controls horizontally within a dialog box=htde_controls_across>Proc4
5 To even the spacing between controls vertically within a dialog box=htde_controls_down>Proc4
5 To center controls vertically in a dialog box=htde_center_vert>Proc4
5 To center controls horizontally in a dialog box=htde_center_horz>Proc4
5 To make controls the same width=htde_controls_width>Proc4
5 To make controls the same height=htde_controls_height>Proc4
5 To make controls the same width and height=htde_controls_height_width>Proc4
5 To size a control to fit its label=htde_control_size_label>Proc4
4 Change Corel SCRIPT Dialog Editor settings
5 To turn on or turn off Snap to Grid=htde_snap_grid>Proc4
5 To view or hide the grid=htde_view_grid>Proc4
5 To set grid spacing=htde_grid_spacing>Proc4
5 To move a toolbar=To_move_a_toolbar>proc4
5 To resize a toolbar=To_re_size_a_toolbar>proc4
5 To display and hide an existing toolbar=To_display_an_existing_toolbar>proc4
4 Work with windows
5 To view all dialog editor windows=htde_view_windows>Proc4
5 To cascade dialog editor windows=htde_cascade_windows>Proc4
5 To arrange minimized dialog editor windows=htde_arrange_icons>Proc4
5 To view an open script window in the Corel SCRIPT Dialog Editor=htde_view_open>Proc4
5 To view or hide status bar=ht_statusbar_de>proc4
4 Tab, change focus and create shortcut keys
5 To add a shortcut key to a control that has a label=htde_control_shortcut>Proc4
5 To add a shortcut key to a control that doesn't have a label=htde_shortcut_no_label>Proc4
5 To change dialog tab order=htde_tab_order>Proc4
5 To resize the Script window=htde_script_window>Proc4
4 Get Help
5 To start Help from Corel SCRIPT Dialog Editor=htde_open_help>Proc4
5 To open on-line Help to a selected control's syntax reference=de_help_control>proc4
3 Assign scripts
4 To assign a Corel SCRIPT script to an accelerator (shortcut) key=To_assign_an_accelerator_key_to_a_command>proc4
4 To assign a Corel SCRIPT script to a menu=To_add_a_command_to_a_menu>proc4
4 To assign a Corel SCRIPT script to a toolbar button=To_add_a_button_to_a_toolbar>proc4
2 Corel SCRIPT reference
3 Corel SCRIPT character map=CS_Character_Map
3 Reserved Words=reserved_words
3 Mathematical functions=math_paste
3 Trappable error codes=Trappable_error_codes
3 Glossary=a