Re: Strange Datagrid Column Problem

2010-11-19 Thread David Bovill
Can you file this as a bug, and add the stack? I think it is related to a reference resolution bug with behaviours that causes a few problems when using send. I'm interested to track this bug down. On Thursday, November 18, 2010, Peter Haworth p...@mollysrevenge.com wrote: That worked! Are you

Re: Strange Datagrid Column Problem

2010-11-19 Thread zryip theSlug
On Fri, Nov 19, 2010 at 12:42 AM, Peter Haworth p...@mollysrevenge.com wrote: Pete, That worked! Odd, should work in the both cases. Are you familiar with the banana slug, native to the Santa Cruz area of California? A few. It is endemic (native) of the area. It loves forest. Its color

Re: Strange Datagrid Column Problem

2010-11-19 Thread zryip theSlug
On Fri, Nov 19, 2010 at 9:54 AM, David Bovill da...@vaudevillecourt.tv wrote: Can you file this as a bug, and add the stack? I think it is related to a reference resolution bug with behaviours that causes a few problems when using send. I'm interested to track this bug down. For columns, me

Re: Strange Datagrid Column Problem

2010-11-19 Thread David Bovill
On 19 November 2010 11:47, zryip theSlug zryip.thes...@gmail.com wrote: On Fri, Nov 19, 2010 at 9:54 AM, David Bovill da...@vaudevillecourt.tv wrote: Can you file this as a bug, and add the stack? I think it is related to a reference resolution bug with behaviours that causes a few

Re: Strange Datagrid Column Problem

2010-11-19 Thread Bob Sneidar
My favorite personal syntax is put 'goodFood' into the large mouth of me Another favorite: get SomeOneElseToCleanUp(afterwards) Bob On Nov 19, 2010, at 4:13 AM, David Bovill wrote: Yes - I've seen this when you refer to me using strange syntax like that. That's not me personally - you're

Strange Datagrid Column Problem

2010-11-18 Thread Peter Haworth
I've customised a datagrid column to contain a checkbox. Right after the customisation, the checkbox shows up in the column just fine. I then added the following line of code in the FillInData handler for the column: set the hilite of button 1 of the long ID of me to handleBoolean(pData)

Re: Strange Datagrid Column Problem

2010-11-18 Thread zryip theSlug
On Thu, Nov 18, 2010 at 11:19 PM, Peter Haworth p...@mollysrevenge.com wrote: I've customised a datagrid column to contain a checkbox.  Right after the customisation, the checkbox shows up in the column just fine.  I then added the following line of code in the FillInData handler for the

Re: Strange Datagrid Column Problem

2010-11-18 Thread Peter Haworth
That worked! Are you familiar with the banana slug, native to the Santa Cruz area of California? Pete Haworth On Nov 18, 2010, at 2:54 PM, zryip theSlug wrote: Pete, Try: set the hilite of btn 1 of me to handleBoolean(pData) ___