September 2003

How to change dynamically the format of a column in a table view ?

I want the formatter of a column view to change according to the column view size…
More...

Sample code for writing/updating multi-valued properties to the address book?

I can't find examples of code showing how to manipulate these AB properties…
More...

My Java tool doesn't work anymore when used with the Java bridge…

I have an utility that's working correctly when used from the command line, I have included it in my Cocoa application and I call it from the Java bridge but it hangs !
More...

How do I make PB stop when an exception is thrown?

Ever had to find out who is throwing the exception that causes your app to fail, and what it is? Here's how you can set a breakpoint that's triggered whenever an exception is thrown.
More...