P
Pratheesh.s
Guest
Hi,
We are developing a checklist automation tool for Virtuoso LE. We need
to prevent user from things like "long routing of poly". I could not
find any trigger functions in skill to call our functions at the time
of leHiCreatePath(). So I have assigned a bind key which calls our fn
and runs leHiCreatePath(). But the issue is leHiCreatePath()
is recursivly calling itself.So control is not moving down
hiSetBindKey("Layout" "<key>p" "polyLenCheckWp()")
procedure(polyLenCheckWp()
lenCountWv=0
leHiCreatePath()
lengthFn()
displayFn()
)
Control is stucked at leHiCreatePath() and not going to lengthFn() &
displayFn().until the user presses escape.(but I cant wait till esc)
Can you please help me...
Regards,
Pratheesh S
AMS-Wipro Technologies
We are developing a checklist automation tool for Virtuoso LE. We need
to prevent user from things like "long routing of poly". I could not
find any trigger functions in skill to call our functions at the time
of leHiCreatePath(). So I have assigned a bind key which calls our fn
and runs leHiCreatePath(). But the issue is leHiCreatePath()
is recursivly calling itself.So control is not moving down
hiSetBindKey("Layout" "<key>p" "polyLenCheckWp()")
procedure(polyLenCheckWp()
lenCountWv=0
leHiCreatePath()
lengthFn()
displayFn()
)
Control is stucked at leHiCreatePath() and not going to lengthFn() &
displayFn().until the user presses escape.(but I cant wait till esc)
Can you please help me...
Regards,
Pratheesh S
AMS-Wipro Technologies