From: Clemens E. <lin...@we...> - 2004-10-21 12:24:46
|
Hello again, >Firstly let me say thanks to all who have helped to >keep DynAPI alive. My greatest wish is to return to >this project in the near future but time will not >allow for that to happen now. > > Thank you to all people who made this great library reality! It seems that with it the dream of really thin clients can become reality. Lets hope that new browsers can handle much layers in a more efficient way... It would be great if you could return soon! >As for IOElement and opera it seems that the IFrame >object isn't available until after the page is loaded. >I think there should be a trap ofr this inside the >ioelement.js file. You can try call the the ioelement >object after the page loads to see it that works. > > You are right! When placing the call-method inside an button-event it works even with opera. However the creation of the IOElement and the registration of the webservice have to be done at initialisation which alerts() again. However because of it works fine its no problem at all, maybe we should if(dynapi.ua.opera) the alert, otherwise uses maybe disappointed. Just because of interrest, has anybody tried it with safari, because it is based on konqueror which does not work at all. Thanks again a lot, lg Clemens |