Re: [Dynapi-Help] Widget Page Updated - Please Test

2001-06-19 Thread Marc van Leeuwen
At 19:31 18/06/2001, Jeff wrote: >(although I don't think they are >ugly, just functional). That's what I meant, and I always could change the way they look myself :-) Thanks for providing such widgets ! Marc ___ Dynapi-Help mailing list [EMAIL PROTE

Re: [Dynapi-Help] Widget Page Updated - Please Test

2001-06-18 Thread Jeff Greenberg
http://dynapi.sourceforge.net/cgi-bin/snapshot.pl?file=current > > Richard. > > - Original Message - > From: "Jeff Greenberg" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: 18 June, 2001 19:31 > Subject: Re: [Dynapi-Help] Widget Page Upda

Re: [Dynapi-Help] Widget Page Updated - Please Test

2001-06-18 Thread Richard Bennett
nt Richard. - Original Message - From: "Jeff Greenberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 18 June, 2001 19:31 Subject: Re: [Dynapi-Help] Widget Page Updated - Please Test > LOL your PS made my day. Yeah, the sliders are kind of plain looking, eh? > Next t

Re: [Dynapi-Help] Widget Page Updated - Please Test

2001-06-18 Thread Doug Melvin
PROTECTED]> Sent: Monday, June 18, 2001 10:31 AM Subject: Re: [Dynapi-Help] Widget Page Updated - Please Test > LOL your PS made my day. Yeah, the sliders are kind of plain looking, eh? > Next thing on the plate for that widget is to make it graphically customizable > since the way t

Re: [Dynapi-Help] Widget Page Updated - Please Test

2001-06-18 Thread Jeff Greenberg
27;s nice > to have a horizontal one as well. > Nice going! > > Richard. > > - Original Message - > From: "Jeff Greenberg" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: 12 June, 2001 22:41 > Subject: [Dynapi-Help] Widget Page Updated - Ple

Re: [Dynapi-Help] Widget Page Updated - Please Test

2001-06-18 Thread Jeff Greenberg
LOL your PS made my day. Yeah, the sliders are kind of plain looking, eh? Next thing on the plate for that widget is to make it graphically customizable since the way they look now was never meant to be a standard. I just needed a simple look to get them going quickly, but of course moved on

Re: [Dynapi-Help] Widget Page Updated - Please Test

2001-06-17 Thread Marc van Leeuwen
At 09:28 17/06/2001, you wrote: > > 3) Updated the ColorPicker widget to use the latest slider widget. A thing I found very annoying bug in the color picker, using NS 4.77 under W2K, is that when I drag the color picker, or in fact, after any dragging of whetever, the text has the "auto-selec

Re: [Dynapi-Help] Widget Page Updated - Please Test

2001-06-17 Thread Richard Bennett
D]> Sent: 12 June, 2001 22:41 Subject: [Dynapi-Help] Widget Page Updated - Please Test > Hello everyone > > I've been away for a while, but recently had a chance to update my > widgets page. Here's what's doing: > > The address is still: http://home.ear

[Dynapi-Help] Widget Page Updated - Please Test

2001-06-12 Thread Jeff Greenberg
Hello everyone I've been away for a while, but recently had a chance to update my widgets page. Here's what's doing: The address is still: http://home.earthlink.net/~kendrasg/widget/ 1) Updated all the demo pages to work with DynAPI 2.53. 2) Updated the Slider widget, which now allows

Re: [Dynapi-Help] Widget triggers event in another widget

2001-04-27 Thread Ben Empson
k you might be right in terms of re-writing the list.js code. I'll look into it!   Cheers, Ben - Original Message - From: Richard Bennett To: [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 12:58 PM Subject: Re: [Dynapi-Help] Widget tirggers event in ano

Re: [Dynapi-Help] Widget tirggers event in another widget

2001-04-26 Thread Richard Bennett
-archive.com/index.php3?hunt=dynapi   - Original Message - From: Ben Empson To: [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 1:05 PM Subject: [Dynapi-Help] Widget tirggers event in another widget I have built a select list widget, which when used on

[Dynapi-Help] Widget tirggers event in another widget

2001-04-26 Thread Ben Empson
I have built a select list widget, which when used once on a page works fine. However, when you add another (same) widget to the page, they each trigger the others onselect event. This I do not understand!   You can see what I mean here...   http://www.citylightsuk.com/data_ben_13-04-01/temp

Re: [Dynapi-Help] widget query

2001-03-06 Thread Cameron Hart
I used to just set them in the constructor which is before precreate and create. But I'll go with the new way, it's allowed a bit more flexibilty in writing widgets anyway. Robert Rainwater wrote: > The reason for the precreate event is so that you set the dynlayer > proprties before it has be

Re[2]: [Dynapi-Help] widget query

2001-03-06 Thread Robert Rainwater
wrote about "[Dynapi-Help] widget query": > i was thinking perhaps if the code is in the precreate function it is only > created once (when the js file is compiled), rather than each time you > create a new instance of the object. which would make the instances smaller. > d

RE: [Dynapi-Help] widget query

2001-03-06 Thread Cameron Hart
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Pascal > Sent: 06 March 2001 14:58 > To: [EMAIL PROTECTED] > Subject: RE: [Dynapi-Help] widget query > > > I guess you could do it in the constructor.. but I just like it in the > precreation. > > In any case it shou

RE: [Dynapi-Help] widget query

2001-03-06 Thread Pascal
maart 2001 14:01 > Aan: dynapi-help > Onderwerp: [Dynapi-Help] widget query > > > I've just read Pascal's widget tutorial again (seems a bit > different from > last time I read it), I'm wondering what the advantage of > putting most of > the widget initia

[Dynapi-Help] widget query

2001-03-06 Thread Cameron Hart
I've just read Pascal's widget tutorial again (seems a bit different from last time I read it), I'm wondering what the advantage of putting most of the widget initialisation (like creating child layers, setting colours etc) into a precreate handler is? why not just put it in the constructor? chee

Re: RE: RE: [Dynapi-Help] Widget test Image button menu (& XSLT stuff)

2001-02-17 Thread David Cushman
Hey Ken, Some great ideas there. Lets move this discussion to the widget developers list as it is more appropriate there (Ken already posted there). Everyone is invited to participate there as well. I am writing a response to post there as soon as I finish this. Michael, Thanks for providing

Re: [Dynapi-Help] Widget test Image button menu

2001-02-17 Thread Michael Pemberton
Here's what my popup menu uses to place it so that it doesn't go off the edge of the screen. PopUp.prototype.Pop=function(x,y,force) {     if (this.elm==null) this.Parent.parent.addChild(this);     var tmpX=x||this.x, tmpY=y||this.y;     if (force!=true) {     var winW=DynAPI.document.w;

RE: RE: [Dynapi-Help] Widget test Image button menu (& XSLT stuff)

2001-02-16 Thread Ken Ono
Sub Menu 1', 'Whatever.htm'); buti2.addMenuItem('Choice 1 on Sub Menu 2', 'Whatever2.htm'); DynImage.onLoaderDone=function() { // asign the button images, initialize the menus buti1.setImages(p1uimg,p1oimg,p1dimg,p1rimg); buti2.setImage

Re: RE: [Dynapi-Help] Widget test Image button menu

2001-02-16 Thread David Cushman
Hey Ken, You can get the /ri/ files at Richard's site: http://www.resass.f2s.com/dynapi/php/index2.php or I just added those two (wipe and pathanim) to the zip file on my site. I also updated the modified popup in that zip to make some minor changes suggested by Henrik. Still working on the pl

RE: [Dynapi-Help] Widget test Image button menu

2001-02-16 Thread Ken Ono
PROTECTED]]On Behalf Of David > Cushman > Sent: Thursday, February 15, 2001 3:43 PM > To: [EMAIL PROTECTED] > Subject: [Dynapi-Help] Widget test Image button menu > > > Greetings > Posting several widgets, need all comments, but be > kind, I am still learning. I am postin

RE: [Dynapi-Help] Widget test Image button menu

2001-02-15 Thread Ken Ono
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David > Cushman > Sent: Thursday, February 15, 2001 3:43 PM > To: [EMAIL PROTECTED] > Subject: [Dynapi-Help] Widget test Image button menu > > > Greetings > Posting several widgets, need all comments, but be &

[Dynapi-Help] Widget test Image button menu

2001-02-15 Thread David Cushman
Greetings Posting several widgets, need all comments, but be kind, I am still learning. I am posting it here to get application comments, features to add or remove as well as comments about the widget code. This widget is a resource hog, gonna trim it down some more, but thought I would ask for

[Dynapi-Help] widget

2001-02-07 Thread Alex Chong
Hi, I appologize, this is actually a re-post of the message earlier. My mail client couldnt understand the 'digest form' and I did not get to see the replies. I was wondering where I can download the following: 1. A set of widgets that works with the latest release of Dynapi. I realize tha

[Dynapi-Help] Widget list down?

2001-01-22 Thread Alan Mukamal
Is the widgetdev list down? I just tried to send some bug fix/improvement for the list.js file to it. Thanks, Alan ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

RE: [Dynapi-Help] Widget Question

2000-12-13 Thread Pascal Bestebroer
n: donderdag 14 december 2000 7:47 > Aan: [EMAIL PROTECTED] > Onderwerp: [Dynapi-Help] Widget Question > > > How can I access parent layer width and height : > > FlowLayer = function() { >this.padding = 1; >this.actY = 0; >this.actX = 0;

[Dynapi-Help] Widget Question

2000-12-13 Thread Jorge López
How can I access parent layer width and height : FlowLayer = function() { this.padding = 1; this.actY = 0; this.actX = 0; } FlowLayer.prototype = new DynLayer() FlowLayer.prototype.flowChild = function(Layer) { this.addChild(Layer) Layer.moveTo(this.actX,this.actY)

Re: [Dynapi-Help] Widget tutorial: error!

2000-12-06 Thread Richard :o
ynapi/docs/ilmaestro/index.html But beware of version differences. cheers Richard:o) - Original Message - From: "Informazioni InnovaWeb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 06, 2000 7:48 PM Subject: [Dynapi-Help] Widget tutorial: error

Re: [Dynapi-Help] Widget tutorial: error!

2000-12-06 Thread Doug Melvin
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 06, 2000 10:48 AM Subject: [Dynapi-Help] Widget tutorial: error! > I'll using that great project (DynAPI) in a big portal in Italy, it will > works so fine! But I have a serious problem (after one day I'm using Dyn

[Dynapi-Help] Widget tutorial: error!

2000-12-06 Thread Informazioni InnovaWeb
I'll using that great project (DynAPI) in a big portal in Italy, it will works so fine! But I have a serious problem (after one day I'm using DynAPI, probably I've made some mistake): I've tryed the examples for the simple button widget in the tutorial, but it don't want to run! Ther file button.j