RE: [Dynapi-Help] Re: Dynapi-Help digest, Vol 1 #218 - 8 msgs

2001-02-07 Thread Pascal
Widgets will stay in the official DynAPI2 release. Problem upto this point was that things got changed meaning that all widgets needed an update to work correctly (inline creation system for example) At this point its just a main task to get DynAPI2 working correctly once we have most bugs out t

RE: [Dynapi-Help] scripts collection does NOT exist in NetScape

2001-02-07 Thread GORTSILAS ANDREAS
Yes I know... but I hear that there was problems with the list... so in case of losted the first one... I send the second thats the purpose of the reminder (2nd post)... -Original Message- From: Richard Bennett [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 5:00 AM To: [EM

Re: [Dynapi-Help] scripts collection does NOT exist in NetScape

2001-02-07 Thread Michael Pemberton
I'm sorry I didn't resend my failed message earlier. I believe that because netscape processes the scripts as it gets to them, it doesn't bother keeping track of them. It might be possible to combine the view-source: output in a loadpanel and read the content from there, not sure how it would be

Re: [Dynapi-Help] Re: Dynapi-Help digest, Vol 1 #218 - 8 msgs

2001-02-07 Thread Alex Chong
Hi Richard, I am so glad to get >1 answers from you within a few hours. Thanks for your help. My exact question was actually this: can I find an updated version of the widgets from your site (wherever the url may be in the future) EVERYTIME a new release of Dynapi2 is launched? The reason

Re: [Dynapi-Help] scripts collection does NOT exist in NetScape

2001-02-07 Thread Richard Bennett
> This is my second post... It's not that we don't want to reply, I think nobody knows the answer! - Original Message - From: "GORTSILAS ANDREAS" <[EMAIL PROTECTED]> To: "Dynapi-Help Mailing List (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 9:38 AM Subject: FW: [Dynap

Re: [Dynapi-Help] Flakey behavior after clicking on a label object

2001-02-07 Thread Richard Bennett
Hi, > I have a label object that I've added an event listener to. This event > listener essentially changes the color of the font in the label when the > label is clicked. All is fine there. However, after the label has been > clicked, moving the mouse causes the remainder of items on the layer t

Re: [Dynapi-Help] Re: Dynapi-Help digest, Vol 1 #218 - 8 msgs

2001-02-07 Thread Richard Bennett
No, I just put this up there because my host changed the server permissions on my server to disallow .zip files. I'll try to keep an up to date version available, check www.richardinfo.com for details. Cheers, Richard Bennett [EMAIL PROTECTED] www.richardinfo.com (Everything running on, and port

Re: [Dynapi-Help] Re: Dynapi-Help digest, Vol 1 #218 - 8 msgs

2001-02-07 Thread Alex Chong
Hi, Thanks for the help Richard. Is it the case that for every release of the DYnapi, the corresponding set of widgets is always at this site? http://users.skynet.be/bk231572/files/dynapi.zip Alex >From: "Richard Bennett" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECT

Re: [Dynapi-Help] Events acting strange.

2001-02-07 Thread Richard Bennett
Hi, > Right Click - does not bring up the shortcut menu That issue is contentious, for the moment it's by design, maybe later it will become optional. > Resize - does not invoke a resize event. DynAPI.onResize = function() { do what you want here } This is invoked when you resize the

[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

Re: [Dynapi-Help] Re: Dynapi-Help digest, Vol 1 #218 - 8 msgs

2001-02-07 Thread Richard Bennett
No idea about the message, I put up a new link to my zip of Dynapi+ widgets, please note it is NOT the latest release, update should follow soon(ish) http://users.skynet.be/bk231572/files/dynapi.zip BTW sorry to Justin for sending the zip as a mail attachment, I realized later it would be a prob

Re: [Dynapi-Help] Dynamic Tabs in IE4.0

2001-02-07 Thread Richard Bennett
This is not DynAPI2, although somebody might be able to help if you can point to an example, or some code. Richard - Original Message - From: "Maisa De Camargo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 08, 2001 2:03 AM Subject: [Dynapi-Help] Dynamic Tabs in IE

[Dynapi-Help] Dynamic Tabs in IE4.0

2001-02-07 Thread Maisa De Camargo
I'm having trouble to run the example provided by DynApi related Dynamic Tabs ( Tabs1.html and Tabs2.html) in IE4.0. It gives me an error in the Dynlayer.js file. Would you have a fix for this ? Thanks, Maisa de Camargo Aptis Software ___ Dynapi-Hel

[Dynapi-Help] Re: Dynapi-Help digest, Vol 1 #218 - 8 msgs

2001-02-07 Thread Alex Chong
Hi, I am confused. What does this email mean? The subject says 8 msgs but the body is empty as below. I have posted a question asking where I can download a set of widgets together with the latest release of dynapi and I get all these emails that do not answer my question? Alex Chong >

[Dynapi-Help] Events acting strange.

2001-02-07 Thread Joshua O'Connor-Rose
Sorry if this is an old topic but I couldn't find any information on this behavior. What would I be doing that would prevent certain events from working. Right Click - does not bring up the shortcut menu Resize - does not invoke a resize event. One user can't even scroll with the scrollbar. (T

[Dynapi-Help] capturing mouse event outside of the frame in IE

2001-02-07 Thread Peter C Chien
i'm having the following problem: 1. i'm dragging an item, 2. my mouse leaves the window/frame while dragging the item, 3. the mouse button is released, but it seems like this onMouseUp event is not being captured by IE. thus, when my mouse comes back to the window, although no button is held do

Re: [Dynapi-Help] Bizarre solution to setHTML and inline styles in NS

2001-02-07 Thread Jeff Greenberg
Netscape exhibits the same behavior with spans. And you can create a div after the page loads, because I did it Robert Rainwater wrote: > I don't believe you can create a div after the page load by just > writing the html. Try using a span instead or using a font tag. > > -- > // Robert Ra

Re: [Dynapi-Help] How I can get the x,y of the cursor on the document?

2001-02-07 Thread Jordi \"ilMaestro\" Ministral
Capture the mousemove event in the DynAPI.document and use the event's pageX and pageY properties. Apasiau, Lluis Casany wrote: > hi there! > i'm really new in the dynApi2. > > Please, someone can tell me how I can get the x and y position of the cursor > on the document. > > thanks in advanc

Re: [Dynapi-Help] Bug in dynlayer.js?

2001-02-07 Thread Jordi \"ilMaestro\" Ministral
This happens when the clip is set before creating the layer. I found that bug myself but that time I was in a hurry placing a demo together and then forgot to fix the API. Pascal wrote: > Not sure either if that was a good solution.. > > also when does the error popup? what system? because it's

RE: [Dynapi-Help] Bug in dynlayer.js?

2001-02-07 Thread Pascal Bestebroer
oops, yes, my mistake.. your fix should do it then (sorry for doubting you Jordi :-) Pascal Bestebroer [EMAIL PROTECTED] http://www.dynamic-core.net > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Jose Juan Calvo > Verzonden: woensdag 7 februari 200

Re: [Dynapi-Help] My NS resize fix..

2001-02-07 Thread Doug Melvin
Hi Peter.. Actually, I posted the fix. But it is NOT perfect. The trick was as follows... DynAPI.onResize=function(){ setTimeout("doResize(true);",300); } The idea is to let Netscape finish 're-rendering' the layers (bloddy annoying eh?) before calling your re-sizing code. I found that it work

Re: [Dynapi-Help] My NS resize fix..

2001-02-07 Thread Peter C Chien
Hi Liam, I just subscribed to the list yesterday, so I didn't get the previous emails in this thread. Could you please point me to your fix for the NS resize problem? Thanks very much, peter --- Liam Clancy <[EMAIL PROTECTED]> wrote: > > Hope this helps - nice toolbar options btw. > > Mac

[Dynapi-Help] Flakey Label behavior follow-up

2001-02-07 Thread James Koennicke
I just noticed that this is only occurring on IE 5.0 running on Win 2000. My other machine has IE 5.5 on NT 4.0 and it does not exhibit this behavior. If you would like to view this behavior, it can be found at http://160.147.90.67:8080/vista/servlet/SpatialDSS The down side of this is that it i

[Dynapi-Help] Flakey behavior after clicking on a label object

2001-02-07 Thread James Koennicke
First of all I have two thank yous, one for the wonderful effort of the folks that have put the DynAPI together; it is truly a marvelous piece of work. The second is for you folks tolerating a newby such as myself and his seemingly endless, beginners questions. On to my problem. I have a label o

Re: [Dynapi-Help] How I can get the x,y of the cursor on the document?

2001-02-07 Thread Iván Rodríguez Murillo
Example: function capturaEventos() { escucha = new EventListener(); escucha.onmousemove = function(e) { var x=e.x; var y=e.y; //status = x +', '+y; if(hombre.trackEvents) hombre.firemousemove(x,y); if(paranoiaTrackEvents) paranoia.onmousemove(x,y); }; DynAPI.document.addEventLi

[Dynapi-Help] How I can get the x,y of the cursor on the document?

2001-02-07 Thread Lluis Casany
hi there! i'm really new in the dynApi2. Please, someone can tell me how I can get the x and y position of the cursor on the document. thanks in advance. ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi

Re: [Dynapi-Help] My NS resize fix..

2001-02-07 Thread Doug Melvin
Thanks dude.. Fixed the updateclock problem.. Now if I can get the toolabar to work with the resize.. I need it to re-dock-therby reorganizing the.. DOH.. I'll get back to y'all.. Right now I call my layout function onresize.. maybe I should just force my toolbar to dock, therby triggering the

Re: [Dynapi-Help] My NS resize fix..

2001-02-07 Thread Doug Melvin
That is the problem. In order to align the menus, I need to know when the toolbar has been moved. BUT when I use an event listener for the toolbar, (need listener to align the rest of the content too) The resizing don't work in NS..   Arg.   Doug - Original Message - From: bob

RE: [Dynapi-Help] Bug in dynlayer.js?

2001-02-07 Thread Jose Juan Calvo
We have a Netscape 4.73 in a W2000 with Service Pack 1. The function in dynlayer API is DynLayer.createElement=function(dlyr) It's true that it doesn't occurs in setClip/getClip because this functions have a clip parameter. Thank's. -Mensaje original- De: Pascal [mailto:[EMAIL PROTE

RE: [Dynapi-Help] Bug in dynlayer.js?

2001-02-07 Thread Pascal
Not sure either if that was a good solution.. also when does the error popup? what system? because it's kinda strange that no one else encountered the problem, while setclip/getclip are called with every setsize Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesyste

RE: [Dynapi-Help] Bug in dynlayer.js?

2001-02-07 Thread Eytan Heidingsfeld
I think that It doesn't. I think that clip is a passed variable. new Dynlayer(clip) ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

RE: [Dynapi-Help] scripts collection does NOT exist in NetScape

2001-02-07 Thread Strolia-Davis Christopher Contr MSG MAM
I don't know that there is an analogus to what you are attempting to do, Netscape was somewhat limited in its scope. The closest that I have seen or been able to do is to put all of your code inside an object/function, and then you can view what you set the object to and it should show you the co

[Dynapi-Help] Loadpanel behavior

2001-02-07 Thread Al Byers
I have a situation in which I have load panel operating within a form that exists within a frameset. I use the loadpanel to get info from the host, but when I do, the behavior of the form changes - the cursor disappears from the form and I cannot change the location of the current frame programmab

Re: [Dynapi-Help] My NS resize fix..

2001-02-07 Thread Liam Clancy
Hope this helps - nice toolbar options btw. Mac NN 4.76 - resize is now fine. Mac NN 4.74 - resize is now fine. Mac NN 4.08 - on resize, blank screen and error (only after resize): JavaScript Error: http://www.creative-workshop.com/demo/functions.js, line 5: updateClock is not defined. Mac Moz

Re: [Dynapi-Help] Bug in dynlayer.js?

2001-02-07 Thread Jordi \"ilMaestro\" Ministral
It makes sense. I'll update CVS Jose Juan Calvo wrote: > Hi. > > We have the next error message in Netscape 4.73. > > JavaScript Error: > http://desarrolloadv/fead2/scripts/lib/dynapi/api/dynlayer.js, line 76: > > clip is not defined. > JavaScript Error: > http://desarrolloadv/fead2/scripts/lib/

[Dynapi-Help] Bug in dynlayer.js?

2001-02-07 Thread Jose Juan Calvo
Hi. We have the next error message in Netscape 4.73. JavaScript Error: http://desarrolloadv/fead2/scripts/lib/dynapi/api/dynlayer.js, line 76: clip is not defined. JavaScript Error: http://desarrolloadv/fead2/scripts/lib/dynapi/api/dynlayer.js, line 76: clip is not defined. JavaScript Erro

FW: [Dynapi-Help] scripts collection does NOT exist in NetScape

2001-02-07 Thread GORTSILAS ANDREAS
This is my second post... Can anyone help me with this? Thanks Andreas Gortsilas -Original Message- From: GORTSILAS ANDREAS [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 12:40 PM To: Dynapi-Help Mailing List (E-mail) Subject: [Dynapi-Help] scripts collection does NOT exi