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
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
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
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