I inserted the following code in today's project, which is a custom optimizer:
CODE:
Please log in to see this code.
Any ideas why I'm not getting any debug output from this method?
Second question -- The documentation talks about being able to create a separate tab. Is there any way to simply display a message in the status bar, etc.? As indicated in the comment, I'd like to be able to display the performance benefit of this optimizer over an exhaustive optimization.
Finally, at the risk of repeating what I suggested last year, I'm assuming there is nothing I can put in a custom optimizer to prevent the message box from showing when the Optimization is complete. I'd much prefer to generate a sound instead.