1

(3 replies, posted in Help)

When I open the tree and the tree reaches a special size I want to scroll up and down in the tree.

2

(3 replies, posted in Help)

How can I make my tree scrollable?? Is there a way to do that with Mif-Tree?

3

(3 replies, posted in Help)

do you know how to get the responseHeader??
this.response.getHeader() doesn't work...

4

(3 replies, posted in Help)

Hello to all,

After I've loaded the json from a certain url I want to test what I got back from this url.

 .load({
           
         url: "../certainUrl
                 
           

    })

For example I want to test whether the return is a jsonString or an ordinary html side.

Is it possible to check this?

5

(8 replies, posted in Help)

That's it! Thanks man!

6

(8 replies, posted in Help)

moro wrote:

are you sure that ie don't cache requests? and how you delete tree, where code?

This can be the reason for the problem. I've just noticed that the server is sending always the same json String back! It seems as if the IE caches the request. Thanks for the advice.

Does anybody know how do i prevent the IE from caching requests??

7

(8 replies, posted in Help)

Okay, I will try to explain the problem more clearly.

I've developed a client server application with struts.

The user is able to delete and to add catchwords into the tree. Everytime when this happens a message is sent to the server which sends a new jsonString back to the client. The client deletes the old tree and creates a new tree with the new json string.

With Firefox there is no problem!

The problem appears with the Internet Explorer, everytime when I add or when I delete a catchword. He does not reload the tree. There is still the old tree on the website which has been loaded the first time.

Does anybody has an idea?

8

(8 replies, posted in Help)

so am I the first one with this problem?

9

(8 replies, posted in Help)

Hello to all,

my program i've developed is working well on firefox.

yesterday i suddenly noticed that it is not working with the IE.

This error is appearing in the mif.tree-v1.1.js: 'null' is Null or no object...

Where is the problem? Is Mif Tree not compatible with the IE???

Daniel