Re: [wxCode-users] wxTreeListCtrl suggestion...

2009-09-10 Thread Christian Buhtz
Carl Godkin schrieb: > My comment was just FYI. wxTreeListCtrl is not in wxWidgets proper > unless something > has changed. It's in wxcode. So I guess I don't understand this request. Ah I see. I thought it was wxTreeCtrl ;) But I will watch on wxTreeListCtrl -- publictimestamp.org/ptb/PTB-7

Re: [wxCode-users] wxTreeListCtrl suggestion...

2009-09-08 Thread Christian Buhtz
Carl Godkin schrieb: > If you just make the small changes I mentioned in the email it should > all work, Please make a diff/patch > I should mention that I'm using wx 2.8.8. against TRUNK. ;) -- publictimestamp.org/ptb/PTB-7095 sha160 2009-09-08 21:00:04 A6D12B1189391091CD6B2F4514CFB4ABA2A7547

Re: [wxCode-users] wxTreeListCtrl suggestion...

2009-09-08 Thread Christian Buhtz
Carl Godkin schrieb: > I wanted to add tool tips to a wxTreeListCtrl but had a little > trouble that I have since worked around. I want the tool tips to be > based on the item I'm hovering over. Hi Carl, I tried it some weeks ago, too. But I am not a crack! ;) I am very interested in the progre

[wxCode-users] [webupdater] build problems

2007-09-23 Thread Christian Buhtz
I got webupdater from current SVN. I got wxWidgets from current SVN. I am not able to build webupdater as "Win32 DLL Unicode Debug Monolithic". There are errors like this (21 errors, 166 warnings): D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(55) : warning C4273: 'public: static class w

Re: [wxCode-users] [webupdater] httpbuilder?

2007-09-23 Thread Christian Buhtz
> wxUSE_HTTPENGINE? to Francesco: Why is there such a switch in webupdater? What is the difference between webupdater_with_httpengine and webupdater_without_httpengine? - This SF.net email is sponsored by: Microsoft Defy a

[wxCode-users] [webupdater] httpbuilder?

2007-09-23 Thread Christian Buhtz
I get the current webupdater source from SVN and try to compile it with MSVC60 (target is: "Win32 DLL Unicode Debug Monolithic"). My wx is from SVN. That is my buildlog Kompilierung läuft... webapp.cpp D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.h(27) : fatal error C1083: Include-Datei kan

Re: [wxCode-users] wxWebUpdate - auto-notification?

2007-09-19 Thread Christian Buhtz
Francesco Montorsi schrieb: > You can safely put wxUSE_HTTPENGINE to zero. Is there somewhere a config-file (something like setup.h) for that? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R)

Re: [wxCode-users] wxWebUpdate - auto-notification?

2007-09-18 Thread Christian Buhtz
I tried to build "webupdater - Win32 Static Unicode Debug Monolithic". In src\webupdate.cpp line 40 is #include But I found it nowhere. I am using wx from SVN and wx2.8.5. And what is wxUSE_HTTPENGINE and do we need it for webupdater? --

Re: [wxCode-users] wxWebUpdate - auto-notification?

2007-09-17 Thread Christian Buhtz
I recieved your WebUpdate by SVN. there are six project files in /build. webupdate_advanced_0_0_1 webupdate_advanced_1_5_0 webupdate_simple_1_0_0 webupdate_simple_2_0_3 webupdate_webupdate webupdate_webupdater They are not documented in the readme file. What is about them? Francesco Montorsi sc

Re: [wxCode-users] wxWebUpdate - auto-notification?

2007-09-17 Thread Christian Buhtz
William H. Schultz schrieb: > is there a library call that I can make that will > tell me whether there's an update available, so that I can auto-launch > the wxWebUpdate program? I would like users to be notified when updates > are available. I need this, too. Do you want to work on WebUpdate

Re: [wxCode-users] [WebUpdate] contact the dev

2007-09-17 Thread Christian Buhtz
I read the answer some days before. Sorry! ;) - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ __

[wxCode-users] [WebUpdate] contact the dev

2007-09-17 Thread Christian Buhtz
I found no contact to the dev (Francesco Montorsi) of WebUpdate. I want to ask how my application can know if an update is available? I am not sure but am I right to think that WebUpdate need to run explicite to know if an update is available? ---

[wxCode-users] Re: newbie question

2006-04-08 Thread Christian Buhtz
On Sat, 08 Apr 2006 11:52:26 +0200, Otto Wyss wrote: > And I'd like to look once at your filebrowser class, if I could use it > in my wyoFiler. Is it available somewhere? Can you describe your wyoFiler? Is it a application, a class, ...? What does it do? Can we use it?

[wxCode-users] Re: no modules on cvs-server

2006-04-08 Thread Christian Buhtz
On Sat, 08 Apr 2006 10:30:28 +0200, Francesco Montorsi wrote: > You can see all of them at > http://wxcode.sourceforge.net/singlepagelist.php > > then you can check out a single one using: > :pserver:[EMAIL PROTECTED]:/cvsroot/wxcode > CVSROOT and 'wxCode/components/the-comp-you-chose' as module.

[wxCode-users] Re: no modules on cvs-server

2006-04-07 Thread Christian Buhtz
TortoiseCVS only load the hole wxCode components. I think I need an other cvs-client under Win98. I only want to see a list of all components or something like a directory listing. Then I want to select a component and load (checkout/get) it.

[wxCode-users] no modules on cvs-server

2006-04-07 Thread Christian Buhtz
My cvs-client means that there is no $CVSROOT/modules file. So I can not see a list of all available modules. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. A

[wxCode-users] diffrent lists on wxCode.com and sourceforge

2006-04-07 Thread Christian Buhtz
I read some interesting components on wxcode.com. I tried to download them with the downloadlink there. It views a sourceforge list with all wxcode components. But the comp I need are not in the list. for example wxThing, wxArchiv, wxZipStream, etc https://sourceforge.net/project/showfiles.php?g

[wxCode-users] Re: newbie question

2006-04-07 Thread Christian Buhtz
On Fri, 7 Apr 2006 18:21:15 -0400, 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. There is no wxThing component on the wxCode sourceforge site. --

[wxCode-users] Re: newbie question

2006-04-07 Thread Christian Buhtz
On Fri, 7 Apr 2006 18:21:15 -0400, 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. wxThings is not available http://wxcode.sourceforge.net/components/wxth

[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. --