Re: [Gambas-user] Really basic basics

2011-05-20 Thread Fabien Bodard
2011/5/20 Rob : > On Friday 20 May 2011 06:08, j h wrote: >> For example a simple program >>  has a window with a Valuebox, a button and a slider.   How do i program >>  it so when i press the button the value of the slider is displayed in >>  the valuebox? If anyone can carefull explain how, not j

Re: [Gambas-user] Really basic basics

2011-05-20 Thread Rob
On Friday 20 May 2011 06:08, j h wrote: > For example a simple program > has a window with a Valuebox, a button and a slider. How do i program > it so when i press the button the value of the slider is displayed in > the valuebox? If anyone can carefull explain how, not just write the > code,

Re: [Gambas-user] Really basic basics

2011-05-20 Thread Juan Ibaceta
Hello Before starting to use gambas or any other object oriented programming language you should start looking for the concepts, what an event is, what is and object what a class is, etc. After understanding these things it will be very easy to program in any OOP. Look for books that teach these

Re: [Gambas-user] Really basic basics

2011-05-20 Thread Fabien Bodard
2011/5/20 j h : > I used to do some programing on spectrum and amiga and now want to write some > simple apps with gambas.My problem is i am tottaly baffled by this new type > of programing.  The documentation and examples do not explain the very basics > well enough for me at all. > For example

[Gambas-user] Really basic basics

2011-05-20 Thread j h
I used to do some programing on spectrum and amiga and now want to write some simple apps with gambas.My problem is i am tottaly baffled by this new type of programing. The documentation and examples do not explain the very basics well enough for me at all. For example a simple program has a wi