|
Yes, I’ve been able to use –value to put things into the combo box list.� I would like to be able to add to an existing combobox list (which is what the apparently non-existent insert command does).� I’ve tried reading –value into a variable, which returns a list, {item1 item2 item3}, so does this mean one has to parse this returned list and build a new list to save back to –value? Jeff Birt
-----Original Message-----
use value to insert a list of lines in the listbox of
the combobox I would at least like to imagine myself reasonably competent, but Ican't seem to get any thing added to a BWidget combo box after it iscreated.� The procedure I'm using is as follows: Global Widget set somevar [ComboBox1 -text]ComboBox1 insert end $somevar I've even tried 'ComboBox1 list insert end $somevar' Both methods seem to be referenced in /doc/combobox.html.� In looking atthe bWidget combobox code it does not seem to have an 'insert' method,unless this is inherited from a listbox somehow. Any ideas (or working examples) would be most appreciated. Jeff BirtElectronics EngineerIntegrated Systems FacilityUniversity of Missouri - Rolla 573.341.6058 -------------------------------------------------------This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeekFor a limited time only, get FREE Ground shipping on all orders of $35or more. Hurry up and shop folks, this offer expires April 30th!http://www.thinkgeek.com/freeshipping/?cpg297_______________________________________________vtcl-user mailing list[EMAIL PROTECTED]https://lists.sourceforge.net/lists/listinfo/vtcl-user
|
- [vtcl-user] Can't get combo box insert command to work Birt, Jeffrey
- RE: [vtcl-user] Can't get combo box insert command to w... Birt, Jeffrey
- RE: [vtcl-user] Can't get combo box insert command to w... Birt, Jeffrey
