Re: [Gambas-user] Workspace and object .Visible property

2009-12-10 Thread BenoƮt Minisini
> Someone will correct me if I'm wrong. > > Technically, the component itself is still visible. You just can't see > it because the tab to which it belongs is hidden. > > If you need to know its visibility in that scenario, I guess you will > have to check to see if its tab is the currently selec

Re: [Gambas-user] Workspace and object .Visible property

2009-12-10 Thread D. L. Fox
Someone will correct me if I'm wrong. Technically, the component itself is still visible. You just can't see it because the tab to which it belongs is hidden. If you need to know its visibility in that scenario, I guess you will have to check to see if its tab is the currently selected tab. Ro

[Gambas-user] Workspace and object .Visible property

2009-12-10 Thread Ron
If you have an object on a tab of a workspace (for example a tableview object), and this tab is not selected (ie hidden behind the currently selected one), The tableviews .Visible property returns TRUE, why? Gambas 2.18.0 gb.qt Regards, Ron_2nd. --