1)
It's the idea that only developers (and admins) are using CVS for updating and
stuff, that's why there's a developers section. Ofcourse this means that
everybody wants to join the developers list which is something I think we (the
developers and admins) should get some pointers for.. bec
I learned DHTML coding thru Dan's work :) I started helping out on this
project (january this year.. has it been that long!? ;)
And just looked at the code trying to understand it, I never read a book
about javascript or dhtml just looking at examples and other peoples code
should point you in t
I don't know if this works on anything other than Win - set the
width/height of the document yourself:
document.width=
document.height=
Another way to go about it would be to have the content on-screen, but
invisible.
/Lunna
At 2000-12-08 00:22 , you wrote:
>Oh man that is SO
i just realised, you probably forgot to change /js/ to /src/ in an existing
doc.
DynAPI.setLibraryPath('../src/lib/')
to use the uncompressed files.
- Original Message -
From: "Richard :o" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 2:14 AM
Subject: Re:
Hi, i posted these questions last week, but with
very limited response, it seems everyone is
in the mood for answering newby questions today, so
maybe you'll give mine a try?
A few questions:
Is it the idea that everybody following this
project makes their changes through CVS,
or on
hi,
Yes I have, I found sometimes you have to do layer.setZIndex(+1) or (-1),
and in NS I had to set both layers, the lower one and the top one.
Richard :)
- Original Message -
From: "Matthew Shirey" <[EMAIL PROTECTED]>
To: "Dynapi-Help" <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 20
hi,
http://dynapi.sourceforge.net/snapshot/dynapi.zip
Yes CVS is active again.
- Original Message -
From: "Geoffrey Makstutis" <[EMAIL PROTECTED]>
To: "Dynapi" <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 7:34 PM
Subject: [Dynapi-Help] snapshots
> Can someone tell me the URL f
hi,
I just tested the latest snapshot of dynapi.zip, and it's fine on NS 4.08,
apart from a few minor bugs I'll post later.
Richard :o)
- Original Message -
From: "Henrik Sozzi" <[EMAIL PROTECTED]>
To: "Dynapi-Help" <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 7:46 PM
Subject: [D
Doh. figured it out..
You know, I think I have WAY too many versions of
the api on my box..
Doug Melvin
- Original Message -
From:
Doug Melvin
To: dynapi-help
Sent: Thursday, December 07, 2000 6:51
PM
Subject: [Dynapi-Help] Scrollbar (or
skinsslider)
um, I
Hi Jason,
If it helps, I purchased a book 'Pure JavaScript' published by SAMSISBN
0-672-31547-5
This is not a how to code book, but an excellent refernece book with plenty
of examples.
regards Max
- Original Message -
From: "Jason Willer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent
um, I don't want to sound like an idiot (too late,
I know)
but, how do I actually USE the scroll bars? The
examples I have found
show how to create and position the scrollabars,
but not how to tie them to a layer..
help?
Doug Melvin
just a thought.. but in my db based applications,
I don't reload the page even once..
I use dynamic html to hold the data,
then, when I need to update the data, I load an asp (yes, I use asp..)
in a hidden frame which generates some javascript
which sets the values in the layers in the main docume
Oh man that is SO not an option that thing is so incompatible with the Macs.
Damn this is really a problem... I have 3/4 of my stuff hanging off the page
with no way to get to it.
M.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Doug Melvin
Sent: Thurs
A couple of good references:
msdn.microsoft.com/scripting : gives a pretty good list of functions and
methods as well as tutorials
http://tech.irt.org/articles/script.htm : show sample code for just about
anything you can think of.
Cheers,
Doug melvin
---
Technical Director
AllTheWhile.com
---
S
My god, the O'Reilly book is possibly the most tedious book I ever tried to
finish. (I didn't.) Reading a book is only a fraction as good as setting a
goal for yourself and trying to attain it. Hands-on experience is key.
It takes a long time (many months) to become proficient. It's gotta sink
in
Yes indeed.
Use the Scroll widget.
There is no other solution that I am aware of.
:-)
Doug Melvin
- Original Message -
From: "Matthew Shirey" <[EMAIL PROTECTED]>
To: "Dynapi-Help" <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 2:22 PM
Subject: [Dynapi-Help] NS and Scrollbars
> He
Hello, I'm a newbie
to the dynapi, so it's only fitting that I ask a newbie question: Is there a
dynapi II compatibility page somewhere? I notice that the menulist examples
on dynapi version 1 do seem to work on Mac IE4 and 4.5, which
makes dynapi a clear winner over the popular hierMenu scr
Hey all,
Having a bit of a problem with Netscape. I have a long list of inline
layers that I have created. I position these layer with some of them being
off of the visible area of the browser. Problem is, NS is not putting any
scrollbars up. Any ideas?
M.
__
Yeah books will only take you so far. I'm almost the opposite (when it comes to
JavaScript), I've never read a JavaScript book before, and got into it entirely by
practical learning. I started off the way most of us did with Image rollovers and
working up from there, along with a few tutorial
Missing ; somewhere. For the builds to work, the semicolons must be perfect.
Henrik, For a quick solution, use the /src/ directory if it's included with the CVS
snapshot, otherwise download the latest CVS source code. And we'll try and nail down
the semi-colons for a stable release.
Dan
On
code to get param from URL..
.. be sure to escape() you param string if you are using any special chars
or spaces, ect.
ie:
someLayer.setHTML ( 'someWebPage.html?layer=' + escape('someLayer') ) ;
(don't need it in above example of course.. :-) )
var mystring;
if (location.search.length > 0) my
Well... does javascript in the loaded page actually get executed? I thought
it was just treated as HTML Text...
M.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mark Pratt
Sent: Wednesday, December 06, 2000 6:45 AM
To: [EMAIL PROTECTED]
Subject: Re: [
http://dynapi.sourceforge.net/snapshot/dynapi.zip
> Can someone tell me the URL for the daily snapshots? Also, is the CVS
> repository on Sourceforge active again?
>
> Thanks.
>
> ___
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sour
Hey all,
I am writing a small widget for reordering a list objects. I was using
drag-drop but ran into too many incompatibilities on the Mac. Anyway, each
object has an up/down arrow on it. When you click on the arrows the object
slides in that direction and trades places with the item that wa
Howdy Folks,
I'm dreading posting this to the list, but I can't stand it any longer. So please,
any responses should be directed to my email and not the list. By doing so, you don't
clutter the list with responses to my borderline DynAPI question.
I've been lurking Dan's original Forum (no
I was thinking of something along the lines of
In original document
someLayer.setHTML ( 'someWebPage.html?layer=someLayer' ) ;
In "someWebPage.html"
theParam = <-- code to parse out URL (can't remember what the JS code for this is, but
there is a function to do it ) -->
document.write (
I'm sure that's something I've done in a wrong way, but the examples
included in the last package (dynapi.zip) don't want to work correctly with
netscape 4.73. The error it throws is a missing ";" . I'll copy the debug
informations:
JavaScript Error:
file:///C|/Inetpub/wwwroot/riva1920/js/dynapi.
Can someone tell me the URL for the daily snapshots? Also, is the CVS
repository on Sourceforge active again?
Thanks.
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help
Mathew
Take a closer look. They have incorporated some good Flash stuff there too. Look
at cosmetics and on the Kids level.
Regards
Peter Luxmore
Matthew Shirey wrote:
> I am seriously impressed by this site... but I have to ask, why wouldn't
> someone use Flash for something like this and gai
Nuno
Not to mention the additional problem of developing ColdFusion code, HTML,
JavaScript, and CSS combined and getting it all to be compatible. Took me a
while to figure out how to get Dynamic Content into the scroll2 object.
I can now develop more data-aware widgets based on DynAPI 2. Adds an
> try
>
> onclick="LoadPanel.findLoadPanel(this).setURL('newpage.html');retu
> rn false">click
> me
No cigar, Netscape is still having the same problem :-(
> Also - you know that in Netscape and IE links are in different
> places - different documents.
Netscape is document.links
try returning false from your onClick
Cameron Hart wrote:
> I've found a solution that I'm kind of happy with except Netscape act's
> weird. I've added the folling code to my copy of LoadPanel:
>
> LoadPanel.findLoadPanel = function(o) {
> if (is.ns4) {
> while (!o.lyrobj
> onclick="LoadPanel.findLoadPanel(this).setURL('newpage.html')">click me
try
click
me
Also - you know that in Netscape and IE links are in different
places - different documents.
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
ht
I've found a solution that I'm kind of happy with except Netscape act's
weird. I've added the folling code to my copy of LoadPanel:
LoadPanel.findLoadPanel = function(o) {
if (is.ns4) {
while (!o.lyrobj) o = o.__parent__;
}
else if (is.ie) {
I wrote the hover code while rewriting my bumblebee example, it just need to updated
the bee code slightly cause I was doing it with Sprite, and it's now changed to
DynImage. I also wrote CircleAnim while rewriting my solar system demo, which also
needs to be updated. I don't think such demos
> My mistake: the current version of loadpanel doesn't seem to use the
> .lyrobj idea.
The .lyrobj seems to point to the parent DynDocument, not the parent
DynLayer (the LoadPanel).
> No problem. Here's a quick run at a link-rewriter function. This only
> works in Netscape 4.x -- I still can't
36 matches
Mail list logo