on the left) you will see a menu system that stay's put
when you scroll (DynAPI 2.56)
Option 2: use the dynscrollbar to scroll the content on the right.
There shjould be a scrolling example in the examples folder of the DynAPI 3.x distro
- Original Message -
From: Matt Biggin
To:
I'd like to use dynapi to provide scrolling capabilities to a page I'm working on but I was wondering whether anyone had tried this before.let me describe what I need.
I have a large web page, you have to use both scrollbars on the browser window to get to all the content. I want to fix the f
There is a problem with DynImage, when I use the setSize method, it
resizes, but all of the children on that layer disapear.
Anyone else having this problem?
I am testing this on win98 internet explorer 6.
--
Matt Fair
Uprint.com Staff
Gartner Studios, Inc.
124 South Second Street
Stillwater
I think this will help you:
http://www.zdnet.com/devhead/stories/articles/0,4413,2762065,00.html
Matt
On Tue, 2002-03-05 at 17:13, Anton Roolaart wrote:
> Thanks for your reponse...
> let me clarify.. this is for referencing images in INLINE DIVs which
> have existing images (not dy
rget.setImage(image2);
}
buttonListener.onmouseup=function(e){
target=e.getSource();
target.setImage(image1);
}
It is not directly with DIVS, DynAPI does that for you.
Matt
On Tue, 2002-03-05 at 14:41, Anton Roolaart wrote:
> I'm using the latest dynapi (2.5.6) and I can't find out
.
Any thoughts?
Thanks,
--
Matt Fair
Uprint.com Staff
Gartner Studios, Inc.
124 South Second Street
Stillwater, MN 55082
Phone: 651-351-7700, 888-522-9722
Fax: 651-351-1408
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/
at. But it left me with the feeling that
I should be using the layer tag instead of div.
Any ideas?
-Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help
it not meant for something this big? Would Shockwave with
Lingo be a better fit for my needs?
Thanks,
--
Matt Fair
Uprint.com Staff
Gartner Studios, Inc.
124 South Second Street
Stillwater, MN 55082
Phone: 651-351-7700, 888-522-9722
Fax: 651-351-1408
Hello,
I have an animated image, animation.gif.
When I add it to a dynlayer, it doesn't animate.
I just use the setHTML("")
Any sugestions?
Thanks,
--
Matt Fair
Uprint.com Staff
Gartner Studios, Inc.
124 South Second Street
Stillwater, MN 55082
Phone: 651-351-7700, 888-522-97
Does anyone know how to make sure your print dialogue when you do a
window.print() is centered on the screen? When I do this, it comes up
in the lower left corner.
Any sugestions?
Thanks,
--
Matt Fair
Uprint.com Staff
Gartner Studios, Inc.
124 South Second Street
Stillwater, MN 55082
Phone
Yes, I know, this is what I am doing. But it loads up with everything
else at the same time in Internet Explorer. I need something that loads
up right away and shows while everything else is loading, then when the
page is fully loaded up it hides it.
Thanks,
Matt
On Thu, 2002-01-31 at 01:47
ntil everything else is loaded up. I want it to
show up right away when the page loads up.
Is this posible?
--
Matt Fair
Uprint.com Staff
Gartner Studios, Inc.
124 South Second Street
Stillwater, MN 55082
Phone: 651-351-7700, 888-522-9722
Fax: 651-351-1408
___
Is there a way to have a DynImage resize its image without
re-downloading the image?
If I call the setClip([top,right,bottom,left]) method, it re-downloads
the image then shows the new image.
--
Matt Fair
Uprint.com Staff
Gartner Studios, Inc.
124 South Second Street
Stillwater, MN 55082
Phone
What you need is http://www.truedoc.com
I have used this with DynAPI and it works great.
Matt
On Wed, 2001-11-14 at 16:40, Victor Str=?ISO-8859-1?Q?=F6?=m wrote:
>
> Hi!
>
> I am searching for the javascript widget (not really DynAPI, but I think I heard
>about it here) that
300,300);
DynAPI.textLayer.setBgColor('yellow');
DynAPI.document.addChild(DynAPI.textLayer);
myListener = new EventListener(DynAPI.document)
myListener.onkeyup=function(e) {
alert("HTML:"+DynAPI.textLayer.getHTML());
alert("KE
page or are each page have there own memory of varibles?
Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help
Is there a way to have setBgImage() to have an image that doesn't
repeat? Maybe this would be a good thing to add to the dynlayer? I can
add it if people think it would be a helpful addition or is there
another way to get this to work?
Thanks
is it with DynAPI?
Is this developed separatly than DynAPI or is it using DynAPI and
AfroAPI is just the collection of extra Widgets?
Thanks,
Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help
tween the versions, since all
I am really doing is working with dynlayers and using setHTML.
Thanks,
Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help
In the CVS what is the difference between dynapi and dynapix?
Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help
gt; > > };
> > >
> > > Will overwrite (delete) the existing resize
> handler.
> > >
> > > If you are still not convinced, then just do it
> > > anyways,
> > > Trust us, we wrote this library and know what we
> > > area talking about.
> &
ction() {
> your code here;
> };
>
> Will overwrite (delete) the existing resize handler.
>
> If you are still not convinced, then just do it
> anyways,
> Trust us, we wrote this library and know what we
> area talking about.
>
> :-)
>
> Doug Melv
nctionality. wouldnt
> this be safer?
>
DynAPI.addResizeFunction('document.location.reload(true)');
>
> Matt Lam wrote:
>
> >In fact, I did use
> >DynAPI.onResize = function() {
> >window.location.reload();
> >}
> >but that won't solve the
e:
>
> You can't use
>
>
>
> because that'll confuse DynAPI, I tend to force a
> reload of the page, as
> this works best across
> all browers
>
> DynAPI.onResize = function() {
> window.location.reload();
> }
>
>
>
layer2.setSize(150, 16)
layer2.moveTo(xPos, yPos+16)
DynAPI.document.addChild(layer2)
}
Can anyone help plz.
Thanks in advance!
--- Matt Lam <[EMAIL PROTECTED]> wrote:
> In the page I have, there are only two DynL
In the page I have, there are only two DynLayers, and
there are almost identical. There is no other DHTML
stuff like DynImage or widget in the page.
I tried many different ways to do it and that problem
still comes up. Even if I just simply reload the page
everytime the page is refreshed, that sti
lify things.
Any sugestions?
Thanks
Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help
a range or differentiate
when you high light the text.
If there isn't a way in standard javascript, would there be a way to
select the text by giving a coordinates of the mouse down and up on a label?
Thanks,
Matt
___
Dynapi-Help mailing list
[
- clicks drags the scrollbar
- or moves it to a new location
anyone out there have any sugestions on what the event handlers are for IE
and NS, or point me in the right direction.
Cheers
MAtt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http
ECTED]> wrote:
> The img object does not have any native mouse events
> in NS4. The best thing
> to do is to wrap it in a tag and give you
> will then be able to use
> mouse events.
>
> Matt Lam wrote:
>
> > I just downloaded DynAPI 2.54 and read the
> tutorial
I just downloaded DynAPI 2.54 and read the tutorial
and document in the pages. I tried out a few things
and they worked fine. Later I came across a problem
now. I have a 1*2 table, what I want is that when I
mouseover an image in grid[1][1], I want the text in
grid[1][2] to change.
confirmation or denial (particularly from an active contributor
to the DynAPI code).
Regards,
Matt
--
Matt Kern
Gyre Technology Limited
Phone: +44 (0) 1223 368398
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo
rs, allows them to specify their search settings and then they can hit a
button to submit the form.
The reason I want to do this is to save real
estate. Does anyone know of any examples to do this?
Thanks,
Matt
does not show up. If you
comment out line 128 the error does not happen, but what are the effects
of that? What does dbltimer do?
The past few releases has had this error in it so I thought I would see
if anyone else has gotten this error.
Thanks,
Matt
___
riginal Message -----
From: "matt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 10, 2001 6:31 PM
Subject: [Dynapi-Help] Accessing the css properties of an image within a
dynlayer
> Hello all
>
> I have enjoyed using the DynAPI 2.5, and feel I am fi
Hello all
I have enjoyed using the DynAPI 2.5, and feel I am finally getting a grip on
how it works... what I do have trouble with is accessing some properties.
What I am trying to do is slowly fade an image in using the filters.opacity
css properties within IE.
But I cannot access these proper
in IE?
Thanks,
Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
In Netscape 4.7, 404 error on result.css.
-Original Message-
From: Eytan Heidingsfeld [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 10:25 AM
To: [EMAIL PROTECTED]
Subject: RE: [Dynapi-Help] Speed Problems
Doesn't load on IE6 Win2k elm.style is null or not an object.
-Or
You rule.
Thanks a bunch.
Matt
> The CSS properties overflow, overflow-x (overflowX in JS), and overflow-y
> (overflowY in JS) are probably what you are looking for.
>
> Values:
> visible Content is not clipped, and scroll bars are not added. Elements are
> clipped to
hot of DynAPI2)
> visit the DynAPI homepage (and FAQ) ::
> http://dynapi.sourceforge.net/dynapi/index.php?menu=1
> Browse (and search) the mailinglist here:
> http://www.mail-archive.com/index.php3?hunt=dynapi
>
> - Original Message -
> From: "Matt Spergel" &
That's the problem. The hidden content has a width of 1200 pixels, but I
also have content that extends down the page, vertically, which is meant to
be seen and scrolled to.
So I'd like to remove the horizontal scrollbar, but keep the vertical one.
> If your content size (horizontally) will fi
I'm only looking to remove the horzontal scrollbar, not both.
> the scroll="no" option in the body tag will remove the scrollbars in IE.
>
> Matt Spergel wrote:
>
>> Is there a way in IE to only remove the horizontal scrollbar?
>>
>> and...
>
Is there a way in IE to only remove the horizontal scrollbar?
and...
Does anyone know how to get Netscape 6 to return the width property of a
layer that's width hasn't been set?
thanks in advance,
Matt
___
Dynapi-Help mailing l
en it
shows that it has a content width.
Is there anything that I could call to check the width?
Thanks,
Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
greatly appreciated.
Thanks,
Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
I was looking at Richard's Windowskin example at:
http://www.resass.f2s.com/dynapi/Richard_Examples/core.gui.skinwindow.ht
m
And the "minimize" icon doesn't seem to work, the window just
disappears. Is this a documented bug, or as designed?
Thanks,
Matt
winmail.dat
Hi,
I'm new to Dynapi (but not to JS :). Been browsing through it for an hour or
so in an attempt to not re-invent the wheel when it come to Drag-and-drop.
My goal: To drag-and-drop pieces of text in a grid to rearrange them, then
submit the final changes to the server to be recorded.
My two que
This is not possible with HTML. One thing you can do is have a combo
box that, when selected, populates a text box. And then users can edit
that text box. That's about the best work-around we've thought of.
mraible
-Original Message-
From: GORTSILAS ANDREAS
think it might be related to this API:
http://www.dansteinman.com/dynduo/en/tabs.html
Thanks,
Matt
)Ú¦!ÞX§X¬´<§jzZeËl²«qçè®§zØm¶ÿ+-²Ê.Ç¢¸ë+-³ùb²Ø§~ÝÊv©¥
out this
drags smoothly
DragEvent.enableDragEvents(layer)
Is there something with these two that would make it drag choppy?
Thanks
Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
Is there a way to override the default browser font and size?
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
settings. Is there a way to do this?
Thanks
Matt
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
"")
When I hit enter when I am focused on this field, the form submits it's
self to the current page. I do not want that, I want to be able to hit
enter and have it focus out of this field. How do I do that?
Thanks
Matt
___
Dy
Does anyone know how to parse a string in javascript, is there anything
like the StringTokenizer class in java?
I want to take a string like "HelloWorld and extract the color, face, size, and text
from it.
Thanks
Matt
___
Dynapi-Help mailing
er.setHTML("" +
"" +
"")
DynAPI.document.addChild(helloLayer)
I would like to access the text field to get "hello world" and be able
to set it a different value.
So far I have not been
55 matches
Mail list logo