Re: [Gambas-user] Question about gb.cairo

2016-05-24 Thread willy
> > Salut gbWilly, > > if I read well you ran it by cron! > Is it a path problem? Too often seen! The application never run using cron up to now. That is the goal, but it is of little use if the application is not working, as it already goes wrong during testing. But thanks anyway, gbWilly -

Re: [Gambas-user] Question about gb.cairo

2016-05-23 Thread Karl Reinl
Am Montag, den 23.05.2016, 19:58 +0200 schrieb wi...@develop.earthshipeurope.org: > On 2016-05-23 17:39, Rolf-Werner Eilert wrote: > > I have used Cairo in a non GUI application, and it runs very well. > > > Okay, good to know. > Some questions rise: > What version of Gambas is this non GUI applic

Re: [Gambas-user] Question about gb.cairo

2016-05-23 Thread willy
On 2016-05-23 17:39, Rolf-Werner Eilert wrote: > I have used Cairo in a non GUI application, and it runs very well. > Okay, good to know. Some questions rise: What version of Gambas is this non GUI application running on? And is the system it is running on a non GUI install of some linux or a com

Re: [Gambas-user] Question about gb.cairo

2016-05-23 Thread Rolf-Werner Eilert
I have used Cairo in a non GUI application, and it runs very well. Maybe you are using some other function which refers to GUI somewhere in the code? Regards Rolf Am 23.05.2016 16:31, schrieb wi...@develop.earthshipeurope.org: > Hi all, > > I have written a function to make a pdf from data in

[Gambas-user] Question about gb.cairo

2016-05-23 Thread willy
Hi all, I have written a function to make a pdf from data in a mysql database. This function is in a library. A command line application 'PrintKwartaal' uses this function. Goal is to print the pdf on a quarterly base using a cron job on Debain server. The cron job starts the Gambas application