You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(83) |
Nov
(319) |
Dec
(441) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(617) |
Feb
(784) |
Mar
(426) |
Apr
(363) |
May
(489) |
Jun
(396) |
Jul
(405) |
Aug
(146) |
Sep
(97) |
Oct
(146) |
Nov
(348) |
Dec
(99) |
2002 |
Jan
(69) |
Feb
(92) |
Mar
(58) |
Apr
(33) |
May
(29) |
Jun
(45) |
Jul
(72) |
Aug
(71) |
Sep
(47) |
Oct
(19) |
Nov
(48) |
Dec
(55) |
2003 |
Jan
(23) |
Feb
(73) |
Mar
(42) |
Apr
(52) |
May
(64) |
Jun
(155) |
Jul
(169) |
Aug
(103) |
Sep
(113) |
Oct
(118) |
Nov
(46) |
Dec
(30) |
2004 |
Jan
(19) |
Feb
(24) |
Mar
(40) |
Apr
(13) |
May
(35) |
Jun
(1) |
Jul
(23) |
Aug
(3) |
Sep
(31) |
Oct
(31) |
Nov
(26) |
Dec
|
2005 |
Jan
(5) |
Feb
(4) |
Mar
(3) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(23) |
Sep
(9) |
Oct
(5) |
Nov
(2) |
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: stephane B <is...@ne...> - 2003-02-05 09:35:50
|
Hello, > btw, which browser do you use, bcoz AFAIK only IE supports svg viewing. > No other main browsers support it ... yet. sorry .... but no ... you can view svg file in mozilla (compile mozilla with with svg support ) there is a licence prb between the creator of this extension and the mozilla licence .... you can do it manually :-) > even in IE, i know i can open and view svg files directly but i,m not > sure if they work when inside an <img> tag in a HTML page. > check this out ... > just try embedding an svg image in a simple plain html page (without any > dynalayer) using the <img src="xxx.svg"> tag and see if it works. my > guess is that it wont work. i suppose you are killing :-) > if it works in plain html content, it should also work with html content > inside a dynlayer. > let the browser's support svg first .. that's a primary requirement. of course :-) i'm not so stupid :-) i ve spend a couple of hours to make work svg file .... something doesn't work ... in my code don't know why ... sure setHTML don't support <svg>etc...</svg> .... i will try other solution ... and give result to this mailing ... bye stephane B |
From: Doug M. <do...@cr...> - 2003-02-05 07:17:43
|
go to: http://www.richardinfo.com/examples/Jack_Speranza_Examples/filing_cabinet_ex ample.html then go to: http://www.richardinfo.com/examples/Ken_Ono_Examples/pulldown_menu.html then go to: http://www.richardinfo.com/examples/php/examples.html :-) ----- Original Message ----- From: "ed" <co...@ya...> To: <dyn...@li...> Sent: Tuesday, February 04, 2003 9:50 PM Subject: [Dynapi-Help] suggestions on menu code? > Hey all. I was wondering if any of you all > would check out the source code here: > http://dewebware.com/misc/dynapi/tests/menu.html > and give me some suggestions on the way I'm doing > this. > > I tried giving that file a .txt extension so it would > just print instead of rendering html, but it went > ahead and rendered the code even with a .txt > extension. I don't know why.. Anyways I thought I'd > save the list some bandwidth since the file's kinda > big. > > Is my approach(in general) to doing this menu sane? > > Is there a way to set up event listeners in a more > generic way? > Because the more menu items I add to this, the more > event listener code I'm gonna have to add. > > Anyways, if this is a sucky approach, please let me > know why. If it's not bad, let me know, so I can go > on working on it without wondering if I'm wasting my > time with a bad methodology. :) > > tia, > --ed > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: rameshp <ra...@in...> - 2003-02-05 06:34:00
|
stephane B wrote: >Hello, >it seems that dynlayer doesn't support svg ... >is it right ? >and i'm wondering why ... > btw, which browser do you use, bcoz AFAIK only IE supports svg viewing. No other main browsers support it ... yet. On my linux system i need to download and install separete svg viewing tools to view an svg image file An svg file is to be treated like something as a flash file rather than an image file but eventually without the need for a plugin. that is the main objective of the svg project and unfortunately that's still far away form being reached. even in IE, i know i can open and view svg files directly but i,m not sure if they work when inside an <img> tag in a HTML page. check this out ... just try embedding an svg image in a simple plain html page (without any dynalayer) using the <img src="xxx.svg"> tag and see if it works. my guess is that it wont work. if it works in plain html content, it should also work with html content inside a dynlayer. let the browser's support svg first .. that's a primary requirement. P.S - an svg file is a manually editable xml-based file format unlike image files. regardz ramesh pallikara -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[ ra...@in... ]~~~ When we talk to God it's called prayer. When God talks back it's called schizophrenia. ~~~[ AdventNet Inc, 91 - 44 - 243 12 15, 243 11 15 Extn. 216 ]~~~~~~~~~~ |
From: ed <co...@ya...> - 2003-02-05 05:50:30
|
Hey all. I was wondering if any of you all would check out the source code here: http://dewebware.com/misc/dynapi/tests/menu.html and give me some suggestions on the way I'm doing this. I tried giving that file a .txt extension so it would just print instead of rendering html, but it went ahead and rendered the code even with a .txt extension. I don't know why.. Anyways I thought I'd save the list some bandwidth since the file's kinda big. Is my approach(in general) to doing this menu sane? Is there a way to set up event listeners in a more generic way? Because the more menu items I add to this, the more event listener code I'm gonna have to add. Anyways, if this is a sucky approach, please let me know why. If it's not bad, let me know, so I can go on working on it without wondering if I'm wasting my time with a bad methodology. :) tia, --ed __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Doug M. <do...@cr...> - 2003-02-04 23:35:12
|
AS I recall, the problem with NS forgetting stuff was only with inline layers that had dynamic content. The layer would resize after I stuffed HTML into it and I would have to resize it. I'm not as sure for the location of the layer.. but I seem to recall an issue ----- Original Message ----- From: "ed" <co...@ya...> To: "Doug Melvin" <do...@cr...>; <dyn...@li...> Sent: Tuesday, February 04, 2003 1:41 PM Subject: Re: [Dynapi-Help] Can you add children to an inline layer? > Does that mean if I care about staying compatible with > Netscape 4, that I should try to set the position and > dimension properties of all layers whenever possible? > > --ed > > --- Doug Melvin <do...@cr...> wrote: > > check the inline example that comes with the > > dynapi.. > > \dynapi\examples\dynapi.ext.inline.htm > > take note: In Netscape 4.x , whenever you do > > _ANYHTING_ to a layer, inline > > or not, > > Netscape 4.x suddenly forgets where the layer should > > be and it dimentions. > > ----- Original Message ----- > > From: "ed" <co...@ya...> > > To: <dyn...@li...> > > Sent: Monday, February 03, 2003 8:31 PM > > Subject: [Dynapi-Help] Can you add children to an > > inline layer? > > > > > > > Hey all. I would like to create a layer that > > > is positioned according to the normal flow of the > > > html. In other words I don't want to add a > > position > > > attribute to it, I just want the browser to figure > > out > > > > > > where it should go. > > > But I want this layer to act as a positioning > > context > > > for child layers. In other words I want the child > > > layers to be positioned relative to the top layer. > > > > > > So I'd like to be able to create an inline layer > > and > > > then use dynAPI to add children to it. Is that > > > possible? > > > > > > I guess this means you would probably have to be > > able > > > to turn an inline layer into a dynLayer obect? So > > it > > > would have all the properties and methods > > available to > > > it that a normal dynLayer would? > > > > > > If I can't accomplish this directly is there a > > work > > > around? > > > > > > tia, > > > --ed > > > > > > > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > Yahoo! Mail Plus - Powerful. Affordable. Sign up > > now. > > > http://mailplus.yahoo.com > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: > > > SourceForge Enterprise Edition + IBM + LinuxWorld > > = Something 2 See! > > > http://www.vasoftware.com > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > |
From: Doug M. <do...@cr...> - 2003-02-04 23:33:31
|
Pretty much.. The best is to code for IE.. (as a beginner anyways) Then simply test your project in NS and see what changes you have to make.. _MOST_ of the differences are handled by DynAPI itself (which was the whole point of dynapi in the first place) It's been a while since I've even looked at javascript.. I'm only just getting back into it. But if you have any serious compatablity issues, simply post them.. I highly doubt there area nay NS-related issues I have not come up with.. My last major WEb-based project was to port an IE-only web-based communications app to NS. Let's just say I impressed quite a few people there with the usefullness of the DynAPI. ----- Original Message ----- From: "ed" <co...@ya...> To: "Doug Melvin" <do...@cr...>; <dyn...@li...> Sent: Tuesday, February 04, 2003 1:41 PM Subject: Re: [Dynapi-Help] Can you add children to an inline layer? > Does that mean if I care about staying compatible with > Netscape 4, that I should try to set the position and > dimension properties of all layers whenever possible? > > --ed > > --- Doug Melvin <do...@cr...> wrote: > > check the inline example that comes with the > > dynapi.. > > \dynapi\examples\dynapi.ext.inline.htm > > take note: In Netscape 4.x , whenever you do > > _ANYHTING_ to a layer, inline > > or not, > > Netscape 4.x suddenly forgets where the layer should > > be and it dimentions. > > ----- Original Message ----- > > From: "ed" <co...@ya...> > > To: <dyn...@li...> > > Sent: Monday, February 03, 2003 8:31 PM > > Subject: [Dynapi-Help] Can you add children to an > > inline layer? > > > > > > > Hey all. I would like to create a layer that > > > is positioned according to the normal flow of the > > > html. In other words I don't want to add a > > position > > > attribute to it, I just want the browser to figure > > out > > > > > > where it should go. > > > But I want this layer to act as a positioning > > context > > > for child layers. In other words I want the child > > > layers to be positioned relative to the top layer. > > > > > > So I'd like to be able to create an inline layer > > and > > > then use dynAPI to add children to it. Is that > > > possible? > > > > > > I guess this means you would probably have to be > > able > > > to turn an inline layer into a dynLayer obect? So > > it > > > would have all the properties and methods > > available to > > > it that a normal dynLayer would? > > > > > > If I can't accomplish this directly is there a > > work > > > around? > > > > > > tia, > > > --ed > > > > > > > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > Yahoo! Mail Plus - Powerful. Affordable. Sign up > > now. > > > http://mailplus.yahoo.com > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: > > > SourceForge Enterprise Edition + IBM + LinuxWorld > > = Something 2 See! > > > http://www.vasoftware.com > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > |
From: ed <co...@ya...> - 2003-02-04 21:41:43
|
Does that mean if I care about staying compatible with Netscape 4, that I should try to set the position and dimension properties of all layers whenever possible? --ed --- Doug Melvin <do...@cr...> wrote: > check the inline example that comes with the > dynapi.. > \dynapi\examples\dynapi.ext.inline.htm > take note: In Netscape 4.x , whenever you do > _ANYHTING_ to a layer, inline > or not, > Netscape 4.x suddenly forgets where the layer should > be and it dimentions. > ----- Original Message ----- > From: "ed" <co...@ya...> > To: <dyn...@li...> > Sent: Monday, February 03, 2003 8:31 PM > Subject: [Dynapi-Help] Can you add children to an > inline layer? > > > > Hey all. I would like to create a layer that > > is positioned according to the normal flow of the > > html. In other words I don't want to add a > position > > attribute to it, I just want the browser to figure > out > > > > where it should go. > > But I want this layer to act as a positioning > context > > for child layers. In other words I want the child > > layers to be positioned relative to the top layer. > > > > So I'd like to be able to create an inline layer > and > > then use dynAPI to add children to it. Is that > > possible? > > > > I guess this means you would probably have to be > able > > to turn an inline layer into a dynLayer obect? So > it > > would have all the properties and methods > available to > > it that a normal dynLayer would? > > > > If I can't accomplish this directly is there a > work > > around? > > > > tia, > > --ed > > > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Mail Plus - Powerful. Affordable. Sign up > now. > > http://mailplus.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld > = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: <dro...@li...> - 2003-02-04 21:39:10
|
Your mail to 'drools-interest' with the subject Kontakt Lenste yeni yil firsati 1 Kutu Lens 35 Milyon USTELIK ADRESE TESLIM KACIRMAYIN_____ Is being held until the list moderator can review it for approval. The reason it is being held: Post to moderated list Either the message will get posted to the list, or you will receive notification of the moderator's decision. |
From: <dyn...@li...> - 2003-02-04 21:39:09
|
Your mail to 'Dynapi-Announce' with the subject Kontakt Lenste yeni yil firsati 1 Kutu Lens 35 Milyon USTELIK ADRESE TESLIM KACIRMAYIN_____ Is being held until the list moderator can review it for approval. The reason it is being held: Posting to a restricted list by sender requires approval Either the message will get posted to the list, or you will receive notification of the moderator's decision. |
From: <dyn...@li...> - 2003-02-04 21:39:09
|
Your mail to 'Dynapi-Dev' with the subject Kontakt Lenste yeni yil firsati 1 Kutu Lens 35 Milyon USTELIK ADRESE TESLIM KACIRMAYIN_____ Is being held until the list moderator can review it for approval. The reason it is being held: Message has implicit destination Either the message will get posted to the list, or you will receive notification of the moderator's decision. |
From: <dyn...@li...> - 2003-02-04 21:39:09
|
Your mail to 'Dynapi-CVS' with the subject Kontakt Lenste yeni yil firsati 1 Kutu Lens 35 Milyon USTELIK ADRESE TESLIM KACIRMAYIN_____ Is being held until the list moderator can review it for approval. The reason it is being held: Post to moderated list Either the message will get posted to the list, or you will receive notification of the moderator's decision. |
From: <dyn...@li...> - 2003-02-04 21:39:08
|
Your mail to 'Dynapi-Chat' with the subject Kontakt Lenste yeni yil firsati 1 Kutu Lens 35 Milyon USTELIK ADRESE TESLIM KACIRMAYIN_____ Is being held until the list moderator can review it for approval. The reason it is being held: Message has implicit destination Either the message will get posted to the list, or you will receive notification of the moderator's decision. |
From: <dri...@li...> - 2003-02-04 21:39:07
|
Your mail to 'Dri-devel' with the subject Kontakt Lenste yeni yil firsati 1 Kutu Lens 35 Milyon USTELIK ADRESE TESLIM KACIRMAYIN_____ Is being held until the list moderator can review it for approval. The reason it is being held: Message has implicit destination Either the message will get posted to the list, or you will receive notification of the moderator's decision. |
From: dynapi-help <dyn...@li...> - 2003-02-04 21:38:38
|
ICAgIEVuIHVjdXogbGVuc2xlciBpY2luIGx1dGZlbiB0aWtsYXlpbi4gDQogICAgQmlyIHRl bGVmb25sYSBhZHJlc2UgdGVzbGltLg0KDQogICAgICAgICAgICBodHRwOi8vd3d3LmFrZGVu aXpnb3ouY29tDQoNCiAgICAgICAgIEFrZGVuaXogR296IE1lcmtlemkgDQpGZXZ6aXBh/mEg Tm86NzMgRmF0aWggICAgMCAyMTIgNjM1IDc0IDc0DQoNCg0KDQoNCkxpc3RlZGVuIGNpa21h ayBpY2luICAgICByZW1vdmVAYWtkZW5pemdvei5jb20gICAgICAgIGFkcmVzaW5lIGJvcyBt YWlsIGdvbmRlcmluaXogICAg |
From: Doug M. <do...@cr...> - 2003-02-04 21:02:03
|
You must use 'reply to all' to get your message to show in the list.. = otherwise it only shows to the person who wrote the origional. |
From: stephane B <is...@ne...> - 2003-02-04 18:59:57
|
sorry , i'm so unexperienced with javascript ... and i've made a strong = coding error (it seems) ... in fact when u use setHTML("something"); u have to do ... <a href=3D'javascript:DeleteLayer()'>hello</a> and not <a = href=3D"javascript:DeleteLayer()"> it cost an error .... sorry ... so sorry ... :-) stephane B ----- Original Message -----=20 From: Doug Melvin=20 To: stephane B ; dyn...@li...=20 Sent: Tuesday, February 04, 2003 10:54 PM Subject: Re: [Dynapi-Help] simple question I can't really tell fomr you code.. (you didn't include enough to be = sure) The attached code works just fine. Try attaching you HTML files when you are really lost.. For most of us salty old dogs a simple glance at your code will tell = use what we need to tell you to help you on your way.. Remember that you do not need to inlcude your whole damned project.. just the code you are having problems with. PLEASE! use a file attachment.. that way we don't have to search = through all of your code to find the question. :-) The two files show two methods.. comments can be found in the files ----- Original Message ----- From: "stephane B" <is...@ne...> To: <dyn...@li...> Sent: Tuesday, February 04, 2003 6:20 AM Subject: [Dynapi-Help] simple question > Hello, > i'm new to dynapi ... wonderful project .... > i have a simple beginner question ... > i ve created a simple layr by this way : > var dlyr =3D new DynLayer(null,400,200,400,500); > > i can delete it in html code using : > <a href=3D"javascript:DeleteLayer()">Delete layer</a> // fonction = to delete > > but i'm wondering how to create a bouton (link) to be able to delete = it in > the layer that i ve created .... > > dlyr.setHTML ("<a href=3D"javascript:DelteLayer()">Delete = layer</a>"); > doesn't work.... > > what is the good code to this kind of thing .... > > thanks a lot .... > > stephane B > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something 2 = See! > http://www.vasoftware.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: Doug M. <do...@cr...> - 2003-02-04 18:54:40
|
check the inline example that comes with the dynapi.. \dynapi\examples\dynapi.ext.inline.htm take note: In Netscape 4.x , whenever you do _ANYHTING_ to a layer, inline or not, Netscape 4.x suddenly forgets where the layer should be and it dimentions. ----- Original Message ----- From: "ed" <co...@ya...> To: <dyn...@li...> Sent: Monday, February 03, 2003 8:31 PM Subject: [Dynapi-Help] Can you add children to an inline layer? > Hey all. I would like to create a layer that > is positioned according to the normal flow of the > html. In other words I don't want to add a position > attribute to it, I just want the browser to figure out > > where it should go. > But I want this layer to act as a positioning context > for child layers. In other words I want the child > layers to be positioned relative to the top layer. > > So I'd like to be able to create an inline layer and > then use dynAPI to add children to it. Is that > possible? > > I guess this means you would probably have to be able > to turn an inline layer into a dynLayer obect? So it > would have all the properties and methods available to > it that a normal dynLayer would? > > If I can't accomplish this directly is there a work > around? > > tia, > --ed > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: <ts...@ep...> - 2003-02-04 18:52:20
|
SVG = Scalable Vector Graphics. As the name suggests it's a vector graphics format for the web. This means that you're no longer stuck with resolution-fixed pictures. Imagine a piece of graphic which contains a map. If it's in SVG format you'll be able to zoom in without quality loss. Read more here: http://www.gector.org/robert/svg/ http://www.w3.org/TR/SVG/ http://www.adobe.com/svg/main.html Regards, Thomas Søndergaard www.alternativ.dk ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Tuesday, February 04, 2003 10:29 PM Subject: Re: [Dynapi-Help] dynapi and svg > um.. what the hell's svg? > ----- Original Message ----- > From: "stephane B" <is...@ne...> > To: <dyn...@li...> > Sent: Tuesday, February 04, 2003 10:10 AM > Subject: [Dynapi-Help] dynapi and svg > > > > Hello, > > it seems that dynlayer doesn't support svg ... > > is it right ? > > and i'm wondering why ... > > > > thanks > > stephane B > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Doug M. <do...@cr...> - 2003-02-04 18:51:53
|
I can't really tell fomr you code.. (you didn't include enough to be sure) The attached code works just fine. Try attaching you HTML files when you are really lost.. For most of us salty old dogs a simple glance at your code will tell use what we need to tell you to help you on your way.. Remember that you do not need to inlcude your whole damned project.. just the code you are having problems with. PLEASE! use a file attachment.. that way we don't have to search through all of your code to find the question. :-) The two files show two methods.. comments can be found in the files ----- Original Message ----- From: "stephane B" <is...@ne...> To: <dyn...@li...> Sent: Tuesday, February 04, 2003 6:20 AM Subject: [Dynapi-Help] simple question > Hello, > i'm new to dynapi ... wonderful project .... > i have a simple beginner question ... > i ve created a simple layr by this way : > var dlyr = new DynLayer(null,400,200,400,500); > > i can delete it in html code using : > <a href="javascript:DeleteLayer()">Delete layer</a> // fonction to delete > > but i'm wondering how to create a bouton (link) to be able to delete it in > the layer that i ve created .... > > dlyr.setHTML ("<a href="javascript:DelteLayer()">Delete layer</a>"); > doesn't work.... > > what is the good code to this kind of thing .... > > thanks a lot .... > > stephane B > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: stephane B <is...@ne...> - 2003-02-04 18:47:36
|
> um.. what the hell's svg? scalable vector graphics http://www.w3.org/Graphics/SVG i think it's quite well known ... no ? and quite wonderful... (my point of view) stephane B |
From: Doug M. <do...@cr...> - 2003-02-04 18:30:31
|
um.. what the hell's svg? ----- Original Message ----- From: "stephane B" <is...@ne...> To: <dyn...@li...> Sent: Tuesday, February 04, 2003 10:10 AM Subject: [Dynapi-Help] dynapi and svg > Hello, > it seems that dynlayer doesn't support svg ... > is it right ? > and i'm wondering why ... > > thanks > stephane B > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: stephane B <is...@ne...> - 2003-02-04 18:01:30
|
Hello, it seems that dynlayer doesn't support svg ... is it right ? and i'm wondering why ... thanks stephane B |
From: ed <co...@ya...> - 2003-02-04 17:30:24
|
Ahh.. There's an example of inline layers being turned into objects right in the "inline" example that comes with the distro. I added a child to one of the inline layer objects in the example, and it worked fine. Sorry I didn't look first! thanks, --ed --- ed <co...@ya...> wrote: > ...I'd like to be able to create an inline layer and > > then use dynAPI to add children to it. Is that > possible? Yes it is. > I guess this means you would probably have to be > able > to turn an inline layer into a dynLayer obect? Correct > So it would have all the properties and methods available > to > it that a normal dynLayer would? Correct __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: stephane B <is...@ne...> - 2003-02-04 14:11:37
|
Hello, i'm new to dynapi ... wonderful project .... i have a simple beginner question ... i ve created a simple layr by this way : var dlyr = new DynLayer(null,400,200,400,500); i can delete it in html code using : <a href="javascript:DeleteLayer()">Delete layer</a> // fonction to delete but i'm wondering how to create a bouton (link) to be able to delete it in the layer that i ve created .... dlyr.setHTML ("<a href="javascript:DelteLayer()">Delete layer</a>"); doesn't work.... what is the good code to this kind of thing .... thanks a lot .... stephane B |
From: Raymond I. <xw...@ya...> - 2003-02-04 13:44:48
|
--- ed <co...@ya...> wrote: > ...I'd like to be able to create an inline layer and > > then use dynAPI to add children to it. Is that > possible? Yes it is. > I guess this means you would probably have to be > able > to turn an inline layer into a dynLayer obect? Correct > So it would have all the properties and methods available > to > it that a normal dynLayer would? Correct __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |