Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
633
Probelm with Expand/Collapse imagesin latest release
posted

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

 

 

Parents
No Data
Reply
  • 633
    Verified Answer
    posted

     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.

    Regards,

    Ahmad

Children