Ultra Light Client Guide and Reference

Why do I get a debugger 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 internally. If an atom contains a colon, the compiler expects it to be a selector, which the atom is not. The result is a debugger. Therefore, do not use colons in Public Interface Event names.


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