Re: [wxlua-users] number to string

2007-07-05 Thread John Labenski
On 7/5/07, John Labenski <[EMAIL PROTECTED]> wrote: > On 7/3/07, Marcos <[EMAIL PROTECTED]> wrote: > > 1) > > wxLua: Expected a wxArrayString or table of strings for parameter 6, > > but table index 1 is 'number'. > > This error occurs when I passed a lua table with number ({1,2,3,4}) > > to combob

Re: [wxlua-users] number to string

2007-07-04 Thread John Labenski
On 7/3/07, Marcos <[EMAIL PROTECTED]> wrote: > 1) > wxLua: Expected a wxArrayString or table of strings for parameter 6, > but table index 1 is 'number'. > This error occurs when I passed a lua table with number ({1,2,3,4}) > to combobox. > > 2) > When I set wxLabel title = 1, I get same error (str

[wxlua-users] number to string

2007-07-04 Thread Marcos
John, 1) wxLua: Expected a wxArrayString or table of strings for parameter 6, but table index 1 is 'number'. This error occurs when I passed a lua table with number ({1,2,3,4}) to combobox. 2) When I set wxLabel title = 1, I get same error (string expected). wxLua: Expected a string or wxStrin