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