Re: [Dynapi-Help] Scrolled Regions

2003-11-24 Thread Matt Biggin
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:

[Dynapi-Help] Scrolled Regions

2003-11-24 Thread Matt Biggin
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

[Dynapi-Help] dynimage

2002-03-06 Thread Matt Fair
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

Re: [Dynapi-Help] Inline layers and swapping Images

2002-03-05 Thread Matt Fair
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

Re: [Dynapi-Help] Inline layers and swapping Images

2002-03-05 Thread Matt Fair
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

[Dynapi-Help] ie6 onmouseout

2002-03-05 Thread Matt Fair
. 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/

[Dynapi-Help] Netscape Makes My Page Disappear?

2002-02-21 Thread Matt Spergel
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

[Dynapi-Help] dynapi vs shockwave

2002-02-21 Thread Matt Fair
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

[Dynapi-Help] animated gif on dynlayer

2002-02-06 Thread Matt Fair
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

[Dynapi-Help] javascript print dialogue

2002-02-01 Thread Matt Fair
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

RE: [Dynapi-Help] page load, please wait

2002-01-31 Thread Matt Fair
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

[Dynapi-Help] page load, please wait

2002-01-30 Thread Matt Fair
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 ___

[Dynapi-Help] DynImage Re-Downloads the Image

2001-12-27 Thread Matt Fair
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

Re: [Dynapi-Help] Font without installation

2001-11-14 Thread Matt Fair
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

[Dynapi-Help] DynAPI variable and keypressed event

2001-11-02 Thread Matt Fair
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

[Dynapi-Help] 2 frames share information

2001-11-01 Thread Matt Fair
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

[Dynapi-Help] dynlayer setBgImage()

2001-11-01 Thread Matt Fair
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

Re: [Dynapi-Help] New AfroAPI release.

2001-11-01 Thread Matt Fair
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

[Dynapi-Help] DynAPI 2.5 or greater broken?

2001-10-29 Thread Matt Fair
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

[Dynapi-Help] cvs

2001-10-24 Thread Matt Fair
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

Re: [Dynapi-Help] Problem with Resize on Netscape message "Alert, did not find converter or decoder"

2001-10-19 Thread Matt Lam
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. > &

Re: [Dynapi-Help] Problem with Resize on Netscape message "Alert, did not find converter or decoder"

2001-10-18 Thread Matt Lam
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

Re: [Dynapi-Help] Problem with Resize on Netscape message "Alert, did not find converter or decoder"

2001-10-18 Thread Matt Lam
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

Re: [Dynapi-Help] Problem with Resize on Netscape message "Alert, did not find converter or decoder"

2001-10-18 Thread Matt Lam
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(); > } > > >

Re: [Dynapi-Help] Problem with Resize on Netscape message "Alert, did not find converter or decoder"

2001-10-17 Thread Matt Lam
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

Re: [Dynapi-Help] Problem with Resize on Netscape message "Alert, did not find converter or decoder"

2001-10-17 Thread Matt Lam
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

[Dynapi-Help] layer with a drag handle

2001-10-12 Thread Matt Fair
lify things. Any sugestions? Thanks Matt ___ Dynapi-Help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dynapi-help

[Dynapi-Help] Selecting and editing text dynamically

2001-10-10 Thread Matt Fair
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 [

[Dynapi-Help] Menu bar event handlers

2001-08-02 Thread matt
- 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

Re: [Dynapi-Help] Need some help with setHTML, need it badly :( - :)

2001-07-21 Thread Matt Lam
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

[Dynapi-Help] Need some help with setHTML, need it badly :( - :)

2001-07-21 Thread Matt Lam
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.

[Dynapi-Help] LGPL

2001-07-12 Thread Matt Kern
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

[Dynapi-Help] Popup menu with form in it

2001-05-17 Thread Matt Raible
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

[Dynapi-Help] mouse.js

2001-05-12 Thread Matt Fair
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 ___

RE: [Dynapi-Help] Accessing the css properties of an image within a dynlayer

2001-05-11 Thread 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

[Dynapi-Help] Accessing the css properties of an image within a dynlayer

2001-05-10 Thread matt
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

[Dynapi-Help] form elements in IE

2001-05-05 Thread Matt Fair
in IE? Thanks, Matt ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

RE: [Dynapi-Help] Speed Problems

2001-04-17 Thread Raible, Matt
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

Re: [Dynapi-Help] 2 mo' questions

2001-04-13 Thread Matt Spergel
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

Re: [Dynapi-Help] 2 mo' questions

2001-04-13 Thread Matt Spergel
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" &

Re: [Dynapi-Help] 2 mo' questions

2001-04-13 Thread 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

Re: [Dynapi-Help] 2 mo' questions

2001-04-12 Thread Matt Spergel
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... >

[Dynapi-Help] 2 mo' questions

2001-04-12 Thread Matt Spergel
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

[Dynapi-Help] DynLayer ContentWidth

2001-03-27 Thread Matt Fair
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

[Dynapi-Help] Text Layer, Text Width

2001-03-01 Thread Matt Fair
greatly appreciated. Thanks, Matt ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

[Dynapi-Help] Window Skin Examples

2001-02-25 Thread Raible, Matt
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

[Dynapi-Help] 2 Q's: "Non-include" include and Drag-and-drop example

2001-02-22 Thread Matt Kruse
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

RE: [Dynapi-Help] Editable combo box...

2001-01-26 Thread Raible, Matt
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

[Dynapi-Help] Condensing a long form into a tab-based form

2001-01-23 Thread Raible, Matt
think it might be related to this API: http://www.dansteinman.com/dynduo/en/tabs.html Thanks, Matt )Ú¦!ޖ™šŠX§‚X¬´<§j˜‡zZeŠËl²‹«qçè®§zØm¶Ÿÿ–+-²Ê.­ÇŸ¢¸ë–+-³ùb²Ø§~ÝÊv©Š¥

[Dynapi-Help] dynlayer drag and setSize

2001-01-21 Thread Matt Fair
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

[Dynapi-Help] browser font

2001-01-17 Thread Matt Fair
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

[Dynapi-Help] fonts and browsers

2001-01-13 Thread Matt Fair
settings. Is there a way to do this? Thanks Matt ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

[Dynapi-Help] text fields

2001-01-13 Thread Matt Fair
"") 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

[Dynapi-Help] parsing in javascript

2001-01-12 Thread Matt Fair
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

[Dynapi-Help] forms and layers

2001-01-11 Thread Matt Fair
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