On Jul 9, 2009, at 3:50 AM, Bernard Devlin wrote:
But I see that you also mix up "dgColumnIsVisible" and
"dgColumnIsInvisible" in your reply :-) I'm pretty sure I'm going to
be responsible for others getting them mixed up too
Oops, sorry about that. I had c
I feel like an idiot.
But I see that you also mix up "dgColumnIsVisible" and
"dgColumnIsInvisible" in your reply :-) I'm pretty sure I'm going to
be responsible for others getting them mixed up too
As an attempt to back away from my idiocy... The li
r
creating the cols & data by script):
set the dgColumnIsInvisible[6] of pViewLongID to false
Two things:
1) There is no dgColumnIsInvisible property. It is dgColumnIsVisible.
2) Do you have a column named "6" or are you trying to hide column
number six? you need to
work.
If I toggle the visibility of column 6 in the inspector, then I can
see the dgColumnIsVisible message in the message watcher, but not when
I issue the command.
Strangely enough, I put a breakpoint in the setProp handler for the
DataGrid library, but nothing would seem to trigger that (n