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
-
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
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)
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
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
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
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
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
>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
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
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
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
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
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
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
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
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
___
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
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
: <[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.
>
>
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
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.
>
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
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
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
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
> [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
"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
>
> -
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
>
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
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
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
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
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
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
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
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
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
[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
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
å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
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
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
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
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
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
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
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
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
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
: "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
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
_
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
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
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
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
71 matches
Mail list logo