Search found 47 matches

by frm
Mon Nov 17, 2008 2:27 pm
Forum: wxCode
Topic: wxCURL where to download?
Replies: 4
Views: 2404

Hi, sorry for the delay... unfortunately I've been side-tracked by other wx-things :/ The SVN version should be quite stable and almost ready for a release, even if I rememeber there was some problem with Unicode <-> ANSI conversions of received data :/ In fact, I decided that because of lack of tim...
by frm
Thu Nov 06, 2008 11:12 am
Forum: wxCode
Topic: Component submission form doesn't work (???)
Replies: 4
Views: 2131

I'll take care of the two components submission today. I'm trying to bring up2date wxCode with the latest SF server changes (2 days ago they restored shell access...)... hold on :)
by frm
Mon Oct 06, 2008 11:10 am
Forum: wxCode
Topic: Component submission form doesn't work (???)
Replies: 4
Views: 2131

Hi, unfortunately since some weeks, SF has disabled some key things on their servers which were necessary for wxCode website. They have promised they'll provide alternative ways to do them shortly. In the meanwhile new components may be submitted sending to the wxcode-users mailing list a mail in th...
by frm
Tue Mar 25, 2008 4:45 pm
Forum: Announcements and Discoveries
Topic: wxWidgets needs your help to improve its documentation!
Replies: 63
Views: 20221

The latest code is posted. thanks! Do you have any idea about how to make the makefile.unx work? Is this a general problem or just a problem from my side? the minimal's makefile.unx works for me. I don't know why it doesn't work for you, but that's not important. If this utility goes to wx/utils (a...
by frm
Mon Mar 24, 2008 11:43 pm
Forum: Announcements and Discoveries
Topic: wxWidgets needs your help to improve its documentation!
Replies: 63
Views: 20221

Hi Utensil, if you have something working also on Ubuntu (as I see from the last update to the wiki page), then if you send me the very latest code of your app, I can polish it and place it in wxWidgets/utils folder. Then you can continue to develop it posting patches against wxTRUNK. Or maybe you p...
by frm
Mon Mar 17, 2008 5:06 pm
Forum: Announcements and Discoveries
Topic: wxWidgets needs your help to improve its documentation!
Replies: 63
Views: 20221

Hi Utensil, your basic strategy seems good at first glance and if you can write it, it would be great. BTW before taking care of details like: - bakefiles (not really a problem at all - I can set up one in few minutes for a new wx util) - which labels to show for which control: just don't harcode th...
by frm
Sun Mar 16, 2008 11:47 am
Forum: Announcements and Discoveries
Topic: wxWidgets needs your help to improve its documentation!
Replies: 63
Views: 20221

Should the pngs on different platforms, display the same content? Say, a button, should they have the same label? yes, this makes the docs more homogeneous. Or more complicated, a wxTreeCtrl, should they have abstract node names such as "root", "node1" etc. or concrete and casua...
by frm
Tue Mar 11, 2008 11:18 am
Forum: wxCode
Topic: Site not working in Firefox 3
Replies: 4
Views: 1603

I recently upgraded to Hardy and I've fixed the problem of the wxCode website in FF3 (now that I have FF3, too). It was a very dummy problem of FF3: it didn't like <script/> syntax; <script></script> fixed it. Francesco PS: any suggestion/patch on how to improve the look of the website is welcome...
by frm
Sun Jul 08, 2007 2:12 pm
Forum: wxCode
Topic: looking for wxmsw--d.lib for wxStEdit
Replies: 1
Views: 1122

here using latest wxStEdit from wxCode CVS works great. btw if you want to force a wxCode component to use a specific wx version you should not modify manually project settings or makefiles, you should go from command line and use the WX_VERSION option: e.g. nmake -fmakefile.vc WX_VERSION=28 HTH, Fr...
by frm
Sun Jul 08, 2007 2:08 pm
Forum: wxCode
Topic: Building wxhttpengine
Replies: 1
Views: 1207

Hi,
are you using latest SVN of wxHttpEngine or the tarball taken from download section of wxCode SF page?

Latest SVN of wxHttpEngine configures correctly for me... and the same for wxSheet...

HTH,
Francesco
by frm
Sun May 06, 2007 7:51 pm
Forum: wxCode
Topic: wxCURL where to download?
Replies: 4
Views: 2404

wxCURL is currently still in Subversion repo only.
Me and Casey O'Donnell plan to make a 1.0 RC very soon. If you are interested, you can checkout the sources from SVN.

It should be quite stable in all its part for ANSI builds. There are problems with Unicode builds I'm trying to fix.
by frm
Wed May 02, 2007 6:56 am
Forum: wxCode
Topic: wxMemoryMappedFile source is located where?
Replies: 1
Views: 1340

Hi, the author of the component, Blizzy Madden, before uploading the sources to SVN decided to try to post the component directly as wx patch: http://sourceforge.net/tracker/index.php?func=detail&aid=1634819&group_id=9863&atid=309863 Unfortunately the patch wasn't applied and he hasn't u...
by frm
Wed Apr 11, 2007 5:15 pm
Forum: wxCode
Topic: wxscintilla compilation
Replies: 2
Views: 1467

typing just mingw32-make.exe , you'll use the GNUmakefile which is in that folder. You want to type:

mingw32-make.exe -f makefile.gcc
by frm
Tue Apr 03, 2007 11:22 am
Forum: wxCode
Topic: Problem with Unicode build of wxXml2
Replies: 1
Views: 1166

Hi Kevin, thanks for reporting this. It's indeed a "bug" in makefiles. thirdparty\build\makefile.* makefiles should not have the "test_for_selected_wxbuild" target, that's already contained into the build\makefile* makefiles. About the missing WX_UNICODE=$(WX_UNICODE): that's ok....
by frm
Sun Mar 04, 2007 9:01 am
Forum: wxCode
Topic: wxScript and Tcl
Replies: 6
Views: 2375

I guess your are the developer of wxScript? yes, exactly. I'm just learning wxWidgets but I think I need to add the python or Tcl interpreter to my wxWidgets C++ application. I don't want to write the GUI or the underlying database in wxPython but I think I just need to add the interpreter of choic...