When I open the tree and the tree reaches a special size I want to scroll up and down in the tree.
2 2009-12-24 18:34:38
Topic: make tree scrollable (3 replies, posted in Help)
How can I make my tree scrollable?? Is there a way to do that with Mif-Tree?
3 2009-12-14 23:00:05
Re: test the return of the load -url function (3 replies, posted in Help)
do you know how to get the responseHeader??
this.response.getHeader() doesn't work...
4 2009-12-11 14:22:16
Topic: test the return of the load -url function (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?
6 2009-12-07 15:56:12
Re: problem with IE (8 replies, posted in Help)
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 2009-12-07 13:54:12
Re: problem with IE (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 2009-12-06 18:45:37
Re: problem with IE (8 replies, posted in Help)
so am I the first one with this problem?
9 2009-12-05 20:04:27
Topic: problem with IE (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