Re: [Dynapi-Dev] Theme Manager

2001-11-26 Thread Dan Steinman
That's is essentially what I'm doing for my widgets. But note, for 2.6 I'm re-assuming ownership of the widgets I write - no one seems to really want to maintain other peoples widgets anyway. I've rewrote them and will be selling them (for commercial use, free for non-commercial use) separate

Re: [Dynapi-Dev] Theme Manager

2001-11-26 Thread Doug Melvin
tyhere has been much work/discussion on this topic. There are even some standards.. could someone point to such a doc? anyone? :-) - Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: "DynAPI-Dev" <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 4:47 PM Subject: [Dynapi-

[Dynapi-Dev] Theme Manager

2001-11-26 Thread Raymond Irving
Hello, Does any one know if DynAPI 2.6.0 will have a theme manager? I was just thuinking that a theme manager could be used to change to theme of a collection of widgets. example: let's say the all buttons created from the button widget was assigned to a theme group call buttonTheme. By call

Re: [Dynapi-Dev] refresh my memory

2001-11-26 Thread Doug Melvin
and would this be fastest?   function myObject(intX,intY,intWidth,intHeight){  this.DynLayer = DynLayer; this.DynLayer("myObject"+(myObject.Count++),intX||0,intY||0,intWidth||100,intHeight||100);/* .. more code wich relies on the object having defined width and height..*/ } - Original

[Dynapi-Dev] refresh my memory

2001-11-26 Thread Doug Melvin
Was it declared faster to put initial properties of a dynlayer into it's contructor?

[Dynapi-Dev] recycled array

2001-11-26 Thread Doug Melvin
I kno wthat layer recycling was implemented to help prevent NS4 from blowing it's stack.. but, could we use layer recycling in other browsers as well?   I'm thinking that is would be faster to create a 'new' layer if one already exists for your use. This would be a step towards the Layer-Pool

[Dynapi-Dev] Never mind then.

2001-11-26 Thread Doug Melvin
I guess there is never going to _BE_ a stable and final version of the DynAPI to document. Never mind then, I'll find something else to do on my hlodays.

Re: [Dynapi-Dev] fighting layer bloat

2001-11-26 Thread Doug Melvin
what's wrong with the dynscroll 2? - Original Message - From: "Colin Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 25, 2001 4:10 PM Subject: [Dynapi-Dev] fighting layer bloat > It seems to me looking at the various sites out there created with DynAPI > that

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: > a. In current widget code there are

Re: [Dynapi-Dev] moving empty layers in IE

2001-11-26 Thread Doug Melvin
um.. you guys didn't add the 'repaint screen' fix to the api did you? (setting the bgcolor = bgcolor to force the layer to repaint) - Original Message - From: "Colin Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 25, 2001 4:23 AM Subject: [Dynapi-Dev] moving e

Re: [Dynapi-Dev] Discussion about animation code

2001-11-26 Thread Jordi Ministral
Personally I'm always for simple solutions. I've never used any of the animation code nor do I know how it is done. If I can slide a layer with two lines of code no way I consider including all the animation extensions. I think ( I may be wrong ) that all this Thread and motion extensions were