Re: [Gambas-user] ColumnView.Editable=True

2015-06-11 Thread Charlie Reinl
Am Donnerstag, den 11.06.2015, 23:26 +0200 schrieb Benoît Minisini: > Le 11/06/2015 22:07, Charlie Reinl a écrit : > > Am Mittwoch, den 10.06.2015, 23:44 +0200 schrieb Benoît Minisini: > >> Le 10/06/2015 22:59, Karl Reinl a écrit : > >>> Salut Benoît, > >>> > >>> if ColumnView.Editable=True means t

Re: [Gambas-user] Bug in Highlight in Gambas 3.7.1

2015-06-11 Thread willy
On 2015-06-11 23:19, Benoît Minisini wrote: >> >> Hi, >> >> Gambas 3.7.1 IDE highlights just fine. >> >> I have done some investigation and this is what I discovered. >> >> 1. When application installed on a system with Gambas 3.7.1 IDE >> installed all highlighting works. >> 2. When applicatio

Re: [Gambas-user] Possible bug in GridView

2015-06-11 Thread Gianluigi
Thanks Gianluigi 2015-06-11 23:24 GMT+02:00 Benoît Minisini : > Le 11/06/2015 22:21, Gianluigi a écrit : > > Have you tried to comment out this? > > ' GridView1[0, 0].Alignment = Align.Right > > ' GridView1[0, 1].Alignment = Align.Right > > ' GridView1[0, 2].Alignment = Align.Right > > See still

Re: [Gambas-user] ColumnView.Editable=True

2015-06-11 Thread Benoît Minisini
Le 11/06/2015 22:07, Charlie Reinl a écrit : > Am Mittwoch, den 10.06.2015, 23:44 +0200 schrieb Benoît Minisini: >> Le 10/06/2015 22:59, Karl Reinl a écrit : >>> Salut Benoît, >>> >>> if ColumnView.Editable=True means that one can edit/rename the item, >>> then it does not work any more. >>> >> >>

Re: [Gambas-user] Possible bug in GridView

2015-06-11 Thread Benoît Minisini
Le 11/06/2015 22:21, Gianluigi a écrit : > Have you tried to comment out this? > ' GridView1[0, 0].Alignment = Align.Right > ' GridView1[0, 1].Alignment = Align.Right > ' GridView1[0, 2].Alignment = Align.Right > See still icons? I not only one with Height = 52 and none with Height = > GridView1.He

Re: [Gambas-user] Bug in Highlight in Gambas 3.7.1

2015-06-11 Thread Benoît Minisini
> > Hi, > > Gambas 3.7.1 IDE highlights just fine. > > I have done some investigation and this is what I discovered. > > 1. When application installed on a system with Gambas 3.7.1 IDE > installed all highlighting works. > 2. When application installed on a virgin system (so no Gambas installed > o

Re: [Gambas-user] Bug in Highlight in Gambas 3.7.1

2015-06-11 Thread willy
On 2015-06-11 03:19, Benoît Minisini wrote: > Le 11/06/2015 02:40, wi...@develop.earthshipeurope.org a écrit : >> Hi All, >> >> I recently discovered that highlight fdoesn't on Gambas 3.7.1 as it >> did >> in previous versions. >> I have a textEditor application (gbEdit) that uses a Editor (from

Re: [Gambas-user] Possible bug in GridView

2015-06-11 Thread Gianluigi
Have you tried to comment out this? ' GridView1[0, 0].Alignment = Align.Right ' GridView1[0, 1].Alignment = Align.Right ' GridView1[0, 2].Alignment = Align.Right See still icons? I not only one with Height = 52 and none with Height = GridView1.Height Regards Gianluigi 2015-06-11 21:58 GMT+02:00 B

Re: [Gambas-user] ColumnView.Editable=True

2015-06-11 Thread Charlie Reinl
Am Mittwoch, den 10.06.2015, 23:44 +0200 schrieb Benoît Minisini: > Le 10/06/2015 22:59, Karl Reinl a écrit : > > Salut Benoît, > > > > if ColumnView.Editable=True means that one can edit/rename the item, > > then it does not work any more. > > > > It actually means that the newly created items ar

Re: [Gambas-user] Possible bug in GridView

2015-06-11 Thread Benoît Minisini
Le 11/06/2015 21:42, Gianluigi a écrit : > To see the possible bug comment and uncomment the attached test. > > Regards > > Gianluigi > What bug are you talking about??? -- Benoît Minisini -- ___

[Gambas-user] Possible bug in GridView

2015-06-11 Thread Gianluigi
To see the possible bug comment and uncomment the attached test. Regards Gianluigi Test-GridView-0.0.1.tar.gz Description: GNU Zip compressed data -- ___ Gambas-user mailing l

Re: [Gambas-user] Interview about Gambas (Sylph thread)

2015-06-11 Thread Fabien Bodard
Hum i think it will be better to think about a global scene manager like with blitz3d. Gambas must delegate all the general game process to a lib and concentrate on the game story. 2015-06-11 12:42 GMT+02:00 Kevin Fishburne : > On 06/11/2015 06:01 AM, Girard Henri wrote: >> Kevin, you aren't en

Re: [Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Julio Sanchez
Charlie: Ok, corrected Regards, Julio 2015-06-11 12:30 GMT+02:00 Charlie Reinl : > Am Donnerstag, den 11.06.2015, 12:08 +0200 schrieb Julio Sanchez: > > Ok, > > It seems that already works if I put the wiki folder is created (and > > executable) in the cgi-bin folder > > > > https://node-jsbsa

Re: [Gambas-user] Interview about Gambas (Sylph thread)

2015-06-11 Thread Kevin Fishburne
On 06/11/2015 06:01 AM, Girard Henri wrote: > Kevin, you aren't english ? > By the way may you send me the code source of your program ? > Excellent interview > Henri I'm in North America/U.S./Georgia/Stone Mountain and know English but very little Spanish or French. I haven't decided who I'll h

Re: [Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Charlie Reinl
Am Donnerstag, den 11.06.2015, 12:08 +0200 schrieb Julio Sanchez: > Ok, > It seems that already works if I put the wiki folder is created (and > executable) in the cgi-bin folder > > https://node-jsbsan.c9.io/cgi-bin/wiki.gambas > > Regards > > Julio > > 2015-06-11 11:50 GMT+02:00 Julio Sanchez

Re: [Gambas-user] Interview about Gambas

2015-06-11 Thread Jesus
El 11/6/15 a las 11:45, Jorge Carrión escribió: > ...And comb your hair, for god sake! > :D:D:D > LOL, good one, Jorge! Good luck in the interview, Benoît. Gambas deserves it. Regards -- Jesus Guardon -- __

Re: [Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Julio Sanchez
Ok, It seems that already works if I put the wiki folder is created (and executable) in the cgi-bin folder https://node-jsbsan.c9.io/cgi-bin/wiki.gambas Regards Julio 2015-06-11 11:50 GMT+02:00 Julio Sanchez : > Fabien: > > But what would be the url of the website ? > > Regards > > Julio > > 2

Re: [Gambas-user] Interview about Gambas

2015-06-11 Thread Girard Henri
Kevin, you aren't english ? By the way may you send me the code source of your program ? Excellent interview Henri Le 11/06/2015 11:45, Jorge Carrión a écrit : > ...And comb your hair, for god sake! > :D:D:D > > 2015-06-11 11:26 GMT+02:00 Kevin Fishburne > : > >> On 06/10/2015 05:24 PM, Benoît Mi

Re: [Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Julio Sanchez
Fabien: But what would be the url of the website ? Regards Julio 2015-06-11 11:21 GMT+02:00 Fabien Bodard : > just run it ... it will launch an internal server > > 2015-06-11 11:03 GMT+02:00 Julio Sanchez : > > Hello!! > > > > I would like to give me the steps to run the sample web page made w

Re: [Gambas-user] Interview about Gambas

2015-06-11 Thread Jorge Carrión
...And comb your hair, for god sake! :D:D:D 2015-06-11 11:26 GMT+02:00 Kevin Fishburne : > On 06/10/2015 05:24 PM, Benoît Minisini wrote: > > I will be interviewed in September on twit.tv during 45 minutes to talk > > about Gambas (http://gambas.sourceforge.net). twit.tv is a famous > > Internet

Re: [Gambas-user] Interview about Gambas

2015-06-11 Thread Kevin Fishburne
On 06/10/2015 05:24 PM, Benoît Minisini wrote: > I will be interviewed in September on twit.tv during 45 minutes to talk > about Gambas (http://gambas.sourceforge.net). twit.tv is a famous > Internet Californian TV specialized in technology, that has a show > dedicated to free softwares: "FLOSS WEE

Re: [Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Fabien Bodard
just run it ... it will launch an internal server 2015-06-11 11:03 GMT+02:00 Julio Sanchez : > Hello!! > > I would like to give me the steps to run the sample web page made with > gambas3 > > note: > I have a server that can run cgi-bin > > Regards > > Julio > -

[Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Julio Sanchez
Hello!! I would like to give me the steps to run the sample web page made with gambas3 note: I have a server that can run cgi-bin Regards Julio -- ___ Gambas-user mailing list