Re: [Gambas-user] gb.map

2012-11-21 Thread Fabien Bodard
Coming soon Le 22 nov. 2012 01:08, "Willy Raets" a écrit : > On Thu, 2012-11-22 at 00:27 +0100, Fabien Bodard wrote: > > This is a new component : gb.map > > > > actually it only allow to manage tiled maps > > > > MapViewer1.Map.AddTile("OpenStreet", "http://{s}. > > tile.openstreetmap.org/{z}/{x

Re: [Gambas-user] Difference between Printer1.Count and Printer1.NumCopies

2012-11-21 Thread Fabien Bodard
Or use report for that jobs Le 21 nov. 2012 16:04, "Rolf-Werner Eilert" a écrit : > > > Am 21.11.2012 14:17, schrieb Benoît Minisini: > > Le 21/11/2012 13:37, Ru Vuott a écrit : > >> Hello, > >> > >> I'ld like to know the difference between "Printer1.Count" and > "Printer1.NumCopies". > >> > >> T

Re: [Gambas-user] gambas installation issue

2012-11-21 Thread Benoît Minisini
Le 22/11/2012 01:29, Rick Thomas a écrit : > Running Ubuntu 12.04 fully updated. > > No realizing I already gambas2 installed I tried running sudo apt-get > install gambas3. It failed and I uninstalled gambas2 via apt-get remove. > Then tried to reinstall gambas3. Got the warning about tableclass

Re: [Gambas-user] Cannot load parent class

2012-11-21 Thread Willy Raets
On Sun, 2012-11-11 at 22:41 +0100, Erwin Lemmers wrote: > I solved the problem by removing all gambas related files and reinstalling > the gambas files again. > > It seems that several old files conflicts such way that you get the > error below. > > gambas3 is running again here no problems foun

[Gambas-user] gambas installation issue

2012-11-21 Thread Rick Thomas
Running Ubuntu 12.04 fully updated. No realizing I already gambas2 installed I tried running sudo apt-get install gambas3. It failed and I uninstalled gambas2 via apt-get remove. Then tried to reinstall gambas3. Got the warning about tableclass or something. Tried to remove again and reinstall vi

Re: [Gambas-user] Difference between Printer1.Count and Printer1.NumCopies

2012-11-21 Thread Ru Vuott
Thank you. --- Mer 21/11/12, Jussi Lahtinen ha scritto: > Da: Jussi Lahtinen > Oggetto: Re: [Gambas-user] Difference between Printer1.Count and > Printer1.NumCopies > A: "mailing list for gambas users" > Data: Mercoledì 21 novembre 2012, 14:11 > I'ld like to know the difference > between "

Re: [Gambas-user] Difference between Printer1.Count and Printer1.NumCopies

2012-11-21 Thread Ru Vuott
Thank you. --- Mer 21/11/12, Benoît Minisini ha scritto: > Da: Benoît Minisini > Oggetto: Re: [Gambas-user] Difference between Printer1.Count and > Printer1.NumCopies > A: "mailing list for gambas users" > Data: Mercoledì 21 novembre 2012, 14:17 > Le 21/11/2012 13:37, Ru Vuott a > écrit : >

Re: [Gambas-user] Difference between Printer1.Count and Printer1.NumCopies

2012-11-21 Thread Ru Vuott
Thank you. --- Mer 21/11/12, Rolf-Werner Eilert ha scritto: > Da: Rolf-Werner Eilert > Oggetto: Re: [Gambas-user] Difference between Printer1.Count and > Printer1.NumCopies > A: gambas-user@lists.sourceforge.net > Data: Mercoledì 21 novembre 2012, 16:02 > > > Am 21.11.2012 14:17, schrieb B

Re: [Gambas-user] gb.map

2012-11-21 Thread Willy Raets
On Thu, 2012-11-22 at 00:27 +0100, Fabien Bodard wrote: > This is a new component : gb.map > > actually it only allow to manage tiled maps > > MapViewer1.Map.AddTile("OpenStreet", "http://{s}. > tile.openstreetmap.org/{z}/{x}/{y}.png", Null, "os") > > Wow, looking great and so easy to code. Is

[Gambas-user] R: gb.map

2012-11-21 Thread Ru Vuott
...I do not find this component in "Components" of Project. Where's it ? bye vuott --- Gio 22/11/12, Fabien Bodard ha scritto: > Da: Fabien Bodard > Oggetto: [Gambas-user] gb.map > A: gambas-user@lists.sourceforge.net > Data: Giovedì 22 novembre 2012, 00:27 > This is a new component : gb.m

Re: [Gambas-user] Difference between Printer1.Count and Printer1.NumCopies

2012-11-21 Thread Rolf-Werner Eilert
Am 21.11.2012 14:17, schrieb Benoît Minisini: > Le 21/11/2012 13:37, Ru Vuott a écrit : >> Hello, >> >> I'ld like to know the difference between "Printer1.Count" and >> "Printer1.NumCopies". >> >> The problem: >> > > 'NumCopies' is the number of times the printer driver will repeat the > print.

Re: [Gambas-user] Difference between Printer1.Count and Printer1.NumCopies

2012-11-21 Thread Benoît Minisini
Le 21/11/2012 13:37, Ru Vuott a écrit : > Hello, > > I'ld like to know the difference between "Printer1.Count" and > "Printer1.NumCopies". > > The problem: > 'NumCopies' is the number of times the printer driver will repeat the print. This is low-level. 'Count' is a property that you have to fi

Re: [Gambas-user] Difference between Printer1.Count and Printer1.NumCopies

2012-11-21 Thread Jussi Lahtinen
I'ld like to know the difference between "Printer1.Count" and > "Printer1.NumCopies". > http://gambasdoc.org/help/comp/gb.qt4/printer/count?v3 http://gambasdoc.org/help/comp/gb.qt4/printer/numcopies?v3 > The problem: > > I have to create a two-page PDF document, each with a different image and

[Gambas-user] Difference between Printer1.Count and Printer1.NumCopies

2012-11-21 Thread Ru Vuott
Hello, I'ld like to know the difference between "Printer1.Count" and "Printer1.NumCopies". The problem: I have to create a two-page PDF document, each with a different image and text content. How I can create (if that's possible...) -- via Printer.OutputFile = "my_file.pdf" -- a PDF document