Re: How to create personalized menu in virtuoso layout editor
Thanks Lawrence,
It is working now, the way I expected.
One minor correction in the code you sent is
procedure(My_Custom_Menu(args)
let((win )
win=args->window
not
procedure(My_Custom_Menu(args)
let((win args->window)
I was getting error *Error* let: illegal binding form - (args->window).
anyways, finally it ...