Herbert, I am a beginner too, but here is what I did:
.combobox list insert end "test"

I think of a combobox as both an Entry widget and a Listbox widget combined.  You were 
referencing the Entry widget, you wanted to be referencing the Listbox (which is why I 
added 'list')

I wish there was more documentation on vTcl, it is a pretty good tool.

Hope this helps,

Rob

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 13, 2001 2:53 AM
> To: [EMAIL PROTECTED]
> Subject: [vtcl-user] How to insert any item into the VTCL-Combobox ?
> 
> 
> Hi all,
> 
> i need some basic help working with the combobox in VTCL1.52 
> under Unix.
> How is it possible to insert any item into the combobox ?
> I cant find any possibility , neither via VTCL nor via editor.
> 
> I know - it is really simple - but i dont know how.
> I tried some things like 
> 
>  .combobox insert end "test" 
> 
> or setting  the corresponding textvariable to "test1\n 
> test2\n" and so 
> on...
> Nothing works.
> Any help ????
> 
> I need to insert this items via a procedure.
> 
> Thanks in advance for your help
> 
> Herbert
> 
> [EMAIL PROTECTED]
> 
> 
> _______________________________________________
> 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