Use of dgIndex
Michael Doub
mike at doub.com
Mon Nov 7 18:38:22 EST 2011
That that did the trick. I still get confused on these references.
Thanks
Mike
On 2011-11-07, at 6:26 PM, zryip theSlug wrote:
> On Tue, Nov 8, 2011 at 12:12 AM, Michael Doub <mike at doub.com> wrote:
>> Can someone explain to me where you are able to use the dgLine and dgIndex properties? In the script below I am falling into the condition where no value is being returned for dgIndex. Do I have a syntax problem?
>
> Mike,
>
> me not representing the theGrid. Me representing the behavior for a
> cell in a datagrid row.
> So you have to change the line:
>
> put the dgIndex of theGrid into tindex
>
> by:
>
> put the dgIndex of me into tindex
>
>>
>> Thanks
>> Mike
>>
>>
>> on FillInData pDataArray
>>
>> put the dgControl of me into theGrid
>> put the dgIndex of theGrid into tinder
>>
>> end FillInData
>>
>> the complete stack can be found here to see the issue in actual operation:
>>
>> http://doub.com/test/test.livecode
>
>
> Remember that I have uploaded a functional example on y website. You
> are welcome to download it if it could help you in your task:
> http://www.aslugontheroad.com/index.php?option=com_phocadownload&view=category&id=7:data-grid&Itemid=63
>
> The stack is named:
> Experiment 022 - Alphabetic grouping
>
>
>
> Best regards,
> --
> -Zryip TheSlug- wish you the best! 8)
> http://www.aslugontheroad.com
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list