paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] Problems with PG_ListBox


From: Alexander Pipelka
Subject: Re: [paragui-users] Problems with PG_ListBox
Date: Sat, 29 Mar 2003 21:26:13 +0100
User-agent: KMail/1.5

Use PG_ListBox::DeleteAll()

:))

Alex

Am Samstag, 29. März 2003 21:13 schrieb Ivan Stankovic:
> Hi all
>
> I'm having problems with PG_ListBox behaviour.
> I do this
>
>       PG_ListBox *p;
>
>       p->AddItem(...);
>       .
>       .
>       p->AddItem(...);
>       p->RemoveAll();
>       p->Update();
>
> and expect the listbox to contain(show) no items. But it
> shows them all. What should I do?
>
> PS. The items I'm adding are actually objects of the class derived
> from PG_ListBoxItem.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]