paragui-users
[Top][All Lists]
Advanced

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

Re: [paragui-users] Problem with listbox


From: Roger D. Vargas
Subject: Re: [paragui-users] Problem with listbox
Date: Thu, 30 May 2002 18:18:20 -0400 (CDT)

On 29 May 2002, Alexander Pipelka wrote:

>
> Shouldn't the loop be:
>
>    for (i=0;files[i];i++) {
>      fnames = new PG_ListBoxItem(itemheight, files[i]); <<<
>      flist->AddItem(fnames);
>      PG_LogMSG(files[i]);
>    }
But that re-creates fnames on every loop, what happens with the previously
created instance?

--
Roger D. Vargas         | El sistema se apagara en 5 segundos.
ICQ: 117641572          | Salvese el que pueda!
Linux User: 180787      |




reply via email to

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