How come that the text on this page http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=PostComments.Profiles-Cm is displayed as a very narrow...
Udo Kuhnt
048321887-0001@...
Nov 22, 2008 3:39 pm
4086
... Yes... the problem is tables..... here's how to fix it. <input type='hidden' name='action' value='comment' /> <input type='hidden' name='order' value='' />...
... Can I download an update with that fix in it? Go placidly amid the noise and haste, and remember what peace there may be in silence. "Desiderata", Max...
Hi Glenn, ... IMO the problem is not the HTML code on that page but rather how Arachne handles it. According to my HTML book, tables within other tables are ...
Udo Kuhnt
048321887-0001@...
Nov 23, 2008 10:26 am
4089
... Fine... have it your way ;-) http://www.glennmcc.org/tablefix.zip http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=PostComments.Profiles-Cm...
... http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=PostComments.Profiles-Cm That's great! Do you also tell us how you have performed that...
Udo Kuhnt
048321887-0001@...
Nov 23, 2008 6:07 pm
4091
... I could tell you how I did it... but then I'd have to kill you. ;-) Seriously tho.... The prblems was simply that when a text are has its scrollbars ...
... "The impossible he does immediately. Miracles take a little longer." Go placidly amid the noise and haste, and remember what peace there may be in silence....
... More or less true all of it. The development list is almost dead. I personally have way too much to do, but I've actually had a little time over last week...
... It has been my plan for quite some time now that v1.95 would be my last. I have simply been putting-off making the 'official announcement'. I have spent...
... More or less true all of it. The development list is almost dead. I personally have way too much to do, but I've actually had a little time over last week...
... I have been mostly a lurker in the development list for a long time with occasional postings when I saw a problem (often due to my own ignorance). Now I...
It's not only Glenn that's considering Arachne more or less dead. Michael has removed the old pages, and has partly replaced them with a preview of a...
Hi Glenn, et al. Sorry I haven't posted anything since returning from India, but unfortunately, my wishful thinking on available time has not come to pass,...
... Not really dropped-out, just cannnot keep up with the development speed recently ;-) I have very little time these days. On the other hand I am being...
Christof Lange
cce.zizkov@...
Dec 4, 2008 1:53 pm
4101
... Yes, too many sites use HTTPS and java. Go placidly amid the noise and haste, and remember what peace there may be in silence. "Desiderata", Max Ehrmann,...
... No, it is because of Arachne's limited CSS support. Christof ________________________________________________________________ Ceskobratrska cirkev...
Christof Lange
cce.zizkov@...
Dec 5, 2008 1:14 pm
4103
... Yup, not much chance that either Glenn or myself will loose interest even if we have stopped work. For myself, my biggest regret is that Christof and I...
Ray Andrews
randrews@...
Dec 6, 2008 8:18 pm
4104
Joe & Chris, I'm glad to discover you're still around. I keep hoping that things will be different for me in a year or so, and I'll have enough energy to start...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ArachneDevelopment group. File :...
ArachneDevelopment@ya...
Dec 18, 2008 7:19 am
4106
... Most cool Joe. BTW, I don't have the time I used to, but I though I'd make a stab at porting my core to djgpp. I now have both .libs folded right into my...
Ray Andrews
randrews@...
Dec 19, 2008 1:21 am
4107
Hey, good luck with 'djgpp' ... many have tried this path before, but failed. I think that's why Udo went via the Borland route and produced a 16-bit protected...
... That is right, though I found that even BC 4.52 for DOS is able to produce 32bit code. However, the step from 16 to 32bit is far bigger than the one from...
Udo Kuhnt
048321887-0001@...
Dec 19, 2008 12:01 pm
4109
... Yeah, but I figured that with all the libraries integrated at least it should be a bit easier. I wanted to at least get the SRC digestable by DJ since that...
Ray Andrews
randrews@...
Dec 19, 2008 4:55 pm
4110
... I can't comment, since that's beyond my knowledge, but it was my understanding that even if the identical 16 bit ASM commands were recompiled for the 32...
Ray Andrews
randrews@...
Dec 19, 2008 5:07 pm
4111
... Actually, it is quite the opposite - many of the instructions work differently in 32bit code segments, and even though the assembler adds special prefixes...
Udo Kuhnt
048321887-0001@...
Dec 19, 2008 11:04 pm
4112
... I suppose that does make sense since ASM is by nature not portable the same way that C is. Oh well :( ... I have the same problem with Glenn's 'turbo' code...
Ray Andrews
randrews@...
Dec 20, 2008 1:38 am
4113
... Well, I see two possible problems with removing xSwap. The first is that IIRC it handles other memory types as well, including memory on disk, so Arachne...
Udo Kuhnt
048321887-0001@...
Dec 20, 2008 3:43 pm
4114
... I've already cut out EMS from my code ;-) As for the disk swap, that's not too complecated, I think it could be kept as is even if the XMS stuff was...