Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-06 Thread Jesus
El 06/05/13 14:32, Fabien Bodard escribió: > And you can use gb.report and scripter. > Le 6 mai 2013 04:41, "Dimitris Anogiatis" a écrit : > >> Creating a report from a non-graphical method might prove difficult. >> >> If you are planning on using something like report from an HTML template on

Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-06 Thread Fabien Bodard
And you can use gb.report and scripter. Le 6 mai 2013 04:41, "Dimitris Anogiatis" a écrit : > Creating a report from a non-graphical method might prove difficult. > > If you are planning on using something like report from an HTML template on > a PDF File you either need to make sure you can ge

Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-05 Thread Dimitris Anogiatis
Creating a report from a non-graphical method might prove difficult. If you are planning on using something like report from an HTML template on a PDF File you either need to make sure you can generate a PS or PDF file or you can use wkhtmltopdf to generate

Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-05 Thread Benoît Minisini
Le 05/05/2013 12:19, Jesus a écrit : > Hi Tobi and all > > > El 05/05/13 09:00, Tobias Boege escribió: >> On Sat, 04 May 2013, Jesus wrote: >>> Recently a friend of mine reported an issue that I'm not sure how to >>> explain correctly. >>> >>> He is making a terminal program that needs to print stu

Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-05 Thread Fabien Bodard
A temporary solution will be to make a secondary project that manage the printing. Le 5 mai 2013 09:03, "Tobias Boege" a écrit : > On Sat, 04 May 2013, Jesus wrote: > > Recently a friend of mine reported an issue that I'm not sure how to > > explain correctly. > > > > He is making a terminal prog

Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-05 Thread Tobias Boege
On Sun, 05 May 2013, Jesus wrote: > Hi Tobi and all > > > El 05/05/13 09:00, Tobias Boege escribi?: > > On Sat, 04 May 2013, Jesus wrote: > >> Recently a friend of mine reported an issue that I'm not sure how to > >> explain correctly. > >> > >> He is making a terminal program that needs to print

Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-05 Thread Jesus
Hi Tobi and all El 05/05/13 09:00, Tobias Boege escribió: > On Sat, 04 May 2013, Jesus wrote: >> Recently a friend of mine reported an issue that I'm not sure how to >> explain correctly. >> >> He is making a terminal program that needs to print stuff on a real >> printer, so it needs the gb.qt4

Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-05 Thread Tobias Boege
On Sat, 04 May 2013, Jesus wrote: > Recently a friend of mine reported an issue that I'm not sure how to > explain correctly. > > He is making a terminal program that needs to print stuff on a real > printer, so it needs the gb.qt4 component to get access to the Printer > object. But also he ne

Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-03 Thread Benoît Minisini
Le 04/05/2013 01:31, Jesus a écrit : > Recently a friend of mine reported an issue that I'm not sure how to > explain correctly. > > He is making a terminal program that needs to print stuff on a real > printer, so it needs the gb.qt4 component to get access to the Printer > object. But also he nee

[Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-03 Thread Jesus
Recently a friend of mine reported an issue that I'm not sure how to explain correctly. He is making a terminal program that needs to print stuff on a real printer, so it needs the gb.qt4 component to get access to the Printer object. But also he needs to use gb.ncurses to do some neat presenta