Re: [Dynapi-Help] setClip

2001-07-19 Thread Richard Bennett
Hi, First, it's quicker like this: or Secondly, if you use setSize() in dynapi, the clipping is set for you. You can do it manually too though, check the 10th example here: http://www.resass.f2s.com/dynapi/php/examples.html Cheers, Richard Bennett [EMAIL PROTECTED] www.richardinfo.com (Every

Re: [Dynapi-Help] setClip

2001-07-18 Thread Michael Pemberton
IE uses "css" ( i use quotes because it is not official css ). The body has a "scroll" property that sets if you want the scroll bars to be visible. Dougal Campbell wrote: > Shouldn't I be able to call setClip() on DynAPI.document? Or for that > matter, shouldn't I be able to let a widget set i

Re: [Dynapi-Help] setClip

2001-07-18 Thread Glen Deas
CTED]> To: "DynAPI-Help" <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 6:01 PM Subject: [Dynapi-Help] setClip > Shouldn't I be able to call setClip() on DynAPI.document? Or for that > matter, shouldn't I be able to let a widget set its own clipping? > >

[Dynapi-Help] setClip

2001-07-18 Thread Dougal Campbell
Shouldn't I be able to call setClip() on DynAPI.document? Or for that matter, shouldn't I be able to let a widget set its own clipping? I made a crosshair widget, but in IE my scrollbars adjust as I move it around. I figured I could fix it by calling this.setClip() in my widget init, but that see

Re: [Dynapi-Help] setClip in NS6

2001-02-12 Thread Krzysztof Kaczmarski
I have defined a widget - window (parent layer) and several child layers inside. Some times I need to minimize a window to an icon. I used to setClip() on parent layer. So far it was working ok hiding all the window. In NS6 it works very funny - setClip() cuts parent layer but child layers are not

Re: [Dynapi-Help] setClip in NS6

2001-02-12 Thread Michael Pemberton
why would you want to effect child layers? Krzysztof Kaczmarski wrote: > Hi, > if you guys are fixing bugs for NS6, keep an eye on setClip(). > It sets clipbox for layer but doesn't touch the child layers of that layer. > Or maybe that's ok ? > > I tried with the latest snapshot. > > Krzysztof >

[Dynapi-Help] setClip in NS6

2001-02-12 Thread Krzysztof Kaczmarski
Hi, if you guys are fixing bugs for NS6, keep an eye on setClip(). It sets clipbox for layer but doesn't touch the child layers of that layer. Or maybe that's ok ? I tried with the latest snapshot. Krzysztof ___ Dynapi-Help mailing list [EMAIL PROT