Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720 (Olivier Cruilles)

2012-05-12 Thread Emanuele Sottocorno
The previously indicated version was incorrect: $ pkg-config --modversion gstreamer-0.10 -- 0.0.28 it is 0.10.28 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security

[Gambas-user] Is gambasdoc.org down?

2012-05-12 Thread Christer Johansson
Anyone else having problem reaching http://gambasdoc.org? Been down whole day for me... /CJ -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has

Re: [Gambas-user] Is gambasdoc.org down?

2012-05-12 Thread tobi
On Sat, 12 May 2012, Christer Johansson wrote: Anyone else having problem reaching http://gambasdoc.org? Been down whole day for me... /CJ -- Live Security Virtual Conference Exclusive live event will cover

Re: [Gambas-user] Is gambasdoc.org down?

2012-05-12 Thread Benoît Minisini
Le 12/05/2012 19:31, tobi a écrit : On Sat, 12 May 2012, Christer Johansson wrote: Anyone else having problem reaching http://gambasdoc.org? Been down whole day for me... /CJ Same for me, noticed at midday today... Same for me and Emil Lenngren. -- Benoît Minisini

Re: [Gambas-user] [Feature Request] Offline Documentation

2012-05-12 Thread Emil Lenngren
Somebody who has a downloadable .tar.gz containing the documentation? 2012/4/20 Willy Raets wi...@earthshipbelgium.be On do, 2012-04-19 at 10:43 -0700, Randall Morgan wrote: Couldn't this be done simply running a simple web server as localhost on an unused port and downloading the site

Re: [Gambas-user] Is gambasdoc.org down?

2012-05-12 Thread Rob Kudla
On 05/12/2012 01:38 PM, Benoît Minisini wrote: Anyone else having problem reaching http://gambasdoc.org? Been down whole Same for me, noticed at midday today... Same for me and Emil Lenngren. Sorry, the building our server is in lost power for something like 18 hours. It's back now, though.

[Gambas-user] Trouble with SVN trunk for Gambas 3

2012-05-12 Thread Willy Raets
Hi, When doing the normal: svn checkout https://gambas.svn.sourceforge.net/gambas/gambas/trunk/ this didn't get accepted. Needed tp put http there instead of https This didn't work either as the location turns out to be different as well. Eventually found out what it should be: svn checkout

Re: [Gambas-user] Is gambasdoc.org down?

2012-05-12 Thread Benoît Minisini
Le 13/05/2012 00:21, Rob Kudla a écrit : On 05/12/2012 01:38 PM, Benoît Minisini wrote: Anyone else having problem reaching http://gambasdoc.org? Been down whole Same for me, noticed at midday today... Same for me and Emil Lenngren. Sorry, the building our server is in lost power for

[Gambas-user] Wordwrap

2012-05-12 Thread Anthony Ivan
Hello Everyone, I am trying to get wordwrap to work in a gridview using the following code snippet: Me.sysMessages.Rows.Count = 0 Me.sysMessages.Columns.Count = 3 Me.sysMessages.Columns[0].W = IIf(Me.sysMessages.ClientW * 0.05 varMinDateWidth, varMinDateWidth, Me.sysMessages.ClientW

Re: [Gambas-user] Wordwrap

2012-05-12 Thread Benoît Minisini
Le 13/05/2012 03:29, Anthony Ivan a écrit : Hello Everyone, I am trying to get wordwrap to work in a gridview using the following code snippet: Me.sysMessages.Rows.Count = 0 Me.sysMessages.Columns.Count = 3 Me.sysMessages.Columns[0].W = IIf(Me.sysMessages.ClientW * 0.05

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-12 Thread Benoît Minisini
Le 11/05/2012 17:34, Emanuele Sottocorno a écrit : I get exactly the same error with rev #4723. Full make output attached. Emanuele Do the latest revisions change anything? -- Benoît Minisini -- Live Security

Re: [Gambas-user] Wordwrap

2012-05-12 Thread Anthony Ivan
Many thanks for the wordwrap. Setting a cell height to -1 still doesn't change the row height to account for the new height (Me.somegridviewrow.Rows[X].H = -1 ). Anthony SVN 4726 Me.someGrid[0, 2].Text = LongText clipped to save this email Me.someGrid[0, 2].WordWrap = True