Suggestions on debugging an application that runs in IDE but fails when built
Posted: Mon Aug 24, 2020 1:38 pm
Hi,
Sorry for the long subject title.
I have been writing an application that copies and renames image files. I have incorporated some of Scott Rossi's graphic ideas using graphics as buttons, a fancy list that uses the standard list , not a datagrid and a nice progress circle that he built. Otherwise the stack makes extensive use of the URL command to load image data and to copy and rename files.
As I said in the subject line the application works fine in the IDE but the standalone built for MacOS only partially works. No errors are posted but the features that fail are those that attempt to read data or copy files. So I wonder if this could be a problem with file permissions.
Any ideas on how to debug the problem would be welcomed.
The stack may be downloaded from this link https://www.dropbox.com/s/ecodbgamvuvyx ... e.zip?dl=0
Please note the code needs to be refactored and tidied - well thats my excuse!
Thanks for looking
S
Sorry for the long subject title.
I have been writing an application that copies and renames image files. I have incorporated some of Scott Rossi's graphic ideas using graphics as buttons, a fancy list that uses the standard list , not a datagrid and a nice progress circle that he built. Otherwise the stack makes extensive use of the URL command to load image data and to copy and rename files.
As I said in the subject line the application works fine in the IDE but the standalone built for MacOS only partially works. No errors are posted but the features that fail are those that attempt to read data or copy files. So I wonder if this could be a problem with file permissions.
Any ideas on how to debug the problem would be welcomed.
The stack may be downloaded from this link https://www.dropbox.com/s/ecodbgamvuvyx ... e.zip?dl=0
Please note the code needs to be refactored and tidied - well thats my excuse!
Thanks for looking
S