You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(5) |
Apr
(7) |
May
(11) |
Jun
(19) |
Jul
(9) |
Aug
(5) |
Sep
(6) |
Oct
(18) |
Nov
(9) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(8) |
Feb
(1) |
Mar
(5) |
Apr
(1) |
May
(1) |
Jun
(73) |
Jul
(128) |
Aug
(39) |
Sep
(91) |
Oct
(24) |
Nov
(42) |
Dec
(37) |
2006 |
Jan
(8) |
Feb
(22) |
Mar
(15) |
Apr
(44) |
May
(13) |
Jun
(9) |
Jul
(19) |
Aug
(35) |
Sep
(28) |
Oct
(53) |
Nov
(19) |
Dec
(29) |
2007 |
Jan
(28) |
Feb
(37) |
Mar
(86) |
Apr
(14) |
May
(48) |
Jun
(2) |
Jul
(20) |
Aug
(19) |
Sep
(19) |
Oct
(8) |
Nov
(11) |
Dec
(11) |
2008 |
Jan
(3) |
Feb
(1) |
Mar
(22) |
Apr
(7) |
May
(3) |
Jun
|
Jul
(16) |
Aug
(10) |
Sep
(5) |
Oct
(3) |
Nov
(24) |
Dec
(9) |
2009 |
Jan
(14) |
Feb
(4) |
Mar
(16) |
Apr
(13) |
May
(22) |
Jun
(3) |
Jul
(3) |
Aug
(8) |
Sep
(20) |
Oct
(18) |
Nov
(5) |
Dec
(11) |
2010 |
Jan
(4) |
Feb
(4) |
Mar
(7) |
Apr
(5) |
May
(41) |
Jun
(15) |
Jul
(3) |
Aug
(2) |
Sep
(9) |
Oct
(7) |
Nov
(8) |
Dec
(3) |
2011 |
Jan
(28) |
Feb
(29) |
Mar
(3) |
Apr
(7) |
May
(3) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
(4) |
Nov
(7) |
Dec
|
2012 |
Jan
(3) |
Feb
(4) |
Mar
(3) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
(3) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
(5) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
2015 |
Jan
(7) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Otto W. <ott...@or...> - 2005-03-10 18:25:33
|
f18m_217828 wrote: > > I had no luck when sending this mail to wx-users so I now try to > send it to wxcode... :-) > Sorry I can't help either. Maybe leave it rest a little while and try it again. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: f18m_217828 <f18...@ya...> - 2005-03-08 20:00:38
|
Hi, I had no luck when sending this mail to wx-users so I now try to send it to wxcode... :-) I would like to use the wx presets for some wx-based libraries. While on win32 it required me few conversions on my old bakefiles, I now have to face a little problem with autoconf: on win32 I use the WXLIBPOSTFIX variable for my lib name postfix. However, on linux wx_unix.bkl does not define it and I know it does not make much sense do it since with autoconf-based systems wx-config script is used to get all info about wx location and configuration. So, the problem is, how should I create the name for my wx-based libs under autoconf format ? Should I create libs always with the same name ignoring completely the build config ? Or is there a way to set WXLIBPOSTFIX also on autoconf ? Thanks, Francesco Montorsi PS: I'm not interested in multi-config installations... |
From: Otto W. <ott...@or...> - 2005-03-07 18:37:00
|
f18m_217828 wrote: > > I also propose to create an ALL.BKL file to use to create makefiles for > building all or a part of bakefile-based components of the wxCode project. > This could be very useful for those people who need to build often some > components using always the same options; it would also give the ability > to call some specific targets (zip, tarball ...) on all components very > easily. > Good idea. > I also think that we should make two subfolders into wxCode/build: > BAKEFILES and MSW to organize bakefiles & makefiles like wx distro do. > This is fine for me. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: f18m_217828 <f18...@ya...> - 2005-03-07 18:31:51
|
Hi, since all next releases of wx will be shipped with the wxpresets file created by wx authors, I think wxCode bakefiles should be adapted to standardize with this bakefile template. The change won't have a huge impact (I tested it on my components' bakefiles). I also propose to create an ALL.BKL file to use to create makefiles for building all or a part of bakefile-based components of the wxCode project. This could be very useful for those people who need to build often some components using always the same options; it would also give the ability to call some specific targets (zip, tarball ...) on all components very easily. I also think that we should make two subfolders into wxCode/build: BAKEFILES and MSW to organize bakefiles & makefiles like wx distro do. Let me know what you think, Francesco Montorsi |
From: Francesco M. <f18...@ya...> - 2005-02-07 12:56:48
|
Hi, I have updated the releases of all my components hosted at wxCode. You can find online docs & screenshots at: http://wxcode.sourceforge.net/components/keybinder/index.html http://wxcode.sourceforge.net/components/paletteframe/index.html http://wxcode.sourceforge.net/components/wxscript/index.html http://wxcode.sourceforge.net/components/wxxml2/index.html The new releases fixed some minor bugs and added Unicode support. Hope these will be useful, Francesco Montorsi ============================================================== The perverse principle of programming: there is always another bug. (Murphy) ============================================================== |
From: <fee...@wx...> - 2005-01-19 13:45:00
|
Michael Kiefte (mk...@da...) wants to give feedback for component: wxlistctrlex I am unable to locate the control wxlistctrlex. It\'s listed in wxCode, but it doesn\'t seem to be uploaded anywhere. Do you have a copy you could send. Thanks - Michael. |
From: <fee...@wx...> - 2005-01-19 08:38:24
|
Dongmei Liu (don...@ef...) wants to give feedback for component: wxlistctrlex Dear Blake, I want to download \'wxListCtrlEx\', click \'2004-12-06\' under \'Release\', it will show \'Could not read the file\', even couldn\'t find wxListCtrlEx zip file in the home folder. Could you please advise me how to get it? Thanks. Yours sincerely, Dongmei Liu |
From: Francesco M. <f18...@ya...> - 2005-01-15 11:43:37
|
Hi Otto, sorry but now I to complain about the write access for wxcode/htdocs/components/wxscript/docs.... can you chmod also that dir ? thanks, FM ----- Original Message ----- From: "Francesco Montorsi" <f18...@ya...> To: <wxc...@li...> Sent: Thursday, December 30, 2004 10:40 PM Subject: Re: [wxCode-users] Component folder structure > Hi Otto, > I've got another little problem: now I don't have write access to > wxcode/htdocs/components/keybinder/docs... > > can you chmod also that dir ? > > thanks, > FM > > ----- Original Message ----- > From: "Francesco Montorsi" <f18...@ya...> > To: <wxc...@li...> > Sent: Tuesday, December 28, 2004 11:51 PM > Subject: Re: [wxCode-users] Component folder structure > > >>> I've given htdocs/components/keybinder/ g+w rights but I'm not sure if >>> that's enough. Try it out. >> It works !! >> >> Thanks, >> FM >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://productguide.itmanagersjournal.com/ >> _______________________________________________ >> wxCode-users mailing list >> wxC...@li... >> https://lists.sourceforge.net/lists/listinfo/wxcode-users > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: Otto W. <ott...@or...> - 2005-01-08 05:16:56
|
Kiran Adigopula wrote: > > I have a wxTreeListCtrl inside a wxDialog, the tree and the > list items are displayed fine, but some how the headers or column names > are not being shown. I tried compiling with both 2.4.2 and 2.5.x, > but no luck ... what am I missing ? > The headers should be drawn always regardless where they are located. Could you move your dialog, stripped to the minimum, into the minimal sample and send it to me? O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Kiran A. <ki...@ad...> - 2005-01-08 02:15:20
|
Hi, I have a wxTreeListCtrl inside a wxDialog, the tree and the list items are displayed fine, but some how the headers or column names are not being shown. I tried compiling with both 2.4.2 and 2.5.x, but no luck ... what am I missing ? Thanks Kiran |
From: Francesco M. <f18...@ya...> - 2005-01-07 17:29:44
|
Hi all, I would like to inform all wxCode users that I've done some minor changes to bakefile build system. Now also the makefiles generated for autoconf systems are completely working and with a few effort, also the INSTALL/UNINSTALL targets can be added for easy add/remove feature of your component. I suggest all developers interested to checkout the wxCode/build directory and read the readme. Hope this will be useful, Francesco Montorsi |
From: Francesco M. <f18...@ya...> - 2005-01-04 18:47:21
|
Hi Otto, I've updated the wxxml2 and keybinder components; can you update the complist file (now they have online docs) ? Thanks, Francesco Montorsi |
From: Francesco M. <f18...@ya...> - 2005-01-04 18:46:10
|
Hi all, a new release of the wxXml2 wrappers for the libxml2 library has been uploaded to the SF.net servers; I report here some of the basic info taken from the readme: wxXml2 component info --------------------- Component: wxxml2 Release: 2005-1-4 Documents: http://wxcode.sourceforge.net/components/wxscript/index.html wxWidgets: 2.4.x, 2.5.x Maintainer: Francesco Montorsi (frm) Subdir: wxxml2 Description: A simple set of classes, wxXml2Namespace, wxXml2Property, wxXml2Node, wxXml2DTD and wxXml2Document, that interfaces wxWidgets with libxml2. With this component you can add load/save/edit XML support to your wxWidgets application using all the power of a well-known library like libxml2. The full support for DTDs allows you to easily check your XML documents & thus to produce well-formed XML files. Unicode is completely supported as well. By now, these classes wrap only the most important libxml2 features but they are perfectly integrated with wxWidgets and easily extensible since they provide good commented code & doxygen docs. The download link is: https://sourceforge.net/project/showfiles.php?group_id=51305&package_id=45182 Hope this component will be useful. Any feedback is appreciated, Francesco Montorsi |
From: Francesco M. <f18...@ya...> - 2004-12-30 22:06:50
|
Hi all, the keybinder component provides an easy way to add customizable shortcuts to all the commands of your app. For more info: http://wxcode.sourceforge.net/components/keybinder/index.html you'll find there screenshots & docs about keybinder. Hope this component will be useful to all wxWidgets programmers, Francesco Montorsi |
From: Francesco M. <f18...@ya...> - 2004-12-30 21:40:17
|
Hi Otto, I've got another little problem: now I don't have write access to wxcode/htdocs/components/keybinder/docs... can you chmod also that dir ? thanks, FM ----- Original Message ----- From: "Francesco Montorsi" <f18...@ya...> To: <wxc...@li...> Sent: Tuesday, December 28, 2004 11:51 PM Subject: Re: [wxCode-users] Component folder structure >> I've given htdocs/components/keybinder/ g+w rights but I'm not sure if >> that's enough. Try it out. > It works !! > > Thanks, > FM > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: Francesco M. <f18...@ya...> - 2004-12-28 22:51:32
|
> I've given htdocs/components/keybinder/ g+w rights but I'm not sure if > that's enough. Try it out. It works !! Thanks, FM |
From: Otto W. <ott...@or...> - 2004-12-28 22:26:11
|
Francesco Montorsi wrote: > > anyway I think that a simple CHMOD command on the HTDOCS folder could > work... obviously > I cannot do it since I don't have permission... > I've given htdocs/components/keybinder/ g+w rights but I'm not sure if that's enough. Try it out. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2004-12-28 11:46:39
|
Hi > I've move the website update script "wxCode-website" to > "/home/groups/w/wx/wxcode", you can try if it works in your cron job. I copied the script into my home folder and I modified it so that it now looks like: -------------------------------------------------------------------- export CVSROOT=:pserver:anonymous@cvs1:/cvsroot/wxcode cd /home/groups/w/wx/wxcode cvs checkout -d htdocs wxCode/website cd /home/groups/w/wx/wxcode/htdocs/components cvs checkout -d keybinder wxCode/components/keybinder/website cvs checkout -d paletteframe wxCode/components/paletteframe/website cvs checkout -d wxscript wxCode/components/wxscript/website cvs checkout -d wxxml2 wxCode/components/wxxml2/website ---------------------------------------------------------------------- Then I tried to run it: cvs complained about a missing .cvspass so I created an empty one with the command "touch .cvspass"; after that CVS did work but I got the following messages: =================================================== [frm@sc8-pr-shell1 frm]$ wxCode-website ? htdocs/components cvs checkout: Updating htdocs cvs checkout: Updating htdocs/images cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: Updating keybinder cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: cannot write keybinder/index.html: Permission denied cvs checkout: cannot rewrite CVS/Entries.Backup: Permission denied cvs checkout: Updating keybinder/docs cvs checkout: Updating paletteframe cvs checkout: Updating wxscript cvs checkout: Updating wxxml2 [frm@sc8-pr-shell1 frm]$ ==================================================== Now, if I go to http://wxcode.sourceforge.net/components/keybinder/ I can see the old index.html... it seems that I do not have permissions to rewrite files but I do have permission to create new ones: the docs folder http://wxcode.sourceforge.net/components/keybinder/docs was missing before my commands.... I added wxCode-website to my cronjobs but currently it doesn't work.... anyway I think that a simple CHMOD command on the HTDOCS folder could work... obviously I cannot do it since I don't have permission... > > I've also move my "TreeListCtrl" script there to show I build a source > tarball. thanks; anyway, since I've added the useful "zip" and "tarball" targets to the bakefiles I use for all my components, I already have a simple script which I use to build source tarballs... Thanks, FM |
From: Otto W. <ott...@or...> - 2004-12-27 18:35:21
|
Francesco Montorsi wrote: > > create a little HTML page in the docs folder of component which redirects to > website/docs.... > That's a good idea. > I'll let you know when I've done with my changes so that the complist > can be updated (if you want I can update it myself...) > Fine, just send a note. I've move the website update script "wxCode-website" to "/home/groups/w/wx/wxcode", you can try if it works in your cron job. I've also move my "TreeListCtrl" script there to show I build a source tarball. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2004-12-27 18:21:26
|
Hi, >> should the docs of a component go to website folder of that component ? >> I currently keep the docs into a docs subfolder and to avoid duplicating >> the >> doc files, I just refer them, as you said, as "../docs". >> I think that the cron job can be easily modified to extract not only the >> website folders >> but also the docs folders...isn't it ? >> > I could but I don't like it since it's a special case. And just make all > docs available on the net isn't a good idea. ok > > 1. Isn't there a way to link a directory in CVS to another place? I don't know; since a program like ViewCVS is required to view the contents of a CVS repository, I don't think that WWW usage of a CVS module is possible... :-( > 2. Could you do it the other way around, adding a doc directory to the > website? Whenevery you retrieve from the CVS you could easily move this > doc directory to the correct place in your tarball. I do this in all my > apps when I retrieve anything from wxCode. I think I will put the docs into a subfolder of the "website" folder and then I'll create a little HTML page in the docs folder of component which redirects to website/docs.... I'll let you know when I've done with my changes so that the complist can be updated (if you want I can update it myself...) Thanks, FM |
From: Otto W. <ott...@or...> - 2004-12-27 16:14:58
|
Francesco Montorsi wrote: > > should the docs of a component go to website folder of that component ? > I currently keep the docs into a docs subfolder and to avoid duplicating the > doc files, I just refer them, as you said, as "../docs". > I think that the cron job can be easily modified to extract not only the > website folders > but also the docs folders...isn't it ? > I could but I don't like it since it's a special case. And just make all docs available on the net isn't a good idea. 1. Isn't there a way to link a directory in CVS to another place? 2. Could you do it the other way around, adding a doc directory to the website? Whenevery you retrieve from the CVS you could easily move this doc directory to the correct place in your tarball. I do this in all my apps when I retrieve anything from wxCode. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2004-12-27 15:44:11
|
Hi Otto, since I'm going to make some new releases of my components, I would like to make them completely working... ;-) So I would like to ask you one thing: > I've seen you reference the docs as "../docs...". That doesn't work > since web folder and CVS is something completely different. To make them > available you have to generate the html files and put it into a folder > (html?) into the "website" in CVS. > Through a cron job "website" from CVS > is extracted into the web folder but since my name starts with a "w" > it's only done in once a while. So if you change something write it to > the list or check if your cron jobs are done more often. should the docs of a component go to website folder of that component ? I currently keep the docs into a docs subfolder and to avoid duplicating the doc files, I just refer them, as you said, as "../docs". I think that the cron job can be easily modified to extract not only the website folders but also the docs folders...isn't it ? Let me know, Francesco |
From: <did...@op...> - 2004-12-27 05:20:11
|
> Curious, do you have the BlackBox.dll in the same directory as the > application? It work here, so I don"t know why not with you. Hi Otto, Thanks again for your message. Yes, sure, the dll is in the same directory as the application. I found another BlackBox.dll on my system: in the system directory: C:\WINDOWS\system32 Maybe the problem comes from that ? I give up for the moment. Didier |
From: Otto W. <ott...@or...> - 2004-12-22 13:07:46
|
> > Yes, with VC++ when debugging always VC++ gets first. Just build a > > normal application and try without VC++. > > BTW for what application do you want to use crashprint? > > Sorry but I'm not sure to understand: I build a release version of my app > (with VC++) and then quit VC++. And even reboot. Then, when I launch my > app (without VC++) I get the usual "Unhanled exception" message box, > instead of the Blackbox window. > > I should perhaps ask the developper of Blackbox, or do you see where the > problem is ? > Curious, do you have the BlackBox.dll in the same directory as the application? It work here, so I don't know why not with you. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wxguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: <did...@op...> - 2004-12-22 03:44:28
|
> Yes, with VC++ when debugging always VC++ gets first. Just build a > normal application and try without VC++. > BTW for what application do you want to use crashprint? Hi Otto, Thanks for your reply. Sorry but I'm not sure to understand: I build a release version of my app (with VC++) and then quit VC++. And even reboot. Then, when I launch my app (without VC++) I get the usual "Unhanled exception" message box, instead of the Blackbox window. I should perhaps ask the developper of Blackbox, or do you see where the problem is ? The application for witch I wanted to test crashprint is a classic litterature database. Thanks, Didier |