building the GUI of my cappuccino project, adding an NSProgressIndicator into the GUI result in an error "cannot decode object of class (NSProgressIndicator)" while compiling from the XCodeCapp-cocoa. I tried to manually specify a "Custom Class" to CPProgressIndicator but it still do not work. I thus guess that nib2cib is still not support progressIndicators but it sounds strange to me, then:
Is there something wrong with my version ?
Is there a possible way to graphically set the bar (i.e. from the interface builder) and compile this CPProgressIndicator ? (any workaround ?) or do I have to set it myself from code ?