From: Pascal B. <pa...@dy...> - 2000-10-26 17:09:25
|
What are you thinking of? could give more detail? Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Eytan Heidingsfeld Verzonden: donderdag 26 oktober 2000 18:36 Aan: dyn...@li... Onderwerp: [Dynapi-Help] OOP Hi, I joined a while back and although being quite have played around with DynAPI. At my office we are working on a project which will involve it too. So I can use it for work and play! Something I always wanted to do was create a more OOP usage for somethings in DynAPI. I liked the include idea and others. I guess I just want to know if anyone wants to help. I won't do it alone because I'll just drift away and forget about it. So, are there any takers? 8an _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Eytan H. <ey...@tr...> - 2000-10-26 19:49:25
|
Not only libraries or lists as you call them. Maybe we can improve inheritance and create a TObject (for delphi users). Then we will be OOP and not DLOP(Dynamic Layer Oriented). 8an PS I wasn't insulted by anyone thanx |
From: Pascal B. <pa...@dy...> - 2000-10-27 16:48:15
|
Actually I had a discussion with Dan about this a few weeks ago, a change to the DynAPI structure could also be done for better OOP: DynAPI DLayer - DynLayer (extends dlayer) - Widgets (extends dynlayer - DynFrame (extends dlayer) - DynDocument (extends dynframe) this is ofcourse not an easy thing to do, and that's the main reason it was never done (although "it doesn't add any new functionality" is a better line :) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Eytan Heidingsfeld Verzonden: donderdag 26 oktober 2000 21:49 Aan: dyn...@li... Onderwerp: RE: [Dynapi-Help] OOP Not only libraries or lists as you call them. Maybe we can improve inheritance and create a TObject (for delphi users). Then we will be OOP and not DLOP(Dynamic Layer Oriented). 8an PS I wasn't insulted by anyone thanx _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Eytan H. <ey...@tr...> - 2000-10-26 17:33:51
|
When I created a StringList type I was laughed at. I mean things like: Types - we have to think about that. JS uses variants maybe we should consider including certain types. Also adding object types such as; StringList ImageList PointerList(in JS is equal to ObjectList) other types (the only things I can think of now but more will come to me) Setting ques and more events. I have a headace and can't think of many things I though of yesterday. My ideas aren't complicated but need to be done. 8an |
From: Scott A. L. <sc...@sc...> - 2000-10-26 17:54:39
|
I think I understand. You want to create objects that manage other similar objects? Like a 'library' of strings or images that can be referenced easily? I remember StringList, but I see it was postponed as a patch because (I think) it wasn't clear what it does. Maybe some documentation or samples would help? I don't remember anyone laughing at you, but please accept my apologies if there were :-) Eytan Heidingsfeld wrote: > > When I created a StringList type I was laughed at. I mean things like: > > Types - we have to think about that. JS uses variants maybe we should > consider including certain types. Also adding object types such as; > StringList > ImageList > PointerList(in JS is equal to ObjectList) > other types (the only things I can think of now but more will come to me) > Setting ques and more events. > > I have a headace and can't think of many things I though of yesterday. My > ideas aren't complicated but need to be done. > > 8an > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: <hv...@ya...> - 2000-10-27 08:40:24
|
Thanks Pascal, now it works again... Henrik Våglin ----- Original Message ----- From: "Pascal Bestebroer" <pa...@dy...> To: <dyn...@li...> Sent: Thursday, October 26, 2000 7:12 PM Subject: RE: [Dynapi-Help] OOP > What are you thinking of? could give more detail? > > > Pascal Bestebroer > pa...@dy... > http://www.dynamic-core.net > > > > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Eytan > Heidingsfeld > Verzonden: donderdag 26 oktober 2000 18:36 > Aan: dyn...@li... > Onderwerp: [Dynapi-Help] OOP > > > Hi, > I joined a while back and although being quite have played around with > DynAPI. At my office we are working on a project which will involve it too. > So I can use it for work and play! Something I always wanted to do was > create a more OOP usage for somethings in DynAPI. I liked the include idea > and others. I guess I just want to know if anyone wants to help. I won't do > it alone because I'll just drift away and forget about it. So, are there any > takers? > > 8an > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |