From: Webmaster <web...@fa...> - 2002-12-09 11:08:43
|
**** Using DynAPI 2.5.6 **** I use getContentHeight() and getContentWidth()... Nothing happens, i'm using getURL to determine the content in layer, should i use setContent() for these two properties (getContentHeight, getContentWidth) to work? Btw, one of the examples (dynapi.gui.scrollpane.html) doesn't work at all in IE 6 SP1 on Win XP (javascript error, 'scrollobj' is an undefined object) and the other example, dynapi.gui.pushpanel.html, crashes (or kind of, layers get grey and don't change) if you push a few times the labels (i.e. label 1, then 3, then 2... Greyed) And about clipping property... Well, i don't see it with the code i'm using: <script language=3D"Javascript" src=3D"src/dynapi.js"></script> <script language=3D"Javascript"> DynAPI.setLibraryPath('src/lib/'); DynAPI.include('dynapi.api.*'); DynAPI.include('dynapi.event.*') DynAPI.include('dynapi.gui.loadpanel.js'); </script> <script language=3D"Javascript"> DynAPI.onLoad=3Dfunction() { lp =3D new LoadPanel(); lp.setHTML("nada por aqui..."); =09 lp.setSize(480,280); lp.moveTo(175,260);=09 lp.setZIndex(4); lp.setClip(10,10,10,10); lp.getContentWidth(); lp.getContentHeight(); =09 counter =3D 0; var el =3D new EventListener(); el.onload =3D function(e) { status =3D 'got load event '+ counter++; } =09 lp.addEventListener(el); =09 DynAPI.document.addChild(lp); } //--> </script> PS: Now there is only one LP because when using two it gave error(as replied in previous mail), even with your code. ------------------------------------------------------------------------ ------- Juan Carlos Celaya, Webmaster de Factoria Digital. E-mail: web...@fa... www.FactoriaDigital.com / Hosting.Factoriadigital.com=20 Tfnos. : (+34) 977 24 88 89 / 667 821 551 Fax: (+34) 977 22 98 27 ------------------------------------------------------------------------ ------- -----Mensaje original----- De: dyn...@li... [mailto:dyn...@li...] En nombre de Raymond Irving Enviado el: mi=E9rcoles, 04 de diciembre de 2002 15:18 Para: dyn...@li... Asunto: RE: [Dynapi-Help] New to DynAPI... should i start wih 2.5.6 or 2.9? --- Webmaster <web...@fa...> wrote: > Hi, just tested 2.5.6 load layer function, seems > nice, but how do i > determine if the layer is scrollable if the content "overflows" the > layer size?=20 Try getContentHeight() and getContentWidth() =20 > And also what does exactly the clipping function in > dynapi? Same as in > normal DHTML (determine viewable size of an object) > or there is another > application i haven't thought of? It's the same as the one used in DHTML =20 PS. Please remember to use "Reply to All" when replying making a reply -- Raymond Irving __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET=20 comprehensive development tool, built to increase your=20 productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |