On Apr 29, 2009, at 1:02 PM, [email protected] wrote:

Hi Trevor,

On Apr 29, 2009, at 12:39 PM, [email protected] wrote:

But my other observation is also correct, this only happens after I set the custom behavior AND the stack
with the grid is a substack, honestly :-)
All is fine if that stack is a mainstack, makes no sense, but that's the way it is.
Can you email me the script of your custom behavior? I will look at that first and if the answer isn't obvious then we can try and figure out the substack issue.

It was in my last mail:
on FillInData pData
set the text of me to win2mac(urldecode(pData))
end fillInData
Nothing extraordinary I think, and it works as exspected.
I thought this was just an extract from the script.

Yes, but you asked for "the script of your custom behavior" and this is it :-)
I only need this handler in my custom behavior!''

You want to define the dgDataControl in your behavior if you want line selections to work. A data grid queries controls for the dgDataControl property. I'm not sure it will fix the problem you are experiencing but it may. You should try adding this to your behavior:

getprop dgDataControl
    return the long id of me
end dgDataControl

Regards,

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com    -    www.screensteps.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to