paragui-users
[Top][All Lists]
Advanced

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

[paragui-users] Problems with PG_ListBox


From: Ivan Stankovic
Subject: [paragui-users] Problems with PG_ListBox
Date: Sat, 29 Mar 2003 21:13:34 +0100
User-agent: Mutt/1.2.5i

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.

-- 
Ivan Stankovic, address@hidden




reply via email to

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