by david <davidGriffo@[EMAIL PROTECTED]
>
Jan 24, 2008 at 08:29 PM
On Jan 24, 4:26 am, "RestingSo...@[EMAIL PROTECTED]
" <RestingSo...@[EMAIL PROTECTED]
>
wrote:
> I am trying to select a column of a ListBox in source code to simulate
> a mouseclick on a specific column. the SELECT(?List) command will
> only select the first column so any operations I do only effect that
> column.
>
> I am trying to select a specific column to hide it using the IceTips
> Xplore templates because if I hide the column in any other way the
> templates don't properly recognize it. There is a built in event for
> hide but it hides the last item selected i.e.
> POST(xpEvent:Hide)
> SELECT(?List)
> This hides the first column. I would like to hide columns 5-10 under
> certain conditions.
Just set the columns you want to hide to 0 width.