paragui-users
[Top][All Lists]
Advanced

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

Re: [paragui-users] ListBox bug ?


From: Ulf Lorenz
Subject: Re: [paragui-users] ListBox bug ?
Date: Tue, 20 Dec 2005 11:49:42 +0100
User-agent: Mutt/1.5.11

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




reply via email to

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