[Gambas-user] How do I access "Complex Repotr.pdf"?

2014-02-25 Thread Martin McGlensey
Fabien, I have the same problem as Willy. I need to write the same type of report. Have tried all the combinations he reported. I have read your suggestion to him but, I do not know how to begin to write the code. An example would be of great help. Thanks, Marty --

[Gambas-user] Issue 513 in gambas: Bad display of SwitchButton

2014-02-25 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 513 by ea7...@gmail.com: Bad display of SwitchButton http://code.google.com/p/gambas/issues/detail?id=513 1) Describe the problem. SwitchButton does not show properly on Q

Re: [Gambas-user] Work with Open Office from Gambas

2014-02-25 Thread Fabien Bodard
yes : $man libreoffice then for duplex and all of that , i suggest you to create a pdf first and open it with a pdfviewer. It seem to be only able to choose the printer. it's not gb.report ;-) 2014-02-25 16:36 GMT+01:00 Rolf-Werner Eilert : > Great! Runs flawlessly and prints a single copy t

Re: [Gambas-user] C Sharp conversion to a Gambas Library/Component

2014-02-25 Thread Fabien Bodard
The class proj, mapointclass and mapbound are in the project i've sent to you the C# class you have is very specific... they are some tools that are able to do that without rewriting the wheel. libproj of the proj project is one of these tool. It used in every map displayer in it's js version.

Re: [Gambas-user] revision 6187: Unable to compile gb.report

2014-02-25 Thread Ru Vuott
Yes, Fabien, it is. bye vuott > it will be ok now 2014-02-25 16:56 GMT+01:00 Fabien Bodard : > arf > > > 2014-02-25 16:33 GMT+01:00 Ru Vuott : >>> Bruce ... done in last rev 6187. >> >> uhmmm >> >> >> >> Hello, >> >> by updating (revision 6187) now my Gambas, I obtain

[Gambas-user] C Sharp conversion to a Gambas Library/Component

2014-02-25 Thread John Rose
Fabien, The C# routine that I previously attached has Subs to do conversions between any of OSGBGridmapReference, OSGBEastingNorthing, OSGB36 & WGS84. An example point is: OSGBGridmapReference: Map=SO, Across=91370, Up=95550 OSGBEastingNorthing: Easting=391370, Northing=295550 OSGB36: Latitude=5

Re: [Gambas-user] revision 6187: Unable to compile gb.report

2014-02-25 Thread Fabien Bodard
it will be ok now 2014-02-25 16:56 GMT+01:00 Fabien Bodard : > arf > > > 2014-02-25 16:33 GMT+01:00 Ru Vuott : >>> Bruce ... done in last rev 6187. >> >> uhmmm >> >> >> >> Hello, >> >> by updating (revision 6187) now my Gambas, I obtained this problem: >> >> >> Compiling gb.report... >>

Re: [Gambas-user] revision 6187: Unable to compile gb.report

2014-02-25 Thread Fabien Bodard
arf 2014-02-25 16:33 GMT+01:00 Ru Vuott : >> Bruce ... done in last rev 6187. > > uhmmm > > > > Hello, > > by updating (revision 6187) now my Gambas, I obtained this problem: > > > Compiling gb.report... > FPreview.class:27: error: Unknown identifier: Settings > > and at the end: > >

Re: [Gambas-user] Work with Open Office from Gambas

2014-02-25 Thread Rolf-Werner Eilert
Great! Runs flawlessly and prints a single copy to my standard printer, but do you know if there are options to set the printer, number of copies, duplex print etc.? Maybe a link? Rolf Am 25.02.2014 16:09, schrieb Fabien Bodard: > yes > > libreoffice -p myfile... > > > > 2014-02-25 15:33 GMT+0

[Gambas-user] revision 6187: Unable to compile gb.report

2014-02-25 Thread Ru Vuott
> Bruce ... done in last rev 6187. uhmmm Hello, by updating (revision 6187) now my Gambas, I obtained this problem: Compiling gb.report... FPreview.class:27: error: Unknown identifier: Settings and at the end: || || Unable to compile gb.report || Regards vuott

Re: [Gambas-user] Work with Open Office from Gambas

2014-02-25 Thread Fabien Bodard
yes libreoffice -p myfile... 2014-02-25 15:33 GMT+01:00 Rolf-Werner Eilert : > Hi Nigel, > >> You can also call some OO/LO functions using the Shell command, which do not >> open the OO/LO user interface. For example you can convert document formats. >> The OO/LO documentation will explain th

Re: [Gambas-user] Complex report

2014-02-25 Thread Fabien Bodard
Bruce ... done in last rev 6187. 2014-02-25 14:12 GMT+01:00 Fabien Bodard : > And for this report you need both the report and class > as 70 % of the report is composed by code. > > 2014-02-25 14:11 GMT+01:00 Fabien Bodard : >> Il will do Bruce. >> >> 2014-02-25 13:29 GMT+01:00 Bruce : >>> On Tue,

Re: [Gambas-user] Work with Open Office from Gambas

2014-02-25 Thread Rolf-Werner Eilert
Hi Nigel, > You can also call some OO/LO functions using the Shell command, which do not > open the OO/LO user interface. For example you can convert document formats. > The OO/LO documentation will explain the options and the syntax - use Google > to find. > > You can create template documents

Re: [Gambas-user] Complex report

2014-02-25 Thread Fabien Bodard
And for this report you need both the report and class as 70 % of the report is composed by code. 2014-02-25 14:11 GMT+01:00 Fabien Bodard : > Il will do Bruce. > > 2014-02-25 13:29 GMT+01:00 Bruce : >> On Tue, 2014-02-25 at 12:20 +0100, Fabien Bodard wrote: >>> yes charlie ... and no... For my jo

Re: [Gambas-user] Complex report

2014-02-25 Thread Fabien Bodard
Il will do Bruce. 2014-02-25 13:29 GMT+01:00 Bruce : > On Tue, 2014-02-25 at 12:20 +0100, Fabien Bodard wrote: >> yes charlie ... and no... For my job and to simplify i use nearfive >> round. But for not be too far from the reallity i use real value for >> the sum and do the nearfive at the prinit

Re: [Gambas-user] Complex report

2014-02-25 Thread Bruce
On Tue, 2014-02-25 at 12:20 +0100, Fabien Bodard wrote: > yes charlie ... and no... For my job and to simplify i use nearfive > round. But for not be too far from the reallity i use real value for > the sum and do the nearfive at the priniting time only. > > I can't share the sources... well i can

Re: [Gambas-user] Work with Open Office from Gambas

2014-02-25 Thread Nigel Verity
Hi Alexey It depends what you want to do. You can open the OpenOffice/LibreOffice GUI using the Shell command with the appropriate parameter for the module you wish to use e.g: libreoffice4.1 --writer You can also call some OO/LO functions using the Shell command, which do not open the OO/LO

Re: [Gambas-user] Text of RadioButton doesn't become colorized

2014-02-25 Thread Ru Vuott
Well, thank you, Benoît. vuott Mar 25/2/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Text of RadioButton doesn't become colorized A: "mailing list for gambas users" Data: Martedì 25 febbraio 2014, 11:51 Le 25/02/2014 11:21, Ru V

Re: [Gambas-user] GridView changing Columns[].Width

2014-02-25 Thread Rolf-Werner Eilert
Sorry, there was another reason: I forgot to set the flag for controlling the column width in the function - now everything works as expected. Didn't mean to bother you with this Regards Rolf Am 25.02.2014 10:37, schrieb Rolf-Werner Eilert: > When I have a GridView with several Columns and I

Re: [Gambas-user] Complex report

2014-02-25 Thread Fabien Bodard
yes charlie ... and no... For my job and to simplify i use nearfive round. But for not be too far from the reallity i use real value for the sum and do the nearfive at the priniting time only. I can't share the sources... well i can but not the datas. remembert it's for svn version as i built it

Re: [Gambas-user] Text of RadioButton doesn't become colorized

2014-02-25 Thread Benoît Minisini
Le 25/02/2014 11:21, Ru Vuott a écrit : > Hello, > > by using QT4 if I set a color in "Foreground" property of RadioButton object, > when I run the application the text does not become colorized. > > regards > vuott > It depends on the widget theme you are using. -- Benoît Minisini ---

[Gambas-user] Text of RadioButton doesn't become colorized

2014-02-25 Thread Ru Vuott
Hello, by using QT4 if I set a color in "Foreground" property of RadioButton object, when I run the application the text does not become colorized. regards vuott -- Flow-based real-time traffic analytics software. Cisco

[Gambas-user] GridView changing Columns[].Width

2014-02-25 Thread Rolf-Werner Eilert
When I have a GridView with several Columns and I set "automatic" for the Column Width (gridview.Columns[x].Width = -1), it seems I cannot change back to a defined width programmatically later. So if I set gridview.Columns[x].Width = 10, nothing happens. The user, however, can drag the column l

Re: [Gambas-user] MediaPlayer 3.5.90 crashes...

2014-02-25 Thread Ru Vuott
> > Fixed in revision #6186. Yes, now OK ! > The warning messages are for missing GStreamer visualisation plugins. > Search for extra GStreamer plugin packages. > > Regards, > > -- > Benoît Minisini Well, thanks. Regards vuottt

Re: [Gambas-user] Complex report

2014-02-25 Thread Jorge Carrión
Oh. its a pdf... I suppouse the file as the source proyect... 2014-02-24 23:01 GMT+01:00 Fabien Bodard : > Hey all > > this is a complex report... > > > > -- > Fabien Bodard > > > -- > Flow-based real-time traffic analyt

Re: [Gambas-user] Complex report

2014-02-25 Thread Jorge Carrión
Thanks Fabien. Studing mode in progress... 2014-02-24 23:01 GMT+01:00 Fabien Bodard : > Hey all > > this is a complex report... > > > > -- > Fabien Bodard > > > -- > Flow-based real-time traffic analytics software. Cisco