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: Andrew G. <an...@zo...> - 2004-09-20 23:01:49
|
Kevin wrote: >I believe so. NS4 is only 2% of the market and I can't test it >without building another Linux 7.2 system which has NS4 :( > >Peter's http://www.quirksmode.org/ page is great >for explaining events: under Javascript -> Events > > Thanks for this link. A very helpful explanation of NS4 event handling. Leif W wrote: >Try this, replace number 32 with anything from 1-32. > >ftp://ftp32.netscape.com/pub/communicator/ > >Browsers are under the language directories ("english"). You can get as >old as 4.08 (win32, non-linux, mac) and as new as the 4.79 (win32, linux >2.2, mac) and 4.8 (win32, linux 2.2, mac) browser. > >Leif > > I went to browsers.evolt.org - it goes back as far as Navigator 0.4 (yes 0.4, 16 bit). Remember 16 bit programs and Windows 3.1? It can be quite amusing to get an old pre-javascript web browser and see how it renders the most ordinary of modern web sites. Anyway, I downloaded the windows versions of NS4.04 and NS4.79. NS4.04 doesn't run _any_ of the dynapi examples. It complains about the many places throughout dynapi where a "function does not always return a value.". When I get some time I'll make a list of them, if anyone is interested. NS4.79 seems to work quite well. By the time I finish with this I'll hopefully have some useful documentation on dynapi event handling. I'll keep you posted. Andrew. |
From: Leif W <war...@us...> - 2004-09-19 16:22:09
|
> ----- Original Message ----- > From: "Kevin" <ke...@ke...> > To: <dyn...@li...> > Sent: Sunday, September 19, 2004 11:51 > Subject: Re: [Dynapi-Dev] A problem with key event handling > > Andrew Gillett wrote: > > Kevin wrote: > > > > > Yes, I worked through it a while back. The complexity evolved to attempt > > > to cover all key event models NS4 (capture only) IE (bubble only) MOZ > > > (both) though I think it only uses one. Unfortunately the only way of > > > writing a decent NS4 portable application was to handle everything at > > > the DynDocument level. > > > > Oh. I hadn't given a thought to NS4. Obviously I don't really > > understand the event handling as well as I had thought. I'd better find > > a copy of NS4 and play with it before I publish any explanations :) > > > > Can you tell me if NS4.0 and NS4.7 both use the same key event models? > > I believe so. NS4 is only 2% of the market and I can't test it > without building another Linux 7.2 system which has NS4 :( > > Peter's http://www.quirksmode.org/ page is great > for explaining events: under Javascript -> Events Try this, replace number 32 with anything from 1-32. ftp://ftp32.netscape.com/pub/communicator/ Browsers are under the language directories ("english"). You can get as old as 4.08 (win32, non-linux, mac) and as new as the 4.79 (win32, linux 2.2, mac) and 4.8 (win32, linux 2.2, mac) browser. Leif |
From: Kevin <ke...@ke...> - 2004-09-19 15:48:16
|
Andrew Gillett wrote: > Kevin wrote: > >> Yes, I worked through it a while back. The complexity evolved to attempt >> to cover all key event models NS4 (capture only) IE (bubble only) MOZ >> (both) though I think it only uses one. Unfortunately the only way of >> writing a decent NS4 portable application was to handle everything at >> the DynDocument level. > > > Oh. I hadn't given a thought to NS4. Obviously I don't really > understand the event handling as well as I had thought. I'd better find > a copy of NS4 and play with it before I publish any explanations :) > > Can you tell me if NS4.0 and NS4.7 both use the same key event models? I believe so. NS4 is only 2% of the market and I can't test it without building another Linux 7.2 system which has NS4 :( Peter's http://www.quirksmode.org/ page is great for explaining events: under Javascript -> Events Kevin > > Andrew > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > |
From: Andrew G. <an...@zo...> - 2004-09-19 00:32:30
|
Kevin wrote: > Yes, I worked through it a while back. The complexity evolved to attempt > to cover all key event models NS4 (capture only) IE (bubble only) MOZ > (both) though I think it only uses one. Unfortunately the only way of > writing a decent NS4 portable application was to handle everything at > the DynDocument level. Oh. I hadn't given a thought to NS4. Obviously I don't really understand the event handling as well as I had thought. I'd better find a copy of NS4 and play with it before I publish any explanations :) Can you tell me if NS4.0 and NS4.7 both use the same key event models? Andrew |
From: Kevin <ke...@ke...> - 2004-09-17 21:19:09
|
Andrew Gillett wrote: > Hi, > > I've been having some problems with keyboard events in DynAPI. So for > the last few weeks I've been trying to understand the DynAPI event > model, particularly how it relates to keyboard events. After an awful > lot of effort, I've come to understand how the browser event model works > (fairly straightforward) and how DynAPI events work (anything but > straightforward). Yes, I worked through it a while back. The complexity evolved to attempt to cover all key event models NS4 (capture only) IE (bubble only) MOZ (both) though I think it only uses one. Unfortunately the only way of writing a decent NS4 portable application was to handle everything at the DynDocument level. > As far as I know, the DynAPI 3 event handling model isn't documented at > all, so I'm in the process of writing up an explanation of how it > works. I'll post a url to it soon. Look forward to it. > Anyway the problem I've experienced is illustrated by the two attached > files. The first example, DynLayerEvent.html, works as you would expect. > The document contains a DynLayer which contains an <input> element. > There are "keydown" event handlers attached to both the DynLayer and the > document. When the input has focus and you press a key, both handlers > are invoked. > > Now look at TemplateEvent.html. It is almost exactly the same except > that instead of DynLayer, I've used a Template. "Template" is a fairly > simple subclass of DynLayer. In this case, when you press a key in the > input field, only the document event handler is triggered. > > The cause of this problem is at line 151 of api/ext/dynkeyevent.js : > > DynElement.prototype.captureKeyEvents=function() { > var elm=(this.getClassName()=='DynLayer')?this.elm:this.doc; > if(!elm||!this._hasKeyEvents) return true; > > This code fails for any subclass of DynLayer. The correct behavior for a > subclass of DynLayer is to assign this.elm to the local variable elm. > Instead, elm is assigned this.doc, which is null for any class other > than DynDocument. This bug makes it impossible to write a widget that > extends DynLayer and is still able to handle key events using a DynAPI > event handler. > > A fixed version of the function looks like: > > DynElement.prototype.captureKeyEvents=function() { > var elm=(this.getClassName()=='DynDocument')?this.doc:this.elm; > if(!elm||!this._hasKeyEvents) return true; > > The same code also needs fixing in the releaseKeyEvents function > (dynkeyevent.js, line 167). Good fix for that subclassing bug though I don't have cvs access to do any updates. Kevin. > I have tested my change on FireFox and IE and I'm confident that it > won't introduce any problems. > > > Andrew > > |
From: Raymond I. <xw...@ya...> - 2004-09-17 21:16:58
|
Sound pretty cool Andrew. The documenations always lag behind the source. That's just how things sometimes goes. Keep up the good work __ Raymond Irving --- Andrew Gillett <an...@zo...> wrote: > Hi, > > I've been having some problems with keyboard events > in DynAPI. So for > the last few weeks I've been trying to understand > the DynAPI event > model, particularly how it relates to keyboard > events. After an awful > lot of effort, I've come to understand how the > browser event model works > (fairly straightforward) and how DynAPI events work > (anything but > straightforward). > > As far as I know, the DynAPI 3 event handling model > isn't documented at > all, so I'm in the process of writing up an > explanation of how it > works. I'll post a url to it soon. > > Anyway the problem I've experienced is illustrated > by the two attached > files. The first example, DynLayerEvent.html, works > as you would expect. > The document contains a DynLayer which contains an > <input> element. > There are "keydown" event handlers attached to both > the DynLayer and the > document. When the input has focus and you press a > key, both handlers > are invoked. > > Now look at TemplateEvent.html. It is almost exactly > the same except > that instead of DynLayer, I've used a Template. > "Template" is a fairly > simple subclass of DynLayer. In this case, when you > press a key in the > input field, only the document event handler is > triggered. > > The cause of this problem is at line 151 of > api/ext/dynkeyevent.js : > > DynElement.prototype.captureKeyEvents=function() { > var > elm=(this.getClassName()=='DynLayer')?this.elm:this.doc; > if(!elm||!this._hasKeyEvents) return true; > > This code fails for any subclass of DynLayer. The > correct behavior for a > subclass of DynLayer is to assign this.elm to the > local variable elm. > Instead, elm is assigned this.doc, which is null for > any class other > than DynDocument. This bug makes it impossible to > write a widget that > extends DynLayer and is still able to handle key > events using a DynAPI > event handler. > > A fixed version of the function looks like: > > DynElement.prototype.captureKeyEvents=function() { > var > elm=(this.getClassName()=='DynDocument')?this.doc:this.elm; > if(!elm||!this._hasKeyEvents) return true; > > The same code also needs fixing in the > releaseKeyEvents function > (dynkeyevent.js, line 167). > > I have tested my change on FireFox and IE and I'm > confident that it > won't introduce any problems. > > > Andrew > > --------------------------------- DynLayer Key Event handlingdynapi.library.setPath('../src/');dynapi.library.include('dynapi.api');dynapi.library.include('DynKeyEvent');function init(){ var lyr = new DynLayer('Text: [input] '); dynapi.document.addChild(lyr); lyr.addEventListener({ onkeydown:function(e){alert('dynlayer');} }); dynapi.document.addEventListener({ onkeydown:function(e){alert('document');} });}dynapi.onLoad(init); --------------------------------- Template Key Event handlingdynapi.library.setPath('../src/');dynapi.library.include('dynapi.api');dynapi.library.include('TemplateManager');dynapi.library.include('DynKeyEvent');function init(){ var tpl = new Template('Text: [input] '); dynapi.document.addChild(tpl); tpl.addEventListener({ onkeydown:function(e){alert('template');} }); dynapi.document.addEventListener({ onkeydown:function(e){alert('document');} });}dynapi.onLoad(init); |
From: Andrew G. <an...@zo...> - 2004-09-16 23:34:28
|
<html> <head> <title>DynLayer Key Event handling</title> <script language="JavaScript" src="../src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../src/'); dynapi.library.include('dynapi.api'); dynapi.library.include('DynKeyEvent'); function init() { var lyr = new DynLayer('Text: <input type="text"/>'); dynapi.document.addChild(lyr); lyr.addEventListener({ onkeydown:function(e){alert('dynlayer');} }); dynapi.document.addEventListener({ onkeydown:function(e){alert('document');} }); } </script> <script language="JavaScript">dynapi.onLoad(init);</script> </head> <body> </body> </html> |
From: Leif W <war...@us...> - 2004-08-01 19:43:42
|
Going through a fun 2 months. 3rd machine died last night, formally announced this morning. I'm experiencing multiple hardware failures across multiple machines: video cards, hard disks, mainboards, CPUs and RAM. Nice upgrading job I did! The smell of burning silicon clings to the air. If you hear in the news that someone in the northeast US died in a house fire caused by computers, that was me. :D I'm trying to handle parts as best I can, do very conservative overclocking, using appropriate thermal compounds, heat sinks, and fans, but apparently I've made mistakes. I have one machine running stable which I haven't attempted to upgrade, but will do so today, as I need to test some hardware. I've got my copy of the CVS in multiple places, so it should survive. I'm down to two machines: a workstation and a gateway/web, and the gateway/web is going offline for testing. The gateway/web itself was originally only web, but has been filling in for the gateway which was the first to die, but may eventually be resurrected. Second to die was a DOA replacement for the first mainboard. Third last night was intended to replace the initial gateway. A third machine may be up, or it may have died already. It started constant beep, meaning thermal overheat, which usually spells death for CPU & mainboard. But I shut it off within 5 seconds somaybe it'll still work after I reassess the condition of the thermal solution. Beyond hardware, I'm having software issues, and a few OSes need to have the disks repartitioned and reformatted and the OS and software reinstalled. This is all very time consuming so any responses may be delayed. I've read the messages and want to test some things and learn more about the DynAPI and submit any tested patches, but it'll have to wait. :p Leif |
From: Leif W <war...@us...> - 2004-08-01 06:23:25
|
I've just tested both selected and checked in Mozilla Firefox 0.9.1, IE6, and Opera 7.53 all in WinXP and Mozilla Firefox 0.8 and Konqueror 3.2.2 in Linux/XFree86. Either way seems to work with these browsers. Are there specific browsers/versions with which this doesn't work, that we should look out for? I remember the classic 4.0 browsers probably used only checked. I did a brief search and see ".checked" is predominantly referenced over ".selected", and ".checked" is listed in the classic Netscape's old (pre-DOM?) ClientReferenceJS13. Incidentally the getState method had ".checked", so I'll go ahead and use that for setState. Leif ----- Original Message ----- From: "Andrew Gillett" <an...@zo...> To: <dyn...@li...> Sent: Thursday, July 29, 2004 10:05 PM Subject: [Dynapi-Dev] Another small bug in htmlradiobutton.js > Hi, > > The setState() function in HTMLRadioButton doesn't work (on any browser). > The reason is a typo on line 79 of htmlradiobutton.js : > > if(this.getElm()) this.elm.selected=this._state; > > should read: > > if(this.getElm()) this.elm.checked=this._state; > > - there is no such attribute as "selected" in a radio button. > > > > Andrew. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Kevin <ke...@ke...> - 2004-07-31 21:19:22
|
Hi Leif, Sorry I can't help with any other testing. I'm using Firefox on Windows and Mozilla on Linux. I think this a fix for the common Gecko engine? So I'm not sure if any other ports are out there. Yes it is a lot better to have a usable document target now with both scollers working. Kevin ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Saturday, July 31, 2004 7:15 PM Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > Kevin, > > I have the access, but in another email, I asked for more testing in > other browsers and versions and possibly OSes. I'm not too familiar > with this part of the API or current browser quirks. So I don't want to > muck anything up. :p It seemed to work ok for me in Mozilla Firefox > 0.9.1 and IE 6 on WinXP Pro SP1, with the caveat mentioned earlier. In > Mozilla, table borders do not appear to be calculated as content's > visible width or height, so a scrollbar will not be generated if the > table border extends beyond the ViewPane. However it's better than no > scroll bar at all for any content. ;-) > > Leif > > ----- Original Message ----- > From: "Kevin" <ke...@ke...> > To: "Dynapi-Dev" <Dyn...@li...> > Sent: Saturday, July 31, 2004 2:03 PM > Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > > Thanks for the fix Peter. Could anyone with cvs write access merge > this and > > the other fixes posted recently? > > > > Kevin > > > > ----- Original Message ----- > > From: "Peter Romianowski" <ant...@gm...> > > To: <dyn...@li...> > > Sent: Monday, July 26, 2004 2:39 PM > > Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > > > > > Hi, > > > > > > the problem with the scrollbar is in the getContentWidth-Method in > dynlayer_dom.js > > > In my own version of dynapi I replaced it with the following: > > > > > > p.getContentWidth=function() { > > > if (this.elm==null) return 0; > > > else { > > > var tw = this.elm.style.width; > > > this.css.width = "auto"; > > > var w = this.elm.scrollWidth; > > > this.css.width = tw; > > > return w; > > > }; > > > }; > > > > > > // For interest the getContentHeight-method looks this way now: > > > p.getContentHeight=function() { > > > if (this.elm==null) return 0; > > > else { > > > var th = this.css.height; > > > this.elm.style.height = "auto"; > > > var h = this.elm.scrollHeight; > > > this.css.height = th; > > > return h; > > > } > > > }; > > > > > > This works only in mozilla version 1.6+ / firefox 0.8+ (I think, 1.4 > definetely doesn't > > > work). IIRC I even posted a bugfix for that in the sf-bugforum a > while ago... > > > > > > Hope this helps and hope this is what you guys were looking for ;) > > > > > > Regards, > > > Peter > > > > > > Kevin wrote: > > > > > > > Hi Leif, > > > > > > > > Had a quick check of your ViewPane example in cvs. It's good > > > > and not confusing at all. > > > > > > > > Just a shame about the no horiz' scroll in Moz'. I'm using Firefox > > > > http://www.mozilla.org/products/firefox/ for Windows so I see > > > > the same error. > > > > > > > > A quick look at Raymond's stuff was good too. The new > > > > RichTextBox looked great but the edit area didn't work in > > > > Firefox but a great beta version. > > > > > > > > Kevin > > > > > > > > > > > > ----- Original Message ----- > > > > From: "Leif W" <war...@us...> > > > > To: <dyn...@li...> > > > > Sent: Saturday, July 24, 2004 6:50 PM > > > > Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > > > > > > > > > > > > > >>Hi Kevin, > > > >> > > > >>I am pretty sure that they are still on his site, largely untested > by > > > >>most of us... I forgot about that. I'll have to get a copy and > start > > > >>playing with it as soon as my old stuff is finished. I get the > sense > > > >>that Raymond wanted to give the code a chance to be played around > with > > > >>and any problems resolved before committing to CVS. I don't want > to > > > >>commit someone else's code if they're not ready to commit it > themselves. > > > >>It's been almost two months since his publication of the code, > which is > > > >>a while, but I haven't heard many people's experiences with it on > here. > > > >>I'll get it and do a diff -r to the current CVS tree, and prune > out any > > > >>minor differences like whitespace formatting, for example. > > > >> > > > >>FYI again: it's at http://xwisdomhtml.com/ , and needs to be > tested, and > > > >>may need fixes if anything's awkward. > > > >> > > > >>Leif > > > >> > > > >>----- Original Message ----- > > > >>From: "Kevin" <ke...@ke...> > > > >>To: <dyn...@li...> > > > >>Sent: Saturday, July 24, 2004 12:37 PM > > > >>Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > >> > > > >> > > > >> > > > >>>Hi, > > > >>> > > > >>>I looked at using dynapi again but gave up because of this > > > >>>Moz' horiz scroll problem that Leif highlighted again below. > > > >>>Can any clever dev' fix this? > > > >>> > > > >>>I'll have a look at the new cvs example when I get some time. > > > >>>Are Raymond's new style manager/border mods merged in > > > >>>cvs? > > > >>> > > > >>>Thanks Kevin. > > > >>> > > > >>>----- Original Message ----- > > > >>>From: "Leif W" <war...@us...> > > > >>>To: <dyn...@li...> > > > >>>Sent: Saturday, July 24, 2004 12:49 PM > > > >>>Subject: [Dynapi-Dev] ViewPane example is now on steroids. > > > >>> > > > >>> > > > >>> > > > >>>>It could lead to it's own widget. ;-) There still remains to > > > >>>>no-horiz-scroll bug in Mozilla. :-\ > > > >>>> > > > >>>>New in CVS: > > > >>>> > > > >>>>dynapi3x/examples/dynapi.gui.viewpane.html > > > >>>> > > > >>>>That's all of my previously unsubmitted code except for some > > > >> > > > >>IOElement > > > >> > > > >>>>and SODA stuff. > > > >>>>The ViewPane example was actually all new tonight. The library > > > >> > > > >>remains > > > >> > > > >>>>unchanged. If the example is too confusing I'll go back and > > > >> > > > >>simplify > > > >> > > > >>>>it! Sorry, got a bit carried away. > > > >>>> > > > >>>>Leif > > > >>>> > > > >>>> > > > >>>> > > > >>>> > > > >>>>------------------------------------------------------- > > > >>>>This SF.Net email is sponsored by BEA Weblogic Workshop > > > >>>>FREE Java Enterprise J2EE developer tools! > > > >>>>Get your free copy of BEA WebLogic Workshop 8.1 today. > > > >>>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > > >>>>_______________________________________________ > > > >>>>Dynapi-Dev mailing list > > > >>>>Dyn...@li... > > > >>>>http://www.mail-archive.com/dyn...@li.../ > > > >>> > > > >>> > > > >>>------------------------------------------------------- > > > >>>This SF.Net email is sponsored by BEA Weblogic Workshop > > > >>>FREE Java Enterprise J2EE developer tools! > > > >>>Get your free copy of BEA WebLogic Workshop 8.1 today. > > > >>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > > >>>_______________________________________________ > > > >>>Dynapi-Dev mailing list > > > >>>Dyn...@li... > > > >>>http://www.mail-archive.com/dyn...@li.../ > > > >>> > > > >> > > > >> > > > >> > > > >> > > > >>------------------------------------------------------- > > > >>This SF.Net email is sponsored by BEA Weblogic Workshop > > > >>FREE Java Enterprise J2EE developer tools! > > > >>Get your free copy of BEA WebLogic Workshop 8.1 today. > > > >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > > >>_______________________________________________ > > > >>Dynapi-Dev mailing list > > > >>Dyn...@li... > > > >>http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by BEA Weblogic Workshop > > > > FREE Java Enterprise J2EE developer tools! > > > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > > > _______________________________________________ > > > > Dynapi-Dev mailing list > > > > Dyn...@li... > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by BEA Weblogic Workshop > > > FREE Java Enterprise J2EE developer tools! > > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by OSTG. Have you noticed the changes > on > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > one more big change to announce. We are now OSTG- Open Source > Technology > > Group. Come see the changes on the new OSTG site. www.ostg.com > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2004-07-31 18:15:26
|
Kevin, I have the access, but in another email, I asked for more testing in other browsers and versions and possibly OSes. I'm not too familiar with this part of the API or current browser quirks. So I don't want to muck anything up. :p It seemed to work ok for me in Mozilla Firefox 0.9.1 and IE 6 on WinXP Pro SP1, with the caveat mentioned earlier. In Mozilla, table borders do not appear to be calculated as content's visible width or height, so a scrollbar will not be generated if the table border extends beyond the ViewPane. However it's better than no scroll bar at all for any content. ;-) Leif ----- Original Message ----- From: "Kevin" <ke...@ke...> To: "Dynapi-Dev" <Dyn...@li...> Sent: Saturday, July 31, 2004 2:03 PM Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > Thanks for the fix Peter. Could anyone with cvs write access merge this and > the other fixes posted recently? > > Kevin > > ----- Original Message ----- > From: "Peter Romianowski" <ant...@gm...> > To: <dyn...@li...> > Sent: Monday, July 26, 2004 2:39 PM > Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > > Hi, > > > > the problem with the scrollbar is in the getContentWidth-Method in dynlayer_dom.js > > In my own version of dynapi I replaced it with the following: > > > > p.getContentWidth=function() { > > if (this.elm==null) return 0; > > else { > > var tw = this.elm.style.width; > > this.css.width = "auto"; > > var w = this.elm.scrollWidth; > > this.css.width = tw; > > return w; > > }; > > }; > > > > // For interest the getContentHeight-method looks this way now: > > p.getContentHeight=function() { > > if (this.elm==null) return 0; > > else { > > var th = this.css.height; > > this.elm.style.height = "auto"; > > var h = this.elm.scrollHeight; > > this.css.height = th; > > return h; > > } > > }; > > > > This works only in mozilla version 1.6+ / firefox 0.8+ (I think, 1.4 definetely doesn't > > work). IIRC I even posted a bugfix for that in the sf-bugforum a while ago... > > > > Hope this helps and hope this is what you guys were looking for ;) > > > > Regards, > > Peter > > > > Kevin wrote: > > > > > Hi Leif, > > > > > > Had a quick check of your ViewPane example in cvs. It's good > > > and not confusing at all. > > > > > > Just a shame about the no horiz' scroll in Moz'. I'm using Firefox > > > http://www.mozilla.org/products/firefox/ for Windows so I see > > > the same error. > > > > > > A quick look at Raymond's stuff was good too. The new > > > RichTextBox looked great but the edit area didn't work in > > > Firefox but a great beta version. > > > > > > Kevin > > > > > > > > > ----- Original Message ----- > > > From: "Leif W" <war...@us...> > > > To: <dyn...@li...> > > > Sent: Saturday, July 24, 2004 6:50 PM > > > Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > > > > > > > > > >>Hi Kevin, > > >> > > >>I am pretty sure that they are still on his site, largely untested by > > >>most of us... I forgot about that. I'll have to get a copy and start > > >>playing with it as soon as my old stuff is finished. I get the sense > > >>that Raymond wanted to give the code a chance to be played around with > > >>and any problems resolved before committing to CVS. I don't want to > > >>commit someone else's code if they're not ready to commit it themselves. > > >>It's been almost two months since his publication of the code, which is > > >>a while, but I haven't heard many people's experiences with it on here. > > >>I'll get it and do a diff -r to the current CVS tree, and prune out any > > >>minor differences like whitespace formatting, for example. > > >> > > >>FYI again: it's at http://xwisdomhtml.com/ , and needs to be tested, and > > >>may need fixes if anything's awkward. > > >> > > >>Leif > > >> > > >>----- Original Message ----- > > >>From: "Kevin" <ke...@ke...> > > >>To: <dyn...@li...> > > >>Sent: Saturday, July 24, 2004 12:37 PM > > >>Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > >> > > >> > > >> > > >>>Hi, > > >>> > > >>>I looked at using dynapi again but gave up because of this > > >>>Moz' horiz scroll problem that Leif highlighted again below. > > >>>Can any clever dev' fix this? > > >>> > > >>>I'll have a look at the new cvs example when I get some time. > > >>>Are Raymond's new style manager/border mods merged in > > >>>cvs? > > >>> > > >>>Thanks Kevin. > > >>> > > >>>----- Original Message ----- > > >>>From: "Leif W" <war...@us...> > > >>>To: <dyn...@li...> > > >>>Sent: Saturday, July 24, 2004 12:49 PM > > >>>Subject: [Dynapi-Dev] ViewPane example is now on steroids. > > >>> > > >>> > > >>> > > >>>>It could lead to it's own widget. ;-) There still remains to > > >>>>no-horiz-scroll bug in Mozilla. :-\ > > >>>> > > >>>>New in CVS: > > >>>> > > >>>>dynapi3x/examples/dynapi.gui.viewpane.html > > >>>> > > >>>>That's all of my previously unsubmitted code except for some > > >> > > >>IOElement > > >> > > >>>>and SODA stuff. > > >>>>The ViewPane example was actually all new tonight. The library > > >> > > >>remains > > >> > > >>>>unchanged. If the example is too confusing I'll go back and > > >> > > >>simplify > > >> > > >>>>it! Sorry, got a bit carried away. > > >>>> > > >>>>Leif > > >>>> > > >>>> > > >>>> > > >>>> > > >>>>------------------------------------------------------- > > >>>>This SF.Net email is sponsored by BEA Weblogic Workshop > > >>>>FREE Java Enterprise J2EE developer tools! > > >>>>Get your free copy of BEA WebLogic Workshop 8.1 today. > > >>>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > >>>>_______________________________________________ > > >>>>Dynapi-Dev mailing list > > >>>>Dyn...@li... > > >>>>http://www.mail-archive.com/dyn...@li.../ > > >>> > > >>> > > >>>------------------------------------------------------- > > >>>This SF.Net email is sponsored by BEA Weblogic Workshop > > >>>FREE Java Enterprise J2EE developer tools! > > >>>Get your free copy of BEA WebLogic Workshop 8.1 today. > > >>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > >>>_______________________________________________ > > >>>Dynapi-Dev mailing list > > >>>Dyn...@li... > > >>>http://www.mail-archive.com/dyn...@li.../ > > >>> > > >> > > >> > > >> > > >> > > >>------------------------------------------------------- > > >>This SF.Net email is sponsored by BEA Weblogic Workshop > > >>FREE Java Enterprise J2EE developer tools! > > >>Get your free copy of BEA WebLogic Workshop 8.1 today. > > >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > >>_______________________________________________ > > >>Dynapi-Dev mailing list > > >>Dyn...@li... > > >>http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by BEA Weblogic Workshop > > > FREE Java Enterprise J2EE developer tools! > > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > |
From: Kevin <ke...@ke...> - 2004-07-31 17:03:59
|
Thanks for the fix Peter. Could anyone with cvs write access merge this and the other fixes posted recently? Kevin ----- Original Message ----- From: "Peter Romianowski" <ant...@gm...> To: <dyn...@li...> Sent: Monday, July 26, 2004 2:39 PM Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > Hi, > > the problem with the scrollbar is in the getContentWidth-Method in dynlayer_dom.js > In my own version of dynapi I replaced it with the following: > > p.getContentWidth=function() { > if (this.elm==null) return 0; > else { > var tw = this.elm.style.width; > this.css.width = "auto"; > var w = this.elm.scrollWidth; > this.css.width = tw; > return w; > }; > }; > > // For interest the getContentHeight-method looks this way now: > p.getContentHeight=function() { > if (this.elm==null) return 0; > else { > var th = this.css.height; > this.elm.style.height = "auto"; > var h = this.elm.scrollHeight; > this.css.height = th; > return h; > } > }; > > This works only in mozilla version 1.6+ / firefox 0.8+ (I think, 1.4 definetely doesn't > work). IIRC I even posted a bugfix for that in the sf-bugforum a while ago... > > Hope this helps and hope this is what you guys were looking for ;) > > Regards, > Peter > > Kevin wrote: > > > Hi Leif, > > > > Had a quick check of your ViewPane example in cvs. It's good > > and not confusing at all. > > > > Just a shame about the no horiz' scroll in Moz'. I'm using Firefox > > http://www.mozilla.org/products/firefox/ for Windows so I see > > the same error. > > > > A quick look at Raymond's stuff was good too. The new > > RichTextBox looked great but the edit area didn't work in > > Firefox but a great beta version. > > > > Kevin > > > > > > ----- Original Message ----- > > From: "Leif W" <war...@us...> > > To: <dyn...@li...> > > Sent: Saturday, July 24, 2004 6:50 PM > > Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > > > > > >>Hi Kevin, > >> > >>I am pretty sure that they are still on his site, largely untested by > >>most of us... I forgot about that. I'll have to get a copy and start > >>playing with it as soon as my old stuff is finished. I get the sense > >>that Raymond wanted to give the code a chance to be played around with > >>and any problems resolved before committing to CVS. I don't want to > >>commit someone else's code if they're not ready to commit it themselves. > >>It's been almost two months since his publication of the code, which is > >>a while, but I haven't heard many people's experiences with it on here. > >>I'll get it and do a diff -r to the current CVS tree, and prune out any > >>minor differences like whitespace formatting, for example. > >> > >>FYI again: it's at http://xwisdomhtml.com/ , and needs to be tested, and > >>may need fixes if anything's awkward. > >> > >>Leif > >> > >>----- Original Message ----- > >>From: "Kevin" <ke...@ke...> > >>To: <dyn...@li...> > >>Sent: Saturday, July 24, 2004 12:37 PM > >>Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > >> > >> > >> > >>>Hi, > >>> > >>>I looked at using dynapi again but gave up because of this > >>>Moz' horiz scroll problem that Leif highlighted again below. > >>>Can any clever dev' fix this? > >>> > >>>I'll have a look at the new cvs example when I get some time. > >>>Are Raymond's new style manager/border mods merged in > >>>cvs? > >>> > >>>Thanks Kevin. > >>> > >>>----- Original Message ----- > >>>From: "Leif W" <war...@us...> > >>>To: <dyn...@li...> > >>>Sent: Saturday, July 24, 2004 12:49 PM > >>>Subject: [Dynapi-Dev] ViewPane example is now on steroids. > >>> > >>> > >>> > >>>>It could lead to it's own widget. ;-) There still remains to > >>>>no-horiz-scroll bug in Mozilla. :-\ > >>>> > >>>>New in CVS: > >>>> > >>>>dynapi3x/examples/dynapi.gui.viewpane.html > >>>> > >>>>That's all of my previously unsubmitted code except for some > >> > >>IOElement > >> > >>>>and SODA stuff. > >>>>The ViewPane example was actually all new tonight. The library > >> > >>remains > >> > >>>>unchanged. If the example is too confusing I'll go back and > >> > >>simplify > >> > >>>>it! Sorry, got a bit carried away. > >>>> > >>>>Leif > >>>> > >>>> > >>>> > >>>> > >>>>------------------------------------------------------- > >>>>This SF.Net email is sponsored by BEA Weblogic Workshop > >>>>FREE Java Enterprise J2EE developer tools! > >>>>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>>>_______________________________________________ > >>>>Dynapi-Dev mailing list > >>>>Dyn...@li... > >>>>http://www.mail-archive.com/dyn...@li.../ > >>> > >>> > >>>------------------------------------------------------- > >>>This SF.Net email is sponsored by BEA Weblogic Workshop > >>>FREE Java Enterprise J2EE developer tools! > >>>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>>_______________________________________________ > >>>Dynapi-Dev mailing list > >>>Dyn...@li... > >>>http://www.mail-archive.com/dyn...@li.../ > >>> > >> > >> > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by BEA Weblogic Workshop > >>FREE Java Enterprise J2EE developer tools! > >>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>_______________________________________________ > >>Dynapi-Dev mailing list > >>Dyn...@li... > >>http://www.mail-archive.com/dyn...@li.../ > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2004-07-30 13:53:31
|
Can anyone suggest a way to make this workaround useful within the DynAPI? Maybe as a behavior which can be turned on or off, and perhaps some conditional parameters to guess when there's not too much content, otherwise skip this if there's too much? Benchmarks might be useful for a performance impact analysis. Maybe get some data points and generate a graph to better illustrate in documentation the implications of using this option. Leif ----- Original Message ----- From: "Michael Bürge" <mb...@st...> To: <dyn...@li...> Sent: Monday, July 26, 2004 1:46 PM Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > hi there > > see below... > > > Tho, not working in 1.4 means they finally fixed the content-width bug (must > > missed that in the changelogs) > > > > Unfortunatly there is no way to work around this bug in 1.4 > > NOT TRUE! > > 1. get the content of the layer in question (with innerHTML-property) > 2. write content into a dummy-layer that is not nested and not visible > (ie positioned at (-1000,-1000) ) > 3. query the scrollWidth of the dummy-layer > 4. delete content of the dummy-layer (this is important, since otherwise > you may end up having dom-elements with duplicate id) > > voila! > > ok, it's an ugly hack, but it works well, as long as there isn't too > much content (a lot of content will make this very slow). > > > hope this helps! > > greets, > michael > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Leif W <war...@us...> - 2004-07-30 13:46:07
|
Hi! Maybe I missed that. Anyways I just tried it now and it seems to work ok in Mozilla Firefox 0.9.1 and IE 6 SP1 in Win32. Can anyone else report results testing in other browsers or versions? NOTE: There's still a slight display bug in Mozilla. The test in this case is "Content #3". In IE6, you see the entire table border. In Mozilla thebottom edge of the border extends beyond the layer, yet there is no vertical scrollbar. Apparently they're looking only at the internal height (and probably width) of the table contents and not taking into account the table border. I wonder if they ignore borders within the table (cell divisions). I should try some tests later. Leif ----- Original Message ----- From: "Peter Romianowski" <ant...@gm...> To: <dyn...@li...> Sent: Monday, July 26, 2004 9:39 AM Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > Hi, > > the problem with the scrollbar is in the getContentWidth-Method in dynlayer_dom.js > In my own version of dynapi I replaced it with the following: > > p.getContentWidth=function() { > if (this.elm==null) return 0; > else { > var tw = this.elm.style.width; > this.css.width = "auto"; > var w = this.elm.scrollWidth; > this.css.width = tw; > return w; > }; > }; > > // For interest the getContentHeight-method looks this way now: > p.getContentHeight=function() { > if (this.elm==null) return 0; > else { > var th = this.css.height; > this.elm.style.height = "auto"; > var h = this.elm.scrollHeight; > this.css.height = th; > return h; > } > }; > > This works only in mozilla version 1.6+ / firefox 0.8+ (I think, 1.4 definetely doesn't > work). IIRC I even posted a bugfix for that in the sf-bugforum a while ago... > > Hope this helps and hope this is what you guys were looking for ;) > > Regards, > Peter > > Kevin wrote: > > > Hi Leif, > > > > Had a quick check of your ViewPane example in cvs. It's good > > and not confusing at all. > > > > Just a shame about the no horiz' scroll in Moz'. I'm using Firefox > > http://www.mozilla.org/products/firefox/ for Windows so I see > > the same error. > > > > A quick look at Raymond's stuff was good too. The new > > RichTextBox looked great but the edit area didn't work in > > Firefox but a great beta version. > > > > Kevin > > > > > > ----- Original Message ----- > > From: "Leif W" <war...@us...> > > To: <dyn...@li...> > > Sent: Saturday, July 24, 2004 6:50 PM > > Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > > > > > >>Hi Kevin, > >> > >>I am pretty sure that they are still on his site, largely untested by > >>most of us... I forgot about that. I'll have to get a copy and start > >>playing with it as soon as my old stuff is finished. I get the sense > >>that Raymond wanted to give the code a chance to be played around with > >>and any problems resolved before committing to CVS. I don't want to > >>commit someone else's code if they're not ready to commit it themselves. > >>It's been almost two months since his publication of the code, which is > >>a while, but I haven't heard many people's experiences with it on here. > >>I'll get it and do a diff -r to the current CVS tree, and prune out any > >>minor differences like whitespace formatting, for example. > >> > >>FYI again: it's at http://xwisdomhtml.com/ , and needs to be tested, and > >>may need fixes if anything's awkward. > >> > >>Leif > >> > >>----- Original Message ----- > >>From: "Kevin" <ke...@ke...> > >>To: <dyn...@li...> > >>Sent: Saturday, July 24, 2004 12:37 PM > >>Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > >> > >> > >> > >>>Hi, > >>> > >>>I looked at using dynapi again but gave up because of this > >>>Moz' horiz scroll problem that Leif highlighted again below. > >>>Can any clever dev' fix this? > >>> > >>>I'll have a look at the new cvs example when I get some time. > >>>Are Raymond's new style manager/border mods merged in > >>>cvs? > >>> > >>>Thanks Kevin. > >>> > >>>----- Original Message ----- > >>>From: "Leif W" <war...@us...> > >>>To: <dyn...@li...> > >>>Sent: Saturday, July 24, 2004 12:49 PM > >>>Subject: [Dynapi-Dev] ViewPane example is now on steroids. > >>> > >>> > >>> > >>>>It could lead to it's own widget. ;-) There still remains to > >>>>no-horiz-scroll bug in Mozilla. :-\ > >>>> > >>>>New in CVS: > >>>> > >>>>dynapi3x/examples/dynapi.gui.viewpane.html > >>>> > >>>>That's all of my previously unsubmitted code except for some > >> > >>IOElement > >> > >>>>and SODA stuff. > >>>>The ViewPane example was actually all new tonight. The library > >> > >>remains > >> > >>>>unchanged. If the example is too confusing I'll go back and > >> > >>simplify > >> > >>>>it! Sorry, got a bit carried away. > >>>> > >>>>Leif > >>>> > >>>> > >>>> > >>>> > >>>>------------------------------------------------------- > >>>>This SF.Net email is sponsored by BEA Weblogic Workshop > >>>>FREE Java Enterprise J2EE developer tools! > >>>>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>>>_______________________________________________ > >>>>Dynapi-Dev mailing list > >>>>Dyn...@li... > >>>>http://www.mail-archive.com/dyn...@li.../ > >>> > >>> > >>>------------------------------------------------------- > >>>This SF.Net email is sponsored by BEA Weblogic Workshop > >>>FREE Java Enterprise J2EE developer tools! > >>>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>>_______________________________________________ > >>>Dynapi-Dev mailing list > >>>Dyn...@li... > >>>http://www.mail-archive.com/dyn...@li.../ > >>> > >> > >> > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by BEA Weblogic Workshop > >>FREE Java Enterprise J2EE developer tools! > >>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>_______________________________________________ > >>Dynapi-Dev mailing list > >>Dyn...@li... > >>http://www.mail-archive.com/dyn...@li.../ > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Andrew G. <an...@zo...> - 2004-07-30 02:06:01
|
Hi, The setState() function in HTMLRadioButton doesn't work (on any browser). The reason is a typo on line 79 of htmlradiobutton.js : if(this.getElm()) this.elm.selected=this._state; should read: if(this.getElm()) this.elm.checked=this._state; - there is no such attribute as "selected" in a radio button. Andrew. |
From: Doug M. <do...@cr...> - 2004-07-26 17:51:37
|
This is still far better than anything i have come across. Though i was not considering such a thing due to the serious performance hit. Basically, I use static widths when in mozilla. It suck, I know.. But it still blows IE out of the watter ----- Original Message ----- From: "Michael Bürge" <mb...@st...> To: <dyn...@li...> Sent: Monday, July 26, 2004 1:46 PM Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > hi there > > see below... > > > Tho, not working in 1.4 means they finally fixed the content-width bug (must > > missed that in the changelogs) > > > > Unfortunatly there is no way to work around this bug in 1.4 > > NOT TRUE! > > 1. get the content of the layer in question (with innerHTML-property) > 2. write content into a dummy-layer that is not nested and not visible > (ie positioned at (-1000,-1000) ) > 3. query the scrollWidth of the dummy-layer > 4. delete content of the dummy-layer (this is important, since otherwise > you may end up having dom-elements with duplicate id) > > voila! > > ok, it's an ugly hack, but it works well, as long as there isn't too > much content (a lot of content will make this very slow). > > > hope this helps! > > greets, > michael > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > 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.726 / Virus Database: 481 - Release Date: 7/22/04 |
From: <mb...@st...> - 2004-07-26 17:46:15
|
hi there see below... > Tho, not working in 1.4 means they finally fixed the content-width bug (must > missed that in the changelogs) > > Unfortunatly there is no way to work around this bug in 1.4 NOT TRUE! 1. get the content of the layer in question (with innerHTML-property) 2. write content into a dummy-layer that is not nested and not visible (ie positioned at (-1000,-1000) ) 3. query the scrollWidth of the dummy-layer 4. delete content of the dummy-layer (this is important, since otherwise you may end up having dom-elements with duplicate id) voila! ok, it's an ugly hack, but it works well, as long as there isn't too much content (a lot of content will make this very slow). hope this helps! greets, michael |
From: Doug M. <do...@cr...> - 2004-07-26 17:04:50
|
If this works then WONDERFULL! Tho, not working in 1.4 means they finally fixed the content-width bug (must missed that in the changelogs) Unfortunatly there is no way to work around this bug in 1.4 The bug in question is that Mozilla pre-1.4 misreports the width of a nested layer. The width is cut off at the edge of the containing layer. I.E. outter layer width100, height 100, x 0, y 0 and inner layer width=100, height=100, x=50, y=50 this will reporst the correct height of the inner layer (100) but will truncate the width returning 50 (where 100 is expected) ----- Original Message ----- From: "Peter Romianowski" <ant...@gm...> To: <dyn...@li...> Sent: Monday, July 26, 2004 9:39 AM Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > Hi, > > the problem with the scrollbar is in the getContentWidth-Method in dynlayer_dom.js > In my own version of dynapi I replaced it with the following: > > p.getContentWidth=function() { > if (this.elm==null) return 0; > else { > var tw = this.elm.style.width; > this.css.width = "auto"; > var w = this.elm.scrollWidth; > this.css.width = tw; > return w; > }; > }; > > // For interest the getContentHeight-method looks this way now: > p.getContentHeight=function() { > if (this.elm==null) return 0; > else { > var th = this.css.height; > this.elm.style.height = "auto"; > var h = this.elm.scrollHeight; > this.css.height = th; > return h; > } > }; > > This works only in mozilla version 1.6+ / firefox 0.8+ (I think, 1.4 definetely doesn't > work). IIRC I even posted a bugfix for that in the sf-bugforum a while ago... > > Hope this helps and hope this is what you guys were looking for ;) > > Regards, > Peter > > Kevin wrote: > > > Hi Leif, > > > > Had a quick check of your ViewPane example in cvs. It's good > > and not confusing at all. > > > > Just a shame about the no horiz' scroll in Moz'. I'm using Firefox > > http://www.mozilla.org/products/firefox/ for Windows so I see > > the same error. > > > > A quick look at Raymond's stuff was good too. The new > > RichTextBox looked great but the edit area didn't work in > > Firefox but a great beta version. > > > > Kevin > > > > > > ----- Original Message ----- > > From: "Leif W" <war...@us...> > > To: <dyn...@li...> > > Sent: Saturday, July 24, 2004 6:50 PM > > Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > > > > > >>Hi Kevin, > >> > >>I am pretty sure that they are still on his site, largely untested by > >>most of us... I forgot about that. I'll have to get a copy and start > >>playing with it as soon as my old stuff is finished. I get the sense > >>that Raymond wanted to give the code a chance to be played around with > >>and any problems resolved before committing to CVS. I don't want to > >>commit someone else's code if they're not ready to commit it themselves. > >>It's been almost two months since his publication of the code, which is > >>a while, but I haven't heard many people's experiences with it on here. > >>I'll get it and do a diff -r to the current CVS tree, and prune out any > >>minor differences like whitespace formatting, for example. > >> > >>FYI again: it's at http://xwisdomhtml.com/ , and needs to be tested, and > >>may need fixes if anything's awkward. > >> > >>Leif > >> > >>----- Original Message ----- > >>From: "Kevin" <ke...@ke...> > >>To: <dyn...@li...> > >>Sent: Saturday, July 24, 2004 12:37 PM > >>Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > >> > >> > >> > >>>Hi, > >>> > >>>I looked at using dynapi again but gave up because of this > >>>Moz' horiz scroll problem that Leif highlighted again below. > >>>Can any clever dev' fix this? > >>> > >>>I'll have a look at the new cvs example when I get some time. > >>>Are Raymond's new style manager/border mods merged in > >>>cvs? > >>> > >>>Thanks Kevin. > >>> > >>>----- Original Message ----- > >>>From: "Leif W" <war...@us...> > >>>To: <dyn...@li...> > >>>Sent: Saturday, July 24, 2004 12:49 PM > >>>Subject: [Dynapi-Dev] ViewPane example is now on steroids. > >>> > >>> > >>> > >>>>It could lead to it's own widget. ;-) There still remains to > >>>>no-horiz-scroll bug in Mozilla. :-\ > >>>> > >>>>New in CVS: > >>>> > >>>>dynapi3x/examples/dynapi.gui.viewpane.html > >>>> > >>>>That's all of my previously unsubmitted code except for some > >> > >>IOElement > >> > >>>>and SODA stuff. > >>>>The ViewPane example was actually all new tonight. The library > >> > >>remains > >> > >>>>unchanged. If the example is too confusing I'll go back and > >> > >>simplify > >> > >>>>it! Sorry, got a bit carried away. > >>>> > >>>>Leif > >>>> > >>>> > >>>> > >>>> > >>>>------------------------------------------------------- > >>>>This SF.Net email is sponsored by BEA Weblogic Workshop > >>>>FREE Java Enterprise J2EE developer tools! > >>>>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>>>_______________________________________________ > >>>>Dynapi-Dev mailing list > >>>>Dyn...@li... > >>>>http://www.mail-archive.com/dyn...@li.../ > >>> > >>> > >>>------------------------------------------------------- > >>>This SF.Net email is sponsored by BEA Weblogic Workshop > >>>FREE Java Enterprise J2EE developer tools! > >>>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>>_______________________________________________ > >>>Dynapi-Dev mailing list > >>>Dyn...@li... > >>>http://www.mail-archive.com/dyn...@li.../ > >>> > >> > >> > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by BEA Weblogic Workshop > >>FREE Java Enterprise J2EE developer tools! > >>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>_______________________________________________ > >>Dynapi-Dev mailing list > >>Dyn...@li... > >>http://www.mail-archive.com/dyn...@li.../ > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > 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.726 / Virus Database: 481 - Release Date: 7/22/04 |
From: Peter R. <ant...@gm...> - 2004-07-26 13:39:10
|
Hi, the problem with the scrollbar is in the getContentWidth-Method in dynlayer_dom.js In my own version of dynapi I replaced it with the following: p.getContentWidth=function() { if (this.elm==null) return 0; else { var tw = this.elm.style.width; this.css.width = "auto"; var w = this.elm.scrollWidth; this.css.width = tw; return w; }; }; // For interest the getContentHeight-method looks this way now: p.getContentHeight=function() { if (this.elm==null) return 0; else { var th = this.css.height; this.elm.style.height = "auto"; var h = this.elm.scrollHeight; this.css.height = th; return h; } }; This works only in mozilla version 1.6+ / firefox 0.8+ (I think, 1.4 definetely doesn't work). IIRC I even posted a bugfix for that in the sf-bugforum a while ago... Hope this helps and hope this is what you guys were looking for ;) Regards, Peter Kevin wrote: > Hi Leif, > > Had a quick check of your ViewPane example in cvs. It's good > and not confusing at all. > > Just a shame about the no horiz' scroll in Moz'. I'm using Firefox > http://www.mozilla.org/products/firefox/ for Windows so I see > the same error. > > A quick look at Raymond's stuff was good too. The new > RichTextBox looked great but the edit area didn't work in > Firefox but a great beta version. > > Kevin > > > ----- Original Message ----- > From: "Leif W" <war...@us...> > To: <dyn...@li...> > Sent: Saturday, July 24, 2004 6:50 PM > Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > >>Hi Kevin, >> >>I am pretty sure that they are still on his site, largely untested by >>most of us... I forgot about that. I'll have to get a copy and start >>playing with it as soon as my old stuff is finished. I get the sense >>that Raymond wanted to give the code a chance to be played around with >>and any problems resolved before committing to CVS. I don't want to >>commit someone else's code if they're not ready to commit it themselves. >>It's been almost two months since his publication of the code, which is >>a while, but I haven't heard many people's experiences with it on here. >>I'll get it and do a diff -r to the current CVS tree, and prune out any >>minor differences like whitespace formatting, for example. >> >>FYI again: it's at http://xwisdomhtml.com/ , and needs to be tested, and >>may need fixes if anything's awkward. >> >>Leif >> >>----- Original Message ----- >>From: "Kevin" <ke...@ke...> >>To: <dyn...@li...> >>Sent: Saturday, July 24, 2004 12:37 PM >>Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. >> >> >> >>>Hi, >>> >>>I looked at using dynapi again but gave up because of this >>>Moz' horiz scroll problem that Leif highlighted again below. >>>Can any clever dev' fix this? >>> >>>I'll have a look at the new cvs example when I get some time. >>>Are Raymond's new style manager/border mods merged in >>>cvs? >>> >>>Thanks Kevin. >>> >>>----- Original Message ----- >>>From: "Leif W" <war...@us...> >>>To: <dyn...@li...> >>>Sent: Saturday, July 24, 2004 12:49 PM >>>Subject: [Dynapi-Dev] ViewPane example is now on steroids. >>> >>> >>> >>>>It could lead to it's own widget. ;-) There still remains to >>>>no-horiz-scroll bug in Mozilla. :-\ >>>> >>>>New in CVS: >>>> >>>>dynapi3x/examples/dynapi.gui.viewpane.html >>>> >>>>That's all of my previously unsubmitted code except for some >> >>IOElement >> >>>>and SODA stuff. >>>>The ViewPane example was actually all new tonight. The library >> >>remains >> >>>>unchanged. If the example is too confusing I'll go back and >> >>simplify >> >>>>it! Sorry, got a bit carried away. >>>> >>>>Leif >>>> >>>> >>>> >>>> >>>>------------------------------------------------------- >>>>This SF.Net email is sponsored by BEA Weblogic Workshop >>>>FREE Java Enterprise J2EE developer tools! >>>>Get your free copy of BEA WebLogic Workshop 8.1 today. >>>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>>>_______________________________________________ >>>>Dynapi-Dev mailing list >>>>Dyn...@li... >>>>http://www.mail-archive.com/dyn...@li.../ >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by BEA Weblogic Workshop >>>FREE Java Enterprise J2EE developer tools! >>>Get your free copy of BEA WebLogic Workshop 8.1 today. >>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>>_______________________________________________ >>>Dynapi-Dev mailing list >>>Dyn...@li... >>>http://www.mail-archive.com/dyn...@li.../ >>> >> >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by BEA Weblogic Workshop >>FREE Java Enterprise J2EE developer tools! >>Get your free copy of BEA WebLogic Workshop 8.1 today. >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>_______________________________________________ >>Dynapi-Dev mailing list >>Dyn...@li... >>http://www.mail-archive.com/dyn...@li.../ > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Doug M. <do...@cr...> - 2004-07-24 22:57:03
|
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.726 / Virus Database: 481 - Release Date: 7/22/2004 |
From: Kevin <ke...@ke...> - 2004-07-24 22:56:45
|
Hi Leif, Had a quick check of your ViewPane example in cvs. It's good and not confusing at all. Just a shame about the no horiz' scroll in Moz'. I'm using Firefox http://www.mozilla.org/products/firefox/ for Windows so I see the same error. A quick look at Raymond's stuff was good too. The new RichTextBox looked great but the edit area didn't work in Firefox but a great beta version. Kevin ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Saturday, July 24, 2004 6:50 PM Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > Hi Kevin, > > I am pretty sure that they are still on his site, largely untested by > most of us... I forgot about that. I'll have to get a copy and start > playing with it as soon as my old stuff is finished. I get the sense > that Raymond wanted to give the code a chance to be played around with > and any problems resolved before committing to CVS. I don't want to > commit someone else's code if they're not ready to commit it themselves. > It's been almost two months since his publication of the code, which is > a while, but I haven't heard many people's experiences with it on here. > I'll get it and do a diff -r to the current CVS tree, and prune out any > minor differences like whitespace formatting, for example. > > FYI again: it's at http://xwisdomhtml.com/ , and needs to be tested, and > may need fixes if anything's awkward. > > Leif > > ----- Original Message ----- > From: "Kevin" <ke...@ke...> > To: <dyn...@li...> > Sent: Saturday, July 24, 2004 12:37 PM > Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > > > > Hi, > > > > I looked at using dynapi again but gave up because of this > > Moz' horiz scroll problem that Leif highlighted again below. > > Can any clever dev' fix this? > > > > I'll have a look at the new cvs example when I get some time. > > Are Raymond's new style manager/border mods merged in > > cvs? > > > > Thanks Kevin. > > > > ----- Original Message ----- > > From: "Leif W" <war...@us...> > > To: <dyn...@li...> > > Sent: Saturday, July 24, 2004 12:49 PM > > Subject: [Dynapi-Dev] ViewPane example is now on steroids. > > > > > > > It could lead to it's own widget. ;-) There still remains to > > > no-horiz-scroll bug in Mozilla. :-\ > > > > > > New in CVS: > > > > > > dynapi3x/examples/dynapi.gui.viewpane.html > > > > > > That's all of my previously unsubmitted code except for some > IOElement > > > and SODA stuff. > > > The ViewPane example was actually all new tonight. The library > remains > > > unchanged. If the example is too confusing I'll go back and > simplify > > > it! Sorry, got a bit carried away. > > > > > > Leif > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by BEA Weblogic Workshop > > > FREE Java Enterprise J2EE developer tools! > > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2004-07-24 17:51:08
|
Hi Kevin, I am pretty sure that they are still on his site, largely untested by most of us... I forgot about that. I'll have to get a copy and start playing with it as soon as my old stuff is finished. I get the sense that Raymond wanted to give the code a chance to be played around with and any problems resolved before committing to CVS. I don't want to commit someone else's code if they're not ready to commit it themselves. It's been almost two months since his publication of the code, which is a while, but I haven't heard many people's experiences with it on here. I'll get it and do a diff -r to the current CVS tree, and prune out any minor differences like whitespace formatting, for example. FYI again: it's at http://xwisdomhtml.com/ , and needs to be tested, and may need fixes if anything's awkward. Leif ----- Original Message ----- From: "Kevin" <ke...@ke...> To: <dyn...@li...> Sent: Saturday, July 24, 2004 12:37 PM Subject: Re: [Dynapi-Dev] ViewPane example is now on steroids. > Hi, > > I looked at using dynapi again but gave up because of this > Moz' horiz scroll problem that Leif highlighted again below. > Can any clever dev' fix this? > > I'll have a look at the new cvs example when I get some time. > Are Raymond's new style manager/border mods merged in > cvs? > > Thanks Kevin. > > ----- Original Message ----- > From: "Leif W" <war...@us...> > To: <dyn...@li...> > Sent: Saturday, July 24, 2004 12:49 PM > Subject: [Dynapi-Dev] ViewPane example is now on steroids. > > > > It could lead to it's own widget. ;-) There still remains to > > no-horiz-scroll bug in Mozilla. :-\ > > > > New in CVS: > > > > dynapi3x/examples/dynapi.gui.viewpane.html > > > > That's all of my previously unsubmitted code except for some IOElement > > and SODA stuff. > > The ViewPane example was actually all new tonight. The library remains > > unchanged. If the example is too confusing I'll go back and simplify > > it! Sorry, got a bit carried away. > > > > Leif > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > |
From: Kevin <ke...@ke...> - 2004-07-24 16:32:13
|
Hi, I looked at using dynapi again but gave up because of this Moz' horiz scroll problem that Leif highlighted again below. Can any clever dev' fix this? I'll have a look at the new cvs example when I get some time. Are Raymond's new style manager/border mods merged in cvs? Thanks Kevin. ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Saturday, July 24, 2004 12:49 PM Subject: [Dynapi-Dev] ViewPane example is now on steroids. > It could lead to it's own widget. ;-) There still remains to > no-horiz-scroll bug in Mozilla. :-\ > > New in CVS: > > dynapi3x/examples/dynapi.gui.viewpane.html > > That's all of my previously unsubmitted code except for some IOElement > and SODA stuff. > The ViewPane example was actually all new tonight. The library remains > unchanged. If the example is too confusing I'll go back and simplify > it! Sorry, got a bit carried away. > > Leif > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2004-07-24 11:49:55
|
It could lead to it's own widget. ;-) There still remains to no-horiz-scroll bug in Mozilla. :-\ New in CVS: dynapi3x/examples/dynapi.gui.viewpane.html That's all of my previously unsubmitted code except for some IOElement and SODA stuff. The ViewPane example was actually all new tonight. The library remains unchanged. If the example is too confusing I'll go back and simplify it! Sorry, got a bit carried away. Leif |
From: Leif W <war...@us...> - 2004-07-24 03:00:56
|
A note about the docfile structure: dynapi3x/docs/docs seems redundant. files with the "quickref" prefix seem redundant and might best be collected in dynapi3x/docs/quickref instead. The flattened "quickref.NAME.html" format might not best reflect the structure of the code. For example with this Graphics example, could it perhaps be better as "quickref.dynapi.gui.graphics.html". To combine all suggestions: dynapi3x/docs/docs/quickref.gui.html would become: dynapi3x/docs/quickref/dynapi.gui.graphics.html dynapi3x/examples/dynapi.gui.graphics.html Which would better parallel the naming structure used for the examples, and make things easier to find overall. The following pages could then be deposited into dynapi3x/docs instead of dynapi3x/docs/docs: contributors, main examples, main quickref, key features, license, faq, requirements, roadmap, tipsticks (heh, tipstricks with an R?), troubleshoot and whatsnew The tip.NAME.html could stay in docs for now, or go into a tips folder. Comments or suggestions? Leif |