From: Leif W <war...@us...> - 2003-10-16 21:23:23
|
Hello! I've taken the P.S. out of the other email and started a new thread. This is so it doesn't get buried in the mailing list archives. :) > ----- Original Message ----- > From: "Clemens Eisserer" <lin...@we...> > To: <dyn...@li...> > Sent: Thursday, October 16, 2003 4:58 PM > Subject: Re: [Dynapi-Help] Simple communication questions... > > PS: Is there a efficient way to add html to a dynlayer, instead of: > strold = dynLayer.getHTML(); > dynLayer.setHTML(strold+strnew); This I'm not sure of. Could we maybe add methods appendHTML and prependHTML? It might be too much, but I start thinking of my experience with the autocompletion code, and using DOM text ranges. This way you could position a "cursor" within the string and insert or delete text at that point. Maybe such functionality is there by using existing JavaScript string methods directly on dynLyr.html, but this may be bad form, as it's probably best to leave it as semi-private data? > PS2: How hard would it eventuelle be to port Dynapi-3 to Konqueror3? > How long did it take to port dynapi to opera7? > However I use Mozzi, I think its more important to support Konqueror > than NS4, because the number us NS4-users decreases every day. > With Safari + Konqueror many users will use the KHTML-engine althought > its not my taste... I can't speak to this, but it would require someone with knowledge of Konqueror (or ability to figure it out on-the-fly), and a Linux system running an X-server (or remote access to a Linux system and X-server via XWin32 or VNC). I'd be good for supplying the Linux access, except my upload bandwidth is only 10k and might not be good for VNC, but XWin32 should probably work, although I never tested so I'd be curious to see how things worked. Would definitely be receptive to talking over the finer details off list or in IM if we go to a testing stage. As it stands now I don't have X running on a box, but shouldn't be too hard to figure out. Leif |