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] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
Of course. Thanks again. It's fine how you are there, working on sunday!! Regards 2015-04-26 18:47 GMT+02:00 Benoît Minisini : > Le 26/04/2015 18:42, Jorge Carrión a écrit : > > Ok. Thanks Benoit. > > > > If you don't want the intermediate shell, use EXEC. > > -- > Benoît Minisini > > > ---

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Benoît Minisini
Le 26/04/2015 18:42, Jorge Carrión a écrit : > Ok. Thanks Benoit. > If you don't want the intermediate shell, use EXEC. -- Benoît Minisini -- One dashboard for servers and applications across Physical-Virtual-Cloud Wid

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
Ok. Thanks Benoit. 2015-04-26 18:38 GMT+02:00 Benoît Minisini : > Le 26/04/2015 17:48, Jorge Carrión a écrit : > > A question, Benoit, it's the same thing for > > > > Shell wait > > > > Is based in xdg-util script too? > > > > Regards > > > > No, but there is an intermediate shell ('/bin/sh' b

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Benoît Minisini
Le 26/04/2015 17:48, Jorge Carrión a écrit : > A question, Benoit, it's the same thing for > > Shell wait > > Is based in xdg-util script too? > > Regards > No, but there is an intermediate shell ('/bin/sh' by default) between your Gambas program and the executed process. -- Benoît Minisini -

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
A question, Benoit, it's the same thing for Shell wait Is based in xdg-util script too? Regards 2015-04-26 10:31 GMT+02:00 Jorge Carrión : > Buff... I've based all my project on it!... I suppouse that I'll have to > find a way to freeze the application based on the file itself... I can't > i

Re: [Gambas-user] A question on gb.gui

2015-04-26 Thread Gian
Il 24/04/2015 14:23, Gian ha scritto: > Hello Benoit, > Sorry if I let some criticism on the strategy gb.gui in this email. > I state to be old and ignorant (to 16 years (1963) already around the > world to work) and that I admire very much you and your collaborators, > otherwise I would be silent.

[Gambas-user] Kubuntu 15.04

2015-04-26 Thread n . rogozarski
Since I have never used Kubuntu, I wanted to try it. I installed Kubuntu 15.04, it looks very modern and works well for now. I installed Gambas3.7.1, and noticed some problems. 1. If I want to use gb.raport2 in qt4 project comes to a conflict between qt4 and gb.gui component - (These components

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
Buff... I've based all my project on it!... I suppouse that I'll have to find a way to freeze the application based on the file itself... I can't imagine how in this moment. Thank you a lot, Benoit. Regards 2015-04-25 23:06 GMT+02:00 Benoît Minisini : > Le 21/04/2015 13:24, Jorge Carrión a écri

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