Re: [Gambas-user] Modify a control in another form

2012-09-24 Thread Richard Terry
Fabien Bodard wrote: > 2012/9/23 richard : > >> On 23/09/12 08:44, richard wrote: >> >>> On 23/09/12 08:31, Keith Clark wrote: >>> On 12-09-22 06:23 PM, richard wrote: > On 23/09/12 08:03, Keith Clark wrote: > >> How do I modify settings of a

Re: [Gambas-user] Modify a control in another form

2012-09-24 Thread Fabien Bodard
2012/9/23 richard : > On 23/09/12 08:44, richard wrote: >> On 23/09/12 08:31, Keith Clark wrote: >>> On 12-09-22 06:23 PM, richard wrote: On 23/09/12 08:03, Keith Clark wrote: > How do I modify settings of a control on another form? Let's say that I > want to be able to control the nu

Re: [Gambas-user] Modify a control in another form

2012-09-22 Thread richard
On 23/09/12 08:44, richard wrote: > On 23/09/12 08:31, Keith Clark wrote: >> On 12-09-22 06:23 PM, richard wrote: >>> On 23/09/12 08:03, Keith Clark wrote: How do I modify settings of a control on another form? Let's say that I want to be able to control the number of rows and columns of

Re: [Gambas-user] Modify a control in another form

2012-09-22 Thread richard
On 23/09/12 08:31, Keith Clark wrote: > On 12-09-22 06:23 PM, richard wrote: >> On 23/09/12 08:03, Keith Clark wrote: >>> How do I modify settings of a control on another form? Let's say that I >>> want to be able to control the number of rows and columns of a grid >>> view, gvSampleGrid, on form,

Re: [Gambas-user] Modify a control in another form

2012-09-22 Thread Keith Clark
On 12-09-22 06:23 PM, richard wrote: > On 23/09/12 08:03, Keith Clark wrote: >> How do I modify settings of a control on another form? Let's say that I >> want to be able to control the number of rows and columns of a grid >> view, gvSampleGrid, on form, fGameGrid from form, fGameSetup. >> >> Woul

Re: [Gambas-user] Modify a control in another form

2012-09-22 Thread richard
On 23/09/12 08:03, Keith Clark wrote: > How do I modify settings of a control on another form? Let's say that I > want to be able to control the number of rows and columns of a grid > view, gvSampleGrid, on form, fGameGrid from form, fGameSetup. > > Would it not be fGameGrid.gvSampleGrid.rows.coun

[Gambas-user] Modify a control in another form

2012-09-22 Thread Keith Clark
How do I modify settings of a control on another form? Let's say that I want to be able to control the number of rows and columns of a grid view, gvSampleGrid, on form, fGameGrid from form, fGameSetup. Would it not be fGameGrid.gvSampleGrid.rows.count=10? I am working with the book A beginner'