[Dynapi-Dev] Getting into it, on a " lower " plane...

2001-01-11 Thread Raymond Smith
Ok, picking up on 'Ilmestro' here. Just working on a slightly lower intellectual plane. I got the loadpanels (via labels) working inside of pushpanels, kinda . Unfortunately... , Pushpanel isn't smart enough to resize itself after content 'insertion'. I tried setContent from viewport but that

Re: [Dynapi-Dev] Getting into it

2001-01-11 Thread Jordi 'IlMaestro' Ministral
> > only the mousemove event was being fired by IE 5.5. > > > > -- > > // Robert Rainwater > > > > On 1/10/2001, 11:50:25 AM EST, Jordi wrote about "[Dynapi-Dev] Getting into it": > > > > > I have found the problem with IE's events. This doesn

Re: [Dynapi-Dev] Getting into it

2001-01-10 Thread Jordi 'IlMaestro' Ministral
roblem? From my testing, it seemed that > only the mousemove event was being fired by IE 5.5. > > -- > // Robert Rainwater > > On 1/10/2001, 11:50:25 AM EST, Jordi wrote about "[Dynapi-Dev] Getting into it": > > > I have found the problem with IE's

Re[2]: [Dynapi-Dev] Getting into it

2001-01-10 Thread Robert Rainwater
Where have you found the problem? From my testing, it seemed that only the mousemove event was being fired by IE 5.5. -- // Robert Rainwater On 1/10/2001, 11:50:25 AM EST, Jordi wrote about "[Dynapi-Dev] Getting into it": > I have found the problem with IE's events. This d

Re: [Dynapi-Dev] Getting into it

2001-01-10 Thread Jordi 'IlMaestro' Ministral
I have found the problem with IE's events. This doesn't mean I know how to solve it but spotting the enemy is the first step in any battle. Jordi 'IlMaestro' Ministral wrote: > Please whoever wrote the DynLayer.EventMethod currently in CVS contact me. I'd like > to discuss a couple of things. >

Re: [Dynapi-Dev] Getting into it

2001-01-10 Thread Jordi 'IlMaestro' Ministral
Please whoever wrote the DynLayer.EventMethod currently in CVS contact me. I'd like to discuss a couple of things. Cya Jordi 'IlMaestro' Ministral wrote: > Ok, I've eaten and procesed all the new code in the API. I'm starting this new > thread where I will reply myself and share my progress (

Re: [Dynapi-Dev] Getting into it [ prologue ]

2001-01-10 Thread Jordi 'IlMaestro' Ministral
DynLayer.EventMethod: if (is.ie) { var e=dyndoc.elm.event; e.cancelBubble=true; if (e.type=="click" && DynAPI.wasDragging) { // e.cancelBubble=true; this is already done two lines before DynAPI.wasDragging=false; return true; } if (e.type!="mouseout" && e.type!="mouseove

RE: [Dynapi-Dev] Getting into it [ prologue ]

2001-01-10 Thread Pascal
sorry to interrupt you here :) > F) Events in child layers in IE5 seem to get lost in the way > and never reach the > API. I still don't know under which circunstances a IE child > layer decides that > I am an evil person and therefore my code must not be > executed and if possible a > lightning

[Dynapi-Dev] Getting into it [ prologue ]

2001-01-10 Thread Jordi 'IlMaestro' Ministral
Ok, I've eaten and procesed all the new code in the API. I'm starting this new thread where I will reply myself and share my progress ( if any ). Good news is that my SMI (see my website for details) is finally finished, but I want to make sure it works with this precreation code ( which will hope