THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/09/2008 at 06:25, xxxxxxxx wrote:
Howdy,
Please, I really need an answer on this. :o(
Is there a new restriction in R11 as to when the AutoKey() function can be called in the pipeline?
The way I have it set up now in my tag is: the TagData::Execute() function sets some flags when it detects changes, then a MessageData plugin polls for EVMSG_CHANGE, and sends a custom message to the tag, where it checks for auto key mode on and checks the flags and then calls the AutoKey() function if needed. I've added GePrint() statements to track the flow, and everything prints to the console properly. But, no keys are set. :o(
It was working in R9.6 and R10, but it's not working in R11. Is it because I'm calling the AutoKey() function from the TagData::Message() function? And if so where should the AutoKey() function be called?
Adios,
Cactus Dan