[Gambas-user] DrawingArea not drawn under qt4

2012-05-20 Thread Rolf-Werner Eilert
Last afternoon I downloaded and installed the latest trunk version of Gambas3 to see if my qt4 DrawingArea problem has been solved. It has not :-( I still don't see anything drawn on the DrawingArea when under KDE4. So, this is why I ask everyone again: Does anyone here have any problems with

[Gambas-user] Gambas2 prog Circular Reference

2012-05-20 Thread Rolf-Werner Eilert
This weekend I came about this one: On my new server (Suse 12.1 64 bit), all Gambas2 programs we are using here are running flawlessly, only one of them gives a "Circular Reference" message and stops. It even seems not to start at all, but I guess it does start and is shot dead before any windo

Re: [Gambas-user] Toggle Button with big letter - underlined

2012-05-20 Thread Rolf-Werner Eilert
Am 19.05.2012 14:01, schrieb Benoît Minisini: > Le 18/05/2012 14:19, Rolf-Werner Eilert a écrit : >> Hi, >> >> a recent case brought this back to me, this happens at least under >> Gambas2 and under any older and newer kde and gtk. >> >> When I have ToggleButtons (I don't know if it happens with or

Re: [Gambas-user] Small printing question

2012-05-20 Thread Fabien Bodard
A simple gb.report example 2012/5/19 Johny Provoost > > > 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 page, so

[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 main/lib/opti

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 func

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: http://sales.eightvi

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 g

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 NUL-t

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 a

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 > > > >

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 wrote: > -BEGIN PGP SIGNED MESSAG

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: h

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 > the element. > > Has someone el

[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 element. Has someone else already got this problem ? Regards. ---

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 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 "gb.ncurses" > > dim hwin As Window > dim cadena, cad a

[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 Win