From: Daniel T. <de...@ti...> - 2003-10-10 06:05:50
|
Hello developers! I would need yor expertice right now... I have found something, maybee its by design in some way, but i doubt it. If you add text to a layer, and add a event listner to the layer, say on mouseover and you change layer no2 bgcolor. If you add a layer over the textlayer, make it transparant and change the event listner to listen to mouseover on the new layer you will notice that when you move your mouse over the text of the bottomlayer no onmouseover event will be sent. However if you move your mose outside the text it will. This is fixed by set the top layer to show a color, thought... the problem is then that you wont see the text :) So you have to add a transparent gif. So now you will tell me, skip the top layer and it will work fine!? Yepp, if using windows and ie (havent tried alot so far) its working fine. If using IE on Mac it dont. :( The default for mac is to add layer and add text, the text dont_inherit_the_properties of the layer, but making a "Mac-text-layer" or something so it wont work in the first case. Do anyone have a solution to implent into the dynlayer.js that will solve this? Regards Daniel |
From: Michael B. <mi...@mi...> - 2003-10-10 06:14:57
|
Show me with code what you mean! obj = dynapi.document.addChild( new DynLayer() ) Etc... I usually can fix mac things Michael Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: > Hello developers! > > I would need yor expertice right now... > > I have found something, maybee its by design in some way, but i doubt it. > > If you add text to a layer, and add a event listner to the layer, say on > mouseover and you change layer no2 bgcolor. > > If you add a layer over the textlayer, make it transparant and change the > event listner to listen to mouseover on the new layer you will notice that > when you move your mouse over the text of the bottomlayer no onmouseover event > will be sent. However if you move your mose outside the text it will. This is > fixed by set the top layer to show a color, thought... the problem is then > that you wont see the text :) So you have to add a transparent gif. > > So now you will tell me, skip the top layer and it will work fine!? Yepp, if > using windows and ie (havent tried alot so far) its working fine. If using IE > on Mac it dont. :( The default for mac is to add layer and add text, the text > dont_inherit_the_properties of the layer, but making a "Mac-text-layer" or > something so it wont work in the first case. > > Do anyone have a solution to implent into the dynlayer.js that will solve > this? > > Regards > Daniel > |
From: Daniel T. <de...@ti...> - 2003-10-10 07:44:42
|
Hi Michael! Check out http://www.tiru.se/mobug.html What I get wierd is when using setBgColor() i think :) Check the example and you will c :) /Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Michael Bystrom Sent: den 10 oktober 2003 08:15 To: dyn...@li... Subject: Re: [Dynapi-Dev] Layers and text Show me with code what you mean! obj = dynapi.document.addChild( new DynLayer() ) Etc... I usually can fix mac things Michael Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: > Hello developers! > > I would need yor expertice right now... > > I have found something, maybee its by design in some way, but i doubt > it. > > If you add text to a layer, and add a event listner to the layer, say > on mouseover and you change layer no2 bgcolor. > > If you add a layer over the textlayer, make it transparant and change > the event listner to listen to mouseover on the new layer you will > notice that when you move your mouse over the text of the bottomlayer > no onmouseover event will be sent. However if you move your mose > outside the text it will. This is fixed by set the top layer to show a > color, thought... the problem is then that you wont see the text :) So > you have to add a transparent gif. > > So now you will tell me, skip the top layer and it will work fine!? > Yepp, if using windows and ie (havent tried alot so far) its working > fine. If using IE on Mac it dont. :( The default for mac is to add > layer and add text, the text dont_inherit_the_properties of the layer, > but making a "Mac-text-layer" or something so it wont work in the > first case. > > Do anyone have a solution to implent into the dynlayer.js that will > solve this? > > Regards > Daniel > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Jacob L. <jy...@mo...> - 2003-10-10 13:35:14
|
Daniel With IE 6.0 on WinXP, the left rectangle changes color and the text stays visible when I move the mouse, and the right rectangle changes color but the text becomes invisible (hidden?) after the first mouse move. Is that the intended behavior? --JYL > Hi Michael! > > Check out http://www.tiru.se/mobug.html > > What I get wierd is when using setBgColor() i think :) > > Check the example and you will c :) > > /Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 10 oktober 2003 08:15 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text > > > Show me with code what you mean! > > obj = dynapi.document.addChild( new DynLayer() ) > Etc... > > > I usually can fix mac things > Michael > > > > Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: > >> Hello developers! >> >> I would need yor expertice right now... >> >> I have found something, maybee its by design in some way, but i doubt >> it. >> >> If you add text to a layer, and add a event listner to the layer, say >> on mouseover and you change layer no2 bgcolor. >> >> If you add a layer over the textlayer, make it transparant and change >> the event listner to listen to mouseover on the new layer you will >> notice that when you move your mouse over the text of the bottomlayer >> no onmouseover event will be sent. However if you move your mose >> outside the text it will. This is fixed by set the top layer to show a > >> color, thought... the problem is then that you wont see the text :) So > >> you have to add a transparent gif. >> >> So now you will tell me, skip the top layer and it will work fine!? >> Yepp, if using windows and ie (havent tried alot so far) its working >> fine. If using IE on Mac it dont. :( The default for mac is to add >> layer and add text, the text dont_inherit_the_properties of the layer, > >> but making a "Mac-text-layer" or something so it wont work in the >> first case. >> >> Do anyone have a solution to implent into the dynlayer.js that will >> solve this? >> >> Regards >> Daniel >> > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. See the people > who have HELPED US provide better services: Click here: > http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Daniel T. <de...@ti...> - 2003-10-10 13:38:38
|
Hi Jacob, I would not call it intended :) I would call it a bug :) Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Jacob Levy Sent: den 10 oktober 2003 15:35 To: dyn...@li... Cc: de...@ti... Subject: RE: [Dynapi-Dev] Layers and text Daniel With IE 6.0 on WinXP, the left rectangle changes color and the text stays visible when I move the mouse, and the right rectangle changes color but the text becomes invisible (hidden?) after the first mouse move. Is that the intended behavior? --JYL > Hi Michael! > > Check out http://www.tiru.se/mobug.html > > What I get wierd is when using setBgColor() i think :) > > Check the example and you will c :) > > /Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 10 oktober 2003 08:15 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text > > > Show me with code what you mean! > > obj = dynapi.document.addChild( new DynLayer() ) > Etc... > > > I usually can fix mac things > Michael > > > > Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: > >> Hello developers! >> >> I would need yor expertice right now... >> >> I have found something, maybee its by design in some way, but i doubt >> it. >> >> If you add text to a layer, and add a event listner to the layer, say >> on mouseover and you change layer no2 bgcolor. >> >> If you add a layer over the textlayer, make it transparant and change >> the event listner to listen to mouseover on the new layer you will >> notice that when you move your mouse over the text of the bottomlayer >> no onmouseover event will be sent. However if you move your mose >> outside the text it will. This is fixed by set the top layer to show >> a > >> color, thought... the problem is then that you wont see the text :) >> So > >> you have to add a transparent gif. >> >> So now you will tell me, skip the top layer and it will work fine!? >> Yepp, if using windows and ie (havent tried alot so far) its working >> fine. If using IE on Mac it dont. :( The default for mac is to add >> layer and add text, the text dont_inherit_the_properties of the >> layer, > >> but making a "Mac-text-layer" or something so it wont work in the >> first case. >> >> Do anyone have a solution to implent into the dynlayer.js that will >> solve this? >> >> Regards >> Daniel >> > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. See the people > who have HELPED US provide better services: Click here: > http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. See the people > who have HELPED US provide better services: Click here: > http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2003-10-10 14:12:53
|
I think I see what you're talking about. In IE6 in Win2k (all most recent updates), the MacIE layer bg color changes (onmousemove event is heard) even when the mouse is moving over the text, but this is not the case for the WinIE layer. It's like when the mouse cursor changes from an arrow to an I, then IE stops sending mousemove events. Not sure how to work around this, but at least I can verify. :) Leif ----- Original Message ----- From: "Daniel Tiru" <de...@ti...> To: <dyn...@li...> Sent: Friday, October 10, 2003 3:44 AM Subject: RE: [Dynapi-Dev] Layers and text > Hi Michael! > > Check out http://www.tiru.se/mobug.html > > What I get wierd is when using setBgColor() i think :) > > Check the example and you will c :) > > /Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 10 oktober 2003 08:15 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text > > > Show me with code what you mean! > > obj = dynapi.document.addChild( new DynLayer() ) > Etc... > > > I usually can fix mac things > Michael > > > > Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: > > > Hello developers! > > > > I would need yor expertice right now... > > > > I have found something, maybee its by design in some way, but i doubt > > it. > > > > If you add text to a layer, and add a event listner to the layer, say > > on mouseover and you change layer no2 bgcolor. > > > > If you add a layer over the textlayer, make it transparant and change > > the event listner to listen to mouseover on the new layer you will > > notice that when you move your mouse over the text of the bottomlayer > > no onmouseover event will be sent. However if you move your mose > > outside the text it will. This is fixed by set the top layer to show a > > > color, thought... the problem is then that you wont see the text :) So > > > you have to add a transparent gif. > > > > So now you will tell me, skip the top layer and it will work fine!? > > Yepp, if using windows and ie (havent tried alot so far) its working > > fine. If using IE on Mac it dont. :( The default for mac is to add > > layer and add text, the text dont_inherit_the_properties of the layer, > > > but making a "Mac-text-layer" or something so it wont work in the > > first case. > > > > Do anyone have a solution to implent into the dynlayer.js that will > > solve this? > > > > Regards > > Daniel > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. See the people > who have HELPED US provide better services: Click here: > http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Michael B. <mi...@mi...> - 2003-10-10 23:38:48
|
Sorry for the late response I had to go to IKEA and buy extra sofa :) Ohh I see what you mean, That IE5 mac will not fire it's events over the html elements. Yep aware this, It refuses to bubble the event down it just sees the html elm and stops. I've tired and have no fix for this, it's the same for my button widget (and others) I don't think this is a problem with the api because the api 2.5+ has the same problem. I will not go into this here but Mac IE5 has MAJOR quirks concerning events and InsertAdjacentHTML and createElement when html elements are involved. If this is something that you REALY need I would use something like this. And use it for Mac IE5 specific only. dynapi.document.onmousemove = function(e){ var o = lyrWinIETop if( e.getPageX()>o.getPageX() && e.getPageX()<o.getPageX()+o.getWidth() && e.getPageY()>o.getPageY() && e.getPageY()<o.getPageY()+o.getHeight() ) { o.setBgColor(dynapi.functions.getRandomColor()); } } This will create the effect I think you where after. Michael > Hi Michael! > > Check out http://www.tiru.se/mobug.html > > What I get wierd is when using setBgColor() i think :) > > Check the example and you will c :) > > /Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 10 oktober 2003 08:15 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text > > > Show me with code what you mean! > > obj = dynapi.document.addChild( new DynLayer() ) > Etc... > > > I usually can fix mac things > Michael > > > > Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: > >> Hello developers! >> >> I would need yor expertice right now... >> >> I have found something, maybee its by design in some way, but i doubt >> it. >> >> If you add text to a layer, and add a event listner to the layer, say >> on mouseover and you change layer no2 bgcolor. >> >> If you add a layer over the textlayer, make it transparant and change >> the event listner to listen to mouseover on the new layer you will >> notice that when you move your mouse over the text of the bottomlayer >> no onmouseover event will be sent. However if you move your mose >> outside the text it will. This is fixed by set the top layer to show a > >> color, thought... the problem is then that you wont see the text :) So > >> you have to add a transparent gif. >> >> So now you will tell me, skip the top layer and it will work fine!? >> Yepp, if using windows and ie (havent tried alot so far) its working >> fine. If using IE on Mac it dont. :( The default for mac is to add >> layer and add text, the text dont_inherit_the_properties of the layer, > >> but making a "Mac-text-layer" or something so it wont work in the >> first case. >> >> Do anyone have a solution to implent into the dynlayer.js that will >> solve this? >> >> Regards >> Daniel |
From: Daniel T. <de...@ti...> - 2003-10-10 23:43:47
|
Hi! Did you buy a "klippan"-sofa? =) Well.. Can you check the example again? I have "fixed" the glitch... Temporary... And you will see what i mean with "temporary" and "fix" :) Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Michael Bystrom Sent: den 11 oktober 2003 01:39 To: dyn...@li... Subject: Re: [Dynapi-Dev] Layers and text Sorry for the late response I had to go to IKEA and buy extra sofa :) Ohh I see what you mean, That IE5 mac will not fire it's events over the html elements. Yep aware this, It refuses to bubble the event down it just sees the html elm and stops. I've tired and have no fix for this, it's the same for my button widget (and others) I don't think this is a problem with the api because the api 2.5+ has the same problem. I will not go into this here but Mac IE5 has MAJOR quirks concerning events and InsertAdjacentHTML and createElement when html elements are involved. If this is something that you REALY need I would use something like this. And use it for Mac IE5 specific only. dynapi.document.onmousemove = function(e){ var o = lyrWinIETop if( e.getPageX()>o.getPageX() && e.getPageX()<o.getPageX()+o.getWidth() && e.getPageY()>o.getPageY() && e.getPageY()<o.getPageY()+o.getHeight() ) { o.setBgColor(dynapi.functions.getRandomColor()); } } This will create the effect I think you where after. Michael > Hi Michael! > > Check out http://www.tiru.se/mobug.html > > What I get wierd is when using setBgColor() i think :) > > Check the example and you will c :) > > /Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 10 oktober 2003 08:15 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text > > > Show me with code what you mean! > > obj = dynapi.document.addChild( new DynLayer() ) > Etc... > > > I usually can fix mac things > Michael > > > > Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: > >> Hello developers! >> >> I would need yor expertice right now... >> >> I have found something, maybee its by design in some way, but i doubt >> it. >> >> If you add text to a layer, and add a event listner to the layer, say >> on mouseover and you change layer no2 bgcolor. >> >> If you add a layer over the textlayer, make it transparant and change >> the event listner to listen to mouseover on the new layer you will >> notice that when you move your mouse over the text of the bottomlayer >> no onmouseover event will be sent. However if you move your mose >> outside the text it will. This is fixed by set the top layer to show >> a > >> color, thought... the problem is then that you wont see the text :) >> So > >> you have to add a transparent gif. >> >> So now you will tell me, skip the top layer and it will work fine!? >> Yepp, if using windows and ie (havent tried alot so far) its working >> fine. If using IE on Mac it dont. :( The default for mac is to add >> layer and add text, the text dont_inherit_the_properties of the >> layer, > >> but making a "Mac-text-layer" or something so it wont work in the >> first case. >> >> Do anyone have a solution to implent into the dynlayer.js that will >> solve this? >> >> Regards >> Daniel ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Michael B. <mi...@mi...> - 2003-10-11 00:00:07
|
N=E4 jag har k=F6pt Ekeskog soffan (den Stora) och Barkaby f=E5t=F6ljen alla i Sand F=E4rg mmmm mycket fint :) Yepp trans gif works fine, When I think of it I did the same when I wrote my first api (dhtmlapi). The= n I had the same problem with my list widget. Now days I stopped all GUI design for the Mac IE5, there is no more hope fo= r it and Mozilla and Safari is SOOOOOOO much faster. For IOS I've dropped support for the tree list widget no match for it... Hmmm sad really nice html browser fast really fast. Microsoft works in mysterious ways... Oh jag k=F6pte Skyar lampan oks=E5 hehe Michael=20 > Hi! >=20 > Did you buy a "klippan"-sofa? =3D) >=20 > Well.. Can you check the example again? I have "fixed" the glitch... > Temporary... And you will see what i mean with "temporary" and "fix" :) >=20 > Regards > Daniel >=20 > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 11 oktober 2003 01:39 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text >=20 >=20 > Sorry for the late response I had to go to IKEA and buy extra sofa :) >=20 > Ohh I see what you mean, That IE5 mac will not fire it's events over the > html elements. Yep aware this, It refuses to bubble the event down it > just sees the html elm and stops. >=20 > I've tired and have no fix for this, it's the same for my button widget > (and > others) I don't think this is a problem with the api because the api > 2.5+ has the same problem. >=20 > I will not go into this here but Mac IE5 has MAJOR quirks concerning > events and InsertAdjacentHTML and createElement when html elements are > involved. >=20 > If this is something that you REALY need I would use something like > this. And use it for Mac IE5 specific only. >=20 > dynapi.document.onmousemove =3D function(e){ >=20 > var o =3D lyrWinIETop > if( e.getPageX()>o.getPageX() > && e.getPageX()<o.getPageX()+o.getWidth() > && e.getPageY()>o.getPageY() > && e.getPageY()<o.getPageY()+o.getHeight() ) { > o.setBgColor(dynapi.functions.getRandomColor()); > } > } >=20 > This will create the effect I think you where after. >=20 > Michael >=20 >=20 >=20 >> Hi Michael! >>=20 >> Check out http://www.tiru.se/mobug.html >>=20 >> What I get wierd is when using setBgColor() i think :) >>=20 >> Check the example and you will c :) >>=20 >> /Daniel >>=20 >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...] On Behalf Of Michael >> Bystrom >> Sent: den 10 oktober 2003 08:15 >> To: dyn...@li... >> Subject: Re: [Dynapi-Dev] Layers and text >>=20 >>=20 >> Show me with code what you mean! >>=20 >> obj =3D dynapi.document.addChild( new DynLayer() ) >> Etc... >>=20 >>=20 >> I usually can fix mac things >> Michael >>=20 >>=20 >>=20 >> Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: >>=20 >>> Hello developers! >>>=20 >>> I would need yor expertice right now... >>>=20 >>> I have found something, maybee its by design in some way, but i doubt >=20 >>> it. >>>=20 >>> If you add text to a layer, and add a event listner to the layer, say >=20 >>> on mouseover and you change layer no2 bgcolor. >>>=20 >>> If you add a layer over the textlayer, make it transparant and change >=20 >>> the event listner to listen to mouseover on the new layer you will >>> notice that when you move your mouse over the text of the bottomlayer >=20 >>> no onmouseover event will be sent. However if you move your mose >>> outside the text it will. This is fixed by set the top layer to show >>> a >>=20 >>> color, thought... the problem is then that you wont see the text :) >>> So >>=20 >>> you have to add a transparent gif. >>>=20 >>> So now you will tell me, skip the top layer and it will work fine!? >>> Yepp, if using windows and ie (havent tried alot so far) its working >>> fine. If using IE on Mac it dont. :( The default for mac is to add >>> layer and add text, the text dont_inherit_the_properties of the >>> layer, >>=20 >>> but making a "Mac-text-layer" or something so it wont work in the >>> first case. >>>=20 >>> Do anyone have a solution to implent into the dynlayer.js that will >>> solve this? >>>=20 >>> Regards >>> Daniel |
From: Daniel T. <de...@ti...> - 2003-10-11 00:11:42
|
Hehe, kul att det blev bra :) Well.. I must have support... And have used some in very sharp enviorments like http://spinn.svt.se which uses the html menu, it works very nice... Just this one that got a problem... But its "fixed" now. But i dont know if this fix can be used for permanent solutions... Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Michael Bystrom Sent: den 11 oktober 2003 02:00 To: dyn...@li... Subject: Re: [Dynapi-Dev] Layers and text N=E4 jag har k=F6pt Ekeskog soffan (den Stora) och Barkaby f=E5t=F6ljen = alla i Sand F=E4rg mmmm mycket fint :) Yepp trans gif works fine, When I think of it I did the same when I wrote my first api (dhtmlapi). Then I had the same problem with my list widget. Now days I stopped all GUI design for the Mac IE5, there is no more hope for it and Mozilla and Safari is SOOOOOOO much faster. For IOS I've dropped support for the tree list widget no match for it... Hmmm sad really nice html browser fast really fast. Microsoft works in mysterious ways... Oh jag k=F6pte Skyar lampan oks=E5 hehe Michael=20 > Hi! >=20 > Did you buy a "klippan"-sofa? =3D) >=20 > Well.. Can you check the example again? I have "fixed" the glitch...=20 > Temporary... And you will see what i mean with "temporary" and "fix"=20 > :) >=20 > Regards > Daniel >=20 > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael=20 > Bystrom > Sent: den 11 oktober 2003 01:39 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text >=20 >=20 > Sorry for the late response I had to go to IKEA and buy extra sofa :) >=20 > Ohh I see what you mean, That IE5 mac will not fire it's events over=20 > the html elements. Yep aware this, It refuses to bubble the event down > it just sees the html elm and stops. >=20 > I've tired and have no fix for this, it's the same for my button=20 > widget (and > others) I don't think this is a problem with the api because the api=20 > 2.5+ has the same problem. >=20 > I will not go into this here but Mac IE5 has MAJOR quirks concerning=20 > events and InsertAdjacentHTML and createElement when html elements are > involved. >=20 > If this is something that you REALY need I would use something like=20 > this. And use it for Mac IE5 specific only. >=20 > dynapi.document.onmousemove =3D function(e){ >=20 > var o =3D lyrWinIETop > if( e.getPageX()>o.getPageX() > && e.getPageX()<o.getPageX()+o.getWidth() > && e.getPageY()>o.getPageY() > && e.getPageY()<o.getPageY()+o.getHeight() ) { > o.setBgColor(dynapi.functions.getRandomColor()); > } > } >=20 > This will create the effect I think you where after. >=20 > Michael >=20 >=20 >=20 >> Hi Michael! >>=20 >> Check out http://www.tiru.se/mobug.html >>=20 >> What I get wierd is when using setBgColor() i think :) >>=20 >> Check the example and you will c :) >>=20 >> /Daniel >>=20 >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...] On Behalf Of Michael=20 >> Bystrom >> Sent: den 10 oktober 2003 08:15 >> To: dyn...@li... >> Subject: Re: [Dynapi-Dev] Layers and text >>=20 >>=20 >> Show me with code what you mean! >>=20 >> obj =3D dynapi.document.addChild( new DynLayer() ) >> Etc... >>=20 >>=20 >> I usually can fix mac things >> Michael >>=20 >>=20 >>=20 >> Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: >>=20 >>> Hello developers! >>>=20 >>> I would need yor expertice right now... >>>=20 >>> I have found something, maybee its by design in some way, but i=20 >>> doubt >=20 >>> it. >>>=20 >>> If you add text to a layer, and add a event listner to the layer,=20 >>> say >=20 >>> on mouseover and you change layer no2 bgcolor. >>>=20 >>> If you add a layer over the textlayer, make it transparant and=20 >>> change >=20 >>> the event listner to listen to mouseover on the new layer you will=20 >>> notice that when you move your mouse over the text of the=20 >>> bottomlayer >=20 >>> no onmouseover event will be sent. However if you move your mose=20 >>> outside the text it will. This is fixed by set the top layer to show >>> a >>=20 >>> color, thought... the problem is then that you wont see the text :)=20 >>> So >>=20 >>> you have to add a transparent gif. >>>=20 >>> So now you will tell me, skip the top layer and it will work fine!?=20 >>> Yepp, if using windows and ie (havent tried alot so far) its working >>> fine. If using IE on Mac it dont. :( The default for mac is to add=20 >>> layer and add text, the text dont_inherit_the_properties of the=20 >>> layer, >>=20 >>> but making a "Mac-text-layer" or something so it wont work in the=20 >>> first case. >>>=20 >>> Do anyone have a solution to implent into the dynlayer.js that will=20 >>> solve this? >>>=20 >>> Regards >>> Daniel ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-10-13 14:34:18
|
This is a bug in IE. In order for the top layer to listen to onmousemove events you will have to add content to the layer or set a background image We might have to log this inside the knowledge-base section of the troubleshooting docs. -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hehe, kul att det blev bra :) > > Well.. I must have support... And have used some in > very sharp > enviorments like http://spinn.svt.se which uses the > html menu, it works > very nice... Just this one that got a problem... But > its "fixed" now. > But i dont know if this fix can be used for > permanent solutions... > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Michael > Bystrom > Sent: den 11 oktober 2003 02:00 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text > > > > Nä jag har köpt Ekeskog soffan (den Stora) och > Barkaby fåtöljen alla i > Sand Färg mmmm mycket fint :) > > Yepp trans gif works fine, > > When I think of it I did the same when I wrote my > first api (dhtmlapi). > Then I had the same problem with my list widget. > > Now days I stopped all GUI design for the Mac IE5, > there is no more hope > for it and Mozilla and Safari is SOOOOOOO much > faster. > > For IOS I've dropped support for the tree list > widget no match for it... > > Hmmm sad really nice html browser fast really fast. > Microsoft works in mysterious ways... > > Oh jag köpte Skyar lampan okså hehe > > Michael > > > > Hi! > > > > Did you buy a "klippan"-sofa? =) > > > > Well.. Can you check the example again? I have > "fixed" the glitch... > > Temporary... And you will see what i mean with > "temporary" and "fix" > > :) > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On > Behalf Of Michael > > Bystrom > > Sent: den 11 oktober 2003 01:39 > > To: dyn...@li... > > Subject: Re: [Dynapi-Dev] Layers and text > > > > > > Sorry for the late response I had to go to IKEA > and buy extra sofa :) > > > > Ohh I see what you mean, That IE5 mac will not > fire it's events over > > the html elements. Yep aware this, It refuses to > bubble the event down > > > it just sees the html elm and stops. > > > > I've tired and have no fix for this, it's the same > for my button > > widget (and > > others) I don't think this is a problem with the > api because the api > > 2.5+ has the same problem. > > > > I will not go into this here but Mac IE5 has MAJOR > quirks concerning > > events and InsertAdjacentHTML and createElement > when html elements are > > > involved. > > > > If this is something that you REALY need I would > use something like > > this. And use it for Mac IE5 specific only. > > > > dynapi.document.onmousemove = function(e){ > > > > var o = lyrWinIETop > > if( e.getPageX()>o.getPageX() > > && e.getPageX()<o.getPageX()+o.getWidth() > > && e.getPageY()>o.getPageY() > > && e.getPageY()<o.getPageY()+o.getHeight() ) { > > > o.setBgColor(dynapi.functions.getRandomColor()); > > } > > } > > > > This will create the effect I think you where > after. > > > > Michael > > > > > > > >> Hi Michael! > >> > >> Check out http://www.tiru.se/mobug.html > >> > >> What I get wierd is when using setBgColor() i > think :) > >> > >> Check the example and you will c :) > >> > >> /Daniel > >> > >> -----Original Message----- > >> From: dyn...@li... > >> [mailto:dyn...@li...] > On Behalf Of Michael > >> Bystrom > >> Sent: den 10 oktober 2003 08:15 > >> To: dyn...@li... > >> Subject: Re: [Dynapi-Dev] Layers and text > >> > >> > >> Show me with code what you mean! > >> > >> obj = dynapi.document.addChild( new DynLayer() ) > >> Etc... > >> > >> > >> I usually can fix mac things > >> Michael > >> > >> > >> > >> Den 03-10-10 08.05, skrev "Daniel Tiru" > <de...@ti...>: > >> > >>> Hello developers! > >>> > >>> I would need yor expertice right now... > >>> > >>> I have found something, maybee its by design in > some way, but i > >>> doubt > > > >>> it. > >>> > >>> If you add text to a layer, and add a event > listner to the layer, > >>> say > > > >>> on mouseover and you change layer no2 bgcolor. > >>> > >>> If you add a layer over the textlayer, make it > transparant and > >>> change > > > >>> the event listner to listen to mouseover on the > new layer you will > >>> notice that when you move your mouse over the > text of the > >>> bottomlayer > > > >>> no onmouseover event will be sent. However if > you move your mose > >>> outside the text it will. This is fixed by set > the top layer to show > > >>> a > >> > >>> color, thought... the problem is then that you > wont see the text :) > >>> So > >> > >>> you have to add a transparent gif. > >>> > >>> So now you will tell me, skip the top layer and > it will work fine!? > >>> Yepp, if using windows and ie (havent tried alot > so far) its working > > >>> fine. If using IE on Mac it dont. :( The default > for === message truncated === __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Jacob L. <jy...@mo...> - 2003-10-13 15:09:56
|
Raymond This is easy to fix, then. All you have to do is to make the default background image a 1x1 GIF, for every layer. So if the user does not add content or provide her own background image, the layer will still be able to get events. I don't have the code ready to show how to do this but it seems easy enough for someone who knows their way around the dynapi core code.. --JYL > This is a bug in IE. In order for the top layer to > listen to onmousemove events you will have to add > content to the layer or set a background image > > We might have to log this inside the knowledge-base > section of the troubleshooting docs. > > -- > Raymond Irving > > --- Daniel Tiru <de...@ti...> wrote: >> Hehe, kul att det blev bra :) >> >> Well.. I must have support... And have used some in >> very sharp >> enviorments like http://spinn.svt.se which uses the >> html menu, it works >> very nice... Just this one that got a problem... But >> its "fixed" now. >> But i dont know if this fix can be used for >> permanent solutions... >> >> Regards >> Daniel >> >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...] On >> Behalf Of Michael >> Bystrom >> Sent: den 11 oktober 2003 02:00 >> To: dyn...@li... >> Subject: Re: [Dynapi-Dev] Layers and text >> >> >> >> Nä jag har köpt Ekeskog soffan (den Stora) och >> Barkaby fåtöljen alla i >> Sand Färg mmmm mycket fint :) >> >> Yepp trans gif works fine, >> >> When I think of it I did the same when I wrote my >> first api (dhtmlapi). >> Then I had the same problem with my list widget. >> >> Now days I stopped all GUI design for the Mac IE5, >> there is no more hope >> for it and Mozilla and Safari is SOOOOOOO much >> faster. >> >> For IOS I've dropped support for the tree list >> widget no match for it... >> >> Hmmm sad really nice html browser fast really fast. >> Microsoft works in mysterious ways... >> >> Oh jag köpte Skyar lampan okså hehe >> >> Michael >> >> >> > Hi! >> > >> > Did you buy a "klippan"-sofa? =) >> > >> > Well.. Can you check the example again? I have >> "fixed" the glitch... >> > Temporary... And you will see what i mean with >> "temporary" and "fix" >> > :) >> > >> > Regards >> > Daniel >> > >> > -----Original Message----- >> > From: dyn...@li... >> > [mailto:dyn...@li...] On >> Behalf Of Michael >> > Bystrom >> > Sent: den 11 oktober 2003 01:39 >> > To: dyn...@li... >> > Subject: Re: [Dynapi-Dev] Layers and text >> > >> > >> > Sorry for the late response I had to go to IKEA >> and buy extra sofa :) >> > >> > Ohh I see what you mean, That IE5 mac will not >> fire it's events over >> > the html elements. Yep aware this, It refuses to >> bubble the event down >> >> > it just sees the html elm and stops. >> > >> > I've tired and have no fix for this, it's the same >> for my button >> > widget (and >> > others) I don't think this is a problem with the >> api because the api >> > 2.5+ has the same problem. >> > >> > I will not go into this here but Mac IE5 has MAJOR >> quirks concerning >> > events and InsertAdjacentHTML and createElement >> when html elements are >> >> > involved. >> > >> > If this is something that you REALY need I would >> use something like >> > this. And use it for Mac IE5 specific only. >> > >> > dynapi.document.onmousemove = function(e){ >> > >> > var o = lyrWinIETop >> > if( e.getPageX()>o.getPageX() >> > && e.getPageX()<o.getPageX()+o.getWidth() >> > && e.getPageY()>o.getPageY() >> > && e.getPageY()<o.getPageY()+o.getHeight() ) { >> > >> o.setBgColor(dynapi.functions.getRandomColor()); >> > } >> > } >> > >> > This will create the effect I think you where >> after. >> > >> > Michael >> > >> > >> > >> >> Hi Michael! >> >> >> >> Check out http://www.tiru.se/mobug.html >> >> >> >> What I get wierd is when using setBgColor() i >> think :) >> >> >> >> Check the example and you will c :) >> >> >> >> /Daniel >> >> >> >> -----Original Message----- >> >> From: dyn...@li... >> >> [mailto:dyn...@li...] >> On Behalf Of Michael >> >> Bystrom >> >> Sent: den 10 oktober 2003 08:15 >> >> To: dyn...@li... >> >> Subject: Re: [Dynapi-Dev] Layers and text >> >> >> >> >> >> Show me with code what you mean! >> >> >> >> obj = dynapi.document.addChild( new DynLayer() ) >> >> Etc... >> >> >> >> >> >> I usually can fix mac things >> >> Michael >> >> >> >> >> >> >> >> Den 03-10-10 08.05, skrev "Daniel Tiru" >> <de...@ti...>: >> >> >> >>> Hello developers! >> >>> >> >>> I would need yor expertice right now... >> >>> >> >>> I have found something, maybee its by design in >> some way, but i >> >>> doubt >> > >> >>> it. >> >>> >> >>> If you add text to a layer, and add a event >> listner to the layer, >> >>> say >> > >> >>> on mouseover and you change layer no2 bgcolor. >> >>> >> >>> If you add a layer over the textlayer, make it >> transparant and >> >>> change >> > >> >>> the event listner to listen to mouseover on the >> new layer you will >> >>> notice that when you move your mouse over the >> text of the >> >>> bottomlayer >> > >> >>> no onmouseover event will be sent. However if >> you move your mose >> >>> outside the text it will. This is fixed by set >> the top layer to show >> >> >>> a >> >> >> >>> color, thought... the problem is then that you >> wont see the text :) >> >>> So >> >> >> >>> you have to add a transparent gif. >> >>> >> >>> So now you will tell me, skip the top layer and >> it will work fine!? >> >>> Yepp, if using windows and ie (havent tried alot >> so far) its working >> >> >>> fine. If using IE on Mac it dont. :( The default >> for > === message truncated === > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-10-13 16:41:12
|
True but remember that IE always reloads background images wheever the layer is dragged. -- Raymond Irving --- Jacob Levy <jy...@mo...> wrote: > Raymond > > This is easy to fix, then. All you have to do is to > make the default > background image a 1x1 GIF, for every layer. So if > the user does not add > content or provide her own background image, the > layer will still be able > to get events. > > I don't have the code ready to show how to do this > but it seems easy > enough for someone who knows their way around the > dynapi core code.. > > --JYL > > > This is a bug in IE. In order for the top layer to > > listen to onmousemove events you will have to add > > content to the layer or set a background image > > > > We might have to log this inside the > knowledge-base > > section of the troubleshooting docs. > > > > -- > > Raymond Irving > > > > --- Daniel Tiru <de...@ti...> wrote: > >> Hehe, kul att det blev bra :) > >> > >> Well.. I must have support... And have used some > in > >> very sharp > >> enviorments like http://spinn.svt.se which uses > the > >> html menu, it works > >> very nice... Just this one that got a problem... > But > >> its "fixed" now. > >> But i dont know if this fix can be used for > >> permanent solutions... > >> > >> Regards > >> Daniel > >> > >> -----Original Message----- > >> From: dyn...@li... > >> [mailto:dyn...@li...] > On > >> Behalf Of Michael > >> Bystrom > >> Sent: den 11 oktober 2003 02:00 > >> To: dyn...@li... > >> Subject: Re: [Dynapi-Dev] Layers and text > >> > >> > >> > >> Nä jag har köpt Ekeskog soffan (den Stora) och > >> Barkaby fåtöljen alla i > >> Sand Färg mmmm mycket fint :) > >> > >> Yepp trans gif works fine, > >> > >> When I think of it I did the same when I wrote my > >> first api (dhtmlapi). > >> Then I had the same problem with my list widget. > >> > >> Now days I stopped all GUI design for the Mac > IE5, > >> there is no more hope > >> for it and Mozilla and Safari is SOOOOOOO much > >> faster. > >> > >> For IOS I've dropped support for the tree list > >> widget no match for it... > >> > >> Hmmm sad really nice html browser fast really > fast. > >> Microsoft works in mysterious ways... > >> > >> Oh jag köpte Skyar lampan okså hehe > >> > >> Michael > >> > >> > >> > Hi! > >> > > >> > Did you buy a "klippan"-sofa? =) > >> > > >> > Well.. Can you check the example again? I have > >> "fixed" the glitch... > >> > Temporary... And you will see what i mean with > >> "temporary" and "fix" > >> > :) > >> > > >> > Regards > >> > Daniel > >> > > >> > -----Original Message----- > >> > From: dyn...@li... > >> > [mailto:dyn...@li...] > On > >> Behalf Of Michael > >> > Bystrom > >> > Sent: den 11 oktober 2003 01:39 > >> > To: dyn...@li... > >> > Subject: Re: [Dynapi-Dev] Layers and text > >> > > >> > > >> > Sorry for the late response I had to go to IKEA > >> and buy extra sofa :) > >> > > >> > Ohh I see what you mean, That IE5 mac will not > >> fire it's events over > >> > the html elements. Yep aware this, It refuses > to > >> bubble the event down > >> > >> > it just sees the html elm and stops. > >> > > >> > I've tired and have no fix for this, it's the > same > >> for my button > >> > widget (and > >> > others) I don't think this is a problem with > the > >> api because the api > >> > 2.5+ has the same problem. > >> > > >> > I will not go into this here but Mac IE5 has > MAJOR > >> quirks concerning > >> > events and InsertAdjacentHTML and createElement > >> when html elements are > >> > >> > involved. > >> > > >> > If this is something that you REALY need I > would > >> use something like > >> > this. And use it for Mac IE5 specific only. > >> > > >> > dynapi.document.onmousemove = function(e){ > >> > > >> > var o = lyrWinIETop > >> > if( e.getPageX()>o.getPageX() > >> > && e.getPageX()<o.getPageX()+o.getWidth() > >> > && e.getPageY()>o.getPageY() > >> > && e.getPageY()<o.getPageY()+o.getHeight() ) > { > >> > > >> o.setBgColor(dynapi.functions.getRandomColor()); > >> > } > >> > } > >> > > >> > This will create the effect I think you where > >> after. > >> > > >> > Michael > >> > > >> > > >> > > >> >> Hi Michael! > >> >> > >> >> Check out http://www.tiru.se/mobug.html > >> >> > >> >> What I get wierd is when using setBgColor() i > >> think :) > >> >> > >> >> Check the example and you will c :) > >> >> > >> >> /Daniel > >> >> > >> >> -----Original Message----- > >> >> From: dyn...@li... > >> >> > [mailto:dyn...@li...] > >> On Behalf Of Michael > >> >> Bystrom > >> >> Sent: den 10 oktober 2003 08:15 > >> >> To: dyn...@li... > >> >> Subject: Re: [Dynapi-Dev] Layers and text > >> >> > >> >> > >> >> Show me with code what you mean! > >> >> > >> >> obj = dynapi.document.addChild( new DynLayer() > ) > >> >> Etc... > >> >> > >> >> > >> >> I usually can fix mac things > >> >> Michael > >> >> > >> >> > >> >> > >> >> Den 03-10-10 08.05, skrev "Daniel Tiru" > >> <de...@ti...>: > >> >> > >> >>> Hello developers! > === message truncated === __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-13 16:43:41
|
Hi All, Got this information from http://dhtmlnirvana.com/oldalchemy/dragfix.htm ...[snip]... Part of being a developer is to find workarounds to existing problems. One long time bugbear has been the highlighting of content when using a drag scroller dhtml technique. Fortunately, such a workaround exists. The trick is to create a layer that contains a blank gif. In the example below a blank gif is used as a background. <DIV ID="shieldLayer" STYLE="position: absolute; left: 0px; top: 0px; width: 110%; height: 100%; background-image: url(images/blank.gif); z-index: 18; visibility: hidden;"></DIV> When a onMouseDown event is triggered when we are using a drag scroll technique we simply toggle the visibility of the layer to on. When the mouse leaves the event capturing layer we then hide the shieldLayer. It is important that the shield layers z-index be set to higher than everything else on the page except for the event capturing layer. Do this and no more highlighting of images and content with dragging techniques in Internet Explorer. The other bug is that IE5.5 does not like empty layers in relation to drag scroll techniques. Therefore, if you have a layer with no content, it will not capture events, but if you add something to it, it will capture the events. That something can be the same size of the layer like an invisible gif. I can get things to work just by placing an invisible gif as the background of the layer and all becomes good. <DIV ID="eventLayer" STYLE="position: absolute; left: 0px; top: 0px; width: 60px; height: 1020px; background-image: url(images/blank.gif); z-index: 19; visibility: hidden;"></DIV> ...[snip]... PS. Don't we just love Microsoft? :) -- Raymond Irving --- Jacob Levy <jy...@mo...> wrote: > Raymond > > This is easy to fix, then. All you have to do is to > make the default > background image a 1x1 GIF, for every layer. So if > the user does not add > content or provide her own background image, the > layer will still be able > to get events. > > I don't have the code ready to show how to do this > but it seems easy > enough for someone who knows their way around the > dynapi core code.. > > --JYL > > > This is a bug in IE. In order for the top layer to > > listen to onmousemove events you will have to add > > content to the layer or set a background image > > > > We might have to log this inside the > knowledge-base > > section of the troubleshooting docs. > > > > -- > > Raymond Irving > > > > --- Daniel Tiru <de...@ti...> wrote: > >> Hehe, kul att det blev bra :) > >> > >> Well.. I must have support... And have used some > in > >> very sharp > >> enviorments like http://spinn.svt.se which uses > the > >> html menu, it works > >> very nice... Just this one that got a problem... > But > >> its "fixed" now. > >> But i dont know if this fix can be used for > >> permanent solutions... > >> > >> Regards > >> Daniel > >> > >> -----Original Message----- > >> From: dyn...@li... > >> [mailto:dyn...@li...] > On > >> Behalf Of Michael > >> Bystrom > >> Sent: den 11 oktober 2003 02:00 > >> To: dyn...@li... > >> Subject: Re: [Dynapi-Dev] Layers and text > >> > >> > >> > >> Nä jag har köpt Ekeskog soffan (den Stora) och > >> Barkaby fåtöljen alla i > >> Sand Färg mmmm mycket fint :) > >> > >> Yepp trans gif works fine, > >> > >> When I think of it I did the same when I wrote my > >> first api (dhtmlapi). > >> Then I had the same problem with my list widget. > >> > >> Now days I stopped all GUI design for the Mac > IE5, > >> there is no more hope > >> for it and Mozilla and Safari is SOOOOOOO much > >> faster. > >> > >> For IOS I've dropped support for the tree list > >> widget no match for it... > >> > >> Hmmm sad really nice html browser fast really > fast. > >> Microsoft works in mysterious ways... > >> > >> Oh jag köpte Skyar lampan okså hehe > >> > >> Michael > >> > >> > >> > Hi! > >> > > >> > Did you buy a "klippan"-sofa? =) > >> > > >> > Well.. Can you check the example again? I have > >> "fixed" the glitch... > >> > Temporary... And you will see what i mean with > >> "temporary" and "fix" > >> > :) > >> > > >> > Regards > >> > Daniel > >> > > >> > -----Original Message----- > >> > From: dyn...@li... > >> > [mailto:dyn...@li...] > On > >> Behalf Of Michael > >> > Bystrom > >> > Sent: den 11 oktober 2003 01:39 > >> > To: dyn...@li... > >> > Subject: Re: [Dynapi-Dev] Layers and text > >> > > >> > > >> > Sorry for the late response I had to go to IKEA > >> and buy extra sofa :) > >> > > >> > Ohh I see what you mean, That IE5 mac will not > >> fire it's events over > >> > the html elements. Yep aware this, It refuses > to > >> bubble the event down > >> > >> > it just sees the html elm and stops. > >> > > >> > I've tired and have no fix for this, it's the > same > >> for my button > >> > widget (and > >> > others) I don't think this is a problem with > the > >> api because the api > >> > 2.5+ has the same problem. > >> > > >> > I will not go into this here but Mac IE5 has > MAJOR > >> quirks concerning > >> > events and InsertAdjacentHTML and createElement > >> when html elements are > >> > >> > involved. > >> > > >> > If this is something that you REALY need I > would > >> use something like > >> > this. And use it for Mac IE5 specific only. > >> > > >> > dynapi.document.onmousemove = function(e){ > >> > > >> > var o = lyrWinIETop > >> > if( e.getPageX()>o.getPageX() > >> > && e.getPageX()<o.getPageX()+o.getWidth() > >> > && e.getPageY()>o.getPageY() > >> > && e.getPageY()<o.getPageY()+o.getHeight() ) > { > >> > > >> o.setBgColor(dynapi.functions.getRandomColor()); > >> > } > >> > } > >> > > >> > This will create the effect I think you where > >> after. > >> > > >> > Michael > >> > > >> > > >> > > >> >> Hi Michael! > >> >> > >> >> Check out http://www.tiru.se/mobug.html > >> >> > >> >> What I get wierd is when using setBgColor() i > >> think :) > >> >> > >> >> Check the example and you will c :) > >> >> > >> >> /Daniel > >> >> > >> >> -----Original Message----- > >> >> From: dyn...@li... > >> >> > [mailto:dyn...@li...] > >> On Behalf Of Michael > >> >> Bystrom > >> >> Sent: den 10 oktober 2003 08:15 > >> >> To: dyn...@li... > >> >> Subject: Re: [Dynapi-Dev] Layers and text > >> >> > >> >> > >> >> Show me with code what you mean! > >> >> > >> >> obj = dynapi.document.addChild( new DynLayer() > ) > >> >> Etc... > >> >> > >> >> > >> >> I usually can fix mac things > >> >> Michael > >> >> > >> >> > >> >> > >> >> Den 03-10-10 08.05, skrev "Daniel Tiru" > >> <de...@ti...>: > >> >> > >> >>> Hello developers! > === message truncated === __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-13 17:24:13
|
Ok, Can we say that if a layer does _hasMouseEvents but does not have bgcolor or bgimage or html then we set a default transparent gif for the bgimage of the layer for MacIE and WinIE? -- Raymond Irving --- Raymond Irving <xw...@ya...> wrote: > Hi All, > > Got this information from > http://dhtmlnirvana.com/oldalchemy/dragfix.htm > > ...[snip]... > > Part of being a developer is to find workarounds to > existing problems. One long time bugbear has been > the > highlighting of content when using a drag scroller > dhtml technique. Fortunately, such a workaround > exists. The trick is to create a layer that contains > a > blank gif. In the example below a blank gif is used > as > a background. > > <DIV ID="shieldLayer" STYLE="position: absolute; > left: > 0px; top: 0px; width: 110%; height: 100%; > background-image: url(images/blank.gif); z-index: > 18; > visibility: hidden;"></DIV> > > When a onMouseDown event is triggered when we are > using a drag scroll technique we simply toggle the > visibility of the layer to on. When the mouse leaves > the event capturing layer we then hide the > shieldLayer. It is important that the shield layers > z-index be set to higher than everything else on the > page except for the event capturing layer. Do this > and > no more highlighting of images and content with > dragging techniques in Internet Explorer. > > The other bug is that IE5.5 does not like empty > layers > in relation to drag scroll techniques. Therefore, if > you have a layer with no content, it will not > capture > events, but if you add something to it, it will > capture the events. That something can be the same > size of the layer like an invisible gif. I can get > things to work just by placing an invisible gif as > the > background of the layer and all becomes good. > > <DIV ID="eventLayer" STYLE="position: absolute; > left: > 0px; top: 0px; width: 60px; height: 1020px; > background-image: url(images/blank.gif); z-index: > 19; > visibility: hidden;"></DIV> > > ...[snip]... > > > PS. Don't we just love Microsoft? :) > > -- > Raymond Irving > > --- Jacob Levy <jy...@mo...> wrote: > > Raymond > > > > This is easy to fix, then. All you have to do is > to > > make the default > > background image a 1x1 GIF, for every layer. So if > > the user does not add > > content or provide her own background image, the > > layer will still be able > > to get events. > > > > I don't have the code ready to show how to do this > > but it seems easy > > enough for someone who knows their way around the > > dynapi core code.. > > > > --JYL > > > > > This is a bug in IE. In order for the top layer > to > > > listen to onmousemove events you will have to > add > > > content to the layer or set a background image > > > > > > We might have to log this inside the > > knowledge-base > > > section of the troubleshooting docs. > > > > > > -- > > > Raymond Irving > > > > > > --- Daniel Tiru <de...@ti...> wrote: > > >> Hehe, kul att det blev bra :) > > >> > > >> Well.. I must have support... And have used > some > > in > > >> very sharp > > >> enviorments like http://spinn.svt.se which uses > > the > > >> html menu, it works > > >> very nice... Just this one that got a > problem... > > But > > >> its "fixed" now. > > >> But i dont know if this fix can be used for > > >> permanent solutions... > > >> > > >> Regards > > >> Daniel > > >> > > >> -----Original Message----- > > >> From: dyn...@li... > > >> [mailto:dyn...@li...] > > On > > >> Behalf Of Michael > > >> Bystrom > > >> Sent: den 11 oktober 2003 02:00 > > >> To: dyn...@li... > > >> Subject: Re: [Dynapi-Dev] Layers and text > > >> > > >> > > >> > > >> Nä jag har köpt Ekeskog soffan (den Stora) och > > >> Barkaby fåtöljen alla i > > >> Sand Färg mmmm mycket fint :) > > >> > > >> Yepp trans gif works fine, > > >> > > >> When I think of it I did the same when I wrote > my > > >> first api (dhtmlapi). > > >> Then I had the same problem with my list > widget. > > >> > > >> Now days I stopped all GUI design for the Mac > > IE5, > > >> there is no more hope > > >> for it and Mozilla and Safari is SOOOOOOO much > > >> faster. > > >> > > >> For IOS I've dropped support for the tree list > > >> widget no match for it... > > >> > > >> Hmmm sad really nice html browser fast really > > fast. > > >> Microsoft works in mysterious ways... > > >> > > >> Oh jag köpte Skyar lampan okså hehe > > >> > > >> Michael > > >> > > >> > > >> > Hi! > > >> > > > >> > Did you buy a "klippan"-sofa? =) > > >> > > > >> > Well.. Can you check the example again? I > have > > >> "fixed" the glitch... > > >> > Temporary... And you will see what i mean > with > > >> "temporary" and "fix" > > >> > :) > > >> > > > >> > Regards > > >> > Daniel > > >> > > > >> > -----Original Message----- > > >> > From: dyn...@li... > > >> > > [mailto:dyn...@li...] > > On > > >> Behalf Of Michael > > >> > Bystrom > > >> > Sent: den 11 oktober 2003 01:39 > > >> > To: dyn...@li... > > >> > Subject: Re: [Dynapi-Dev] Layers and text > > >> > > > >> > > > >> > Sorry for the late response I had to go to > IKEA > > >> and buy extra sofa :) > > >> > > > >> > Ohh I see what you mean, That IE5 mac will > not > > >> fire it's events over > > >> > the html elements. Yep aware this, It refuses > > to > > >> bubble the event down > > >> > > >> > it just sees the html elm and stops. > > >> > > > >> > I've tired and have no fix for this, it's the > > same > > >> for my button > > >> > widget (and > === message truncated === __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Daniel T. <de...@ti...> - 2003-10-14 07:57:40
|
Hi folks! I havent seen this in the solution, but i will explain anyway... When having a layer with html/text and that layer have a onclick or onmouseover or something else. In WinIE there is no problem. In MacIE if clicking or dragging over the text of the layer, the action is not invoked. Does the solution cover this part? Will the background image fix this problem? In my brain, this wont solve this problem. The only solution i see, is to add a transparent gif in a layer over this layer. As the text always will be ontop of the bg image in the bottom layer, and if the text-properties(?) does not change i really dont see the solution. Please enlighten me about how this will solve our problem. Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Raymond Irving Sent: den 13 oktober 2003 19:24 To: dyn...@li... Subject: RE: [Dynapi-Dev] Layers and text - (The solution) Ok, Can we say that if a layer does _hasMouseEvents but does not have bgcolor or bgimage or html then we set a default transparent gif for the bgimage of the layer for MacIE and WinIE? -- Raymond Irving --- Raymond Irving <xw...@ya...> wrote: > Hi All, >=20 > Got this information from > http://dhtmlnirvana.com/oldalchemy/dragfix.htm >=20 > ...[snip]... >=20 > Part of being a developer is to find workarounds to > existing problems. One long time bugbear has been > the > highlighting of content when using a drag scroller > dhtml technique. Fortunately, such a workaround > exists. The trick is to create a layer that contains > a > blank gif. In the example below a blank gif is used > as > a background. >=20 > <DIV ID=3D"shieldLayer" STYLE=3D"position: absolute; > left: > 0px; top: 0px; width: 110%; height: 100%; > background-image: url(images/blank.gif); z-index: > 18; > visibility: hidden;"></DIV> >=20 > When a onMouseDown event is triggered when we are > using a drag scroll technique we simply toggle the > visibility of the layer to on. When the mouse leaves > the event capturing layer we then hide the > shieldLayer. It is important that the shield layers > z-index be set to higher than everything else on the > page except for the event capturing layer. Do this > and > no more highlighting of images and content with > dragging techniques in Internet Explorer. >=20 > The other bug is that IE5.5 does not like empty > layers > in relation to drag scroll techniques. Therefore, if > you have a layer with no content, it will not > capture > events, but if you add something to it, it will > capture the events. That something can be the same > size of the layer like an invisible gif. I can get > things to work just by placing an invisible gif as > the > background of the layer and all becomes good. >=20 > <DIV ID=3D"eventLayer" STYLE=3D"position: absolute; > left: > 0px; top: 0px; width: 60px; height: 1020px; > background-image: url(images/blank.gif); z-index: > 19; > visibility: hidden;"></DIV> >=20 > ...[snip]... >=20 >=20 > PS. Don't we just love Microsoft? :) >=20 > -- > Raymond Irving >=20 > --- Jacob Levy <jy...@mo...> wrote: > > Raymond > >=20 > > This is easy to fix, then. All you have to do is > to > > make the default > > background image a 1x1 GIF, for every layer. So if > > the user does not add > > content or provide her own background image, the > > layer will still be able > > to get events. > >=20 > > I don't have the code ready to show how to do this > > but it seems easy > > enough for someone who knows their way around the > > dynapi core code.. > >=20 > > --JYL > >=20 > > > This is a bug in IE. In order for the top layer > to > > > listen to onmousemove events you will have to > add > > > content to the layer or set a background image > > > > > > We might have to log this inside the > > knowledge-base > > > section of the troubleshooting docs. > > > > > > -- > > > Raymond Irving > > > > > > --- Daniel Tiru <de...@ti...> wrote: > > >> Hehe, kul att det blev bra :) > > >> > > >> Well.. I must have support... And have used > some > > in > > >> very sharp > > >> enviorments like http://spinn.svt.se which uses > > the > > >> html menu, it works > > >> very nice... Just this one that got a > problem... > > But > > >> its "fixed" now. > > >> But i dont know if this fix can be used for > > >> permanent solutions... > > >> > > >> Regards > > >> Daniel > > >> > > >> -----Original Message----- > > >> From: dyn...@li... > > >> [mailto:dyn...@li...] > > On > > >> Behalf Of Michael > > >> Bystrom > > >> Sent: den 11 oktober 2003 02:00 > > >> To: dyn...@li... > > >> Subject: Re: [Dynapi-Dev] Layers and text > > >> > > >> > > >> > > >> N=E4 jag har k=F6pt Ekeskog soffan (den Stora) och > > >> Barkaby f=E5t=F6ljen alla i > > >> Sand F=E4rg mmmm mycket fint :) > > >> > > >> Yepp trans gif works fine, > > >> > > >> When I think of it I did the same when I wrote > my > > >> first api (dhtmlapi). > > >> Then I had the same problem with my list > widget. > > >> > > >> Now days I stopped all GUI design for the Mac > > IE5, > > >> there is no more hope > > >> for it and Mozilla and Safari is SOOOOOOO much > > >> faster. > > >> > > >> For IOS I've dropped support for the tree list > > >> widget no match for it... > > >> > > >> Hmmm sad really nice html browser fast really > > fast. > > >> Microsoft works in mysterious ways... > > >> > > >> Oh jag k=F6pte Skyar lampan oks=E5 hehe > > >> > > >> Michael > > >> > > >> > > >> > Hi! > > >> > > > >> > Did you buy a "klippan"-sofa? =3D) > > >> > > > >> > Well.. Can you check the example again? I > have > > >> "fixed" the glitch... > > >> > Temporary... And you will see what i mean > with > > >> "temporary" and "fix" > > >> > :) > > >> > > > >> > Regards > > >> > Daniel > > >> > > > >> > -----Original Message----- > > >> > From: dyn...@li... > > >> > > [mailto:dyn...@li...] > > On > > >> Behalf Of Michael > > >> > Bystrom > > >> > Sent: den 11 oktober 2003 01:39 > > >> > To: dyn...@li... > > >> > Subject: Re: [Dynapi-Dev] Layers and text > > >> > > > >> > > > >> > Sorry for the late response I had to go to > IKEA > > >> and buy extra sofa :) > > >> > > > >> > Ohh I see what you mean, That IE5 mac will > not > > >> fire it's events over > > >> > the html elements. Yep aware this, It refuses > > to > > >> bubble the event down > > >> > > >> > it just sees the html elm and stops. > > >> > > > >> > I've tired and have no fix for this, it's the > > same > > >> for my button > > >> > widget (and >=20 =3D=3D=3D message truncated =3D=3D=3D __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-10-14 18:54:29
|
For MacIE (and NS4) you still will have to use the cover layer. This only fixes the problem where blank layers not listening to events --- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hi folks! > > I havent seen this in the solution, but i will > explain anyway... > > When having a layer with html/text and that layer > have a onclick or > onmouseover or something else. > > In WinIE there is no problem. > In MacIE if clicking or dragging over the text of > the layer, the action > is not invoked. > > Does the solution cover this part? Will the > background image fix this > problem? In my brain, this wont solve this problem. > The only solution i > see, is to add a transparent gif in a layer over > this layer. As the text > always will be ontop of the bg image in the bottom > layer, and if the > text-properties(?) does not change i really dont see > the solution. > > Please enlighten me about how this will solve our > problem. > > Regards > Daniel > > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Raymond > Irving > Sent: den 13 oktober 2003 19:24 > To: dyn...@li... > Subject: RE: [Dynapi-Dev] Layers and text - (The > solution) > > > > Ok, > > Can we say that if a layer does _hasMouseEvents but > does not have bgcolor or bgimage or html then we set > a > default transparent gif for the bgimage of the layer > for MacIE and WinIE? > > -- > Raymond Irving > > > --- Raymond Irving <xw...@ya...> wrote: > > Hi All, > > > > Got this information from > > http://dhtmlnirvana.com/oldalchemy/dragfix.htm > > > > ...[snip]... > > > > Part of being a developer is to find workarounds > to > > existing problems. One long time bugbear has been > > the > > highlighting of content when using a drag scroller > > dhtml technique. Fortunately, such a workaround > > exists. The trick is to create a layer that > contains > > a > > blank gif. In the example below a blank gif is > used > > as > > a background. > > > > <DIV ID="shieldLayer" STYLE="position: absolute; > > left: > > 0px; top: 0px; width: 110%; height: 100%; > > background-image: url(images/blank.gif); z-index: > > 18; > > visibility: hidden;"></DIV> > > > > When a onMouseDown event is triggered when we are > > using a drag scroll technique we simply toggle the > > visibility of the layer to on. When the mouse > leaves > > the event capturing layer we then hide the > > shieldLayer. It is important that the shield > layers > > z-index be set to higher than everything else on > the > > page except for the event capturing layer. Do this > > and > > no more highlighting of images and content with > > dragging techniques in Internet Explorer. > > > > The other bug is that IE5.5 does not like empty > > layers > > in relation to drag scroll techniques. Therefore, > if > > you have a layer with no content, it will not > > capture > > events, but if you add something to it, it will > > capture the events. That something can be the same > > size of the layer like an invisible gif. I can get > > things to work just by placing an invisible gif as > > the > > background of the layer and all becomes good. > > > > <DIV ID="eventLayer" STYLE="position: absolute; > > left: > > 0px; top: 0px; width: 60px; height: 1020px; > > background-image: url(images/blank.gif); z-index: > > 19; > > visibility: hidden;"></DIV> > > > > ...[snip]... > > > > > > PS. Don't we just love Microsoft? :) > > > > -- > > Raymond Irving > > > > --- Jacob Levy <jy...@mo...> wrote: > > > Raymond > > > > > > This is easy to fix, then. All you have to do is > > to > > > make the default > > > background image a 1x1 GIF, for every layer. So > if > > > the user does not add > > > content or provide her own background image, the > > > layer will still be able > > > to get events. > > > > > > I don't have the code ready to show how to do > this > > > but it seems easy > > > enough for someone who knows their way around > the > > > dynapi core code.. > > > > > > --JYL > > > > > > > This is a bug in IE. In order for the top > layer > > to > > > > listen to onmousemove events you will have to > > add > > > > content to the layer or set a background image > > > > > > > > We might have to log this inside the > > > knowledge-base > > > > section of the troubleshooting docs. > > > > > > > > -- > > > > Raymond Irving > > > > > > > > --- Daniel Tiru <de...@ti...> wrote: > > > >> Hehe, kul att det blev bra :) > > > >> > > > >> Well.. I must have support... And have used > > some > > > in > > > >> very sharp > > > >> enviorments like http://spinn.svt.se which > uses > > > the > > > >> html menu, it works > > > >> very nice... Just this one that got a > > problem... > > > But > > > >> its "fixed" now. > > > >> But i dont know if this fix can be used for > > > >> permanent solutions... > > > >> > > > >> Regards > > > >> Daniel > > > >> > > > >> -----Original Message----- > > > >> From: dyn...@li... > > > >> > [mailto:dyn...@li...] > > > On > > > >> Behalf Of Michael > > > >> Bystrom > > > >> Sent: den 11 oktober 2003 02:00 > > > >> To: dyn...@li... > > > >> Subject: Re: [Dynapi-Dev] Layers and text > > > >> > > > >> > > > >> > > > >> Nä jag har köpt Ekeskog soffan (den Stora) > och > > > >> Barkaby fåtöljen alla i > > > >> Sand Färg mmmm mycket fint :) > === message truncated === __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Jacob L. <jy...@mo...> - 2003-10-11 00:19:49
|
Daniel (On my work computer, Win98, IE5.5) All three squares now respond to the mouseover events and the text stays visible. I think you mean its a temporary fix because it flashes a lot (A LOT) and is ugly :) --JYL > Hi! > > Did you buy a "klippan"-sofa? =) > > Well.. Can you check the example again? I have "fixed" the glitch... > Temporary... And you will see what i mean with "temporary" and "fix" :) > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 11 oktober 2003 01:39 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text > > > Sorry for the late response I had to go to IKEA and buy extra sofa :) > > Ohh I see what you mean, That IE5 mac will not fire it's events over the > html elements. Yep aware this, It refuses to bubble the event down it > just sees the html elm and stops. > > I've tired and have no fix for this, it's the same for my button widget > (and > others) I don't think this is a problem with the api because the api > 2.5+ has the same problem. > > I will not go into this here but Mac IE5 has MAJOR quirks concerning > events and InsertAdjacentHTML and createElement when html elements are > involved. > > If this is something that you REALY need I would use something like > this. And use it for Mac IE5 specific only. > > dynapi.document.onmousemove = function(e){ > > var o = lyrWinIETop > if( e.getPageX()>o.getPageX() > && e.getPageX()<o.getPageX()+o.getWidth() > && e.getPageY()>o.getPageY() > && e.getPageY()<o.getPageY()+o.getHeight() ) { > o.setBgColor(dynapi.functions.getRandomColor()); > } > } > > This will create the effect I think you where after. > > Michael > > > >> Hi Michael! >> >> Check out http://www.tiru.se/mobug.html >> >> What I get wierd is when using setBgColor() i think :) >> >> Check the example and you will c :) >> >> /Daniel >> >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...] On Behalf Of Michael >> Bystrom >> Sent: den 10 oktober 2003 08:15 >> To: dyn...@li... >> Subject: Re: [Dynapi-Dev] Layers and text >> >> >> Show me with code what you mean! >> >> obj = dynapi.document.addChild( new DynLayer() ) >> Etc... >> >> >> I usually can fix mac things >> Michael >> >> >> >> Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: >> >>> Hello developers! >>> >>> I would need yor expertice right now... >>> >>> I have found something, maybee its by design in some way, but i doubt > >>> it. >>> >>> If you add text to a layer, and add a event listner to the layer, say > >>> on mouseover and you change layer no2 bgcolor. >>> >>> If you add a layer over the textlayer, make it transparant and change > >>> the event listner to listen to mouseover on the new layer you will >>> notice that when you move your mouse over the text of the bottomlayer > >>> no onmouseover event will be sent. However if you move your mose >>> outside the text it will. This is fixed by set the top layer to show >>> a >> >>> color, thought... the problem is then that you wont see the text :) >>> So >> >>> you have to add a transparent gif. >>> >>> So now you will tell me, skip the top layer and it will work fine!? >>> Yepp, if using windows and ie (havent tried alot so far) its working >>> fine. If using IE on Mac it dont. :( The default for mac is to add >>> layer and add text, the text dont_inherit_the_properties of the >>> layer, >> >>> but making a "Mac-text-layer" or something so it wont work in the >>> first case. >>> >>> Do anyone have a solution to implent into the dynlayer.js that will >>> solve this? >>> >>> Regards >>> Daniel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. See the people > who have HELPED US provide better services: Click here: > http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |