Hi,
I noticed that all clips are correct, except the last one
cx.setClip(0,32,25,-500)
where you forgot the []
I think you're probably still used to the DynAPI1 system, as one doesn't
often use setClip() manually in DynAPI2, except for certain effects.
but then, there are a 1000 ways to do everyt
Cool...I got your example but am missing the new
dragdrop.js file.
Chris Shreve
- Original Message -
From:
Richard
Bennett
To: [EMAIL PROTECTED]
Sent: Thursday, April 05, 2001 4:31
PM
Subject: Re: [Dynapi-Help] How do I drop
stuff on a child layer (a lay
Welcome,
AFAIK you *can not* get the html from a frame containing a page from another
domain.
I think the only way to do this, is to buffer the page in a serverside
page - see this for an ASP example:
http://www.ashleyit.com/rs/jsrs/test.htm
I'm hoping to make the PHP version when time allows.
I h
The widget works fine on both DynAPI as Dynacore.
If you use this one:
http://www.resass.f2s.com/dynapi/src/lib/dynapi/coreGui/skinwindow.js
it's a version Doug and I adapted a little for DynAPI and IE.
It works ok in NS for me.
Cheers,
Richard Bennett
[EMAIL PROTECTED]
www.richardinfo.com
(Ever
Hi,
What dragdrop.js does, is loop through all the
children of the document, and check if they overlap with the source item. I
added one layer of children checking, so if a layer has children they will be
checked for overlapping.
In the longrun I think a better way to do this,
would be to se
see
response inline:
function OBar (id,x,y,w,h){ this.DynLayer =
DynLayer; this.DynLayer(); this.items =
[]; this.buttonListener = new
EventListener(this);
this.buttonListener.
(e) { var o = e.getSource(); alert
(o); } this.addEventListener(OBar.Listener); <-- this line should
rea
Sorry, on my previous post I forgot to write the clip values as arrays. This
is the way I actually had done it when NS4.72 complained about the Clip
function.
Migule
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/li
Hello to all,
I'm a newbie to DynAPI2. I had been working with DynAPI1 for a while, and it
is hard for me to get used to the concept of this new version. For starters
I have some difficulties with parent-child layers. I need to create a group
of seven layers, each one being the child of the prec
Hello,
im
really new, but maybe one of u can look into that and tell me whats wrong, in IE
all works fine ... but in Netscape if u click on one of the buttons the event
handling doesnt work anymore :-(
function OBar (id,x,y,w,h){ this.DynLayer =
DynLayer; this.DynLayer(); this.items =
Richard,
I *think* I have the latest
snapshot...2001_04_04? I downloaded it yesterday.
I know the ondrop event used to not fire and now it
does. (Thanks btw) But now it seems that the parent layer captures
this event and does not forward (bubble?) it
to its children.
Chris Shreve
If you're using the newer code (dynaipx) then get
the latest snapshot from the homepage, this bug was fixed 3 days
ago.
Cheers,Richard Bennett
[EMAIL PROTECTED]www.richardinfo.com(Everything running
on, and ported to the 19/12/2000 snapshot of DynAPI2)visit the DynAPI
homepage (and FAQ)
need...coffee...
Title: Test Drag & Drop Gilles
All I want to do is drop something on a layer that
is within (is a child of) another layer.
However, the 'ondrop' event for the child layer
does not fire. I've included a ***very***
simple example that I
think should work...but it doesn't. Is this a
problem with event bubbling in the DynA
Thanks for the input.
Two points though:
1. I work with DynAPI 2 (2001-01-25), not Dynacore. I don't know if I can switch
easily, because I have other widgets written on DynAPI.
2. This window seems to work with DynAPI but the maximize and close buttons (didn't
try minimize) react strange in NS
Hi,
I'm having a problem with using setURL to retrieve info from a Lotus Domino
server.
I tested my app local and I succeeded in retrieving info from an IIS server
using ASP.
A brief description of the app:
I'm using 2 layers. The actual content gets loaded in the lower frame. If
the content of
Of course, until you post what you have, we don't
know what's wrong, but, check this examples of Pascal's skinwindow:
http://www.resass.f2s.com/dynapi/Pascal_Bestebroer_Dynacore_Examples/dynacore.gui.skinwindow.htmavailable here
http://www.dynamic-core.net/tools/dynacore/index.htm .
The prob
Hello,
Please allow me to introduce myself.
I'm a (web) developer located in the Netherlands.
At this moment I'm working on an internet site which has to support both
NN/IE.
In my search for knowledge I stumbled across DynAPI, thank you guys for
this.
I started working with DynAPI a few weeks ago
Hi,
I'm working on a skinable window widget, but have a problem with Netscape 4.75.
The window works for both IE and NS, but with NS it's _very_ slow and sometimes the
images of the skin are missing. I'm using DynLayers for the contents (and a LoadPanel
if needed) and DynLayers for the separate
Ok, this is my problem: I have the code listed below, the objective is to
make some little windows that you can minimize, maximize and close, and
reopen if you click the links on the left. It works in IE 5.0 (without
problems), and in Netscape 4.5... if you only use them once, but if you
close a l
I found I couldn't change the value of hidden form fields in NS4 (4.08)
dynamically, so I enclosed the (not hidden) form in a div, and positioned it
off screen, that worked ok.
- Original Message -
From: "Nuno Ferreira" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 05,
Ooopss...
I just found a way through forms.
I just use two hidden form fields that
have the value set to, for instance, the Url
to be loaded when you press Next / Previous...
and then in the onload I just process that value
with:
myPanel.doc.formname.fieldname.value
and act accordingly.
There is, check these previous posts:
http://www.mail-archive.com/cgi-bin/htsearch?method=and&format=short&config=dynapi-help_lists_sourceforge_net&restrict=&exclude=&words=defer
Cheers,Richard Bennett
[EMAIL PROTECTED]www.richardinfo.com(Everything
running on, and ported to the 19/12/2000
look at http://dynapi.sourceforge.net/dynapi/content.php?page_id=12#A.2
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Nuno
> Ferreira
> Sent: 05 April 2001 10:34
> To: [EMAIL PROTECTED]
> Subject: [Dynapi-Help] Script tags inside a Loadpanel File.
Hi,
Is there any way of executing any Javascript code that is inside
a file that loads into a DynLayer through Loadpanel?
I have to do a page by page navigation system through a series
of text pages; each one is inside a file, but the Next / Previous
buttons that control that navigation are outs
24 matches
Mail list logo