Re: [wxCode-users] newbie question

2006-04-08 Thread Otto Wyss
John Labenski wrote: I am tempted to add the CopyDir function from here http://wxforum.shadonet.com/viewtopic.php?t=2080 into my filebrowser class which is part of the wxthings project. And I'd like to look once at your filebrowser class, if I could use it in my wyoFiler. Is it available som

Re: [wxCode-users] newbie question

2006-04-08 Thread Otto Wyss
Christian Buhtz wrote: Do I understand wxCode right that that is the way to get new code in the official wxWidgets release? When I took over responsibility of wxCode it was mostly to allow anybody to release useful code without being dependent on the wxWidgets core team if the code is accep

Re: [wxCode-users] newbie question

2006-04-07 Thread John Labenski
On 4/7/06, Christian Buhtz <[EMAIL PROTECTED]> wrote: > Do I understand wxCode right that that is the way to get new code in the > official wxWidgets release? No, wxCode is a repository for small to medium sized projects that are add-ons to wxWidgets providing new widgets, data classes or whatnot.

[wxCode-users] newbie question

2006-04-07 Thread Christian Buhtz
Do I understand wxCode right that that is the way to get new code in the official wxWidgets release? concret: I want a CopyDir() function in wxWidgets. I would write it, but not for my own. And there is somewhere a CopyDir() function from an other wx-user. --