Re: [Gambas-user] new user

2008-09-02 Thread Stephen Bungay
Yeah there are man pages for things... but the conventional man pages don't apply to GAMBAS and the components. :) Kari Laine wrote: > On Tue, Sep 2, 2008 at 5:02 PM, Stephen Bungay <[EMAIL PROTECTED]> wrote: > >> Kari means go to the online help. >> >> Select the little question mark '?'

Re: [Gambas-user] new user

2008-09-02 Thread Kari Laine
On Tue, Sep 2, 2008 at 5:02 PM, Stephen Bungay <[EMAIL PROTECTED]> wrote: > Kari means go to the online help. > > Select the little question mark '?' to the right of the 'tools' menu > at the top of the GAMBAS IDE. Then select 'Help Browswer' and when it > appears you will see on the left side

Re: [Gambas-user] new user

2008-09-02 Thread Stephen Bungay
Kari means go to the online help. Select the little question mark '?' to the right of the 'tools' menu at the top of the GAMBAS IDE. Then select 'Help Browswer' and when it appears you will see on the left side of the window a list of items entitled 'Gambas components'. Now I usually

Re: [Gambas-user] new user

2008-09-02 Thread Stephen Bungay
Yet another way of doing this is to use public properties. For example, a small form class that pops up a message might look like this; PRIVATE mMessageText AS String PUBLIC PROPERTY MessageText AS String PRIVATE FUNCTION MessageText_Read() AS String RETURN (mMessageText) END PRIVATE S

Re: [Gambas-user] new user

2008-09-02 Thread Doriano Blengino
Kari Laine ha scritto: > On Tue, Sep 2, 2008 at 10:39 AM, Doriano Blengino < > [EMAIL PROTECTED]> wrote: > > >> Look at the manual page about GridView - it contains an example on how >> to set grid "dimensions" (number of row and columns), and fill them by >> code. About to see them... I don't u

Re: [Gambas-user] new user

2008-09-02 Thread Kari Laine
On Tue, Sep 2, 2008 at 10:39 AM, Doriano Blengino < [EMAIL PROTECTED]> wrote: > Look at the manual page about GridView - it contains an example on how > to set grid "dimensions" (number of row and columns), and fill them by > code. About to see them... I don't understand the problem; provided that

Re: [Gambas-user] new user

2008-09-02 Thread Doriano Blengino
Szenográdi Norbert Péter ha scritto: > Hi all. > > Im a new member on gambas-user-list. > > I have some quession: > - How can I send a datas to other form.. > There are two ways. 1 - In the project properties, you can set "Controls of forms are public". Once this is done, you can address/refer

[Gambas-user] new user

2008-09-01 Thread Szenográdi Norbert Péter
Hi all. Im a new member on gambas-user-list. I have some quession: - How can I send a datas to other form.. - How can I see any -manual inserted- data in Tableview and/or Gridview.. Sorry for my newbie quession.. :) Im hope you can answer it :) Sevoir from Hungary ;)