Re: [Dynapi-Dev] New BlackBoard concept for DynAPI 3.0

2003-03-26 Thread Doug Melvin
Raymond: Let us know when you have the blackboard code and example in cvs.. I will need it to create the DynButton, otherwise I need to add two layers (plus itself = 3 layers) to make the 3d effect work. Once the button is done, I will re-implement the scrollbar and we will be back on track. So no

Re: [Dynapi-Dev] My options on ScrollBar Light

2003-03-26 Thread Doug Melvin
1) The naming convention is certainly up for debate. This is one of the things we would want to cover in a widget standard. 2) Point taken, will do. 3) anchors hadn't even occured to me.. I will most certainly implement them. 3b) (maybe ment 4? :-) ) I'm afranid I found the range method of

Re: [Dynapi-Dev] 3D borders

2003-03-26 Thread Doug Melvin
Very nice! I will be adding that as well.. I think first I will create a dynButton and then use the DynButton int he scrollbar. Any comments? - Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: "DynAPI-Dev" <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 3:46 PM Subject

[Dynapi-Dev] 3D borders

2003-03-26 Thread Raymond Irving
Hi Everyone, >From Dougs ScrollBar I've learnt an easy way to create cool looking 3D borders: Up State : Down/Depressed State:   It works in all browsers. The trick is not to have anything between for up state, and for down state just add a   between inside the  . A transparent image sh

Re: [Dynapi-Dev] New BlackBoard concept for DynAPI 3.0

2003-03-26 Thread Raymond Irving
--- Doug Melvin <[EMAIL PROTECTED]> wrote: > See below: > > > I'm also looking at adding a two new features to > the > > dynapi.document object. These are as follows: > > > > dynapi.document.writeln(html,key) and > > dynapi.document.deleteln(key) > > > > These will allow a user to write/append

Re: [Dynapi-Dev] FocusManager Online Demo

2003-03-26 Thread Raymond Irving
--- Kevin <[EMAIL PROTECTED]> wrote: > --- Kevin <[EMAIL PROTECTED]> wrote: > > > Very good. Is the addition of a border onfocus > > > optional? > > > > Yes, the onfocus/onblur events are optional (user > > defined) > > Just a quick point as I have coded TabManager with > the same onfocus/onblur

[Dynapi-Dev] My options on ScrollBar Light

2003-03-26 Thread Raymond Irving
Hi Everyone, (The views expressed below are my own and are not intented to hurt anyone. I'm just expressing things as I see them in my option) 1) First off - In keeping with naming conventions I would add the prefix btn before buttons (e.g btnUp, btnDown,etc). This is something that I've learned

Re: [Dynapi-Dev] FocusManager Online Demo

2003-03-26 Thread Kevin
--- Kevin <[EMAIL PROTECTED]> wrote: > > Very good. Is the addition of a border onfocus > > optional? > > Yes, the onfocus/onblur events are optional (user > defined) Just a quick point as I have coded TabManager with the same onfocus/onblur events. In addition an onsubmit which will execute a ca

Re: [Dynapi-Dev] New BlackBoard concept for DynAPI 3.0

2003-03-26 Thread Doug Melvin
See below: > I'm also looking at adding a two new features to the > dynapi.document object. These are as follows: > > dynapi.document.writeln(html,key) and > dynapi.document.deleteln(key) > > These will allow a user to write/append html content > to the document even after the page has been load

Re: [Dynapi-Dev] New BlackBoard concept for DynAPI 3.0

2003-03-26 Thread Raymond Irving
--- Doug Melvin <[EMAIL PROTECTED]> wrote: > I like very much. > Should it be an extension? > I think it would be best as a native functionality > (imho) I'm also of the opinion that it should be a native function. > Basically, are we looking at a seconf layer to hold > HTML (or children?)? > Or

Re: [Dynapi-Dev] New BlackBoard concept for DynAPI 3.0

2003-03-26 Thread Raymond Irving
Please see my comments below: --- Kevin <[EMAIL PROTECTED]> wrote: > Please see my comments below: > > > Raymond Irving <[EMAIL PROTECTED]> wrote: > > Hello everyone, > > > > Sometime ago some of our users had a problem with > > setHTML(). Whenever setHTML() was called after you > > added a chi

Re: [Dynapi-Dev] FocusManager Online Demo

2003-03-26 Thread Raymond Irving
--- Kevin <[EMAIL PROTECTED]> wrote: > Very good. Is the addition of a border onfocus > optional? Yes, the onfocus/onblur events are optional (user defined) -- Raymond Irving > I'll grab a copy form CVS later. > - > Kevin. > > > Hello Everyone, > > > > Here's an online demo of the FocusMa

[Dynapi-Dev] **15.5 MILLION OPT-IN EMAIL ADDRESSES...PLUS RECEIVE OVER $2,000 IN FREE MARKETING SOFTWARE!

2003-03-26 Thread Sorelba
WOULD YOU LIKE TO HAVE YOUR MESSAGE SEEN BY OVER 15.5 MILLION OPT-IN, TARGETED PEOPLE DAILY? Below contains all the information you will ever need to market your product or service on the Internet. If you have a product, service, or message that you would like to get out to Thousands, Hundre

Re: [Dynapi-Dev] FocusManager Online Demo

2003-03-26 Thread Kevin
Very good. Is the addition of a border onfocus optional? I'll grab a copy form CVS later. - Kevin. > Hello Everyone, > > Here's an online demo of the FocusManager: > > http://www24.brinkster.com/dyntools/next/examples/dynapi.gui.focusmanager.html > > > PS. You can find the files inside cvs

Re: [Dynapi-Dev] GUI component standard.

2003-03-26 Thread Doug Melvin
See below: > > Here are some things I would like to see addressed > > as far as a GUI component standard. > > > > Defaults: All arguments for all components should > > have default values. This way a user can pass as > > many or as few values as they choose and not have > > the component fail. > >

Re: [Dynapi-Dev] New BlackBoard concept for DynAPI 3.0

2003-03-26 Thread Doug Melvin
I like very much. Should it be an extension? I think it would be best as a native functionality (imho) Basically, are we looking at a seconf layer to hold HTML (or children?)? Or would we simply cause the re-rendering of child layers from the children array? Note: that if we are talking re-renderi

Re: [Dynapi-Dev] GUI component standard.

2003-03-26 Thread Benoit Marchant
On Tuesday, March 25, 2003, at 10:45 PM, Doug Melvin wrote: Here are some things I would like to see addressed as far as a GUI component standard.   Defaults: All arguments for all components should have default values. This way a user can pass as many or as few values as they choose and not hav

Re: [Dynapi-Dev] Here it is.. the first DynAPI 3x widget port: scrollbar_light

2003-03-26 Thread Benoit Marchant
On Tuesday, March 25, 2003, at 10:31 PM, Doug Melvin wrote: Note in the below conversation the use of the statement What? I did not quite understand the use and implementation of the rectangle.   I ask only for clarification.   For continuous scrolling. We get mousout? Is that in all browsers? K

Re: [Dynapi-Dev] GUI component standard.

2003-03-26 Thread Raymond Irving
--- Doug Melvin <[EMAIL PROTECTED]> wrote: > Here are some things I would like to see addressed > as far as a GUI component standard. > > Defaults: All arguments for all components should > have default values. This way a user can pass as > many or as few values as they choose and not have > the

[Dynapi-Dev] New BlackBoard concept for DynAPI 3.0

2003-03-26 Thread Raymond Irving
Hello everyone, Sometime ago some of our users had a problem with setHTML(). Whenever setHTML() was called after you added a child layer it would erase the child and overwrite the html content. The BlackBoard approach: lyr.setBlackBoard(b,x,y); Once the blackBoard is setup (before the layer is