Re: [Gambas-user] Gambas 3 Printing

2010-12-16 Thread Fabien Bodard
gnome is the desktop envirronment like kde is ... (panel + a summary of apps) but based on gtk that is a toolkit(draw the menu/buttons, and so on) like qt 2010/12/16 Michael : > This exploits my newness to Linux. How do I find out this version. I did > a file search and found a lot of gtk-2.0 fold

Re: [Gambas-user] Gambas 3 Printing

2010-12-15 Thread Michael
This exploits my newness to Linux. How do I find out this version. I did a file search and found a lot of gtk-2.0 folders under "/etc/" and under "/python". Does this help. I am also using Ubuntu 10.10 64bit. Is GTK an acronym for Gnome? MyGnome version is 2.32.0 Regards Michael On 16/12/10 09

Re: [Gambas-user] Gambas 3 Printing

2010-12-15 Thread Benoît Minisini
> Benoit > Test project attached. I have included a screenshot of my Print Dialog. Indeed. It is disabled on your machine. But it works perfectly there. > It was interesting doing a small test project. In my main project, which > uses basically the same code, the "Font" property is not respected

Re: [Gambas-user] Gambas 3 Printing

2010-12-14 Thread Benoît Minisini
> Thanks Benoit, > I've checked all the Ubuntu forums without success but it seems to be > unique to Gambas.I still have a few things to try but I am busy moving > house so shall return to it after Xmas. > Her is my output from svn info > URL: https://gambas.svn.sourceforge.net/svnroot/gambas/gamba

Re: [Gambas-user] Gambas 3 Printing

2010-12-13 Thread Michael
Thanks Benoit, I've checked all the Ubuntu forums without success but it seems to be unique to Gambas.I still have a few things to try but I am busy moving house so shall return to it after Xmas. Her is my output from svn info URL: https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk Re

Re: [Gambas-user] Gambas 3 Printing

2010-12-13 Thread Benoît Minisini
> Benoit > Is there any movement on this printing issue yet? Either by fixing the > print dialog or allowing setting in code? > > Regards > Michael > Well, it works on my machine, so I don't understand why it doesn't on yours... Are you sure that you use the last commit? -- Benoît Minisini -

Re: [Gambas-user] Gambas 3 Printing

2010-12-13 Thread Michael
Benoit Is there any movement on this printing issue yet? Either by fixing the print dialog or allowing setting in code? Regards Michael On 10/12/10 13:41, Michael wrote: > Benoit, > I am using Rev.3349 and I can set Paper Type and Paper Source but still > cannot set Output Tray, Paper Size and

Re: [Gambas-user] Gambas 3 Printing

2010-12-09 Thread Michael
Benoit, I am using Rev.3349 and I can set Paper Type and Paper Source but still cannot set Output Tray, Paper Size and Orientation. This applies to the GTK+ library. I can set Orientation under QT4 because that uses a completely different dialog but it introduces different problems( Paint.Begin

Re: [Gambas-user] Gambas 3 Printing

2010-12-09 Thread Benoît Minisini
> Thanks Benoit, > I have upgraded my print routines to run in V.3. The beauty of Gambas is > the ability to work around any problems. > My only outstanding problem is the inability to set the Paper > Orientation in Printer.Configure or to code it with > "hPrinter.Orientation = Printer.Landscape".

Re: [Gambas-user] Gambas 3 Printing

2010-12-08 Thread Michael
Thanks Benoit, I have upgraded my print routines to run in V.3. The beauty of Gambas is the ability to work around any problems. My only outstanding problem is the inability to set the Paper Orientation in Printer.Configure or to code it with "hPrinter.Orientation = Printer.Landscape". I look for

Re: [Gambas-user] Gambas 3 Printing

2010-12-08 Thread Benoît Minisini
> Can anybody please clarify how to generate a new page when printing in > Gambas 3. I know you have have the Printer.Count value but it appears > you need to know the number of pages to set this value before printing. > You cannot loop through data and say INC hPrinter.Count. It will only > print

[Gambas-user] Gambas 3 Printing

2010-12-07 Thread Michael
Can anybody please clarify how to generate a new page when printing in Gambas 3. I know you have have the Printer.Count value but it appears you need to know the number of pages to set this value before printing. You cannot loop through data and say INC hPrinter.Count. It will only print the in