Hello Kyle,
Tuesday, May 22, 2001, 11:06:38 PM, mensaje original:
BK> Hi,
BK> First off I must state that I love the DynAPI and the work that you
BK> have all contributed. This is by far the greatest collection of classes yet
BK> to come together to tie cross browser incompatabilities together in one
BK> package. I have been using the DynAPI for about a month now and have done
BK> some amazing things with the classes and widgets you have provided. One of
BK> my favorites being a verison of brick attack(arkanoid). Well now to my
BK> question before I go off on another tangent. I am using a loadpanel and a
BK> scrollpane to display information on a page I am creating. The loadpanel and
BK> scrollpane work fine in IE but in NS4 the scrollpane does not show up. I am
BK> sure the loadpanel is fine cause I tested it thouroughly before adding the
BK> scrollpane. Yet once I add the scollpane the layer disappears in NS4. Here
BK> is a sample of the code any help would be greatly appreciated...
BK> Kyle
BK> /**
BK> * Display the Page Now
BK> */
BK> DynAPI.showPage = function()
BK> {
BK> /** Load the DynLayers */
BK> loadLayers()
BK> /** Load the event listeners */
BK> loadEventListeners()
BK> /** Load the mainLayer which is a LoadPanel */
BK> mainLayer = new LoadPanel()
BK> mainLayer.setURL('home.html')
BK> mainLayer.setWidth(280)
BK> mainLayer.moveTo(30,10)
BK> scrollLayer = new ScrollPane(mainLayer) // list will be set as the
BK> content
BK> scrollLayer.moveTo(company.getX()+company.getWidth()+30,
BK> topLayer.getY()+topLayer.getHeight()+10)
BK> scrollLayer.setSize(305,300)
BK> DynAPI.document.addChild(scrollLayer)
BK> }
I got the same problem. I can�t put two LoadPanels in the same page
with NS 4.73 and it works fine in IE 5.5.
Is there any way to workaround this problem?
Thanks in advance for your help.
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help