From: Mark P. <mar...@hi...> - 2000-11-09 15:22:42
Attachments:
help.zip
|
Hello All, Although I've closely been following and working with the development of DynAPI 2 over the past few weeks, this is my first post to the list. As such, I'd like to take the opportunity to congratulate you on the project and wish you continued success in the future. Well Done. OK, with that out of the way, on to my problem. I have developed a tabset widget, which appears to work great on IE and NS, apart from when it comes to loading an external HTML file (or JSP) onto one or more of the tabs, instead of using the setHTML method on each of the layers. This is only "sort of" working on Netscape 4.73 (it randomly loads some or all of the pages onto the layers), and does not work at all on IE 5.5. Try loading the page a few times in NS. Each time the pages which are loaded are different!! I have attached a zip of the files I have been working with, and hope someone can give me a definitive answer as to how the DynAPI 2 is to handle this situation. I have played with Dan's loadPanel extension, with no success. If anyone has already developed this widget or similar, please let me know. For the record, my OS is Win95. Many Thanks Mark Pratt |
From: Robert R. <rra...@ya...> - 2000-11-10 02:25:57
|
One thing I noticed in your code was the onCreate method. In the latest version of the DynAPI this will no longer work. You will need to use eventlisteners. The LoadPanel extension is not far from working. It currently works ok in IE 5 and NS 4. Hopefully it will be finished soon. \\Robert -- rra...@ya... > Hello All, > > Although I've closely been following and working with the development of DynAPI 2 over the > past few weeks, this is my first post to the list. As such, I'd like to take the > opportunity to congratulate you on the project and wish you continued success in the > future. Well Done. > > OK, with that out of the way, on to my problem. > > I have developed a tabset widget, which appears to work great on IE and NS, apart from > when it comes to loading an external HTML file (or JSP) onto one or more of the tabs, > instead of using the setHTML method on each of the layers. > > This is only "sort of" working on Netscape 4.73 (it randomly loads some or all of the > pages onto the layers), and does not work at all on IE 5.5. > Try loading the page a few times in NS. Each time the pages which are loaded are > different!! > > I have attached a zip of the files I have been working with, and hope someone can give me > a definitive answer as to how the DynAPI 2 is to handle this situation. I have played with > Dan's loadPanel extension, with no success. If anyone has already developed this widget or > similar, please let me know. > > For the record, my OS is Win95. > > Many Thanks > > Mark Pratt |
From: Mark P. <mar...@hi...> - 2000-11-10 09:28:01
|
Thanks for the response. I'm a little confused as to what the latest full release is. I have downloaded the file dynapi20001024-full release, and tryed to apply each release up to and including dynapi-2000.11.07 by simply unziping the files over the old ones, and at the dynapi-2000.11.05 stage, changing directory names etc.. as per the release notes but with no success. Are we due for another "full" release or is there somewhere that the mechanism to apply each new version is documented more clearly. I read in a post a few days ago an idea whereby there is a "stable" version released every so often, and a "development" version released more frequently. Is this idea to be implemented? I also noticed that the onCreate method had been depricated when trying to apply the loadPanel stuff to my "development" version of DynAPI but to no avail, hence my post based on an older release. Mark Robert Rainwater wrote: > One thing I noticed in your code was the onCreate method. In the > latest version of the DynAPI this will no longer work. You will need > to use eventlisteners. > > The LoadPanel extension is not far from working. It currently works > ok in IE 5 and NS 4. Hopefully it will be finished soon. > > \\Robert > -- > rra...@ya... > > > Hello All, > > > > Although I've closely been following and working with the development of DynAPI 2 over the > > past few weeks, this is my first post to the list. As such, I'd like to take the > > opportunity to congratulate you on the project and wish you continued success in the > > future. Well Done. > > > > OK, with that out of the way, on to my problem. > > > > I have developed a tabset widget, which appears to work great on IE and NS, apart from > > when it comes to loading an external HTML file (or JSP) onto one or more of the tabs, > > instead of using the setHTML method on each of the layers. > > > > This is only "sort of" working on Netscape 4.73 (it randomly loads some or all of the > > pages onto the layers), and does not work at all on IE 5.5. > > Try loading the page a few times in NS. Each time the pages which are loaded are > > different!! > > > > I have attached a zip of the files I have been working with, and hope someone can give me > > a definitive answer as to how the DynAPI 2 is to handle this situation. I have played with > > Dan's loadPanel extension, with no success. If anyone has already developed this widget or > > similar, please let me know. > > > > For the record, my OS is Win95. > > > > Many Thanks > > > > Mark Pratt > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |