by TimStone » Tue Mar 15, 2011 2:47 pm
Daniel,
I appreciate the desire for a little sample. The problem is that sometimes problems in one piece of code can occur from a different piece. It may not show up in a "little sample" but in a larger program it does.
Usually the problems occur when a change is made. Something that works fine in 10.10 might not work in 10.11. So, the error started with the code changes made in the 10.11 update. If you review your notes, it might make sense as to why the problem started happening.
With classes, and inheritance, the problem may not be with the specific class we are using, but one from which it inherited. If you change, for example, the control class, it will result in a change in many classes. One of those may then conflict with the change you made. I have seen situations where one class is not changed at all, but starts having problems, because of a change in the root class.
When I receive error reports after a new release, I always start by tracking what changes were made, and I can usually find the error very quickly.
I can't give you samples because I'm not using 11.1. Hopefully others can. However, you may be able to track down the problems just by looking at the description in those threads, and your change log.
Thanks.
Tim