Re: [Gambas-user] Nesting objects into gridview cells

2009-02-02 Thread Ron_1st
On Monday 02 February 2009, M0E Lnx wrote: > So really, what you're sugesting is create an object at the exact same > coordinates as the disired cell's position, and should also be the > same size as the cell? Yes indeed. > > or am I understanding this wrong? > No not misunderstanding. You cou

Re: [Gambas-user] Nesting objects into gridview cells

2009-02-02 Thread M0E Lnx
So really, what you're sugesting is create an object at the exact same coordinates as the disired cell's position, and should also be the same size as the cell? or am I understanding this wrong? -- This SF.net email is sp

Re: [Gambas-user] Nesting objects into gridview cells

2009-01-30 Thread Ron_1st
On Friday 30 January 2009, M0E Lnx wrote: > Hello guys. > > I'd like to know how if anyone has ever been able to nest objects like > comboboxes, buttons, checkboxes or anything like that into a > gridview's cell. > > I guess what I'm looking for is a way to do what the gambas IDE does > for a for

[Gambas-user] Nesting objects into gridview cells

2009-01-30 Thread M0E Lnx
Hello guys. I'd like to know how if anyone has ever been able to nest objects like comboboxes, buttons, checkboxes or anything like that into a gridview's cell. I guess what I'm looking for is a way to do what the gambas IDE does for a forms or objects properties side panel I'm attaching a picgu