Added this in the faq a few days ago.. it's a known bug
http://www.dynamic-core.net/core/files/faq.dynapi2.html
Pascal Bestebroer ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:
It is possible inside other layers (so setHTML could work)... that's what
the precreation code depends on :-)
Pascal Bestebroer ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAI
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 Rainwater
On 2/7/2001, 12:39:10 AM EST, Jeff wrote about "[Dynapi-Help] Bizarre solution to
setHTML and inline styles in NS":
> Sorry I wasn't specif
hi,
it seems like there's a problem with DynAPI.onResize() on Netscape 4.
right now i just do this:
DynAPI.onResize = null;
and rely on the default resize handler.
sometimes the layers are redrawn correctly, but sometimes they're not. is
there anything that i need to pay special attention to?
Jeff,
Just curious, but what happened if you tried something like:
function setText(text,fSize,fFamily,fColor) {
myLayer.setHTML('' + text + '');
}
bobb
Jeff wrote:
Sorry I wasn't specific enough...
What I tried to do initially was something like this:
function setText(text,fSize,fFamily,fCol
I believe that the older versions are here:
http://home.netscape.com/download/archive.html
--
bobb
http://64.33.167.222/
Sorry I wasn't specific enough...
What I tried to do initially was something like this:
function setText(text,fSize,fFamily,fColor) {
myLayer.setHTML('' + text + '');
}
Which didn't work very well. It seemed to work the first time setText
was called, but not on any subsequent calls. It would
It's any way to include html doc into scrollpane object?
Marging LoadPanel and scroll is not quite impressing... It crushes my ie 5
:)
T.Golembiewski
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
Tried it with NS4.76 on NT
The right and left justified versions, while they snap, are unusable
as menu's
I also tried the resizing, four times with no problems with the justification
on the bottom.
bobb
Doug Melvin wrote:
Has
anyone checked out my demo and in NS and NOT had the resize work?www
did anyone try resizing twice? I lost all the content. Also, I suggest
you update the toolbar after resizing te window. I couldn't see the
toolbar when it is aligned to the bottom / right and is outside the new
dimensions.
I'm using NS4.75 in Win2k.
Doug Melvin wrote:
Has
anyone checked out m
> passed the setHTML method TWO divs, both exactly the same. BOOM. It
could you explain exactly what you did please?
Cheers,
Richard Bennett
[EMAIL PROTECTED]
www.richardinfo.com
(Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2)
- Original Message -
From: "Jeff
Hi,
I put your example up here:
http://www.resass.f2s.com/dynapi2/dynapi/Ed_Baxter_Examples/tree.htm
I changed the source a little,(Only for the All_Nets for the moment) NS
still needs some adjustment to recognize CSS for titles though.
I didn't find the reason for NS crashing after a search, all
I forgot to mention in the original post that I am using Dynapi2 release
1/25/2001
On Tue, 06 Feb 2001, Ed Baxter wrote:
>I'm hoping someone can help me with my implementation of Richard Bennett's Fast
>Tree Widget. I have included a copy of my code.
>
>Basically I am building the Tree dynamical
Hi,
AFAIK The JSpack util is on hold untill it's bugfree, and there's some
documentation on how to use it.
On my site I've gathered all the widgets I could find, but I am still in the
process of updating them all to the latest release.
There is one large download, but I'm having some problems wit
Hi,
I am not sure if this is the right way to post a message. Please advise
if I am doing it wrong.
My question is simple: Is there a place that I can download the latest
DynAPI2 TOGETHER with all the widgets that have been developed so far.
On sourceforge, there are only one release of the API
I'm hoping someone can help me with my implementation of Richard Bennett's Fast
Tree Widget. I have included a copy of my code.
Basically I am building the Tree dynamically from an array so that I can alter
the data, then pass the new array to a function that builds a new tree with the
new values
Like others, I have noticed that using setHTML to write styles to nested
layers in Netscape only works sporadically. On the widget I am now
working on, I found that the first time I wrote the style to the nested
layer, it worked fine, but on subsequent setHTML's, it didn't.
Well, that reminded me
Richard,
Thank you for the fast response!
I understand what it does in the sense of what coord it returns, maybe I should
explain the question better.
e.getY() (if triggered on the inside of a layer) gives us the y-coord of the event on
the dynlayer, if triggered on the document, it should be
I just began looking at the API, my apologies if this is repeated
information.
When I look at the tutorials on sourceforge.net I get the "would you like to
debug" message that M$ VID pops up. Same when using the turorial from
dynamic-core.net on my local box.
However both worked with the dynaco
On Mac G3/Netscape 4.72 it worked. However, when exploring the site
it eventually crashes the browser.
Sean
>Has anyone checked out my demo and in NS and NOT had the resize work?
>www.creative-workshop.com/demo/cwconcept.htm
[R. Sean Fulton | Public Information Specialist | [EMAIL P
Fixed. I removed the resize handler from my
toolbar...
Try again.. It should work .lovely
now.
Please let me know the results
- Original Message -
From:
Jon
McLennan
To: '[EMAIL PROTECTED]'
Sent: Tuesday, February 06, 2001 10:00
AM
Subject: RE: [Dynapi-Hel
Fixed. I removed the resize handler from my
toolbar...
Try again.. It should work .lovely
now.
Please let me know the results
- Original Message -
From:
Jon
McLennan
To: '[EMAIL PROTECTED]'
Sent: Tuesday, February 06, 2001 10:00
AM
Subject: RE: [Dynapi-Hel
I think that's so that on large pages, when you've scrolled down, the x/y
compensates the scrollbar.
I seem to remember that to get it the same as in IE you had to add 20 or
something.
Cheers,
Richard Bennett
[EMAIL PROTECTED]
www.richardinfo.com
(Everything running on, and ported to the 19/12/2
I have a question.
In events.js, setEvent method:
why exactly do we do the following instead of just using e.pageX?
if (is.ns) {
this.pageX=e.pageX-window.pageXOffset;
this.pageY=e.pageY-window.pageYOffset;
}
When I change the above to the following,
if (is.ns) {
this.pageX=e.page
Include the style.js before the other UI files
Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens James Koennicke
> Verzonden: maandag 5 februari 2001 22:20
> Aan: Dynapi (E-mail)
> Ond
it also seems that the tutorials example code is being parsed and not just
shown.. which is strange because I added < and > signs. So tutorials
are not working at the mo.. (not sure how to fix it, couldn't find anything
on sourceforge)
Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core
BTW have anybody checked out http://www.w3.org/Library/ ? There's a hunch that tells
me that project might have already had its days of glory (best guess from the growing
irregularity of news updates). Though it seems last update was late last year, so it
might be working its way back.
Henrik
call:
DynAPI.findLayers(myDocument)
from that point on you can use the normal way of referencing inline layers:
myDocument.all["layername"].moveTo(0,0)
Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL
I got
the following error:JavaScript Error:http://www.creative-workshop.com/demo/js/lib/dynapi/api/dynlayer.js,line
415:
this.elm has no properties.
Also,
nothing appeared on the screen aside from the toolbar at the top with the
direction buttons. When I dragged the toolbar the other but
Found this page:
http://www.gigascale.org/diva/
BTW how's the Java DynBuilder build comming along? I'm just curious :)
Henrik Våglin [ [EMAIL PROTECTED] ]
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
_
Please pardon my ignorance, I'm still beginning here.
I've created a DynDocument object for a page in another frame. How do I go
about getting a reference to an inline layer on that page?
Thanx.
James F. Koennicke
Consultant
Vista Information Technologies, Inc.
2195 Fox Mill Road
Herndon, VA 20
Hi,
I'm using NS4.08, as I thought if it works in
this, it works in everything, Maybe I'm wrong, does anyone remember where the
archive of NS browsers was kept?
I checked the examples, and found
these errors:
Glen_Daes Examples,
these needed reloading before
they worked.
Christopher
Hi,
I tried it in NS4.08 /winMe and also got error: this.elm has no properties.
Cheers,
Richard Bennett
[EMAIL PROTECTED]
www.richardinfo.com
(Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2)
- Original Message -
From: "Doug Melvin" <[EMAIL PROTECTED]>
To: <[EMAI
Nuts. It works great under win98 + NS 4.76
as for the Table thing.. you where correct.
> Win98 Ns 4.7.
>
> And for the text It may have to do with setting HTML when the layers's
size is
> 0,0. Try making the layers as big as the screen and then setting HTML.
Just a
> guess
>
> Doug Melvin wrote:
Win98 Ns 4.7.
And for the text It may have to do with setting HTML when the layers's size is
0,0. Try making the layers as big as the screen and then setting HTML. Just a
guess
Doug Melvin wrote:
> can you tell me the Browser/Platform please?
>
> As for the text... these is something to do with
can you tell me the Browser/Platform please?
As for the text... these is something to do with setHTML..
My tables get all wacked out when written to a layer in NS and
I have to make 'special' wrapper tables to keep averything looking good..
Doug
- Original Message -
From: "Jordi 'IlMa
Appart from the text being showed with one word in each line ( sort of a
poem ), I got a "this.elm has no properties"
Doug Melvin wrote:
> Has anyone checked out my demo and in NS and NOT had the resize
> work?www.creative-workshop.com/demo/cwconcept.htm
___
I have been following this list for about a month now and I'm wondering
about one thing - the DynAPI scrollpane. The DynAPI1 scroll2.js worked great
for its time... and as we know the loadpanel and scrollpane are the
DynAPI2's new version of this object.
Try as I might - the combination (scrollp
Has anyone checked out my demo and in NS and NOT
had the resize work?
www.creative-workshop.com/demo/cwconcept.htm
The client we did a demo for recently was
dissapointed to find that most of the examples at www.richardinfo.com did not work on their
NS 4.6...
Is it possible to make the bulk of this work on NS
4.6?
Or to I make a strong recomendation that they
upgrade?
(It's the government.. asking them
It is possible to set the css-attribute Class of a DynLayer?
thanks
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
Finally done
I have added the argument 'background-image:URL(empty.gif)' to each call to
the function CSS in the ScrollBar and ScrollButtonImage functions
specified in the argument through the CSS function definition:
css(id,left,top,width,height,color,vis,z,other)
thanks for your help
Hi...
i have repaired the buttons of the scrollbar by adding the button image to
the event layer... and it works perfectly in both NS and IE, included IE5.5
that used to have problems...
but i am not able to repair the scrolling bar, the one you drag
this is the piece of code... (where shou
urmz.. yes.. typo :-)
Pascal Bestebroer ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens martin ström
> Verzonden: dinsdag 6 februari 2001 11:09
> Aan: [EMA
the eval(DynAPI.hookLoad) part didn't work for
me (nothing happend) so i replaced
eval(DynAPI.hookLoad)
with
if (DynAPI.hookLoad) DynAPI.hookLoad()
and it worked, because the value of .hookLoad is
"function(){ alert('load')}" and it seemes like the
function doesn't execute using an eval()
but
thanks i'm trying the stuff you explained me... i'll tell you later this
morning as soon as i find any ie5.5 installed on my machines to test with...
thanks a lot
-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]En nombre de Pascal
Enviado el: martes 6 de febrero de 2
there are probably some "event layers" ontop of it (so images and text are
not being selected)
I'm not that familiar with the old stuff, so can't help you do the
modifications..maybe some one else can (or already has)
Pascal Bestebroer ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informaties
But the layers contains the gifs of the buttons... they shouldn't be
empty... or there are other layers used to capture events?
-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]En nombre de Pascal
Enviado el: martes 6 de febrero de 2001 8:58
Para: [EMAIL PROTECTED]
Asu
48 matches
Mail list logo