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.
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
...
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
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
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
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
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
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
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
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
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.
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
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 ()) /
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
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
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
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
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
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
> 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
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
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
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
---
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.
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
> 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
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
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
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
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
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
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:
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
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
>> 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
--
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
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
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
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
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
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
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
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
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
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
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
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.
>>
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
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
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
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
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
/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("
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
67 matches
Mail list logo