Just thinking out loud.  I found that the generated code of:

DynLayer1 = new DynLayer();
DynAPI.document.addChild(DynLayer1);
DynLayer1.setSize(100,10);
DynLayer1.setBgColor("#c0c0c0");
DynLayer1.setX(73);
DynLayer1.setY(53);

Could be dame simpler by being written as:

DynLayer1 = new DynLayer(null,73,53,100,10,"#c0c0c0");
DynAPI.document.addChild(DynLayer1);

Also, any chance of "docking" the property editor?

I have no experience programming in Delphi, so I don't know what
is/isn't easier possible?

Michael Pemberton wrote:
> 
> Looks great.  Any chance of being able to select the type of code
> generated?
> 
> I have becone used to passing all of the layer settings at the point of
> creation so that there aren't too many method calls.
> 
> Eytan Heidingsfeld wrote:
> >
> > I random ally selected a free web host and put up a page for DynPRD at
> > dynprd.netfirms.com. There's nothing really there but the ZIP file. If
> > anyone can volunteer to help with the page it would be great too.
> > 8an
> >
> > _______________________________________________
> > Dynapi-Dev mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-dev
> 
> --
> Michael Pemberton
> [EMAIL PROTECTED]
> ICQ: 12107010
> 
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev

-- 
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to