From: Jonathan P. <jp...@dc...> - 2006-02-21 23:49:56
|
On 21 Feb 2006, at 18:10, Yvon Thoraval wrote: > @buttons = [@nonVideButtonGauche, @uniqueButtonGauche, > @fusionButtonGauche, @loadButtonGauche, @nonVideButtonDroite, > @uniqueButtonDroite, @fusionButtonDroite, @loadButtonDroite] When do you execute this line? You should do it inside awakeFromNib, since before that method is called the buttons will not be set from Interface Builder. i.e., you must make the array assignment in awakeFromNib |