Re: list box
Thomas Liebeskind <[email protected]> Tue, 16 Mar 2010 13:23:25 +0000 (UTC)
| Newsgroups | gmane.comp.python.pythoncard |
|---|---|
| Message-ID | <[email protected]> |
william Gunnells <gunnells <at> gmail.com> writes: > > oh and this does not work either: self.components.List1.items = l > For me self.components.items = ['a', 'b', 'c'] worked fine. For integers i would suggest self.components.items = [str(i) for i in a] with a = [1,2,3] # or some other in array ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev