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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
37 matches
Mail list logo