You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(75) |
Nov
(252) |
Dec
(418) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(659) |
Feb
(1039) |
Mar
(870) |
Apr
(235) |
May
(329) |
Jun
(251) |
Jul
(123) |
Aug
(119) |
Sep
(67) |
Oct
(194) |
Nov
(535) |
Dec
(133) |
2002 |
Jan
(122) |
Feb
(24) |
Mar
(29) |
Apr
(28) |
May
(16) |
Jun
(20) |
Jul
(11) |
Aug
(12) |
Sep
(13) |
Oct
(14) |
Nov
(23) |
Dec
(19) |
2003 |
Jan
(28) |
Feb
(170) |
Mar
(288) |
Apr
(211) |
May
(126) |
Jun
(166) |
Jul
(131) |
Aug
(102) |
Sep
(211) |
Oct
(301) |
Nov
(22) |
Dec
(6) |
2004 |
Jan
(14) |
Feb
(16) |
Mar
(7) |
Apr
|
May
(8) |
Jun
(25) |
Jul
(21) |
Aug
(2) |
Sep
(7) |
Oct
|
Nov
(2) |
Dec
(1) |
2005 |
Jan
(4) |
Feb
(2) |
Mar
(14) |
Apr
(24) |
May
(3) |
Jun
(7) |
Jul
(30) |
Aug
(5) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
From: Benoit M. <mar...@ma...> - 2003-09-02 16:47:17
|
Hi I couldn't find a reader for Mac OS X ? That could be a problem ! Thanks, Benoit On Monday, September 1, 2003, at 05:21 AM, Joy Ride wrote: > Hello, > > I finally managed to find out some time to put in to DynAPI project. > As a result here is a dynapi site structure draft. All the comments > are very wellcome. :-) Attached file is created with the MindManager > 2002 software, free viewer (and some other downloads) is available at: > http://www.mindjet.com/eu/support/sup_download.php > > - Juho Risku / Helmi Staff > http://www.visualway.com/helmi > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > <DynAPI site structure - 1.9.2003.mmp> |
From: Leif W <war...@us...> - 2003-09-02 13:44:06
|
Seems to do the trick nicely. ----- Original Message ----- From: Chris Greener To: dyn...@li... Sent: Monday, September 01, 2003 11:03 PM Subject: Re: [Dynapi-Dev] Slow ClickSpeed try onmouseup instead - it seems onclick and ondblclick are competing ----- Original Message ----- From: Leif W To: dyn...@li... Sent: Monday, September 01, 2003 7:09 PM Subject: Re: [Dynapi-Dev] Slow ClickSpeed I observe the same when clicking extremely fast, IE seems to miss about every other click. I modified the example so it works with Mozilla too, for comparison. It seems Mozilla doesn't like numeric status, takes only string, doesn't auto-convert, and requires the window.status. I did not observe any dropped clicks in Mozilla. Wouldn't know where to begin a search for a solution. function clickspeed() { window.status = c++ + ''; }; ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "DynAPI-Dev" <dyn...@li...> Sent: Monday, September 01, 2003 6:36 PM Subject: [Dynapi-Dev] Slow ClickSpeed > Hello, > > I've noticed that IE is unable to accept x number of > clicks per second on a div: > > > <script> > var c = 0; > function clickspeed() { > status=c++; > } > </script> > <div > style="width:100;height:100;background-color:yellow" > onclick="clickspeed()" ondbclick="clickspeed"></div> > > > Try clicking as fast as you can on the layer and > you'll notice that it's not so responsive > > Any solutions to this? > > > -- > Raymond Irving > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Daniel T. <de...@ti...> - 2003-09-02 10:57:52
|
Hi! When using the HTML and Safari there is some offset on the submenus that is wrong. I noticed that it was 8 pixels for me, and as a coincidence the body contained marginheight="8". What do you think, is this just a coincidence or can it be a glitch? Regards Daniel |
From: Chris G. <chr...@ms...> - 2003-09-02 03:01:46
|
try onmouseup instead - it seems onclick and ondblclick are competing ----- Original Message -----=20 From: Leif W=20 To: dyn...@li...=20 Sent: Monday, September 01, 2003 7:09 PM Subject: Re: [Dynapi-Dev] Slow ClickSpeed I observe the same when clicking extremely fast, IE seems to miss = about every other click. I modified the example so it works with Mozilla = too, for comparison. It seems Mozilla doesn't like numeric status, takes only string, doesn't auto-convert, and requires the window.status. I did = not observe any dropped clicks in Mozilla. Wouldn't know where to begin a search for a solution. function clickspeed() { window.status =3D c++ + ''; }; ----- Original Message -----=20 From: "Raymond Irving" <xw...@ya...> To: "DynAPI-Dev" <dyn...@li...> Sent: Monday, September 01, 2003 6:36 PM Subject: [Dynapi-Dev] Slow ClickSpeed > Hello, > > I've noticed that IE is unable to accept x number of > clicks per second on a div: > > > <script> > var c =3D 0; > function clickspeed() { > status=3Dc++; > } > </script> > <div > style=3D"width:100;height:100;background-color:yellow" > onclick=3D"clickspeed()" ondbclick=3D"clickspeed"></div> > > > Try clicking as fast as you can on the layer and > you'll notice that it's not so responsive > > Any solutions to this? > > > -- > Raymond Irving > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2003-09-02 02:23:20
|
Looks like a good start. I like Daniel Tiru's suggestion of a "Made with DynAPI / download" section. One thing I notice about the current site that is also on the suggested first page, the "timestamp" articles (headlines, monthly article and poll). These are nice when they're updated frequently on a high traffic site to keep the content looking fresh. But the thing about the current site, it doesn't get updated frequently so it seems to have the opposite effect of looking stale (and it's probably low traffic). Should we be expecting the behaviour pattern to change? Should we be adding the extra work to generate the content and make the updates? I'm sure we'd have enough motivation for the first couple months, but then other things come up and interest gets lost. If we go with the "timestamp" articles, we better make sure we understand the committment required to keep the project from looking stale. Leif ----- Original Message ----- From: "Joy Ride" <joy...@ho...> To: <dyn...@li...> Sent: Monday, September 01, 2003 8:21 AM Subject: [Dynapi-Dev] DynAPI webteam - site structure draft > Hello, > > I finally managed to find out some time to put in to DynAPI project. As a > result here is a dynapi site structure draft. All the comments are very > wellcome. :-) Attached file is created with the MindManager 2002 software, > free viewer (and some other downloads) is available at: > http://www.mindjet.com/eu/support/sup_download.php > > - Juho Risku / Helmi Staff > http://www.visualway.com/helmi > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > |
From: Leif W <war...@us...> - 2003-09-02 02:08:52
|
I observe the same when clicking extremely fast, IE seems to miss about every other click. I modified the example so it works with Mozilla too, for comparison. It seems Mozilla doesn't like numeric status, takes only string, doesn't auto-convert, and requires the window.status. I did not observe any dropped clicks in Mozilla. Wouldn't know where to begin a search for a solution. function clickspeed() { window.status = c++ + ''; }; ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "DynAPI-Dev" <dyn...@li...> Sent: Monday, September 01, 2003 6:36 PM Subject: [Dynapi-Dev] Slow ClickSpeed > Hello, > > I've noticed that IE is unable to accept x number of > clicks per second on a div: > > > <script> > var c = 0; > function clickspeed() { > status=c++; > } > </script> > <div > style="width:100;height:100;background-color:yellow" > onclick="clickspeed()"></div> > > > Try clicking as fast as you can on the layer and > you'll notice that it's not so responsive > > Any solutions to this? > > > -- > Raymond Irving > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-09-01 22:36:11
|
Hello, I've noticed that IE is unable to accept x number of clicks per second on a div: <script> var c = 0; function clickspeed() { status=c++; } </script> <div style="width:100;height:100;background-color:yellow" onclick="clickspeed()"></div> Try clicking as fast as you can on the layer and you'll notice that it's not so responsive Any solutions to this? -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-09-01 16:31:56
|
The structure looks good and easy to implement. Nice work. -- Raymond Irving --- Joy Ride <joy...@ho...> wrote: > Hello, > > I finally managed to find out some time to put in to > DynAPI project. As a > result here is a dynapi site structure draft. All > the comments are very > wellcome. :-) Attached file is created with the > MindManager 2002 software, > free viewer (and some other downloads) is available > at: > http://www.mindjet.com/eu/support/sup_download.php > > - Juho Risku / Helmi Staff > http://www.visualway.com/helmi > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months > FREE*. > http://join.msn.com/?page=features/virus > > ATTACHMENT part 2 application/vnd.mindjet.mindmanager name=DynAPI site structure - 1.9.2003.mmp __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Daniel T. <de...@ti...> - 2003-09-01 15:53:13
|
Hi! Great Job! One thing i was thinking about is a download/presentation area for products that is open-source and is made with dynapi. For example i am currently building a webmail with asp and dynapi that i would like to share to the community. Looks really good! Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Joy Ride Sent: den 1 september 2003 14:21 To: dyn...@li... Subject: [Dynapi-Dev] DynAPI webteam - site structure draft Hello, I finally managed to find out some time to put in to DynAPI project. As a result here is a dynapi site structure draft. All the comments are very wellcome. :-) Attached file is created with the MindManager 2002 software, free viewer (and some other downloads) is available at: http://www.mindjet.com/eu/support/sup_download.php - Juho Risku / Helmi Staff http://www.visualway.com/helmi _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus |
From: Joy R. <joy...@ho...> - 2003-09-01 12:32:13
|
Hello, I finally managed to find out some time to put in to DynAPI project. As a result here is a dynapi site structure draft. All the comments are very wellcome. :-) Attached file is created with the MindManager 2002 software, free viewer (and some other downloads) is available at: http://www.mindjet.com/eu/support/sup_download.php - Juho Risku / Helmi Staff http://www.visualway.com/helmi _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus |
From: Raymond I. <xw...@ya...> - 2003-08-29 14:15:30
|
Hi Andrew, That's certainly and error. I'll make the change and have them uploaded to cvs. -- Raymond Irving --- Andrew Gillett <an...@zo...> wrote: > Hi, > > I had trouble setting the number of columns in a > HTMLTextArea widget. > > The problem was on line 73 of htmltextarea.js, > which contains: > return '<textarea class="'+ ... +'" > col="'+this._cols+' ... > instead of: > return '<textarea class="'+ ... +'" > cols="'+this._cols+' ... > > regards, > Andrew Gillett > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Andrew G. <an...@zo...> - 2003-08-28 23:14:03
|
Hi, I had trouble setting the number of columns in a HTMLTextArea widget. The problem was on line 73 of htmltextarea.js, which contains: return '<textarea class="'+ ... +'" col="'+this._cols+' ... instead of: return '<textarea class="'+ ... +'" cols="'+this._cols+' ... regards, Andrew Gillett |
From: Kevin <ke...@ke...> - 2003-08-27 23:33:10
|
Hi Raymond, That looks very good. I have done dynamic menus before and the one buggy thing to fix cross browser IE4+/NS4+ is when the menu is expanded past the bottom of browser window a scroll bar would hopefully appear. Either the default browser scroll bar or a custom bar coded in the widget/component? I gave up when I started making menu components fixed size with a set content :( I'm looking forward to Explorer Component solution. - Kevin. "Raymond Irving" wrote: > Hi Everyone > > Here's a screenshot of the upcoming Explorer > Component. > > The new components (aka. DynLayer Components - for > want of a better name) will be completly customizable. > > Stay Tuned! > > -- > Raymond Irving > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com -------------------------------------------------------------------------------- |
From: Doug M. <do...@cr...> - 2003-08-27 22:31:11
|
This is the problem I reported in mozilla oh-so-long ago.. It is a bug in the browser.. you will find that the content height is returned as expected.. which does tell us it is a bug. I reported the bug to the mozilla bugzilla.. So it's a matter of time.. unless one of you wants to dive into the mozilla code.... I've thought of it.. but I expect it would be a full-time project just to get comfortable working in their code-base Doug Melvin do...@cr... (613) 355-3600 ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Wednesday, August 27, 2003 6:13 PM Subject: Re: [Dynapi-Dev] getContentWitdh/Height updates > Testing in IE 6.0.2800.1106 and Mozilla 1.4 on Win2k. > > Modified the add layers routines as follows. Added the ability to create a > variable number of layers, default 100 at a time. Changed the static > randomness ( * 200 ) to a dynamic number based on the > lyr.getContentWidth/Height() (so it should expand without bounds at random). > > In IE 6, I see the expected behaviour; the area gets bigger and bigger each > time I add another 100 layers. In Mozilla, the yellow layer (lyr) seems to > grow only to lyr.getContentWidth() + lyr.getX() - 10, lyr.getContentHeight() > + lyr.getY() - 10. It stays at that size, and does not continue to randomly > grow. > > Also, another difference between the browsers: when setting the text size to > zero length string. In both Mozilla and IE, setting to zero makes the > yellow layer "disappear". Then, setting a text value again acts > differently. In IE, you see the yellow layer reappear with the text. In > Mozilla, the yellow layer stays invisible. In either case, adding layers > does cause the yellow layer to expand again, with the differences noted > above. > > Can't seem to get my mouse working in Linux for some odd reason. Had it > working fine about a week or two ago. I can't test on Mozilla on Linux > right now. > > Leif > > =================== > Example page modifications: > =================== > > function addLayer(){ > var x = Math.random() * ( lyr.getContentWidth() + lyr.getX() - 10 ); > var y = Math.random() * ( lyr.getContentHeight() + lyr.getY() - 10 ); > var l = new DynLayer(null,x,y,10,10,'green'); > lyr.addChild(l); > }; > > function addLayers(lyrs){ > for ( var i = 0; i < lyrs; i++ ) > { > addLayer(); > } > > return(lyrs); > }; > > >From the FORM: > > <input type="button" onclick="return addLayers( this.form.lyrs.value );" > value="Add Layers" /> > <input type="text" name="lyrs" value="100" /> > > > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: <dyn...@li...> > Sent: Wednesday, August 27, 2003 4:11 PM > Subject: Re: [Dynapi-Dev] getContentWitdh/Height updates > > > > > > Has anyone tested these changes as yet? > > > > Ps. Sorry it's just that I really need to get this > > section working so I can update cvs tomorrow with some > > other new stuff. > > > > -- > > Raymond Irving > > > > --- Raymond Irving <xw...@ya...> wrote: > > > Hello Everyone, > > > > > > > > > I've managed to fix the getContentWidth/Height > > > function to work correctly accross browsers > > > ie6,opera7,moz,ns4. I've not tested in ie5 and ie4. > > > > > > Please see the attached file and please help me test > > > these changes to see if they are working as they > > > should. > > > > > > Please give your feedback before this Thursday (Aug > > > 28, 2003) > > > > > > -- > > > Raymond Irving > > > > > > __________________________________ > > > Do you Yahoo!? > > > Yahoo! SiteBuilder - Free, easy-to-use web site > > > design software > > > http://sitebuilder.yahoo.com > > > > > ATTACHMENT part 2 application/x-zip-compressed > > name=dynapi3x.zip > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > http://sitebuilder.yahoo.com > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003 |
From: Raymond I. <xw...@ya...> - 2003-08-27 22:26:48
|
Ahh! Thanks Leif for helping me test these features. I think the setAutoSize() function should address the issue that occurs in Mozilla when new layers are added. If you should set the auto size feature to SetAutoSize(true,true). The width of the layer should work fine i both browsers. In normal cases. Mozilla and Opera behaves differently from IE when child layers are added. -- Raymond Irving --- Leif W <war...@us...> wrote: > Testing in IE 6.0.2800.1106 and Mozilla 1.4 on > Win2k. > > Modified the add layers routines as follows. Added > the ability to create a > variable number of layers, default 100 at a time. > Changed the static > randomness ( * 200 ) to a dynamic number based on > the > lyr.getContentWidth/Height() (so it should expand > without bounds at random). > > In IE 6, I see the expected behaviour; the area gets > bigger and bigger each > time I add another 100 layers. In Mozilla, the > yellow layer (lyr) seems to > grow only to lyr.getContentWidth() + lyr.getX() - > 10, lyr.getContentHeight() > + lyr.getY() - 10. It stays at that size, and does > not continue to randomly > grow. > > Also, another difference between the browsers: when > setting the text size to > zero length string. In both Mozilla and IE, setting > to zero makes the > yellow layer "disappear". Then, setting a text > value again acts > differently. In IE, you see the yellow layer > reappear with the text. In > Mozilla, the yellow layer stays invisible. In > either case, adding layers > does cause the yellow layer to expand again, with > the differences noted > above. > > Can't seem to get my mouse working in Linux for some > odd reason. Had it > working fine about a week or two ago. I can't test > on Mozilla on Linux > right now. > > Leif > > =================== > Example page modifications: > =================== > > function addLayer(){ > var x = Math.random() * ( lyr.getContentWidth() > + lyr.getX() - 10 ); > var y = Math.random() * ( lyr.getContentHeight() > + lyr.getY() - 10 ); > var l = new DynLayer(null,x,y,10,10,'green'); > lyr.addChild(l); > }; > > function addLayers(lyrs){ > for ( var i = 0; i < lyrs; i++ ) > { > addLayer(); > } > > return(lyrs); > }; > > From the FORM: > > <input type="button" onclick="return addLayers( > this.form.lyrs.value );" > value="Add Layers" /> > <input type="text" name="lyrs" value="100" /> > > > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: <dyn...@li...> > Sent: Wednesday, August 27, 2003 4:11 PM > Subject: Re: [Dynapi-Dev] getContentWitdh/Height > updates > > > > > > Has anyone tested these changes as yet? > > > > Ps. Sorry it's just that I really need to get this > > section working so I can update cvs tomorrow with > some > > other new stuff. > > > > -- > > Raymond Irving > > > > --- Raymond Irving <xw...@ya...> wrote: > > > Hello Everyone, > > > > > > > > > I've managed to fix the getContentWidth/Height > > > function to work correctly accross browsers > > > ie6,opera7,moz,ns4. I've not tested in ie5 and > ie4. > > > > > > Please see the attached file and please help me > test > > > these changes to see if they are working as they > > > should. > > > > > > Please give your feedback before this Thursday > (Aug > > > 28, 2003) > > > > > > -- > > > Raymond Irving > > > > > > __________________________________ > > > Do you Yahoo!? > > > Yahoo! SiteBuilder - Free, easy-to-use web site > > > design software > > > http://sitebuilder.yahoo.com > > > > > ATTACHMENT part 2 application/x-zip-compressed > > name=dynapi3x.zip > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > > http://sitebuilder.yahoo.com > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-08-27 22:11:44
|
Testing in IE 6.0.2800.1106 and Mozilla 1.4 on Win2k. Modified the add layers routines as follows. Added the ability to create a variable number of layers, default 100 at a time. Changed the static randomness ( * 200 ) to a dynamic number based on the lyr.getContentWidth/Height() (so it should expand without bounds at random). In IE 6, I see the expected behaviour; the area gets bigger and bigger each time I add another 100 layers. In Mozilla, the yellow layer (lyr) seems to grow only to lyr.getContentWidth() + lyr.getX() - 10, lyr.getContentHeight() + lyr.getY() - 10. It stays at that size, and does not continue to randomly grow. Also, another difference between the browsers: when setting the text size to zero length string. In both Mozilla and IE, setting to zero makes the yellow layer "disappear". Then, setting a text value again acts differently. In IE, you see the yellow layer reappear with the text. In Mozilla, the yellow layer stays invisible. In either case, adding layers does cause the yellow layer to expand again, with the differences noted above. Can't seem to get my mouse working in Linux for some odd reason. Had it working fine about a week or two ago. I can't test on Mozilla on Linux right now. Leif =================== Example page modifications: =================== function addLayer(){ var x = Math.random() * ( lyr.getContentWidth() + lyr.getX() - 10 ); var y = Math.random() * ( lyr.getContentHeight() + lyr.getY() - 10 ); var l = new DynLayer(null,x,y,10,10,'green'); lyr.addChild(l); }; function addLayers(lyrs){ for ( var i = 0; i < lyrs; i++ ) { addLayer(); } return(lyrs); }; From the FORM: <input type="button" onclick="return addLayers( this.form.lyrs.value );" value="Add Layers" /> <input type="text" name="lyrs" value="100" /> ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Wednesday, August 27, 2003 4:11 PM Subject: Re: [Dynapi-Dev] getContentWitdh/Height updates > > Has anyone tested these changes as yet? > > Ps. Sorry it's just that I really need to get this > section working so I can update cvs tomorrow with some > other new stuff. > > -- > Raymond Irving > > --- Raymond Irving <xw...@ya...> wrote: > > Hello Everyone, > > > > > > I've managed to fix the getContentWidth/Height > > function to work correctly accross browsers > > ie6,opera7,moz,ns4. I've not tested in ie5 and ie4. > > > > Please see the attached file and please help me test > > these changes to see if they are working as they > > should. > > > > Please give your feedback before this Thursday (Aug > > 28, 2003) > > > > -- > > Raymond Irving > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site > > design software > > http://sitebuilder.yahoo.com > > > ATTACHMENT part 2 application/x-zip-compressed > name=dynapi3x.zip > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-08-27 21:46:32
|
Hi Everyone Here's a screenshot of the upcoming Explorer Component. The new components (aka. DynLayer Components - for want of a better name) will be completly customizable. Stay Tuned! -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-08-27 20:20:02
|
Haven't tested. I'll take a look now. Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Wednesday, August 27, 2003 4:11 PM Subject: Re: [Dynapi-Dev] getContentWitdh/Height updates > > Has anyone tested these changes as yet? > > Ps. Sorry it's just that I really need to get this > section working so I can update cvs tomorrow with some > other new stuff. > > -- > Raymond Irving > > --- Raymond Irving <xw...@ya...> wrote: > > Hello Everyone, > > > > > > I've managed to fix the getContentWidth/Height > > function to work correctly accross browsers > > ie6,opera7,moz,ns4. I've not tested in ie5 and ie4. > > > > Please see the attached file and please help me test > > these changes to see if they are working as they > > should. > > > > Please give your feedback before this Thursday (Aug > > 28, 2003) > > > > -- > > Raymond Irving > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site > > design software > > http://sitebuilder.yahoo.com > > > ATTACHMENT part 2 application/x-zip-compressed > name=dynapi3x.zip > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-08-27 20:11:04
|
Has anyone tested these changes as yet? Ps. Sorry it's just that I really need to get this section working so I can update cvs tomorrow with some other new stuff. -- Raymond Irving --- Raymond Irving <xw...@ya...> wrote: > Hello Everyone, > > > I've managed to fix the getContentWidth/Height > function to work correctly accross browsers > ie6,opera7,moz,ns4. I've not tested in ie5 and ie4. > > Please see the attached file and please help me test > these changes to see if they are working as they > should. > > Please give your feedback before this Thursday (Aug > 28, 2003) > > -- > Raymond Irving > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > http://sitebuilder.yahoo.com > ATTACHMENT part 2 application/x-zip-compressed name=dynapi3x.zip __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-08-27 00:46:10
|
Hello Everyone, I've managed to fix the getContentWidth/Height function to work correctly accross browsers ie6,opera7,moz,ns4. I've not tested in ie5 and ie4. Please see the attached file and please help me test these changes to see if they are working as they should. Please give your feedback before this Thursday (Aug 28, 2003) -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-08-25 19:30:10
|
Hi Stephen, I've seen your post sometime and I believe the way you did it was to use a Java Applet to capture the keys? I believe Kevin is the best person to port such function in DynKeyEvent since he had done an excellent job with DynKey and TabManager. PS. I think such extended keybard fnuctions should not be enabled by default. -- Raymond Irving --- Stephen Carroll <sca...@vi...> wrote: > I while back I also wrote a library that corrects > for keyboard events by > returning a remapped ascii set. If you notice, > keyboard events on IE and > Netcape return different keycodes. I've made one mod > to remap them and get > the case right. May I suggest that be corrected as > well. Also, there was an > example I sent out that showed how to retrieve tab, > shift+alt+del, enter, > and even arrow keys regardless of platform or > browser but it was in DynAPI > 2.5. I haven't had the time to port it to 3.0 but I > believe the code should > be implemented, as keyboard support is rather poor > to date. > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: <dyn...@li...> > Sent: Friday, August 22, 2003 9:11 AM > Subject: Re: [Dynapi-Dev] Keyboard events in > HTMLTextBox > > > > > > Point well taken. I'll see to it that your changes > be > > implemented inside the HTML form based components. > > > > -- > > Raymond Irving > > > > --- Andrew Gillett <an...@zo...> wrote: > > > Hello, > > > > > > I have had a problem with capturing keyboard > events > > > in HTMLTextBox. I > > > want to execute some code when the Enter key is > > > pressed in a textbox, > > > but while the keyboard event handling in > HTMLTextBox > > > works quite well it > > > doesn't allow me to find out which key was > pressed. > > > > > > The getInnerHTML function in htmltextbox.js > > > contains: > > > this._inlineEvents+=' onkeypress="return > > > htc._e(\'keypress\',this);" ' > > > +' onkeyup="return htc._e(\'keyup\',this);" > ' > > > +' onkeydown="return > htc._e(\'keyup\',this);" ' > > > > > > The event handlers are invoked with two > arguments: a > > > String that give > > > the kind of event and a reference to the TextBox > > > object. The event > > > handler in my own code gets the reference to the > > > object but this doesn't > > > let me find out which key was pressed. > > > > > > I have worked around this problem in my own copy > of > > > DynAPI by adding the > > > "event" object to the arguments passed to the > event > > > handler: > > > this._inlineEvents+=' onkeypress="return > > > htc._e(\'keypress\',this,event);" ' > > > +' onkeyup="return > > > htc._e(\'keyup\',this,event);" ' > > > +' onkeydown="return > > > htc._e(\'keyup\',this,event);" ' > > > ... > > > > > > The _e function also needs to change from: > > > p._e = function(evt,elm){ > > > var rt = this._oldHCTBEvt(evt,elm); > > > to > > > p._e = function(evt,elm,arg){ > > > var rt = this._oldHCTBEvt(evt,elm,arg); > > > > > > > > > This allows my own event handler two receive two > > > parameters: the object > > > that raised the event and the event itself. > > > > > > May I suggest this change be made to the > library? > > > I'm hoping it won't > > > cause any cross-browser portability problems. > > > > > > > > > > > > On a slightly different matter, while I was > poking > > > about in > > > htmltextbox.js, I noticed that line 72 > contained: > > > if(this.getElm()) this.elm.readonly=(b)? > > > 'readyonly':''; > > > > > > The 'readyonly' looks like a typo which should > > > probably be fixed. > > > > > > > > > > > > regards > > > Andrew Gillett > > > > > > ps. I'm using the latest version for DynAPI3 > from > > > CVS. > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: VM Ware > > > With VMware you can run multiple operating > systems > > > on a single machine. > > > WITHOUT REBOOTING! Mix Linux / Windows / Novell > > > virtual machines > > > at the same time. Free trial click > > > here:http://www.vmware.com/wl/offer/358/0 > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > > http://sitebuilder.yahoo.com > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems > on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell > virtual machines > at the same time. Free trial click > here:http://www.vmware.com/wl/offer/358/0 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Stephen C. <sca...@vi...> - 2003-08-25 18:41:22
|
I while back I also wrote a library that corrects for keyboard events by returning a remapped ascii set. If you notice, keyboard events on IE and Netcape return different keycodes. I've made one mod to remap them and get the case right. May I suggest that be corrected as well. Also, there was an example I sent out that showed how to retrieve tab, shift+alt+del, enter, and even arrow keys regardless of platform or browser but it was in DynAPI 2.5. I haven't had the time to port it to 3.0 but I believe the code should be implemented, as keyboard support is rather poor to date. ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Friday, August 22, 2003 9:11 AM Subject: Re: [Dynapi-Dev] Keyboard events in HTMLTextBox > > Point well taken. I'll see to it that your changes be > implemented inside the HTML form based components. > > -- > Raymond Irving > > --- Andrew Gillett <an...@zo...> wrote: > > Hello, > > > > I have had a problem with capturing keyboard events > > in HTMLTextBox. I > > want to execute some code when the Enter key is > > pressed in a textbox, > > but while the keyboard event handling in HTMLTextBox > > works quite well it > > doesn't allow me to find out which key was pressed. > > > > The getInnerHTML function in htmltextbox.js > > contains: > > this._inlineEvents+=' onkeypress="return > > htc._e(\'keypress\',this);" ' > > +' onkeyup="return htc._e(\'keyup\',this);" ' > > +' onkeydown="return htc._e(\'keyup\',this);" ' > > > > The event handlers are invoked with two arguments: a > > String that give > > the kind of event and a reference to the TextBox > > object. The event > > handler in my own code gets the reference to the > > object but this doesn't > > let me find out which key was pressed. > > > > I have worked around this problem in my own copy of > > DynAPI by adding the > > "event" object to the arguments passed to the event > > handler: > > this._inlineEvents+=' onkeypress="return > > htc._e(\'keypress\',this,event);" ' > > +' onkeyup="return > > htc._e(\'keyup\',this,event);" ' > > +' onkeydown="return > > htc._e(\'keyup\',this,event);" ' > > ... > > > > The _e function also needs to change from: > > p._e = function(evt,elm){ > > var rt = this._oldHCTBEvt(evt,elm); > > to > > p._e = function(evt,elm,arg){ > > var rt = this._oldHCTBEvt(evt,elm,arg); > > > > > > This allows my own event handler two receive two > > parameters: the object > > that raised the event and the event itself. > > > > May I suggest this change be made to the library? > > I'm hoping it won't > > cause any cross-browser portability problems. > > > > > > > > On a slightly different matter, while I was poking > > about in > > htmltextbox.js, I noticed that line 72 contained: > > if(this.getElm()) this.elm.readonly=(b)? > > 'readyonly':''; > > > > The 'readyonly' looks like a typo which should > > probably be fixed. > > > > > > > > regards > > Andrew Gillett > > > > ps. I'm using the latest version for DynAPI3 from > > CVS. > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: VM Ware > > With VMware you can run multiple operating systems > > on a single machine. > > WITHOUT REBOOTING! Mix Linux / Windows / Novell > > virtual machines > > at the same time. Free trial click > > here:http://www.vmware.com/wl/offer/358/0 > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > |
From: Leif W <war...@us...> - 2003-08-23 01:05:33
|
[+] Added cross frame access example to docs/examples.html and docs/tipstricks.html Leif |
From: Leif W <war...@us...> - 2003-08-22 21:20:27
|
> Strange! I don't have linux/ns4 so someone might have > to help in this area. I've got a system running Linux and X is installed for local use (no daemon running). Mostly I use it text only via ssh. I can get X working with Mozilla and look at things, but not sure what I'd be looking for, or if I'd be able to hack the code. I'll give it a try later. If all else fails, I could look into setting up temporary access to an X server (tunelled over SSL), so someone with Windows could use an X-Windows client (used to be something called PC-XWare, not sure what's available now) and look at the Linux/Unix side of things. VNC (Virtual Network Computing) is somewhat less secure I think, and also requires hefty bandwidth as it sends the entire desktop graphics instead of just window positions and keyboard and mouse events like with X. You'd have to shrink the window to like 1024x768 and go to 256 color mode, and even then it would be sluggish at best, even over DSL or cable. I know because I've done it several times. :) I'll update in a couple days. Leif |
From: Kevin <ke...@ke...> - 2003-08-22 20:12:18
|
"Raymond Irving" wrote: > > --- Kevin <ke...@ke...> wrote: > > > I didn't see the new example in cvs. > > I'll double check to make sure. Thanks. Are SourceForge using their backup servers for cvs as it may take a couopke of days to be visible. > > I found the popup menu covers the start button. The > > writeStyle > > doesn't work for borders (remember innerBorder and > > Frame > > class was implemented for NS4 compatiblilty). I'm > > thinking > > maybe writeStyle should write to the DynLayer's doc > > rather > > than the top level document for NS4 <style>s that > > work. > > In the dynapi.gui.htmlmenu.html example the writeStyle > works fine so I don't understand. NS4 does not support > border-left, etc so some other css border solution was > needed. It dosen't work in Linux / NS4 as that was why borders were implemented by adding 4 layers. > > A quick test on Mozilla shows the border styles > > don't work > > either. Anyway, I sorted this out and commented out > > the NS4 > > border stuff so the menus look the same size > > cross-browser. > > Strange on my test with mozilla the borders looked ok. It doesn't work because of double sets of brackets {{ ... }} in the DOM writeStyle. You get away with it in IE? What machine do you test Mozilla on? My last post had the fix as an attachment. - Kevin > > On resize in Linux / NS4 the browser crashes when > > using some > > HTMLcomponents eg. progressbar. > > Strange! I don't have linux/ns4 so someone might have > to help in this area. > > -- > Raymond Irving > > > - > > Kevin > > > > > ATTACHMENT part 2 application/x-zip-compressed > name=dynapi.gui.htmlmenu-startmenu.zip > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines > at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |