[Gambas-user] Forcenewpage in report component

2013-12-07 Thread Greg Raffaelle
Thanks Fabien for adding the "ForceNewPage" setting to the report component. I am close to getting the report for my application to look like I want using the new ForceNewPage setting. However I am having problems with the automatic page numbering now. My report consists of X number of pages

Re: [Gambas-user] Line continuation

2013-12-07 Thread MinnesotaJon
If you are using SHELL, you can assign lines to variables. If the string continues on multiple lines, assign the text to string variables, and concatenate those variables. The example below merely shows SHELL accepting a string variable as its command string: DIM sRes as String DIM shellString

Re: [Gambas-user] R: R: Again about Gambas-3 on Linux Mint "16"...

2013-12-07 Thread Ru Vuott
Hi Kendek, well, it was enough to install libqt4-opengl-dev package. Thank you very much. vuott Sab 7/12/13, Kende Krisztián ha scritto: Oggetto: Re: [Gambas-user] R: R: Again about Gambas-3 on Linux Mint "16"... A: gambas-user@lists.sourcefor

Re: [Gambas-user] R: R: Again about Gambas-3 on Linux Mint "16"...

2013-12-07 Thread Kende Krisztián
2013-12-07 14:51 keltezéssel, Ru Vuott írta: > mmm... good, Jussi. > So I solved gb.qt4.webkit ! ...but I still have "gb.qt4.opengl" problem. > > In fact at the end of "~ $ ./configure -C" I obtain: > > || THESE COMPONENTS ARE DISABLED: > || - gb.qt4.opengl > || > > What is the library I must in

Re: [Gambas-user] R: R: Again about Gambas-3 on Linux Mint "16"...

2013-12-07 Thread Ru Vuott
mmm... good, Jussi. So I solved gb.qt4.webkit ! ...but I still have "gb.qt4.opengl" problem. In fact at the end of "~ $ ./configure -C" I obtain: || THESE COMPONENTS ARE DISABLED: || - gb.qt4.opengl || What is the library I must install ? Thanks vuott --

[Gambas-user] (no subject)

2013-12-07 Thread Mike Crean
Me to. Keep it the same as most BASIC's use the underscore _ as line extension.   Regards to all Mike   PS if you do it, have a merry Christmas -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps wit

Re: [Gambas-user] Matrix resize

2013-12-07 Thread PICCORO McKAY Lenz
matrix resie canot be directly, u must make it indirect throught another matrix, by ejample trhought method, like previous m,ail show u with arrays (but dont use that) also dinamyc sizes or matrix cannot be done,, u must use idividual dinamic arrays

Re: [Gambas-user] Line continuation

2013-12-07 Thread Mike Crean
Me to. keep it same as most basic's use underscore On Saturday, 7 December 2013 8:19 PM, Jesus wrote: El 06/12/13 22:04, ISS Boss escribió: > >    I agree with John, Benoît.  There really should be a specific character >to >    continue a line; if only to keep from confusing anyone main

Re: [Gambas-user] Line continuation

2013-12-07 Thread Jesus
El 06/12/13 22:04, ISS Boss escribió: > > I agree with John, Benoît. There really should be a specific character > to > continue a line; if only to keep from confusing anyone maintaining the > code. Put it on the 'nice to have' list, anyway. > Bill > Benoît Minisini wrote,

Re: [Gambas-user] R: R: Again about Gambas-3 on Linux Mint "16"...

2013-12-07 Thread Jussi Lahtinen
gb.qt4.webkit is used by the IDE and thus it's mandatory. You need to install libqtwebkit-dev. Jussi On Sat, Dec 7, 2013 at 12:56 PM, Ru Vuott wrote: > > > but now at the end of ./configure -C I have this messages: > > > > || > > || THESE COMPONENTS ARE DISABLED: > > || - gb.qt4.opengl > >

[Gambas-user] Odd behaviour solved ( was: New to this list)

2013-12-07 Thread Wolfgang
Hello Fabien, The odd behaviour of the icon is NOT a problem with Gambas but with Ubuntu! The Programm icon is incorrect displayed at installing and in the lauchpad. After a reboot of Ubuntu all is correctly displayed. This seems to be a problem with ubuntu (or with my own setup). I will test a

Re: [Gambas-user] R: R: Again about Gambas-3 on Linux Mint "16"...

2013-12-07 Thread Kende Krisztián
2013-12-07 11:56 keltezéssel, Ru Vuott írta: >> but now at the end of ./configure -C I have this messages: >> >> || >> || THESE COMPONENTS ARE DISABLED: >> || - gb.qt4.opengl >> || - gb.qt4.webkit >> || > > In fact, at the end of "sudo make install" I obtain these lines: > >

[Gambas-user] R: R: Again about Gambas-3 on Linux Mint "16"...

2013-12-07 Thread Ru Vuott
> but now at the end of ./configure -C  I have this messages: > > || > || THESE COMPONENTS ARE DISABLED: > || - gb.qt4.opengl > || - gb.qt4.webkit > || In fact, at the end of "sudo make install" I obtain these lines: Compiling Networking/WebBrowser/... gbc: error: Component no