Hi!
I have two trees on in a web control that is used in different pages. I have applied app styling to the tree and have set the expand and collapse images.
Everything was working fine in the previous versions. Recently i upgraded to 2008 Vol 2 clr3.5. Now on the same page one tree is showing the expand collapse images correctly where as the other is not( there is an extra "../" in the path).
How do i fix it, i cant find where the images are specified for the tree. Also i dont understand why the two trees are behaving differently.
Regards,
Ahmad
Thanks for reporting Ahmad, I will check out if this is a bug that can be resolved in a hotfix.
There seems to be some change in the way infra resolves paths. Its adding extra "../"s. Anyway i noticed that the ImageDirectory property was empty. SO i changed that and things started working. Note however that when i gave ~/Path it still didnt work. Giving "PAth" worked.
I think this is a bug.
Anyway the issue is resolved for now.