|
From: Jonathan P. <jp...@dc...> - 2006-02-22 10:37:53
|
On 22 Feb 2006, at 6:43, Yvon Thoraval wrote:
> Le 22 f=E9vr. 06 =E0 00:49, Jonathan Paisley a =E9crit :
>
>> i.e., you must make the array assignment in awakeFromNib
>
> that's ok now, however when i do ;
>
> @buttons.each { |b| b.setEnabled false}
>
> the appearance of the buttons doesn't change, i've seen an =20
> appearance change only in awakeFromNib (in Interface Buider i did =20
> set all the the buttons to enabled false)
>
> because i want to disable the buttons when a long time action.
I'm afraid I'm not sure what's going on here. More complete code =20
would be helpful to understand how things are put together.
Cheers,
Jonathan
|