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
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
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
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
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
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
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
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
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
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
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
> >
> >
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
-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
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
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.
---
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
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
17 matches
Mail list logo