I just uploaded a preview release of my Dynacore distribution, this is
mainly interesting for the other developers. I think some of the ideas I
added could be very good implementations for the official version. The most
important change is the making of the DynObject.
you can find it here http://www.dynamic-core.net/dynacore.zip
This object is now the base class of the DynLayer and DynDocument, and it
implements all the child-parent functionality shared by these objects. The
idea is that you could use the DynObject as a base class for management
widgets like FocusManager, ThreadManager, LayoutManager, etc.. These
widgets are not using any visible components, but do need the
add/delete/remove functionality.
The current event code is mainly extending the DynObject, but my goal is to
have it only extend this object and not the DynLayer/DynDocuments.. so that
it is really a seperate object/extension.
Another important addition is the manual part, this contains the full
tutorial, and the developers reference. Somebody should update the reference
for the official DynAPI (unless the dynobject code is also copied into the
official release, this would make it almost 100% correct).
For more info on the changes you can read the "changes" part of the manual.
cya,
Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-dev