RE: [Dynapi-Help] 3.0.0 (Beta 1) - Scrollbars

2003-08-14 Thread Daniel Tiru
Title: Message Hi Kevin! I have made a scroll, and i am testing the last things on it right now and then we can see how it works out, but right now there is no scrollbars in dynAPI. Regards Daniel -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [Dynapi-Help] menu bar examples

2003-08-14 Thread Jonathan Patton
The nightly snapshot had just what I was looking for. Thanks, -Original Message- From: Leif W [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 4:18 PM To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Help] menu bar examples menu bar examplesHello, Can you tell us which

RE: [Dynapi-Help] Re: [Dynapi-Dev] The DynAPI Web Team

2003-08-14 Thread Joy Ride
Hello, I think I missed this email while i was on vacation :/ No problem, we are still in organazing phase. :-) However I can do whatever you need me to do, i am a ASP programmer in first case but can deal with graphics aswell. I am not very good on JS yet but planning to get better, and i dont

[Dynapi-Help] is this a mozilla bug?

2003-08-14 Thread Robin Becker
Hi, we're revamping our site and decided to go to W3C strict. As part of that we wanted to use statically positioned dynamic menus, but came across the following oddity. The the two URLs have identical content except for the !DOCTYPE line but the height 1 spacer in row 1 is treated differently. IE

Re: [Dynapi-Help] Mouseover Bug? - 3.0.0 (Beta 1) - dynapi.functions.getimage.html

2003-08-14 Thread Thomas Kenne
On Tue, Aug 05 2003, Kevin Breynck wrote: Hi everyone, i have a problem with the example Other Demonstrations / - Image rollovers The shown example is very easy, but if i try to create a second image object with the same image path like the first image object, it doesn't work. I only

[Dynapi-Help] Patches/Updates for the DynAPI API

2003-08-14 Thread Raymond Irving
Hello Everyone, Please note the following changes/fixes to API [+] Add setItems() function to HTMLListBox [-] Fix HTMLMenu bug with submenus by setting submenus to -x and -y [-] Fix getImage() bug when using different params You can check out the lastest updates inside the cvs -- Raymond

Re: [Dynapi-Help] Dynapi3 getContentWidth and Template

2003-08-14 Thread Raymond Irving
The problem is not with the inserting of the code it is with access getContentWidth() before the page loads. Your code should access getConentWith() in this manner: dynapi.onLoad(init); function init() { var newContentWidth = sizeTemplate.getContentWidth(); } Where the getContentWidth()

RE: [Dynapi-Help] yet another menu question

2003-08-14 Thread Daniel Tiru
Hi Jesse! I have made it like this, 'nav(\'/default.ns?strItemID=index\')' and in this case you should be able to add more arguments. /Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Vitrone Sent: den 8 augusti 2003 16:00 To: dynapi help

[Dynapi-Help] menu bar examples

2003-08-14 Thread Jonathan Patton
Title: menu bar examples I'm looking for some examples of a horizontal drop down menu bar using the dynapi. Do you all know of any good ones. I tried the example on the site, but it did not work. Jonathan

Re: [Dynapi-Help] Dynapi3 getContentWidth and Template

2003-08-14 Thread mlist
Okay, what is the correct way to do the following then: Have containers sized so that the entirety of their contents are visible. I have a template that I change the content of. I want the object it is in display the entire template contents. And so on up the tree of

[Dynapi-Help] yet another menu question

2003-08-14 Thread Jesse Vitrone
I love the DynAPI menus, so far, everything is working great.but I have something like this: mbar.addItem(null, 'Save', 'save', savePage); And that works fine, but I'd like to have multiple save menu items, all calling the same method, but with different arguments. Is there a way

[Dynapi-Help] Mouseover Bug? - 3.0.0 (Beta 1) - dynapi.functions.getimage.html

2003-08-14 Thread Kevin Breynck
Hi everyone, i have a problem with the example Other Demonstrations / - Image rollovers The shown example is very easy, but if i try to create a second image object with the same image path like the first image object, it doesn't work. I only changed the downsrc with the oversrc for the second

Re: [Dynapi-Help] IE4 SP1a

2003-08-14 Thread Dan Willemsen
It might not be available from microsoft, but it is in the evolt.org Browser Archives: http://browsers.evolt.org/?ie/32bit/4.01_SP1 (warning... even on my broadband connection i get horrible speeds downloading) Dan Willemsen On Wed, 2003-08-06 at 09:51, Daniel Tiru wrote: Hello! Is there

Re: [Dynapi-Help] another menu question - update

2003-08-14 Thread Jesse Vitrone
Raymond, Did you get a chance to look at the menu thing? If not, no hurry. Jesse Raymond Irving wrote: Hi, Seems like this has something to do with the submenus. Will look at it later -- Raymond Irving --- Jesse Vitrone [EMAIL PROTECTED] wrote: Hmmm...in playing around, I

Re: [Dynapi-Help] Dynapi3 getContentWidth and Template

2003-08-14 Thread Raymond Irving
Hi, Let me see if I can explain what's on: DynAPI.onLoad(init); function init() { var body = 'I am a simply layer, what is my size, oldWidth is my size before we fill in a template field, newWidth is the size afterwards. [EMAIL PROTECTED]'; var sizeTemplate = new Template(body);

RE: [Dynapi-Help] menu bar examples

2003-08-14 Thread Raymond Irving
Hi, See the dynapi.gui.htmlmenu-startmenu.html example for how to change text colors. -- Raymond Irving --- Jonathan Patton [EMAIL PROTECTED] wrote: I have been working with the menu bar code and am wondering how you change the text color of a menu bar item. I've added a css attribute at

Re: [Dynapi-Help] Dynapi3 getContentWidth and Template

2003-08-14 Thread Jason Venner
If I modify my code so that the layers are created and added in the body of the document, both getWidth and getContentWidth return 0 Title: GetWidth & GetContentWidth test page Simple page to try to demonstrante issues with the getWidth and getContentWidth in dynapi3 Hi, The

Re: [Dynapi-Help] Dynapi3 getContentWidth and Template

2003-08-14 Thread mlist
I originally had my size check in the onload function. Then I moved it to the body as I miss-understood Raymond's response. This test file has the code back in the onload/init function per Raymond's last message. The behavior is the same. Title: GetWidth & GetContentWidth test page

[Dynapi-Help] Dynapi3 getContentWidth and Template

2003-08-14 Thread mlist
I have the following test case. What I want to do is determine the size of a template object after I fill in the field values. This needs to work, after the template has been added to the document. It doesn't appear to for some reason. Relevant code: the width value never changes even after I

[Dynapi-Help] Difference between 'anchorTop' and 'topA'

2003-08-14 Thread Matthias Foschepoth
Hello! I tried to use 'setAnchor'. All works fine in different browsers (NS4.7, NS7.0, IE6.0/SP1 and Opera 7.11, all in german version) when I use (complete code at the end of the email): testlayer.setAnchor({anchorLeft:'test',anchorTop:'test'}); When I use:

[Dynapi-Help] dynapi3 ns4.7 template crash

2003-08-14 Thread mlist
The attached file works fine under mozilla1.4 [linux] and ie6 [xp]. javascript crashes on NS4.7 in the generate call. Title: Netscape Crashing Page

Re: [Dynapi-Help] onMouseOver

2003-08-14 Thread Raymond Irving
You can use two layers. One to store the first image and the second for storing the second image. The next step is to listen for onclick event on layer2 -- Raymond Irving --- Kevin Breynck [EMAIL PROTECTED] wrote: Hi everyone, i have a little question. I want to highlight an Image (Img1)

[Dynapi-Help] Yet Another Netscape 4.7 problem

2003-08-14 Thread George Porterfield
Here we go again. This time, it appears that NS4 is not completely building some menues under HTMLMenu. The menues do work in both IE and NS7, but not NS4. In fact, using debugger the objects used for the failing menues report CSS=null. To see the problem go to this URL:

[Dynapi-Help] 3.0.0 (Beta 1) - Scrollbars

2003-08-14 Thread Kevin Breynck
Hello everyone, is there already an example for a scrollbar in 3.0.0 (Beta 1)? -k-

Re: [Dynapi-Help] menu bar examples

2003-08-14 Thread Leif W
menu bar examplesHello, Can you tell us which version of the DynAPI you're using, and which browser you're using? You might want to try the nightly CVS snapshot of the DynAPI ( http://dynapi.sourceforge.net/snapshot/?N=D ). Also, which example page isn't working. What are you trying to do

Re: [Dynapi-Help] Mouseover Bug? - 3.0.0 (Beta 1) -dynapi.functions.getimage.html

2003-08-14 Thread Kevin Breynck
Yes it all seems to work, but it doesn't. The problem: The parameters of the second imageobject are complete ignored. You can write into the parameter p2 whatever you want. On mouseover, the second image uses the parameters (p) of the first imageobject. -k- Raymond Irving [EMAIL

[Dynapi-Help] New HTMLProgressBar and HTMLColorPicker

2003-08-14 Thread Raymond Irving
Hello Everyone, Here are two new HTMLComponents for your viewing. Please give your feedback on these. http://www24.brinkster.com/dyntools/next/examples/dynapi.gui.htmlprogressbar.html http://www24.brinkster.com/dyntools/next/examples/dynapi.gui.htmlcolorpicker.html -- Raymond Irving

[Dynapi-Help] Core API GUI Updates

2003-08-14 Thread Raymond Irving
[+] Add dynapi.document.writeStyle() [+] Add HTMLProgressBar [+] Add HTMLColorPicker [*] HTMLMenu addItem() will now respect text directions from image inputs [+] Add contMode (Container Mode) to HTMLMenu addItem() text argument [+] Add HTMLCel() and HTMLText() to HTMLComponent [+] Added new