Just a simple question,
I've noticed that the tutorials by Pascal use this format:
function widget(id,x,y,w,h) {
this.superClass=DynLayer
this.superClass(id,x,y,w,h)
yet all the 'core' widgets use this.DynLayer. What is the difference between
the 2? is there a consequence of using one over the other?
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
- Re: [Dynapi-Help] correct format of widgets Colin Thompson
- Re: [Dynapi-Help] correct format of widgets Jordi Ministral
- RE: [Dynapi-Help] correct format of widgets Digital Strider
- RE: [Dynapi-Help] correct format of widgets Digital Strider
- RE: [Dynapi-Help] correct format of widgets Digital Strider
- Re: [Dynapi-Help] correct format of widgets Michael Pemberton
