Hi guys,
Can someone think of a solution how:
- from a custom SKILL form window open XSECTION - axlShell( "section")
- then block the custom SKILL form window from inputs - xsection is blocking command for PCB Editor, however if the SKILL code is not registered through axlCmdRegister(...) it wont be blocked
- detect that xsection is open
- detect that xsecition is closed
What I'm trying to do is - in my custom SKILL form the user can see what is the current xsection thickness, he/she can click on a button that will run xsection and when the xsection window has been closed the value in the custom form is automatically updated. I have an issue with the bold part...
Thanks,
Miro