From: Eytan H. <ey...@tr...> - 2001-01-11 20:00:56
|
Sorry for the late response. First of all to answer Dann this has nothing to do with 'fancy stuff'. I have already created the two base elements TObject and TComponent. All TComponent is, is an Object with a property called dynlayer and a lot of methods that are just wrappers for the actual dynlayer. I have also started working on a few simple GUI components when I will finish a few I'll post them. The advantages of this style of development is the amazing ease to create new object type (ex-widgets) and the fact that it doesn't matter how buggy or not buggy the DynLayer code is you just replace that actual code and everything just works! 8an |