Bugs item #482783, was opened at 2001-11-17 03:15
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=482783&group_id=5757

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: chauviere (jrc54)
Assigned to: Nobody/Anonymous (nobody)
Summary: frame.lyrobj is not an object

Initial Comment:
I wrote a window manager a la windowmaker some months
ago and wanted work again on it and test the new
version of dynapi with it (I had problem with scrll bar
and others..)
When I launch the html page, it creates all the
structure from a parmeter file and there is a dynlayer
as background screen.
When I click in this background, a menu must appear and
this was the case with the preceding version (before 2.5).
Now, I get a message error under IE5.5 saying
'frame.lyobj' is not an object.
Under NS6 nothing appears.
The MS js debugger open the
dynapi\src\lib\dynapi\event\dragevent.js file et
position the cursor and reverse video on 'frame.lyrobj'
in the following function at var dynadoc=...

DragEvent.enableDragEvents=function(dlyr,doc) {
   if (!dlyr.isDynLayer) return;
   dlyr.addEventListener(DragEvent.lyrListener);
   var dyndoc=doc||dlyr.frame.lyrobj
   dyndoc.addEventListener(DragEvent.docListener);
   dyndoc.dragEnabled=true;
};

Other question:
what represent dlyr and lyr name (I understood save_xxx
for instance but lyr ? FYI, I'm french)

If requested, I can send all my source files.

http://www.chauviere.org/T/WM/dyn/nightcity.html is a
demo with 2.54 very buggy under NS6
It's better under IE5.5 but also buggy.





----------------------------------------------------------------------

>Comment By: Richard Bennett (richard_bennett)
Date: 2001-11-17 10:53

Message:
Logged In: YES 
user_id=164855

This has been fixed.
Please download the latest snapshot, and try it again:
http://dynapi.sourceforge.net/snapshot/

Nice site BTW.
I think lyr is layer, and dlyr is dynlayer, but I could be 
wrong.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=482783&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to