|
From: Javier N. <jav...@ya...> - 2002-02-12 20:23:59
|
> * Array of Objects - images, tables, text, ...; this will be objects > compiled into HTML > * Array of ObjectPositions - matching array that give relative positioning > of objects above; > * Array of Events - responses to events on the layer level (mouse clicks, > mouse over, ...) > * Position - Absolute position of layer on base layer > * Size - height and width of layer > * Background Color - color of layer (may be clear, i think) I don't understand the first and second array, What are you thinking about? What's an image or a table? (I know what are them... but, Why are you considering them as objects "inside" a layer?) And, I don't understand why are you putting an array for object positions, that "objects" you mention don't have an absolute position... I think, we should have an array of child layers and add a HTML_Content property Well, I'm not a great programmer... but I just don't understand that, maybe it is an stupid question... ----- Original Message ----- From: "DeWeese, Jason" <jde...@ba...> To: "DynAPI IDE Developers (E-mail)" <dyn...@li...> Sent: Tuesday, February 12, 2002 8:51 PM Subject: [Dynapyide-developer] Creating a foundation > All - > > To start we need to create an abstract java interface that > encapsulates what a layer contains on the most basic level. > > > Layer - abstract interface representation of a dynAPI layer > ----------- > * Array of Objects - images, tables, text, ...; this will be objects > compiled into HTML > * Array of ObjectPositions - matching array that give relative positioning > of objects above; > * Array of Events - responses to events on the layer level (mouse clicks, > mouse over, ...) > * Position - Absolute position of layer on base layer > * Size - height and width of layer > * Background Color - color of layer (may be clear, i think) > > > These are the properties handled by the dynAPI we are using as our > core. There might be more, but I think these are the bare minimums. If we > come to an agreement early on the basics, we will have a good start. > > Unrelated to the previous here is some code for a basic system file > viewer I created. It is far from finished, it has some resizing issue and > no real funtionality. We could eventually use it as a part of a project > viewer. > > <<JFileTree.java>> <<FileTree.java>> > > > > ---------------------------------------------------------------------------- ---- > > _______________________________________________ > Dynapyide-developer mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapyide-developer _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |