LISTSTRU Application
Thanks for sharing this, @Tony Jordan?
I took a look at the LISTSTRU application. It seems to work. It gets loaded into the LEGACY tab which might be what you want.
![Liststru In LEGACY tab]()
The very quick fix is to make it have the Show Structure menu item on the tool itself in the Tools window.
![Liststru In Tools Window]()
This can be done by removing a few lines from the existing code and adding a few new lines and then recompiling the source code. Here you can see the changes I have made to the file:
![Liststru]()
I have attached the modified source code and the newly compiled application.
There is a few other things worth considering:
- The working directory: It can be problematic to write to the folder where the fool is located. So it could be a good idea to change that folder to the Windows Temp folder instead.
- Maybe you want the tool to be added to the TABLE tab. That can also be done but require a bit more work right now. Hopefully we can make that even easier with one of the next couple of patches for v17
- The tool should use the new functions/procedures for getting better implemented into the Tools window. These could show an icon for the tool, a description and version and the Aboutbox
I'll try to find time to improve it even further during the next couple of weeks