Re: [Dynapi-Dev] Widget Code

2001-11-26 Thread Doug Melvin
could you show some small code example of what you speak - Original Message - From: "Eytan Heidingsfeld" <[EMAIL PROTECTED]> To: "Dynapi-Dev" <[EMAIL PROTECTED]> Sent: Sunday, November 25, 2001 8:21 AM Subject: [Dynapi-Dev] Widget Code > Two things: &g

[Dynapi-Dev] Widget Code

2001-11-25 Thread Eytan Heidingsfeld
Two things: a. In current widget code there are many times when you use privates (such as this.w) instead of the corresponding get method (this.getWidth()). I know we are looking to save bytes everywhere but if it is a reoccurring line then write var w = this.getWidth() and other wise you should j