Re: [Gambas-user] New feature in Gambas 3

2012-05-20 Thread Kevin Fishburne
On 05/19/2012 07:58 AM, Benoît Minisini wrote: Hi, I have just added the ability to profile a project from the IDE. This is not finished yet. At the moment, the IDE will tell you how much time you spend in each function, and, for each function, how much time is spent in other functions

[Gambas-user] Error in Left$ and Mid$ functions to the gb.ncurses component

2012-05-20 Thread William Cabrera
Hi, I have been testing the component ncurses and so far everything well, but the functions mentioned in the title simply do not work. Below is a sample code: #!/usr/bin/env gbs3 USE gb.ncurses dim hwin As Window dim cadena, cad as string cadena = Hola Mundo cad = left(cadena) hwin = New

[Gambas-user] Bug on Gambas official website

2012-05-20 Thread Adrien Prokopowicz
Hi all, I noticed that on gambas.sourceforge.net homepage, we can't scroll anymore, and a part of the last news frame is cut. The problem is solved when, in home.html, i remove the overflow: hidden on the body element. Has someone else already got this problem ? Regards.

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread Benoît Minisini
Le 20/05/2012 18:15, Adrien Prokopowicz a écrit : Hi all, I noticed that on gambas.sourceforge.net homepage, we can't scroll anymore, and a part of the last news frame is cut. The problem is solved when, in home.html, i remove the overflow: hidden on thebody element. Has someone else

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread Matteo Pasotti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20/05/2012 18:15, Adrien Prokopowicz wrote: Hi all, I noticed that on gambas.sourceforge.net homepage, we can't scroll anymore, and a part of the last news frame is cut. The problem is solved when, in home.html, i remove the overflow: hidden

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread Randall Morgan
Then the page should be changed to infer that as at the moment the page infers scrolling since the content continues past the page bottom. From a UI perspective this is not good communication with the user On Sun, May 20, 2012 at 9:23 AM, Matteo Pasotti matteo.paso...@gmail.comwrote:

Re: [Gambas-user] Error in Left$ and Mid$ functions to the gb.ncurses component

2012-05-20 Thread tobi
On Sun, 20 May 2012, Benoît Minisini wrote: Le 20/05/2012 16:26, William Cabrera a écrit : Hi, I have been testing the component ncurses and so far everything well, but the functions mentioned in the title simply do not work. Below is a sample code: #!/usr/bin/env gbs3 USE

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread tobi
On Sun, 20 May 2012, Randall Morgan wrote: Then the page should be changed to infer that as at the moment the page infers scrolling since the content continues past the page bottom. From a UI perspective this is not good communication with the user Well, I got the intention promptly and

Re: [Gambas-user] Error in Left$ and Mid$ functions to the gb.ncurses component

2012-05-20 Thread Benoît Minisini
Le 20/05/2012 18:43, tobi a écrit : So my question bounces to Benoît: It's said in the docs that the three string functions used above are optimised so that they don't duplicate strings. Does that mean or is it a general fact that I cannot rely on the STRING() macro to extract a

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread Randall Morgan
I still think that to better communicate with the user the content should be truncated. Perhaps then followed with an ellipse (...) to show continuation and the perhaps a more or read more link place at the end. This would better communicate to the user that the continent continues and how to get

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread Kevin Fishburne
On 05/20/2012 01:08 PM, Randall Morgan wrote: leave the site. So the whole package becomes important. As my grand father used to tell me The most important part of anything is the one not working. JMO Wise words, I like that. -- Kevin Fishburne Eight Virtues www:

Re: [Gambas-user] New feature in Gambas 3

2012-05-20 Thread Jussi Lahtinen
Thanks! It's great! Jussi On Sat, May 19, 2012 at 2:58 PM, Benoît Minisini gam...@users.sourceforge.net wrote: Hi, I have just added the ability to profile a project from the IDE. This is not finished yet. At the moment, the IDE will tell you how much time you spend in each function,

[Gambas-user] Strange file modes

2012-05-20 Thread tobi
Hi, some time ago, I noticed in the sources file modes that appear strange to me: [gambas3]$ find . -executable -type f -regextype egrep -regex '.*\.(c|h|cpp|hpp)' -printf %M\t%P\n -rwxr-xr-x main/lib/option/main.c -rwxr-xr-x main/lib/option/getoptions.c -rwxr-xr-x

Re: [Gambas-user] Small printing question

2012-05-20 Thread Fabien Bodard
A simple gb.report example 2012/5/19 Johny Provoost johny.provo...@skynet.be Op 18-05-12 17:55, Johny Provoost schreef: Op 18-05-12 16:06, Ru Vuott schreef: After some sleep I found a way. It's a list of addresses. I can count the records, and I know there can 28 records on one