Re: [Dynapi-Dev] Pondering the "API"...

2001-07-22 Thread Stephan Tolksdorf
> 1) TREE-BRANCHING the API. This includes splitting the current offering > into NS/IE legs as well as adding a new "DOM" leg. This doesn't imply > extending the current API into the DOM branch as much as using the same > "interfaces" for the object/method/property calls while implementing > int

Re[2]: [Dynapi-Dev] Pondering the "API"...

2001-07-22 Thread Stephan Tolksdorf
>Have you had a look at my api in the meantime? Oooupps, shouldn't have gone to the list. Sorry. Stephan ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

[Dynapi-Dev] Can one draw shapes with javascript?

2001-07-22 Thread Richard Bennett
Yes you can! In IE5.5 at least, see: http://www.resass.f2s.com/dynapi/Richard_Examples/draw.html Richard. ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Re: [Dynapi-Dev] Can one draw shapes with javascript?

2001-07-22 Thread Richard Bennett
And another version using VML and XML, IE5 only I'm afraid: http://www.resass.f2s.com/dynapi/Richard_Examples/drawXMLLine.html - Original Message - From: "Richard Bennett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 22 July, 2001 18:48 Subject: [Dynapi-Dev] Can one draw shapes wi

Re[2]: [Dynapi-Dev] Can one draw shapes with javascript?

2001-07-22 Thread Stephan Tolksdorf
> And another version using VML and XML Very nice. Do you have any pointers for more information? Stephan ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

[Dynapi-Dev] [ dynapi-Bugs-443477 ] Thread is undefined

2001-07-22 Thread noreply
Bugs item #443477, was opened at 2001-07-21 21:41 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=443477&group_id=5757 Category: DynAPI 2 API Group: Unverified >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Andrew Gullans (jacknife) Assign

[Dynapi-Dev] [ dynapi-Bugs-442397 ] bug in DynObject.addChild

2001-07-22 Thread noreply
Bugs item #442397, was opened at 2001-07-18 06:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=442397&group_id=5757 Category: DynAPI 2 API Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Yurij Silvestrov (yura_silver) Assigne

[Dynapi-Dev] [ dynapi-Bugs-440013 ] Browser Detection

2001-07-22 Thread noreply
Bugs item #440013, was opened at 2001-07-10 04:35 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=440013&group_id=5757 Category: None Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Stratis Karamanlakis (skaramanlakis) Assigned

Re: Re[2]: [Dynapi-Dev] Can one draw shapes with javascript?

2001-07-22 Thread Richard Bennett
Hi, Most info I found was here: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/VML/Defau lt.asp you have to use "view source" to get the url of the examples, as they made mistakes in the syntax of their links though. Richard. - Original Message - From: "Stephan Tolk

Re: [Dynapi-Dev] Can one draw shapes with javascript?

2001-07-22 Thread Alexey Medvedev
On Sun, 22 Jul 2001, Richard Bennett wrote: You could - http://www.elf.org/ (pnglets) But, I afraid, it is for Netscape4 only :) > And another version using VML and XML, IE5 only I'm afraid: > > http://www.resass.f2s.com/dynapi/Richard_Examples/drawXMLLine.html Also ht