Re: [wxCode-users] Re: Website - remove dead links

2006-02-23 Thread Ulrich Telle
Hi Francesco, > > One more improvement would be cool. Is it possible to > > (automatically) remove links when they don't exist? It is a bit > > annoying while browsing the components that most links > > (screenshots, website...) I click on do not work. > > that's a good idea. Yes, I fully agree.

Re: [wxCode-users] Re: Moving to subversion ?

2006-04-06 Thread Ulrich Telle
Sorry for my late response to this issue - I was very busy during the last few weeks. > If we decide to move to subversion, then I can enable subversion for > wxCode. Then, automatically the entire CVS repository will be imported > into SVN (CVS will remain untouched) with all its history. > Co

Re: [wxCode-users] Is wxCode website fontsize too small?

2006-05-07 Thread Ulrich Telle
Hi Francesco, >all times I browse the wxCode website I have the impression that > the fontsize is a little smaller rather than the majority of other > websites... do you have the same impression? Maybe I should make it > one or two points bigger... Yes, please. For normal text you should cho

Re: [wxCode-users] Re: Is wxCode website fontsize too small?

2006-05-07 Thread Ulrich Telle
Hi Francesco, > ok, I did the change. Hope it won't break rendering with old/broken > browser (like our friend IE ;))... Thanks, IMHO that's really better. And using Firefox and IE 6 there seem to be no problems in displaying the pages. Regards, Ulrich -- E-Mail privat: [EMAIL PROTECTED] E-

Re: [wxCode-users] what failed with wxPDF?

2006-11-30 Thread Ulrich Telle
Hi Sven, > I just got wxPDF from sourceforge.net. I assume you mean wxPdfDocument. > I ran the configure and make skript and now I surely want to use the > classes. Do I have to copy all files from wxPDF-include/libs etc. to > these directories, where I installed wxWidgets? Or what do I have to

Re: [wxCode-users] doesn't work

2006-12-01 Thread Ulrich Telle
Hi Sven, > I ran the make install script, too, but it doesn't seem to work. Do you get any error or warning messages? > How can I tell the compiler, where it has to search for advanced path > for header and libs (of wxPDF)? Just as you do for any library you need in your projects: Add the foll

Re: [wxCode-users] doesn't work

2006-12-01 Thread Ulrich Telle
Hi Sven, > > > I ran the make install script, too, but it doesn't seem to work. > > > > Do you get any error or warning messages? > > No, there were no error or warning messages, everything worked fine. Have you checked to which directory "make install" copies the files? Maybe you have to spec

Re: [wxCode-users] doesn't work

2006-12-01 Thread Ulrich Telle
Hi Sven, > > Have you checked to which directory "make install" copies the files? > > It copies the files to the /usr/bin and /usr/lib like all packages. That should be ok. > The compiler gives no error, it's only the linker, which does. > I tested your tutorials: > > cd '/home/sv/WX/wxPDF/Tut

[wxCode-users] 2.8 missing on wxWidgets supported versions list

2007-02-11 Thread Ulrich Telle
As wxWidgets 2.8 is around for quite a while it would be nice to have the option to flag a wxCode component as compatible with wxWidgets 2.8, but currently 2.8 is missing from the list of supported wxWidgets versions. It would be nice, if one of the wxCode adminstrators could add this option to

wxcode-users@lists.sourceforge.net

2007-05-03 Thread Ulrich Telle
Hi Miguel, > I just installed wxSQLite3 library Which version of wxSQLite3? For which version of wxWidgets? On which platform? I guess you are using a Linux system. In that case a suitable version of SQLite needs to installed prior to building wxSQLite3. Which version is needed depends on the

wxcode-users@lists.sourceforge.net

2007-05-04 Thread Ulrich Telle
Hi Miguel, > I'm under Ubuntu 7.06 (kernel 2.6.20-15-generic), wxWidgets 2.8.1.1, > Sqlite 3 with the last version of wxSQLite3, 2.7.3 (released on 05/01) Although I don't have much Linux experiences, this combination should work. > > > (with some problems: the script to check aclocal version

wxcode-users@lists.sourceforge.net

2007-05-04 Thread Ulrich Telle
Hi Francesco, > > I don't know why you get errors, > he get them because in Ubuntu recently /bin/sh does not point anymore > to BASH but to a more light-weight shell which does not understand > some of the syntax used by acregen.sh. > > The fix is to replaced /bin/sh with /bin/bash at the top o

Re: [wxCode-users] CVS to SVN reprise

2008-03-17 Thread Ulrich Telle
Hi Francesco, >> ... components switched to SVN from CVS ... >> ... since then, wxWidgets itself now uses SVN ... > I don't think there's any... SVN for wxCode is perfectly integrated just as > CVS Although I don't have much experience with SVN I would agree to move my components from CVS to SV

Re: [wxCode-users] CVS to SVN reprise

2008-03-18 Thread Ulrich Telle
Hi Francesco, Francesco Montorsi schrieb: >> ... So I'd like to ask you for adding my components >> >> wxsqlite3 >> wxpdfdoc >> >> to SVN. Thanks. > done! Thanks. As I'm quite new to SVN I need a bit of advice. As you know I work mainly on a Windows platform. Although I enabled native line end

Re: [wxCode-users] CVS to SVN reprise

2008-03-18 Thread Ulrich Telle
Bryan Petty schrieb: > When you say that you "enabled native line endings in TortoiseSVN", > what exactly do you mean? I added/activated the following lines in TortoiseSVN: enable-auto-props = yes [auto-props] *.c = svn:eol-style=native *.cpp = svn:eol-style=native *.h = svn:eol-style=native ...

Re: [wxCode-users] CVS to SVN reprise

2008-03-19 Thread Ulrich Telle
Bryan Petty schrieb: > It might be possible that you'll need to delete your files, and check > them out again in order for the change to be evident on your machine. > I don't think TortoiseSVN (or SVN itself) would modify your existing > files. Yes, deleting the files in my working copy and restor

Re: [wxCode-users] Database encryption

2008-07-09 Thread Ulrich Telle
Hi, > I am interested in the database encryption implementation in wxSQLite3. > It is using 128 bit AES. > > Does this falls under EAR (Export Administration Regulations)? > > Is there ECCN number to export or use in Japan? I'm not a lawyer but to the best of my knowledge this software does not

Re: [wxCode-users] Database encryption

2008-07-10 Thread Ulrich Telle
Hi Chong, > I am not living in United States. Would there be any issue if the > encryption implementation is included in the software product to > be market worldwide including United States? I don't see any such issues if you are using the encryption implementation as an integral part of your p

Re: [wxCode-users] bakefile problems with --enable-shared option

2008-07-12 Thread Ulrich Telle
Hi Francesco, > same here. The --enable-shared/--disable-shared options are simply > ignored by wxCode component build systems (not only by wxsqlite3). Interestingly the log messages of the configure tell exactly what the user wants (static build of the wxCode component used with a shared buil

Re: [wxCode-users] bakefile problems with --enable-shared option

2008-07-13 Thread Ulrich Telle
Hi Francesco, >> It would be better if the configure script would complain about >> mismatched options instead. > this should be already done: try to give --enable-shared --without-wxshared. > > It doesn't complain on the opposite case since it should be allowed to > give --disable-shared --wit

Re: [wxCode-users] Database encryption

2008-07-15 Thread Ulrich Telle
Hi Chong, > The development of wxSQLite3 is 100% outside of United State? Yes. 100% made in Germany. :-) Regards, Ulrich - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linu

[wxCode-users] Attention: Bug in wxSQLite3 1.9.0

2008-07-26 Thread Ulrich Telle
Unfortunately the code to finalize all unfinalized prepared statements introduced for convenience in method wxSQLite3Database::Close does not work as expected if the RTree extension module of SQLite is used. In that case the application will crash on executing the Close method. Please disable t

[wxCode-users] How to update a component's online docs?

2008-11-22 Thread Ulrich Telle
I'm currently releasing a new version of my component wxSQLite3. For previous releases I published the doxygen generated documentation in the docs/wxsqlite3 subdirectory. I'd like to update the documentation to reflect the new version. I successfully connected to web.sourceforge.net via sftp an

Re: [wxCode-users] How to update a component's online docs?

2008-11-23 Thread Ulrich Telle
Hi Francesco, >> How do I update those documentation files? > I think you should use sftp to connect to web.sourceforge.net using for the > username "utelle,wxcode"; That did the trick. Thanks! Regards, Ulrich - This SF.

Re: [wxCode-users] Patch to compile wxPdfDoc with last wxWidgets trunk revision

2009-03-02 Thread Ulrich Telle
Luca Cappa schrieb: > I attach in this email a little patch to compile the wxPdfDoc library > with wxWidgets trunk revision. I tested the compilation and runnning > only on Windows XP + MSVC2005. Thank you for the patch. I'll take it into account for the next version of wxPdfDocument. Usually I

Re: [wxCode-users] centering a string to a point with wxPdfDoc

2009-03-11 Thread Ulrich Telle
Luca Cappa schrieb: > I wrote a simple function which draws a string with the its bounding box > centered to the given pCenter parameter: > > void drawCenteredText (wxPdfDocument& pPDF, wxString const& pString, > Vector2f const& pCenter) > { >float lHeightMM = float (pPDF.GetFontSize ()) /

Re: [wxCode-users] centering a string to a point with wxPdfDoc

2009-03-12 Thread Ulrich Telle
Luca Cappa schrieb: >> The y position corresponds to the baseline of the font. T > > I expect you to correct me again :) No, I have to correct myself. As you observed the y position corresponds roughly to the upper left corner of the text box. The baseline of the font is positioned half of the

Re: [wxCode-users] centering a string to a point with wxPdfDoc

2009-03-12 Thread Ulrich Telle
Luca Cappa schrieb: >> I consider to change the coordinate system in a future version of >> wxPdfDocument to make the behaviour of several methods more logical and >> transparent. > > That is a very good news to me, thanks! Thanks for the positive reaction. Not all users of wxPdfDocument see it

Re: [wxCode-users] Using wxPdfDocument to export a simple GDI generated documents to PDF

2009-05-01 Thread Ulrich Telle
Hi Peter, > I'm maintaining an MFC application, and I'd like to be able to export > some simple GDI generated documents to PDF. I see that wxPdfDocument > has the capability of reading a Windows metafile (which essentially > consists of a series of GDI function calls and their parameters): wxPdfD

Re: [wxCode-users] Using wxPdfDocument to export a simple GDI generated documents to PDF

2009-05-01 Thread Ulrich Telle
Peter, >> wxPdfDocument's support of WMF files is limited. Not all GDI commands >> are supported. Especially font support is lacking. > > I saw that, but thought it was unlikely to matter - I'm just using > TextOut and DrawLine. We're talking about very simple documents. Unfortunately TextOut is

Re: [wxCode-users] searching for a wxCode administrator to takeover my role

2011-01-21 Thread Ulrich Telle
Dear Francesco, hi all, I'd like to thank you, Francesco, for your great job as wxCode administrator over several years now. You always were willing to lend a helping hand whenever a wxCode contributor needed assistance. I'll try to tread in your footsteps as well as I can. Please allow some time

Re: [wxCode-users] submission of TimePickerCtrl component

2011-01-21 Thread Ulrich Telle
Hello Paul, > At the suggestion of the "component submission results" page that I > was directed to after I submitted my component, I am writing this to > inform the wxCode administrators that I just submitted a component > called "TimePickerCtrl". Thank you for your notice. As Ronan already sai

Re: [wxCode-users] wxSMTP component and POP3 protocol

2011-01-22 Thread Ulrich Telle
> I also vote for a single component, like you wrote it is unlikely > that somebody would want only one out of three sub-components. In the applications I developed in the past I had several times the need to be able to send mails (i.e. SMTP), but never the need to receive mails (i.e. POP3). Nev

Re: [wxCode-users] Release of wxSMTP

2011-01-22 Thread Ulrich Telle
Hello André, > I just released the new version of wxSMTP. It now includes support > for POP3 protocol. Great. > I am still waiting for an approval of renaming of the project. I > really think that wxSMTP is now no more valid, as this project > hanldes other mail protocol. I think that wxEMail wo

Re: [wxCode-users] Release of wxSMTP

2011-01-22 Thread Ulrich Telle
Hello André, > The proposed name in SVN is fine for me. Ok. I renamed your component's SVN repository from 'smtp' to 'email'. Please update the template 'index.php' in your component's website folder to reflect the name, location, purpose etc. of your component and inform me if you're done, sinc

Re: [wxCode-users] Release of wxSMTP

2011-01-22 Thread Ulrich Telle
Hello André, one thing I forgot to mention: I renamed the file release package as well. So please change the download links accordingly for example in your wxForum announcement and wherever else you used the name wxSMTP. It's now wxEMail. Regards, Ulrich ---

Re: [wxCode-users] submission of TimePickerCtrl component

2011-01-22 Thread Ulrich Telle
Hello Paul, > I contacted the author of the first implementation you mentioned, > and he responded that it's been a while since he used it, but that > he should be able to find it, and he'll send me a copy. Once I have > a copy I'll let you know how our versions match up feature-wise. Thank you.

Re: [wxCode-users] Release of wxSMTP

2011-01-22 Thread Ulrich Telle
Hello André, > Sorry to bother you with all my questions, but as I am new with > wxCode, there are a lot of small things I still do not master. Don't hesitate to ask. I'll try to answer as good as I can. (I have still to learn some of the administrative details, too.) > I read your comment about

Re: [wxCode-users] searching for a wxCode administrator to takeover my role

2011-01-24 Thread Ulrich Telle
> I was interested to have a look at the ArcSight Logger mentioned in your sig. > but not only does that code not work the promo code field can't even accept > strings that long! What you call my "signature" is simply an advertisement added automatically (by SourceForge) to most if not all posti

Re: [wxCode-users] searching for a wxCode administrator to takeover my role

2011-01-26 Thread Ulrich Telle
Hello John, > Ulrich, I do still lurk here It's nice to have you around. > and eventually when I get some time If you discover a source of time ... please just let me know. :-) > I would like to become more involved... You are always welcome. Regards, Ulrich

[wxCode-users] Moving wxCode components from CVS to SVN?

2011-01-31 Thread Ulrich Telle
Probably most of you already know that SourceForge's servers were attacked last week (http://sourceforge.net/blog/sourceforge-attack-full-report/). Several SF services are still down, among them CVS hosting, shell and project website access and browsing repositories. In the report is mentioned tha

Re: [wxCode-users] Moving wxCode components from CVS to SVN?

2011-02-01 Thread Ulrich Telle
Hi Francesco, > yes, I think that nowadays CVS is used only by a small number of projects... > the big part I think has moved to SVN (which btw has a lot of advantages). I agree. I was very happy when you introduced SVN to wxCode years ago. > I think that just asking on the mailing list is the b

Re: [wxCode-users] Moving wxCode components from CVS to SVN?

2011-02-01 Thread Ulrich Telle
Hi Ronan, > I am pro-Subversion (for me an obvious improvement), although my > component is still under CVS. I also agree that having 2 different > repositories makes little sense other than during a transition phase. ... and this transition phase lasted already several years (Francesco introduce

Re: [wxCode-users] submission of TimePickerCtrl component

2011-02-01 Thread Ulrich Telle
Hello Paul, > I received an email back from the author of the control referenced at > http://wiki.wxwidgets.org/MyTimerCtrl. He said he was unable to > locate a backup of the source code. If it's alright with everyone > here, I'd like to go ahead with my implementation. It's functional, > altho

Re: [wxCode-users] wxcode.com Domain Name

2011-02-03 Thread Ulrich Telle
Hi Bryan, > The wxcode.com domain used to work to get to wxcode.sf.net, but it > doesn't anymore. Was the domain lost? I searched the whois database at InterNIC and got the following result: Domain Name: WXCODE.COM Registrar: GODADDY.COM, INC. Whois Server: whois.godaddy.com Referral URL: http:

Re: [wxCode-users] wxcode.com Domain Name

2011-02-03 Thread Ulrich Telle
Hi Bryan, >> So the domain is still registered. > > Yes, it's still registered under Angelo Mandato (is he available to > fix this?), I'll try to contact him. >> If you are able to trigger the necessary DNS setup and don't have >> additional costs, I'd add wxcode.org and www.wxcode.org as VHO

[wxCode-users] SourceForge SCM validation, CVS to SVN transition, wxCode website

2011-02-11 Thread Ulrich Telle
1) SCM validation Today SourceForge sent a notification to all wxCode developers to check as a precaution the SVN changes during the period when SF's servers were attacked. As far as I can tell wxCode's SVN repository is intact. 2) CVS to SVN transition Today SourceForge informed also about th

Re: [wxCode-users] wxcode.com Domain Name

2011-02-11 Thread Ulrich Telle
>> Yes, it's still registered under Angelo Mandato (is he available to >> fix this?), > > I'll try to contact him. Finally I managed to contact him. wxcode.com is now operational again. So we now have wxcode.com and wxcode.org as aliases of wxcode.sourceforge.net. Regards, Ulrich --

[wxCode-users] Transition from CVS to SVN

2011-02-12 Thread Ulrich Telle
As of today all wxCode components which were still residing in CVS have been copied to SVN including their version history. >From now on code updates should be applied to the wxCode SVN repository only. Write access to the CVS repository will be removed, but I don't intend to delete the CVS repos

Re: [wxCode-users] Transition from CVS to SVN

2011-02-13 Thread Ulrich Telle
Hi Bryan, >> Write access to the CVS repository will be removed, but I don't intend >> to delete the CVS repository. > > Just as a suggestion, it might be helpful to make a last commit in > each projects' main CVS folder removing everything, and replacing it > with a note explaining what happened

Re: [wxCode-users] submission of TimePickerCtrl component

2011-02-15 Thread Ulrich Telle
Hi Paul, > I've got the TimePickerCtrl component developed to the point where I > think it's ready for user beta testing. Great. > I know that there is a lot going on between the problems SourceForge > has been having and the changing administration of the wxCode > project, so I understand and a

[wxCode-users] Empty components, unmaintained components, CVS info, shell/website access

2011-02-15 Thread Ulrich Telle
Since I received some complaints about the current state of wxCode I started to inspect the components hosted by wxCode. All in all there are 91 components listed in the wxCode database. I detected 6 *empty* components for which never code was being uploaded: wxCoolBar (4 years) wxMemo

Re: [wxCode-users] Empty components, unmaintained components, CVS info, shell/website access

2011-02-16 Thread Ulrich Telle
Hi Ronan, > Of course empty components make little sense, Especially if they stayed already empty for 4 or more years. So I'm going to delete them - with one exception: the maintainer of wxUML contacted me today to announce that there'll be probably a first release in spring. The component is par

Re: [wxCode-users] Empty components, unmaintained components, CVS info, shell/website access

2011-02-19 Thread Ulrich Telle
Hi Francesco, >>> Of course empty components make little sense, >> >> Especially if they stayed already empty for 4 or more years. So >> I'm going to delete them > > I agree... The mentioned empty components have been removed by now. > I think that we could just add a new category to wxCode DB

[wxCode-users] Issues with wxFreeChart

2011-11-02 Thread Ulrich Telle
Hi, recently I started to use the wxCode component wxFreeChart due to requirements of one of my projects to display x-y-charts for series of curves. I have several issues in using wxFreeChart and I hope someone might be able to give some advice. 1) I was able to compile wxFreeChart as a stati

Re: [wxCode-users] Problem during registration of wxUPnP library

2012-02-07 Thread Ulrich Telle
did I do something wrong or is this project lost somewhere in the > wxCode website ? Well, you could have dropped a note earlier. Usually I follow this mailing list regularly. Your component wxUPnP is now approved and I created a folder "wxupnp" for it in SVN. You should now be abl

Re: [wxCode-users] github 'poll' request

2012-06-19 Thread Ulrich Telle
Hi Andrea, > I would like to ask to you all wxCode component maintainers your > opinion/suggestions about an idea I had in mind from a couple of time: > > I would like to have a new wxCode home on github (so to use Git instead > SVN as SCM system). As SourceForge put up several restrictions regar

[wxCode-users] SourceForge upgrade for wxCode

2012-12-11 Thread Ulrich Telle
Dear wxCode maintainers, yesterday I received the below mail from the SourceForge staff. I plan to initiate the SourceForge upgrade shortly after December 15, if no one objects. At the moment I don't know whether and how the wxCode project and website will be affected by this upgrade. I'll po

[wxCode-users] Harmonize SVN repository

2013-03-25 Thread Ulrich Telle
Dear wxCode developers, mid of December 2012 I followed the SourceForge advise to upgrade the wxCode project to the new SourceForge platform Allura. Unfortunately I misinterpreted the SourceForge information regarding the wxCode Subversion repository. Now I discovered that there are now 2 SVN

Re: [wxCode-users] Harmonize SVN repository

2013-03-25 Thread Ulrich Telle
Am 26.03.2013 05:24, schrieb John Labenski: > On Mon, Mar 25, 2013 at 4:35 PM, Ulrich Telle wrote: >> Dear wxCode developers, >> >> mid of December 2012 I followed the SourceForge advise to upgrade the >> wxCode project to the new SourceForge platform Allura. >>

Re: [wxCode-users] Harmonize SVN repository

2013-04-07 Thread Ulrich Telle
now back to normal. Let me know if you still discover issues. Thanks. Regards, Ulrich > On 25/03/2013 21:35, Ulrich Telle wrote: >> Dear wxCode developers, >> >> mid of December 2012 I followed the SourceForge advise to upgrade the >> wxCode project to the new Sour

Re: [wxCode-users] wxSQLIte supports encryption?

2013-08-31 Thread Ulrich Telle
Am 31.08.2013 20:12, schrieb dd:>Does wxSQLite support database encryption on winrt platform?(for tablet) The encryption extension coming with wxSQLite3 is implemented in plain C based on the SQLite3 amalgamation source code. Since SQLite3 itself works on WinRT, I don't see any reason why t

Re: [wxCode-users] wxpdfdocument exception handling

2013-12-26 Thread Ulrich Telle
Paul, Am 26.12.2013 14:57, schrieb pao_drop: > I am writing a pdf file using the SaveAsFile() method of wxPDFDocument. > This works quite well, but how can I handle a file writing error (for > instance, trying to write into a protected directory...)? > The return type of SaveAsFile() is void, and

Re: [wxCode-users] OR/M for SQLite3 ?

2014-11-04 Thread Ulrich Telle
Am 04.11.2014 02:06, schrieb Tone Garot: >> Then again, you're using SQLite, which is already a step down from >> more powerful DB engines. SQLite is good for extremely simple >> relational DBs, but if you think you need a full ORM to wrap a much >> less simple DB, there's a decent chance you shoul

Re: [wxCode-users] User, Pwd to upload component documentation?

2015-01-10 Thread Ulrich Telle
Am 10.01.2015 12:48, schrieb cecilio: > I'm currently releasing a new version of my component wxMidi. I would > like to upload the doxygen generated documentation in the wxCode > component page. According to instructions in the template page > (http://wxcode.sourceforge.net/template.php) I should u

Re: [wxCode-users] Fwd: User, Pwd to upload component documentation?

2015-01-11 Thread Ulrich Telle
/docs/wxmidi > sftp> mput *.* > remote > open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.html"): > Permission denied > remote > open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.js"): > Permission denied > remote open("

Re: [wxCode-users] Fwd: User, Pwd to upload component documentation?

2015-01-11 Thread Ulrich Telle
midi >>> sftp> mkdir search >>> Couldn't create directory: Permission denied >>> debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 >>> debug1: channel 0: free: client-session, nchannels 1 >>> debug1: fd 0 clearing O_NONBLOCK >>> T