REsolving Behavior References

2011-08-06 Thread Pete
Quoting the dictionary: "Behaviors are resolved by LiveCode immediately after loading a stack file" Does that mean there is no opportunity to write a script to point LC to an external library file containing behavior scripts? I have been unsuccessful trying to do that in preOpenStack of the main

Re: REsolving Behavior References

2011-08-08 Thread Bob Sneidar
This may have been my problem with another calendar widget I was trying to use. Originally I put the start using statements into the openStack handler and it worked. When I moved them to the preOpenStack handler, they stopped working. Bob On Aug 6, 2011, at 9:15 PM, Pete wrote: > Quoting the

Re: REsolving Behavior References

2011-08-08 Thread Pete
Maybe. The start using command is for setting up library scripts though, not behaviors. Seems like there's a case for it to do both (as an option) but right now, I do think it will resolve paths to behavior scripts. Pete Molly's Revenge On Mon, Aug 8, 2011 at 8

Re: REsolving Behavior References

2011-08-08 Thread Bob Sneidar
I should have explained my reasoning more thoroughly. It all makes sense inside my head! LOL! CalendarPane uses behaviors. I was thinking that Start Using did not actually open the stack, and therefore the behaviors were not resolving, but I discovered that it was actually a different problem.