Re: [Dynapi-Dev] progress bar

2003-07-30 Thread Raymond Irving
Hi Jesse, Here's a layout for the progress bar: function ProgressBar(x,y,w,h,value,max){ this.DynLayer = DynLayer; this.DynLayer(null,x,y,w,h,this.backCol); this._min = 0; this._max = max||100; this._value = value||0; this.addChild(new Dyn

Re: [Dynapi-Dev] progress bar

2003-07-30 Thread Jesse Vitrone
I hate to be a pain, but I'm going to ask again. When you say "create the progress bar as a standard widget" What does that mean? Just "creates an object that has a layer and has some functions that change it" or does it mean that you have to inherit from a certain class and initialize certai

Re: [Dynapi-Dev] progress bar

2003-07-30 Thread Raymond Irving
I'm going to introduce a StyleManager in the next couple of days (hopefully). Which will include a few skinable widgets. The progress bar was to be one of them to which it will be possible to change the look-and-feel of widget. You could still go ahead and create the progress bar as a standard wi

Re: [Dynapi-Dev] progress bar

2003-07-30 Thread Jesse Vitrone
Sounds good. Any guidelines to follow for making a widget? Jesse Raymond Irving wrote: Also add: setValue() getValue() setRange(min,max) - sets min and max ranges for the progress bar (normally 0,100) -- Raymond Irving --- Jesse Vitrone <[EMAIL PROTECTED]> wrote: This started

Re: [Dynapi-Dev] progress bar

2003-07-30 Thread Raymond Irving
Also add: setValue() getValue() setRange(min,max) - sets min and max ranges for the progress bar (normally 0,100) -- Raymond Irving --- Jesse Vitrone <[EMAIL PROTECTED]> wrote: > This started on the help list, but I figure it's > better off on the dev > list now: > > I'm interested in making

[Dynapi-Dev] progress bar

2003-07-30 Thread Jesse Vitrone
This started on the help list, but I figure it's better off on the dev list now: I'm interested in making a progress bar, any rules / guidelines I should follow?  Any features I should think about?  Here's what I'm thinking so far: settings: width height forground color background color sh

Re: [Dynapi-Dev] Progress bar

2002-06-12 Thread Doug Melvin
... - Original Message - From: "Bernard Squale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 1:21 AM Subject: [Dynapi-Dev] Progress bar > Hi everybody, > > I created a js library based on dynAPI. Its weight is 200 ko and I want to > show a

[Dynapi-Dev] Progress bar

2002-06-12 Thread Bernard Squale
Hi everybody, I created a js library based on dynAPI. Its weight is 200 ko and I want to show a progress bar while this library is loading. No problem to draw the bar. But Is there a way to get information about the loading process and the part of the file that has been downloaded. May be with