On Wed, Aug 8, 2012 at 8:58 PM, Roger L. Whitcomb <[email protected]> wrote: > Okay, I just compiled and tested this simple example and it worked (in so > far as the TreeView was instantiated correctly and my custom skin was > installed). > > Does your custom skin have a no-arg constructor? That's the only reason I > can see that the "InstantiationException" would be thrown.
Yes, the custom skin class is exactly like yours. Even a simple 'new TreeView()' instantiation doesn't work. It throws the same exception. I will try to reproduce the error with a bare minimal tree and post the code here. thanks for your help. > > HTH, > ~Roger
