[Dynapi-Help] help please

2005-09-12 Thread Roger BURTON - CIRCA
Hello, Sorry, but my English is very bad ! I have many anchors in a body of my document and in many dynapi element (LoadPanel and Marquee); How to capture the click-event (left-click not the contextmenu) in a anchor for cancelling this click Thanks ! Roger Burton -

[Dynapi-Help] Help on addInflowChild positioning

2004-11-08 Thread David Trancart
Hi to all, Is there a way to get the absolute position to an element inserted with DynAPI.document.addInflowChild(DynElement) The only way i find is finding absolute position of one of the container. DynAPI.document.addInflowChild(DynElement) divobj = document.all[id]; x = findPosX(divobj) y = fi

Re: [Dynapi-Help] Help with dragging

2003-06-30 Thread Raymond Irving
Well, I think Benoit's DynArea library is the best solution this kinda thing, but I guess it's still in the making. Here's a quick fix: var p = dynapi.document.addChild(new DynLayer(null,50,50,200,200,'silver')) var a=p.addChild(new DynLayer(null,10,10,20,20,'red')) DragEvent.enableDragEvents(p)

[Dynapi-Help] Help with dragging

2003-06-30 Thread Daniel Tiru
Hi! I wanted to make a draggable menu... and i just want the top to be draggable, but not the rest of the layers. my code: var p = dynapi.document.addChild(new DynLayer(null,50,50,200,200,'silver')) var a=p.addChild(new DynLayer(null,10,10,20,20,'red')) DragEvent.enableDragEvents(p); DragEvent.d

Re: [Dynapi-Help] Help with parent in ioelement

2003-06-11 Thread Raymond Irving
See below: --- Dev <[EMAIL PROTECTED]> wrote: > Hi, sorry for sending a blank mail before this... > > I'm having a big problem, and i really can get it to > work or understand how to get it to work after hours > of trying... > > I'm loading a page (post) with the ioElement and in > the file that

[Dynapi-Help] Help with parent in ioelement

2003-06-11 Thread Dev
Hi, sorry for sending a blank mail before this... I'm having a big problem, and i really can get it to work or understand how to get it to work after hours of trying... I'm loading a page (post) with the ioElement and in the file that is called i write the following: var lyrAdminErrorLogin=pare

Re: [Dynapi-Help] help with fasttreenode

2002-08-27 Thread Richard Bennett
Hi,   <- Original Message - [EMAIL PROTECTED] <1. Not have fasttreenode collapse an already existing expanded tree whenver another one gets expanded? Currently, if I expand one, then expand another, <2. Allow for multiple selects? I want to be able to click on multiple leaf node

[Dynapi-Help] help with fasttreenode

2002-08-26 Thread ricardo
Hi, Does anyone know how to do the following? 1. Not have fasttreenode collapse an already existing expanded tree whenver another one gets expanded? Currently, if I expand one, then expand another, the previously expanded gets collapsed... I'd like to change that behavior. 2. Allow for multiple

Re: [Dynapi-Help] Help on Dynapi.document in Netscape 4.79

2002-01-15 Thread Michael Pemberton
>From: "Jim Pacyga" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: [Dynapi-Help] Help on Dynapi.document in Netscape 4.79 >Date: Tue, 15 Jan 2002 10:32:50 -0500 > >Hello, > >I am developing a web site using DynAPI 2.5.6, and I'm running i

[Dynapi-Help] Help on Dynapi.document in Netscape 4.79

2002-01-15 Thread Jim Pacyga
Hello, I am developing a web site using DynAPI 2.5.6, and I'm running into a little trouble using different versions of browsers. It seems that Netscape 4.79 does not like me to use DynAPI.document.height to adjust the size of my page, it only likes document.height. However, I need to use the D

RE: [Dynapi-Help] Help! 2.5.6 Scrollbars are gone!

2001-11-13 Thread Eytan Heidingsfeld
Its seemsd to me that we are to eager to release. Why the whole point in a stable version is that you can use it and feel secure. Why not pick apaches method of naming versions. Odd is test release and Even stable (if not vice versa). Meaning 2.5.5 - Release but not proven stable 2.5.4 - Stable\ 8

Re: [Dynapi-Help] Help! 2.5.6 Scrollbars are gone!

2001-11-13 Thread Richard Bennett
IL PROTECTED]> Sent: Tuesday, November 13, 2001 7:33 PM Subject: [Dynapi-Help] Help! 2.5.6 Scrollbars are gone! > What happened in the 2.5.6 release? > > All my DynAPI scrollbars are gone. I tried in IE5.5 and in Mozilla. > > None of the files in the examples directory wor

[Dynapi-Help] Help! 2.5.6 Scrollbars are gone!

2001-11-13 Thread Pickup, Jordan
What happened in the 2.5.6 release? All my DynAPI scrollbars are gone. I tried in IE5.5 and in Mozilla. None of the files in the examples directory work either. (the ones with scrollbars - dynapi.gui.scrollbar.html & dynapi.gui.scrollpane.html) The scrollbars just don't show up. They work in 2

[Dynapi-Help] help with draggable layers

2001-10-10 Thread tom zito
I'm using DynAPI to first create a layer, DynAPI.onLoad = function () { fred = new DynLayer(); fred.setSize(1,1); fred.moveTo(100,100); fred.setVisible(false); DynAPI.document.addChild(fred); } then depending upon which link is selected, change the html

[Dynapi-Help] Help Please: Why is scrollpane slow in NS4.7?

2001-09-28 Thread Shawn Paige
Hello... I have been trying to get the following code to work in IE and Netscape 4.7. It runs great in IE, but runs extremely slow in Netscape, and does not always display content in Netscape. Am I doing something wrong, or does anyone have any alternatives? I want to create a function which c

Re: [Dynapi-Help] Help DynLayer from a DIV

2001-09-26 Thread Doug Melvin
check out: http://www.resass.f2s.com/dynapi/Pascal_Bestebroer_Dynacore_Examples/inline. htm - Original Message - From: "Roberto Rutigliano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 26, 2001 9:04 AM Subject: [Dynapi-Help] Help DynLaye

[Dynapi-Help] Help DynLayer from a DIV

2001-09-26 Thread Roberto Rutigliano
Hello! can I create a DynLayer from a DIV ? For example: DynAPI.onLoad = function() { myLayer=new DynLayer("a"); myLayer.moveTo(300,300); DynAPI.document.addChild(myLayer); } A new DynLayer ___

Re: [Dynapi-Help] help with events

2001-06-04 Thread Richard Bennett
hp?menu=1 Browse (and search) the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi - Original Message - From: "Marcus Carpenter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 05 June, 2001 03:32 Subject: [Dynapi-Help] help with events

[Dynapi-Help] help with events

2001-06-04 Thread Marcus Carpenter
i recently downloaded version 2.53 and was following along with the tutorial on sourceforge, part 2 event listeners. i am using msie 5.5 and ns 4.77 on windows to browse, and the html does not appear to be dynamic when i run the source code in the tutorial (#2). i was obliged to change the include

Re: [Dynapi-Help] help ! help! help!

2001-05-25 Thread Richard Bennett
: <[EMAIL PROTECTED]> Sent: 25 May, 2001 07:01 Subject: [Dynapi-Help] help ! help! help! > How can i add an layer that will flow with > the table layout (position: relative, static...) > something like that. > And i want to be able to write to that layer. > >

Re: [Dynapi-Help] help ! help! help!

2001-05-25 Thread Jordi Ministral
If you write a How can i add an layer that will flow with > the table layout (position: relative, static...) > something like that. > And i want to be able to write to that layer. > > in NN 4.x, i couldn't add an layer except using position:absolute. > > Also there is problem for the disappearing

Re: [Dynapi-Help] help ! help! help!

2001-05-24 Thread Michael Pemberton
to update the document height, just add a listener for the onload event to the layer. this should allow you to then update the document dimensions accordingly. luk lau wrote: > How can i add an layer that will flow with > the table layout (position: relative, static...) > something like that. >

[Dynapi-Help] help ! help! help!

2001-05-24 Thread luk lau
How can i add an layer that will flow with the table layout (position: relative, static...) something like that. And i want to be able to write to that layer. in NN 4.x, i couldn't add an layer except using position:absolute. Also there is problem for the disappearing scroll bar in NN, when i a

[Dynapi-Help] Help with relative position inline layers

2001-05-18 Thread Iker Bilbao
Hi, I had put a relative inline layer into a document and I try to write it's HTML code with setHTML, but when I write it the layer changes it size like if he was writing the new content but it does not appear. I had heard that Netscape 4.7 does not manage correctly the relative layers inside t

Re: [Dynapi-Help] Help the newbie

2001-04-26 Thread Richard Bennett
h) the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi - Original Message - From: "Bill Groppe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 4:23 PM Subject: [Dynapi-Help] Help the newbie > > I have a div that holds

[Dynapi-Help] Help the newbie

2001-04-24 Thread Bill Groppe
I have a div that holds a large amount of information. I'm trying put it in a scroll frame. I've tried the inline module without much success. Any help would be greatly appreciated. Here's the code I'm trying to use... 360-Degree Video and Journalism DynAPI.setLibraryPath('dynapi/src/li

[Dynapi-Help] help

2001-04-09 Thread Manel Mateos
> [EMAIL PROTECTED] wrote: > > Send Dynapi-Help mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sourceforge.net/lists/listinfo/dynapi-help > or, via email, send a message with subject or body 'help' to

Re: [Dynapi-Help] Help on scrolling bars from Browser

2001-03-13 Thread Jordi - IlMaestro - Ministral
"Carlos A. Pacheco Navas" wrote: > Hello ! > > An stupid question for most of you. > > WITHOUT creating frames, do you know how to tell the browser not to show the > scroll bar even if the page doesn't match the screen size ? > > Thanks > > -

[Dynapi-Help] Help on scrolling bars from Browser

2001-03-13 Thread Carlos A. Pacheco Navas
Hello ! An stupid question for most of you. WITHOUT creating frames, do you know how to tell the browser not to show the scroll bar even if the page doesn't match the screen size ? Thanks Carlos Pacheco Navas

Re: [Dynapi-Help] Help with divs

2001-03-09 Thread Bob Basques
Richard, Comes up fine in IE5.5 and NS4.76, but there's no text in NS ;-) bobb Alexander Litvinov wrote: > Nice link, my IE5.0 crash on it :-) -- bobb http://64.33.167.222/ ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourcefor

Re[2]: [Dynapi-Help] Help with divs

2001-03-09 Thread Alexander Litvinov
Hello Richard, Saturday, March 10, 2001, 3:46:36 AM, you wrote: RB> Hi, RB> I put up an example of how you could attack the problem here: RB> http://www.resass.f2s.com/dynapi/Richard_Examples/Scrolling_a_Div.html RB> Note that you have to add enough 's to the end of the div to make it RB> long e

Re: [Dynapi-Help] Help with divs

2001-03-09 Thread Richard Bennett
php3?hunt=dynapi - Original Message - From: "Greg Jacobson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 09, 2001 7:04 PM Subject: [Dynapi-Help] Help with divs > Hi. I have been trying to use dynapi to create a > scroller. I have a div that cont

[Dynapi-Help] Help with divs

2001-03-09 Thread Greg Jacobson
Hi. I have been trying to use dynapi to create a scroller. I have a div that contains information and I want to have that info. scroll using up and down arrows. As far as I can see, I cannot use viewport.js because I must keep the information in a div tag (I cannot set the text with a Label for

Re: [Dynapi-Help] Help with DynAPI.include needed

2001-02-19 Thread Michael Pemberton
it is probably overkill but here's that the dynapi.include file is doing: /dir1/dir2/htmlfile.html <-- this is your html file /dir1/dir2/slider.js <-- this is your html file /dynapi/src/lib/ <-- this is where the dynapi files are /dynapi/src/dynapi.js <-- this is where

Re: [Dynapi-Help] Help with DynAPI.include needed

2001-02-19 Thread Jeff
same directory as the html file that > is including it. > > Where as: > DynAPI.include('dynapi.api.*'); > uses the librarypath. > > -- > // Robert Rainwater > > On 2/19/2001, 12:01:05 PM EST, Peter wrote about "[Dynapi-Help] Help > with DynAPI.include n

Re: [Dynapi-Help] Help with DynAPI.include needed

2001-02-19 Thread Robert Rainwater
path. -- // Robert Rainwater On 2/19/2001, 12:01:05 PM EST, Peter wrote about "[Dynapi-Help] Help with DynAPI.include needed": > I am having trouble with DynAPI.include(). I know ways of working around > it, but I'd really like to figure out what I am doing wrong. (Currentl

[Dynapi-Help] Help with DynAPI.include needed

2001-02-19 Thread Peter Curran
I am having trouble with DynAPI.include(). I know ways of working around it, but I'd really like to figure out what I am doing wrong. (Currently using Win98SE, IE5.5) As an example, I have been looking at Jeff Greenberg's Slider widget. No matter what I try, I cannot get the SliderDemo.html ex

[Dynapi-Help] HELP - loadpanel and Framesets

2001-02-12 Thread Melao de Jander
Hi: Where can I get help for the loadpanel extension? Explicity when using it with Frames. There's not help anywhere! I'm having a problem when loading a page from the ASP server to a child layer of a different dyndocument (bottom frame), the dynAPI is loaded in mainFrame and I'm doing all the

RE: [Dynapi-Help] Help with inline layers and slideTo

2001-02-02 Thread Cameron Hart
h utility (it comes with WinCVS if you don't have unix). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of anton > roolaart > Sent: 02 February 2001 15:09 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [Dynapi-Help] Help wi

[Dynapi-Help] Help with inline layers and slideTo

2001-02-02 Thread anton roolaart
I'm been using the old dynapi from Dan Steinman for a couple of years and trying to covert to the new one. I've also been looking and trying to understand the new api. I have some sites to update because I want them to work in Mozilla. (using old api www.tempusdev.com, www.copyforless.c

Re: [Dynapi-Help] Help

2001-01-30 Thread Richard Bennett
heers, Richard Bennett [EMAIL PROTECTED] www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) - Original Message - From: "Michael Towers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 30, 2001 5:47 PM Subject

[Dynapi-Help] Help

2001-01-30 Thread Michael Towers
Hi, I'm a little new to this so please bear with me. I am trying to write a widget which contains of three layers, each of which must be able to repsond to it's mouse events. Below is a copy of the code which creates the layer and displays them on the page. This code works fine. How do I ge

RE: [Dynapi-Help] Help

2001-01-29 Thread carla @ rr
lf Of Matthew Alan Shirey Sent: Monday, January 29, 2001 12:21 PM To: [EMAIL PROTECTED] Subject: RE: [Dynapi-Help] Help Nope, cannot. Layers simply exist in the frame they were made in and that's it. I would be amused to see one of these coding gods come up with a simulation of dragging

RE: [Dynapi-Help] Help

2001-01-29 Thread Pascal Bestebroer
houghts on this subject.. Pascal Bestebroer [EMAIL PROTECTED] http://www.dynamic-core.net > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Doug Melvin > Verzonden: maandag 29 januari 2001 21:52 > Aan: [EMAIL PROTECTED] >

Re: [Dynapi-Help] Help

2001-01-29 Thread Doug Melvin
do the cloning here, set draglayer to be the new (cloned)layer nad dragframe to be 2 } ... } > > M. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Michael > Towers > Sent: Monday, January 29, 2001 9:00 AM > To: [EMAIL PR

RE: [Dynapi-Help] Help

2001-01-29 Thread Matthew Alan Shirey
rking well. M. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Towers Sent: Monday, January 29, 2001 9:00 AM To: [EMAIL PROTECTED] Subject: [Dynapi-Help] Help Can anyone tell me if it's possible to drag layers between frames? and some ex

[Dynapi-Help] Help

2001-01-29 Thread Michael Towers
Can anyone tell me if it's possible to drag layers between frames? and some example code would be helpful. Thanks Mike Towers ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

Re: [Dynapi-Help] Help with DynWindow (DynAPI 1) over Form

2001-01-18 Thread Martin Weinelt
gt;- Original Message - >From: "Martin Weinelt" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, January 18, 2001 9:25 AM >Subject: Re: [Dynapi-Help] Help with DynWindow (DynAPI 1) over Form > > >> George, >> >> this is a

Re: [Dynapi-Help] Help with DynWindow (DynAPI 1) over Form

2001-01-18 Thread Richard :o
to the 19/12/2000 snapshot of DynAPI2) - Original Message - From: "Martin Weinelt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 9:25 AM Subject: Re: [Dynapi-Help] Help with DynWindow (DynAPI 1) over Form > George, > > this

RE: [Dynapi-Help] Help with DynWindow (DynAPI 1) over Form

2001-01-18 Thread Knaggs, George R
Thursday, January 18, 2001 4:09 AM To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Help] Help with DynWindow (DynAPI 1) over Form All except for the input element of a form. But you can get around this with creating faux input form (look like they are indeed there but only represented graphically

Re: [Dynapi-Help] Help with DynWindow (DynAPI 1) over Form

2001-01-18 Thread Raymond Smith
the short term this would be an easy solution to your issue. - Original Message - From: "Martin Weinelt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 12:25 AM Subject: Re: [Dynapi-Help] Help with DynWindow (DynAPI 1) over Form George, t

Re: [Dynapi-Help] Help with DynWindow (DynAPI 1) over Form

2001-01-18 Thread Martin Weinelt
George, this is a very annoying behaviour of the browsers. I would not call it a DHTML bug, it is a browser bug imho. As DynAPI has solved so many browser-related problems for us already, I gues s/one will come up with a set of s related widgets/classes based on DynAPI. It should not be that ha

[Dynapi-Help] Help with DynWindow (DynAPI 1) over Form

2001-01-17 Thread Knaggs, George R
I hope someone can help. I am using the DynWindow widget from the old DynAPI package (dynapi-19991024.zip). I will gladly use the latest and greatest if it will solve my problem. But first the problem... Problem: When I draw the DynWindow (layer) over an HTML form (not in a layer), the form fi

RE: [Dynapi-Help] HELP: CoreSkinWindow size cutting off child layer

2001-01-05 Thread Jack_Speranza
[EMAIL PROTECTED]Subject: Re: [Dynapi-Help] HELP: CoreSkinWindow size cutting off child layer Scott Andrew has one example at http://www.scottandrew.com/dhtml/tabwin/dynwidget.html but it appears to still be using DynAPI 1 or am I mistaken?   It be great with tabs for my DynBuilder webappli

Re: [Dynapi-Help] HELP: CoreSkinWindow size cutting off child layer

2001-01-04 Thread Scott Andrew LePera
Oh wow, that thing is really old. That uses one of the very very early prototypes of DynAPI2. And it's probably a lot more complicated than it needs to be. It's a big-time port that I haven't had time for recently. -- scott andrew lepera [EMAIL PROTECTED] web stuff: www.scottandrew.com mu

Re: [Dynapi-Help] HELP: CoreSkinWindow size cutting off child layer

2001-01-04 Thread Henrik Våglin
åglin [[EMAIL PROTECTED]] - Original Message - From: Gregory Donovan To: [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 11:09 PM Subject: [Dynapi-Help] HELP: CoreSkinWindow size cutting off child layer   [...]   Also,   has anyone created Tabs (tabbed

[Dynapi-Help] HELP: CoreSkinWindow size cutting off child layer

2001-01-04 Thread Gregory Donovan
I'm writing an app using skinwindow.js (CoreSkinWindow) and am having trouble with getting the window to size correctly.  I have a layer that I'm adding to the window but the window cuts off some of the contents of the layer.  Can you set the size of the canvas?   Also,   has anyone created

Re: [Dynapi-Help] Help on forms

2001-01-03 Thread Max Campsell
January 04, 2001 6:20 AM Subject: Re: [Dynapi-Help] Help on forms > Once a form is writen inside a DynLayer, it doesn't live in the document > object but in that layer's document object. Any javascript wanting to > access the form should go > > holdinglayer.doc.formname.s

Re: [Dynapi-Help] Help on forms

2001-01-03 Thread Doug Melvin
OTECTED]> Sent: Wednesday, January 03, 2001 12:27 PM Subject: Re: [Dynapi-Help] Help on forms Thanks for the hint, I have tried; editLowerDiv.doc.form1.submit(this.form1) and editLowerDiv.doc.form1.submit() All with no result. The code that sets it up is as follows. /* This is the lay

Re: [Dynapi-Help] Help on forms

2001-01-03 Thread Max Campsell
et cannot identify what. Thanks again for your help Max Campsell - Original Message - From: "Jordi 'IlMaestro' Ministral" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 6:20 AM Subject: Re: [Dynapi-Help] Help on forms > On

Re: [Dynapi-Help] Help on forms

2001-01-03 Thread Jordi 'IlMaestro' Ministral
Once a form is writen inside a DynLayer, it doesn't live in the document object but in that layer's document object. Any javascript wanting to access the form should go holdinglayer.doc.formname.submit() Max Campsell wrote: > Hi, I am having a problem using forms and the DynAPI V2. I have > se

[Dynapi-Help] Help on forms

2001-01-03 Thread Max Campsell
Hi,   I am having a problem using forms and the DynAPI V2.   I have several layers, which contain tables used for data entry. I would like one of these to be an   on a button click event using the DynAPI buttons. I would like to use the submit() method of the form.   The first line of my, f

Re: [Dynapi-Help] HELP !!!

2000-12-21 Thread Richard :o
t of DynAPI2.) - Original Message - From: "Ivo Stefanov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 21, 2000 5:46 AM Subject: Re: [Dynapi-Help] HELP !!! > That is exactly the problem !!! > > Any sugestions

Re: [Dynapi-Help] HELP !!!

2000-12-20 Thread Ivo Stefanov
That is exactly the problem !!! Any sugestions anyone !!! Please >From: "Doug Melvin" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: [Dynapi-Help] HELP !!! >Date: Wed, 20 Dec 2000 19:21:08 -0800 > >If you ar

Re: [Dynapi-Help] HELP !!!

2000-12-20 Thread Ivo Stefanov
A regular Internet explorer 5.5 >From: Scott Andrew LePera <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: [Dynapi-Help] HELP !!! >Date: Wed, 20 Dec 2000 15:51:03 -0800 > >What browser are you using? > >Netscape som

Re: [Dynapi-Help] HELP !!!

2000-12-20 Thread Doug Melvin
: "Ivo Stefanov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 20, 2000 3:39 PM Subject: [Dynapi-Help] HELP !!! > Well I have tryed it all... DeleteAllChildren, RemoveFromParent and > everithing else but when I create a tree widget and thenm go t

Re: [Dynapi-Help] HELP !!!

2000-12-20 Thread Scott Andrew LePera
What browser are you using? Netscape sometimes has problems releasing the resources allocated for layers, even after they're gone. -- scott andrew lepera --- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com _

[Dynapi-Help] HELP !!!

2000-12-20 Thread Ivo Stefanov
Well I have tryed it all... DeleteAllChildren, RemoveFromParent and everithing else but when I create a tree widget and thenm go to another page the vertual memory used by the browser increases... if I keep doing that the memory usage keeps increasing... this is what I am doing onUnload=funct

[Dynapi-Help] Help on widgets

2000-12-11 Thread Pepe Gutierrez
I'm just and user so excuse me if this is a stupid question... :) (My name's Javi, not Pepe (it's a little mistake, sorry)) I want to make widgets and I have tested two ways to add DynLayers inside the widgets. The first way is simply something like that: this.aLayer = this.addChild(new DynLa

Re: [Dynapi-Help] Help on widgets

2000-12-11 Thread Richard :o
ge - From: "Pepe Gutierrez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 11, 2000 10:47 AM Subject: [Dynapi-Help] Help on widgets > I'm just and user so excuse me if this is a stupid > question... :) (My name's Javi, not Pepe (it's

RE: [Dynapi-Help] Help on widgets

2000-12-11 Thread Pascal Bestebroer
oer [EMAIL PROTECTED] http://www.oibv.com -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Pepe Gutierrez Verzonden: maandag 11 december 2000 11:34 Aan: [EMAIL PROTECTED] Onderwerp: [Dynapi-Help] Help on widgets I'm just and user so excuse me if this is a