From: Mattia B. <mb...@ds...> - 2002-05-30 09:16:13
|
On Thu, 30 May 2002, Marcus wrote: > >I'm having trouble with two listbox methods. > I'll reply separately to the first problems. >2) Wx::Listbox::Number seems to be unknown. I tried declaring use AFAIR it is deprecated. Try looking for GetCount or GetItemCount. ( warning, I am recalling from memory, I don't have the docs here ). Regards Mattia |