Re: [Gambas-user] About help and arrays and variables

2010-11-18 Thread Demosthenes Koptsis
Benoît, i am thinking seriously to undertake the work of Greek translation of wiki (gambas help). I ll tell for that in the future. But for now i will stay to writing the book. i prefer the changes to be made by someone else with more experience, like you and i follow the translation cause some

Re: [Gambas-user] About array Initialization

2010-11-18 Thread Fabien Bodard
2010/11/19 Demosthenes Koptsis : > ok, > another question... > > the only way to init a static array aNumbers[10] is > > aNumbers[0]=1 > aNumbers[1]=2 > aNumbers[2]=12 > aNumbers[3]=13 > yes a static array is not an object ... that's why it's a little bit deprecated :) anther way : dim htm

Re: [Gambas-user] About array Initialization

2010-11-18 Thread Demosthenes Koptsis
ok, another question... the only way to init a static array aNumbers[10] is aNumbers[0]=1 aNumbers[1]=2 aNumbers[2]=12 aNumbers[3]=13 On Fri, 2010-11-19 at 01:36 +0100, Benoît Minisini wrote: > > Good morning to all! > > > > we can do an array initialization such as > > > > DIM aNumbe

Re: [Gambas-user] Problems with make

2010-11-18 Thread Matti
Yes! Am 19.11.2010 01:33, schrieb Benoît Minisini: >> Suddenly, I have strange things in make, and Gambas won't install anymore. >> >> Gambas3 rev 3300 >> OpenSuse 11.2 >> KDE 4.35 >> > > Is it better with revision #3301? > ---

Re: [Gambas-user] WAIT command questions.

2010-11-18 Thread Benoît Minisini
> On Wed, 2010-11-17 at 00:03 +0100, Benoît Minisini wrote: > > > In manual for WAIT, it is said that > > > > > > If Delay is not specified, the functions processes every events and > > > returns immediately. In this case, keyboard and mouse events are > > > ignored. > > > > > > i dont understand

Re: [Gambas-user] About help and arrays and variables

2010-11-18 Thread Benoît Minisini
> Can someone explain embedded arrays further? > > i understand nothing. > > i know what a normal array is and that it can be static or dynamic. > > But "embedded arrays are just a way to access a part of a Gambas object" > > for example i have a TextBox1 how can i use an embedded array on it?

Re: [Gambas-user] About help and arrays and variables

2010-11-18 Thread Benoît Minisini
> Hi again, > > i am writing my book and now i am in the section about arrays. > > i see that in help wiki the pages about arrays are mixed up with > variables subject. > > This is not well readable and understood. > > I feel that the arrays try to be described in a general way like > variables

Re: [Gambas-user] About array Initialization

2010-11-18 Thread Benoît Minisini
> Good morning to all! > > we can do an array initialization such as > > DIM aNumbers AS Integer[] = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] > > but not > DIM aNumbers AS Integer[10] = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] > > > why is that? No real reason, except that the second syntax is useless: you

Re: [Gambas-user] Problems with make

2010-11-18 Thread Benoît Minisini
> Suddenly, I have strange things in make, and Gambas won't install anymore. > > Gambas3 rev 3300 > OpenSuse 11.2 > KDE 4.35 > Is it better with revision #3301? -- Benoît Minisini -- Beautiful is writing same markup.

[Gambas-user] Problems with make

2010-11-18 Thread Matti
Suddenly, I have strange things in make, and Gambas won't install anymore. Gambas3 rev 3300 OpenSuse 11.2 KDE 4.35 The errors start here: Making all in webkit make[5]: Entering directory `/Platte2/Downloads/gambas3/3300/trunk/gb.qt4/src/webkit' /bin/sh ../../libtool --tag=CXX --mode=compile g++

Re: [Gambas-user] gambas install in a Madriva 2010.0

2010-11-18 Thread Demosthenes Koptsis
although, there is no lib2-devel package! But urpmi did not complaint ... i think it ignored it. On Thu, 2010-11-18 at 18:15 +0100, Benoît Minisini wrote: > > i get a > > No package named libimlib2-devel > > > > when i try to install packages with urpmi > > If you have a libimlib2 package, you

Re: [Gambas-user] gambas install in a Madriva 2010.0

2010-11-18 Thread Demosthenes Koptsis
On Thu, 2010-11-18 at 18:15 +0100, Benoît Minisini wrote: > > i get a > > No package named libimlib2-devel > > > > when i try to install packages with urpmi > > If you have a libimlib2 package, you must have a libimlib2-devel package. Or > maybe the problem is that you don't have a libimlib2 pac

Re: [Gambas-user] gambas install in a Madriva 2010.0

2010-11-18 Thread Benoît Minisini
> i get a > No package named libimlib2-devel > > when i try to install packages with urpmi If you have a libimlib2 package, you must have a libimlib2-devel package. Or maybe the problem is that you don't have a libimlib2 package? -- Benoît Minisini

[Gambas-user] gambas install in a Madriva 2010.0

2010-11-18 Thread Demosthenes Koptsis
i get a No package named libimlib2-devel when i try to install packages with urpmi -- Regards, Demosthenes Koptsis. -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1