Re: [Gambas-user] gb.util: Unit conversions

2015-04-26 Thread Tobias Boege
On Mon, 27 Apr 2015, adamn...@gmail.com wrote: > On Sun, 26 Apr 2015 09:34:42 +0200 > Charlie Reinl wrote: > > > Am Samstag, den 25.04.2015, 23:13 +0200 schrieb Tobias Boege: > > > On Sat, 25 Apr 2015, Beno?t Minisini wrote: > > > > Le 20/04/2015 23:28, Tobias Boege a ?crit : > > > > > Hi Benoit,

Re: [Gambas-user] gb.util: Unit conversions

2015-04-26 Thread adamn...@gmail.com
On Sun, 26 Apr 2015 09:34:42 +0200 Charlie Reinl wrote: > Am Samstag, den 25.04.2015, 23:13 +0200 schrieb Tobias Boege: > > On Sat, 25 Apr 2015, Beno?t Minisini wrote: > > > Le 20/04/2015 23:28, Tobias Boege a ?crit : > > > > Hi Benoit, > > > > > > > > I have a quick feature suggestion for gb.uti

Re: [Gambas-user] gb.util: Unit conversions

2015-04-26 Thread Fabien Bodard
This is an example with an usefull class from gb.report... i have modified it to be more generic. the pixel convertion use the desktop.resolution value. 2015-04-26 9:34 GMT+02:00 Charlie Reinl : > Am Samstag, den 25.04.2015, 23:13 +0200 schrieb Tobias Boege: >> On Sat, 25 Apr 2015, Beno?t Minisin

Re: [Gambas-user] gb.util: Unit conversions

2015-04-26 Thread Charlie Reinl
Am Samstag, den 25.04.2015, 23:13 +0200 schrieb Tobias Boege: > On Sat, 25 Apr 2015, Beno?t Minisini wrote: > > Le 20/04/2015 23:28, Tobias Boege a ?crit : > > > Hi Benoit, > > > > > > I have a quick feature suggestion for gb.util: when working with > > > components > > > like gb.cairo which parti

Re: [Gambas-user] gb.util: Unit conversions

2015-04-25 Thread Tobias Boege
On Sat, 25 Apr 2015, Beno?t Minisini wrote: > Le 20/04/2015 23:28, Tobias Boege a ?crit : > > Hi Benoit, > > > > I have a quick feature suggestion for gb.util: when working with components > > like gb.cairo which partially uses millimeters (e.g. CairoPdfSurface._new) > > to measure things, it would

Re: [Gambas-user] gb.util: Unit conversions

2015-04-25 Thread Benoît Minisini
Le 20/04/2015 23:28, Tobias Boege a écrit : > Hi Benoit, > > I have a quick feature suggestion for gb.util: when working with components > like gb.cairo which partially uses millimeters (e.g. CairoPdfSurface._new) > to measure things, it would be nice to have a global module from somewhere > offici

Re: [Gambas-user] gb.util: Unit conversions

2015-04-20 Thread Fabien Bodard
Can it be based on report convertion tool ? Le 20 avr. 2015 23:33, "Tobias Boege" a écrit : > Hi Benoit, > > I have a quick feature suggestion for gb.util: when working with components > like gb.cairo which partially uses millimeters (e.g. CairoPdfSurface._new) > to measure things, it would be ni