[Gambas-user] gridview row heights when cell is wrapped

2013-04-28 Thread Bruce
I thought this was solved a long time ago? gvwinfo[6, 0].Text = "Description" gvwinfo[6, 0].Alignment = Align.TopLeft gvwinfo[6, 1].WordWrap = True gvwinfo[6, 1].RichText = UnQuote($libinfo.Description) gvwinfo[6, 1].Alignment =Align.TopLeft gvwinfo.Rows[6].Height = -1 The last line r

Re: [Gambas-user] compiling on Debian

2013-04-28 Thread Ian Haywood
On Mon, Apr 29, 2013 at 2:58 AM, Adrien Prokopowicz wrote: > I remember that a small part of gb.qt4 and gb.gtk were written in gambas > (the Action class I think), making it an hybrid component, so that's why a > gb.qt4.gambas were generated. > But since the 3.4 version, this class has been moved

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-28 Thread Bruce
On Sun, 2013-04-28 at 19:30 +0200, Tobias Boege wrote: > Hi folks, > > {lots} 8< Hi Tobi, Here's some "opinion", so take it as such and not criticism. 1) Who uses the examples and why? I would say there are two general categories of people who access the examples. New gambas coders looking fo

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-28 Thread Richard Terry
?Sounds like a good Idea - the examples were useful for me a few years ago when I was trying to learn gambas, mind you my brain is over 60 years old so that's probably part of the problem. As you are wandering through them , I don't suppose you/or anyone else on the list could get the web-cam e

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-28 Thread Matti
Tobi, I think this is a very good idea. I remember when I started with Gambas: I looked at the examples, but I didn't want to play games - I wanted to learn how to use a piece of code for this or that purpose. I missed the very basics, sometimes I found something, but sometimes not. It is surely a

Re: [Gambas-user] compiling on Debian

2013-04-28 Thread Tobias Boege
On Sun, 28 Apr 2013, Adrien Prokopowicz wrote: > Le Sun, 28 Apr 2013 17:55:37 +0200, Willy Raets > a ??crit: > > > On Sun, 2013-04-28 at 18:32 +1000, Ian Haywood wrote: > >> BUT > >> the file /usr/lib/gambas3/gb.qt4.gambas does not exist and the > >> existing Debian packaging scripts expect it

[Gambas-user] Restructuring the official Gambas examples

2013-04-28 Thread Tobias Boege
Hi folks, I'm finally going to write my last A level exam tomorrow. Except the oral exam in June, I have ca. 5 months of spare time until matriculation. Among working here and there, I plan to do much work on my Gambas components and stuff and wanted to start by restructuring the Gambas examples n

Re: [Gambas-user] compiling on Debian

2013-04-28 Thread Adrien Prokopowicz
Le Sun, 28 Apr 2013 17:55:37 +0200, Willy Raets a écrit: > On Sun, 2013-04-28 at 18:32 +1000, Ian Haywood wrote: >> BUT >> the file /usr/lib/gambas3/gb.qt4.gambas does not exist and the >> existing Debian packaging scripts expect it (i.e. it used to exist >> back when Gambas was last successful

Re: [Gambas-user] compiling on Debian

2013-04-28 Thread Willy Raets
On Sun, 2013-04-28 at 18:32 +1000, Ian Haywood wrote: > I am currently trying to compile gambas on debian > > it now sees to work better: whether this is due to fixes in gambas or > debian libraries being slightly less ancient and catching up with > gambas requirements, I'm not sure. I presume yo

Re: [Gambas-user] compiling on Debian

2013-04-28 Thread Charlie Reinl
Am Sonntag, den 28.04.2013, 11:12 +0200 schrieb Tobias Boege: > On Sun, 28 Apr 2013, Ian Haywood wrote: > > I am currently trying to compile gambas on debian > > > > it now sees to work better: whether this is due to fixes in gambas or > > debian libraries being slightly less ancient and catching

Re: [Gambas-user] compiling on Debian

2013-04-28 Thread Tobias Boege
On Sun, 28 Apr 2013, Ian Haywood wrote: > I am currently trying to compile gambas on debian > > it now sees to work better: whether this is due to fixes in gambas or > debian libraries being slightly less ancient and catching up with > gambas requirements, I'm not sure. > > BUT > the file /usr/li

Re: [Gambas-user] compiling on Debian

2013-04-28 Thread Charlie Reinl
Am Sonntag, den 28.04.2013, 18:32 +1000 schrieb Ian Haywood: > I am currently trying to compile gambas on debian > > it now sees to work better: whether this is due to fixes in gambas or > debian libraries being slightly less ancient and catching up with > gambas requirements, I'm not sure. > > B

[Gambas-user] compiling on Debian

2013-04-28 Thread Ian Haywood
I am currently trying to compile gambas on debian it now sees to work better: whether this is due to fixes in gambas or debian libraries being slightly less ancient and catching up with gambas requirements, I'm not sure. BUT the file /usr/lib/gambas3/gb.qt4.gambas does not exist and the existing