Ok, I tried these out and the window manager is pretty cool. Good for
controlling a list of windows, for a forum, or something.
The downside is that you seem to have to give the window manager full
control over the windows, if you try to do something manually to a window,
like adding draggability, it isn't controlled by the window manager anymore.
Do you have to build all the needed functions into the manager, or am I
doing something wrong?
The simpleevent is easy, and, ironically, closely resembles what Pascal was
doing in his skinbutton widgets. This approach was later dropped in favor of
event listeners, but it's true they add less complicated code to your page,
although if you have a lot of layers with a click event, it would be more
economical to use one event listener for all of them.
Nice stuff anyway.
Richard.
----- Original Message -----
From: "Eytan Heidingsfeld" <[EMAIL PROTECTED]>
To: "Dynapi-Dev" <[EMAIL PROTECTED]>
Sent: Monday, February 26, 2001 8:42 PM
Subject: [Dynapi-Dev] My Latest
> Well first of all since the DynAPI development (mainly pascal) started
> working more in my way and I agreed on some matter with pascal there is no
> need for Canvas.
> On the other hand I do like my way of handling events so I created a file
> called simpleevents.js that lets you use the regular DynAPI event
structure
> or mine or both.
> Included is a simple example.
> Also I started working on a Windows Manager. this Windows Manager will be
> the logic and not the GUI. Hence it has a property of an object called gui
> which you can set. It then calls this object on certain events (minimize
as
> such). Currently working with DynLayers as windows(I'm planning on putting
> some type of window together). Included is also windowmanager.js and also
an
> example.
> 8an
>
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev