RE: [Dynapi-Help] DynAPI.onResize() problem on Netscape

2001-02-06 Thread Pascal
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:

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

2001-02-06 Thread Pascal
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

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

2001-02-06 Thread Robert Rainwater
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

[Dynapi-Help] DynAPI.onResize() problem on Netscape

2001-02-06 Thread Peter C Chien
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?

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

2001-02-06 Thread Bob Basques
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

Re: [Dynapi-Help] NS 4.6

2001-02-06 Thread Bob Basques
I believe that the older versions are here: http://home.netscape.com/download/archive.html -- bobb http://64.33.167.222/  

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

2001-02-06 Thread Jeff
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

[Dynapi-Help] scroll and loadHTML

2001-02-06 Thread NadziejA
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

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

2001-02-06 Thread bob basques
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

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

2001-02-06 Thread Michael Pemberton
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

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

2001-02-06 Thread Richard Bennett
> 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

Re: [Dynapi-Help] trouble with dynamic rebuild of Ri Fast Tree widget

2001-02-06 Thread Richard Bennett
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

Re: [Dynapi-Help] trouble with dynamic rebuild of Ri Fast Tree widget

2001-02-06 Thread Ed Baxter
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

Re: [Dynapi-Help] Dynapi questions

2001-02-06 Thread Richard Bennett
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

[Dynapi-Help] Dynapi questions

2001-02-06 Thread Alex Chong
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

[Dynapi-Help] trouble with dynamic rebuild of Ri Fast Tree widget

2001-02-06 Thread Ed Baxter
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

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

2001-02-06 Thread Jeff Greenberg
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

Re: [Dynapi-Help] events.js: mouse event .pageX/Y

2001-02-06 Thread labCoat
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

RE: [Dynapi-Help] cannot access online tutorials

2001-02-06 Thread Don Good
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

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

2001-02-06 Thread R. Sean Fulton
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

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

2001-02-06 Thread Doug Melvin
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

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

2001-02-06 Thread Doug Melvin
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

Re: [Dynapi-Help] events.js: mouse event .pageX/Y

2001-02-06 Thread Richard Bennett
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

[Dynapi-Help] events.js: mouse event .pageX/Y

2001-02-06 Thread mike
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

RE: [Dynapi-Help] Dynapi.theme.font is not an object

2001-02-06 Thread Pascal Bestebroer
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

RE: [Dynapi-Help] cannot access online tutorials

2001-02-06 Thread Pascal Bestebroer
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

Re: [Dynapi-Help] This might give you some ideas or inspiration for the Java DynBuilder build

2001-02-06 Thread Henrik Våglin
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

RE: [Dynapi-Help] Getting an object reference to an inline layer through a DynDocument

2001-02-06 Thread Pascal Bestebroer
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

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

2001-02-06 Thread Jon McLennan
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

[Dynapi-Help] This might give you some ideas or inspiration for the Java DynBuilder build

2001-02-06 Thread Henrik Våglin
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 _

[Dynapi-Help] Getting an object reference to an inline layer through a DynDocument

2001-02-06 Thread James Koennicke
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

Re: [Dynapi-Help] NS 4.6

2001-02-06 Thread Richard Bennett
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

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

2001-02-06 Thread Richard Bennett
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

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

2001-02-06 Thread Doug Melvin
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:

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

2001-02-06 Thread Jordi 'IlMaestro' Ministral
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

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

2001-02-06 Thread Doug Melvin
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

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

2001-02-06 Thread Jordi 'IlMaestro' Ministral
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 ___

[Dynapi-Help] A real scrollpane!

2001-02-06 Thread Chris Simon
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

[Dynapi-Help] My NS resize fix..

2001-02-06 Thread Doug Melvin
Has anyone checked out my demo and in NS and NOT had the resize work? www.creative-workshop.com/demo/cwconcept.htm

[Dynapi-Help] NS 4.6

2001-02-06 Thread Doug Melvin
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

[Dynapi-Help] Class

2001-02-06 Thread Gilles Bayon
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

[Dynapi-Help] Scroll2 repaired completly

2001-02-06 Thread Miguel Jiménez
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

[Dynapi-Help] Scroll2 semirepaired in IE5.5 (can anyone help with the rest)

2001-02-06 Thread Miguel Jiménez
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

RE: [Dynapi-Help] question for new user

2001-02-06 Thread Pascal
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

RE: [Dynapi-Help] question for new user

2001-02-06 Thread martin ström
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

RE: [Dynapi-Help] Some directions to do an Scroll

2001-02-06 Thread Miguel Jiménez
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

RE: [Dynapi-Help] Some directions to do an Scroll

2001-02-06 Thread Pascal
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

RE: [Dynapi-Help] Some directions to do an Scroll

2001-02-06 Thread Miguel Jiménez
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