Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Michael Bystrom
Den 03-09-15 00.47, skrev "Kevin" <[EMAIL PROTECTED]>: > Michael wrote: > >> Raymond, >> >> I STRONGLEY suggest that we render the borders inside the layers... >> All the widgets that we create can NOT have a border outside the layer... >> If a layer is "100px in width" then it needs to be a "1

Re: [Dynapi-Dev] Hello List

2003-09-15 Thread Michael Bystrom
Den 03-09-14 18.12, skrev "Leif W" <[EMAIL PROTECTED]>: > - Original Message - > From: "Michael Bystrom" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 12, 2003 5:59 AM > Subject: Re: [Dynapi-Dev] Hello List >> Man o Man you have been busy I hope I didn't make yo

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Raymond Irving
We will support both inner and outer borders in border manager. So which ever way the use wants it then they got it. -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > Den 03-09-15 00.47, skrev "Kevin" > <[EMAIL PROTECTED]>: > > > Michael wrote: > > > >> Raymond, > >> > >> I

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Raymond Irving
--- Kevin <[EMAIL PROTECTED]> wrote: > The setInnerBorder code could be changed now to add > the > Highlighters as correct outer dimensions for NS4 > (would > the new auto size stuff take care of the parents > increased > size?). I would not want to modify the setInnerBorder() function as it shou

[Dynapi-Dev] New FileReader Class

2003-09-15 Thread Raymond Irving
Hello Everyone, With the new dynapi.util.FileReader class it's now easier to read the content of any file on the server with just a few lines of codes: var fl = new FileReader(init); function init(){ var url = 'dynapi.util.filereader.xml'; var str = fl.read(url); alert(str

[Dynapi-Dev] dynapi.util.ioelement-post.html get problem

2003-09-15 Thread Kevin
Hi, Just tested dynapi.util.ioelement-post.html in IE6. No values are returned when using the get option. - Kevin. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Kevin
"Raymond Irving" <[EMAIL PROTECTED]> wrote: > > --- Kevin <[EMAIL PROTECTED]> wrote: > > The setInnerBorder code could be changed now to add > > the > > Highlighters as correct outer dimensions for NS4 > > (would > > the new auto size stuff take care of the parents > > increased > > size?). > > I

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Raymond Irving
--- Kevin <[EMAIL PROTECTED]> wrote: > > I agree. I meant the technique setInnerBorder uses > with Highlighters > can be done in setOuterBorder for NS4 only (will the > new auto size > stuff fix parent layer's increased dimensions??) and > use CSS and > FixBoxModel for all other browsers. When l

[Dynapi-Dev] Recent list activity

2003-09-15 Thread Leif W
Just getting back to the list activity. I was away this weekend, and it figures, there's suddenly all this activity, which is a good thing. :D Then come Monday I'm not feeling too good, hot and dizzy. It's all I can do to stay in the chair (fell off once already). ;-) Trying to catch up on all