OK... what am I missing?
Tereza Snyder
tereza at califex.com
Tue Apr 17 11:35:48 EDT 2012
Because I never assume the default stack to be what I need it to be. I require that any scripts that address objects use "of me" or "of the target" or "of stack…" or "of card...". But I did try removing the "of me" just in case that was throwing execution off somehow. Made no difference. Still the same bug. I also tried:
set the dgData of grp id 100567 to gModinfoA
to no avail.
t
On Apr 17, 2012, at 10:16 AM, Bob Sneidar wrote:
> Why group "Modules" of me? Why not just group "Modules"?
>
> Bob
>
>
> On Apr 16, 2012, at 8:48 PM, Tereza Snyder wrote:
>
>> I am at my wit’s end. Suddenly, my datagrid stopped working in my standalone. At first, I laughed, "Oh ho, I must have neglected to load the revdatagrid library! It’ll be fixed in a jiffy!"
>>
>> But no.
>>
>> "The lockmessages must be true!"
>>
>> no.
>>
>> "The data array must be empty!"
>>
>> no.
>>
>> ...
>>
>> Many, many hours later, it still fails. I have attached my debugging log stack to the standalone and added output statements in every step. I have ascertained—for sure—that IN THE STANDALONE:
>>
>> - the datagrid library is in memory,
>> - the datagrid library behavior button exists,
>> - my datagrid group’s behavior is properly set,
>> - the template stack is in memory,
>> - the data array to be sent to the datagrid is correct,
>> - the lockmessages is false,
>>
>> but when the statement:
>>
>> set the dgData of grp "Modules" of me to gModinfoA
>>
>> is encountered, the 'setprop dgData' in the revdatgrid library IS NOT EXECUTED, and my next statement:
>>
>> dispatch "SortDataByKey" to grp "Modules" of me with "title", "international","ascending", false
>>
>> is UNHANDLED.
>>
>> Does anyone have any insight at all? I’ve exhausted myself over this. It used to work! It works in the IDE! I have a deadline!
>>
>> I need a clue. *sob*
>>
>> t
>>
>>
>>
>>
>> --
>> Tereza Snyder
>> Califex Software, Inc.
>> <www.califexsoftware.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
>
>
> _______________________________________________
> 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