From: Webmaster <web...@fa...> - 2002-12-09 18:40:21
|
Modified, same result, clipping doesn't work at all for me. Regards PS: DynApi 2.5.6, IE 6 SP1, Win XP. Also tested with Mozilla 1.2.1, with same results. ------------------------------------------------------------------------ ------- Juan Carlos Celaya, Webmaster de Factoria Digital. E-mail: web...@fa... www.FactoriaDigital.com / Hosting.Factoriadigital.com Tfnos. : (+34) 977 24 88 89 / 667 821 551 Fax: (+34) 977 22 98 27 ------------------------------------------------------------------------ ------- -----Mensaje original----- De: Joachim Lundgren [mailto:lu...@ho...] Enviado el: lunes, 09 de diciembre de 2002 18:22 Para: Webmaster; Asunto: RE: [Dynapi-Help] New to DynAPI... should i start wih 2.5.6 or 2.9? (errors or missing something - reply) dynlayer.setClip() takes one argument, an array with the four values - not four values passed to setClip(). So your code lp.setClip(10,10,10,10); should be lp.setClip([10,10,10,10]); Notice the square brackets (easy to miss), they are the shorthand notion for creating the array. Haven't looked at the other code, I'm mostly in a lurk-only state now. But let me know if it still won't work. /Lunna |