Re: wxControlWithItems::Append() with list of strings

2008-11-07 Thread bungsuputra linan
On Sat, 2008-11-08 at 01:12 +0100, Mattia Barbon wrote: > Mattia Barbon wrote: > > Ian Macdonald wrote: > >Hi, > > >> Is there a wxPerl way of accessing the form of the > >> wxControlWithItems::Append() method that takes a list instead of a > >> single item? (And will it be faster as claimed

Re: wxControlWithItems::Append() with list of strings

2008-11-07 Thread Mattia Barbon
Mattia Barbon wrote: Ian Macdonald wrote: Hi, Is there a wxPerl way of accessing the form of the wxControlWithItems::Append() method that takes a list instead of a single item? (And will it be faster as claimed in the docs) Oops, I forgot that particular overload of Append() is not impl

Re: wxControlWithItems::Append() with list of strings

2008-10-22 Thread Mattia Barbon
Ian Macdonald wrote: Hi, Is there a wxPerl way of accessing the form of the wxControlWithItems::Append() method that takes a list instead of a single item? (And will it be faster as claimed in the docs) Oops, I forgot that particular overload of Append() is not implemented, like the corre

wxControlWithItems::Append() with list of strings

2008-10-21 Thread Ian Macdonald
Hi, I've got a design which requires me to insert a large number of items to a ComboBox (1000-5000). (I know this is not very practical to use, but that's a separate fight for me at this end). The length of time this is taking is a concern for me (~15 seconds for 2000 items). Is there a wxPerl