paragui-users
[Top][All Lists]
Advanced

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

[paragui-users] ListBox bug ?


From: Алексей
Subject: [paragui-users] ListBox bug ?
Date: Tue, 20 Dec 2005 17:42:47 +0200 (EET)

Ulf Lorenz
Tue, 20 Dec 2005 05:11:22 -0800

On Thu, Dec 15, 2005 at 02:49:37PM +0200, ??????? wrote:
> I have an exam on Friday. If you could send me a reminder then that I am
> going to fix this problem, I would (hopefully) spend some part of my
> weekend on this. Does this sound OK?
It took me some time to find a solution, but I think I'll finish the
patch tonight. However, there is one question that remains:

>                       while ( (ent_songs = readdir ( directory_songs )) != 
> NULL ) {
>                           if (ent_songs->d_type != DT_DIR) 
>                                if(strcmp(ent_songs->d_name,".") == 0 || 
> strcmp(ent_songs->d_name,"..") == 0) continue;
>                                   else list_songs->AddItem(new 
> PG_ListBoxItem(20,ent_songs->d_name));
I din't find the function AddItem in the include directory (only for the
dropdown list). Which version of paragui do you use?


Ulf

-- 
recursive:
            see recursive

==============================================================
i use 1.0.4 version.
there is a file "listbox" in the folder /test, where AddItem is used.
how to delete the first item in ListBox?



___________________________________
Новый тариф компании EXPRESS, Интернет 64k всего за 95 гривен 
http://express.net.ua







reply via email to

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