Dan,

I've been thinking about your idea to change the
arguments in DynLayer from (id,x,y,w,h) to
(html,x,y,w,h). This could really break all the
widgets and dynapi extensions that are currently in
use today. But if the change is inevitable I would
like to propose the use of the following approach:

DynLayer(id,x,y,parameters), where parameters
={bgcolor:'#000000',visible:true,bgimage:'myfile.gif'}

Thus we could simple enter parameters without having
to remember the order:

layer=new
DynLayer(null,x,y,{bgimage:'myfile.gif',zindex:1})
layer1=new DynLayer(null,x,y,{bgcolor:'#ffcc00'})
layer2=new DynLayer(null,x,y,{html:'<b>Cool!</>'})


I would also like if the new version will be on
dynapi.sourceforge.net or will it be a separate
project?


Best regards
--
Raymond


__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to