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
> > 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
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
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
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.
>
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 (
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
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
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