powerArray= {"height" => 1, "gradient" => colorBarLow };[/CODE]
Gives me error Too many objects when I run app in emulator. Later I can add dictionary to the array without errors.
powerArray= 1;[/CODE]
Runs app withour problem. Any idea what is the problem?