Dynamic creation of Accordion items crash (solved)

2010-05-27 Thread Greg Keogh
It was an intellisense induced error. The second TextBox should have been a
TextBlock. I was applying a style intended for the wrong type, bu tcouldnt
see it for looking. Great error message eh!? --Greg

 


Dynamic creation of Accordion items crash

2010-05-27 Thread Greg Keogh
The following code crashes on the highlighted line with catastrophic failure
0x8000. All I'm doing is looping to create items for an Accordion
control. It's just dying when I assign the (non null) Style to the second
Textbox. Anyone tried this sort of thing before?  - Greg

 

 



  

  





  

  

  

  



 

[cut]

 

accordNavigate.Items.Clear();

string[] titles = new string[] { "Labels", "Cells", "Significance",
"Titles", "Vectors" };

for (int i = 0; i ___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight