vTcl does not save the contents of multicolumn listboxes or text boxes.

However in the 1.6 release (an alpha is coming soon for Christmas :-), vTcl
will allow you to edit the columns in the multicolumn listbox.

It is your program's responsibility to add contents to your listbox (a good
place to do this is the main function). Do not modify the toplevel
functions though (they are named like vTclWindow.top...). These are
generated by vTcl everytime you save your project, so if you edit your
project by hand, only modify the user procedures/functions (like init, main
and any other functions/procedures you may have added).

CG



|--------+------------------------------------->
|        |          Eric Bentley               |
|        |          <[EMAIL PROTECTED]|
|        |          m>                         |
|        |          Sent by:                   |
|        |          [EMAIL PROTECTED]|
|        |          eforge.net                 |
|        |                                     |
|        |                                     |
|        |          12/03/2001 06:10 AM        |
|        |                                     |
|--------+------------------------------------->
  
>-----------------------------------------------------------------------------------------------------------|
  |                                                                                    
                       |
  |       To:     "'[EMAIL PROTECTED]'" 
<[EMAIL PROTECTED]>                       |
  |       cc:                                                                          
                       |
  |       Fax to:                                                                      
                       |
  |       Subject:     [vtcl-user] newbie questions                                    
                       |
  |                                                                                    
                       |
  
>-----------------------------------------------------------------------------------------------------------|





I found the archive of this list at
http://www.geocrawler.com/lists/3/SourceForge/565/0/ but could not locate
any method of searching the list for prior topics.  Is there an interface
for this?  If so, please let me know and I will research these questions
myself.

I am using vtcl version 1.5.2 in a Windows environment.
1) I am having difficulty with the multicolumn listbox widget.  Every time
I
open my project, it appears this widget's contents have been erased.  I
still have the widget in the widget tree but it is blank.
2) Text in widgets.  I am using the console to add text to some of my
widgets such as text boxes and entry fields.  When I reopen the project,
they are gone.  I edited the file with a text editor and when I saved the
project, they are gone again.  How can I get vtcl to allow me to save this
information?

Thanks,

-Eric


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




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

Reply via email to