Page 1 of 1

invisble

Posted: Fri May 23, 2014 3:34 pm
by fko
Hi,

Is it possible to set invisible my DataGrid ( in this case "DataGrid1") during the execution?

I found how to hide columns but not how to hide all the object.( i was looking for one instruction like this: set visible the DataGrid (the group) "DataGrid1" to false )...But i didn't manage...:-(

I have one place in my interface that in the beginning is showing one DataGrid, but depending of the button you press, it should hide this DataGrid and show some fields and button...

Thanks in advance!!! :-)
fko

Re: invisble

Posted: Fri May 23, 2014 5:21 pm
by Simon
Hi fko,
I just tested;

Code: Select all

 set the vis of grp "DataGrid 1" to false
And it disappeared.

Simon

Re: invisble

Posted: Fri May 23, 2014 5:34 pm
by fko
Hi simon,

Thanks a lot...I will try it now!!! :-)

Regards,
fko

Re: invisble

Posted: Sun May 25, 2014 12:23 pm
by Klaus
Hi fko,

1. this definitively not a "DataGrid Helper" Problem, so I will move this thread to teh beginners section.

2.
fko wrote:set visible the DataGrid (the group) "DataGrid1" to false
:shock:

You really should work through these stacks to get the basics of Livecode!
http://www.hyperactivesw.com/revscriptc ... ences.html


Best

Klaus