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
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,
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
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
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