Ultra Light Client Guide and Reference

Why do I get a Debugger window when saving the public interface of an object?

When defining event names for UlcCompositeView or UlcAppBldrView subclasses, the names are converted from symbols to atoms. If an atom contains a colon, the compiler expects it to be a selector, which the atom is not. To avoid this problem, do not use colons in event names.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]