It is in the file combobox.html in the /doc folder from the distribution.
Use the "list insert" command.

pathName list option args
     This command is used to manipulate the items in the dropdown list.
     It has several forms, depending on option:


     delete first ?last?
          Deletes one or more elements of the dropdown list. First and last
          are indices
          specifying the first and last elements in the range to delete. If
          last isn't
          specified it defaults to first, i.e. a single element is deleted.


     get first ?last?
          If last is omitted, returns the contents of the dropdown list
          element
          indicated by first, or an empty string if first refers to a
          non-existent
          element. If last is specified, the command returns a list whose
          elements
          are all of the dropdown list elements between first and last,
          inclusive.
          Both first and last may have any of the standard forms for
          indices.


     index index
          Returns the integer index value that corresponds to index. If
          index is
          end the return value is a count of the number of elements in the
          dropdown list (not the index of the last element).


     insert index ?element element ...?
          Inserts zero or more new elements in the list just before the
          element
          given by index. If index is specified as end then the new
          elements
          are added to the end of the list. Returns an empty string.


     size
          Returns a decimal string indicating the total number of elements
          in
          the dropdown list.

CG



|--------+------------------------------------->
|        |          manisha g                  |
|        |          <[EMAIL PROTECTED]>      |
|        |          Sent by:                   |
|        |          [EMAIL PROTECTED]|
|        |          eforge.net                 |
|        |                                     |
|        |                                     |
|        |          04/19/2001 09:13 PM        |
|        |          Please respond to vtcl-user|
|        |                                     |
|--------+------------------------------------->
  
>-----------------------------------------------------------------------------------------------------------|
  |                                                                                    
                       |
  |       To:     [EMAIL PROTECTED]                                      
                       |
  |       cc:                                                                          
                       |
  |       Fax to:                                                                      
                       |
  |       Subject:     [vtcl-user] about combo box                                     
                       |
  |                                                                                    
                       |
  
>-----------------------------------------------------------------------------------------------------------|




Hello Sir

 How to add items to combobox.In the documentation
they have not given how to add items to combobox.

Thanx in advance.

Regard's
Nisha


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user




_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to