Re: [Gambas-user] What happened to the wiki?

2015-10-20 Thread Gianluigi
I do not see anything ??? http://gambaswiki.org/wiki 2015-10-20 1:10 GMT+02:00 Moviga Technologies : > > > Oh! OK:) > > > > -- > ___ > Gambas-user mailing

Re: [Gambas-user] What happened to the wiki?

2015-10-20 Thread Charlie Reinl
Am Dienstag, den 20.10.2015, 10:59 +0200 schrieb Gianluigi: > I do not see anything > ??? > > http://gambaswiki.org/wiki > > 2015-10-20 1:10 GMT+02:00 Moviga Technologies : > > > > > > > Oh! OK:) and gambasfarm.org don't answer -- Amicalement Charlie

Re: [Gambas-user] [Gambas Bug Tracker] Bug #823: Strange Eval Behavior in gb.qt4.webkit

2015-10-20 Thread Moviga Technologies
Just a note! You can use single quotes in Javascript, so that you don't have to escape them :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] OpenAL (gb.openal) example code

2015-10-20 Thread Benoît Minisini
Le 20/10/2015 07:40, Kevin Fishburne a écrit : > On 09/15/2015 01:49 AM, Kevin Fishburne wrote: >> >> Currently using Alure.BufferDataFromFile to load sound files into >> OpenAL buffers I'm unable to get the buffer properties using the >> Al.GetBufferi function. I don't know if this is because I'm

Re: [Gambas-user] Super quickie - array equality

2015-10-20 Thread adamn...@gmail.com
On Wed, 21 Oct 2015 11:42:59 +1030 "adamn...@gmail.com" wrote: > If anyone is awake. > > Can I test that an integer array of the form (x,y) is equal to [0,0] simply? > In other words > > Dim MyDimensions as Integer[]=[0,0] > (some user stuff happens) > If

[Gambas-user] Super quickie - array equality

2015-10-20 Thread adamn...@gmail.com
If anyone is awake. Can I test that an integer array of the form (x,y) is equal to [0,0] simply? In other words Dim MyDimensions as Integer[]=[0,0] (some user stuff happens) If MyDimensions=[0,0} then ... tia bruce -- B Bruen

Re: [Gambas-user] OpenAL (gb.openal) example code

2015-10-20 Thread Kevin Fishburne
On 10/20/2015 05:45 PM, Benoît Minisini wrote: > Le 20/10/2015 07:40, Kevin Fishburne a écrit : >> On 09/15/2015 01:49 AM, Kevin Fishburne wrote: >>> Currently using Alure.BufferDataFromFile to load sound files into >>> OpenAL buffers I'm unable to get the buffer properties using the >>>