Search the web
Sign In
New User? Sign Up
ArachneDevelopment · Arachne Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 393 - 422 of 4274   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
393
All, In 'parsecss.c' we have this: else { int px; ptr = strchr(value, 'px'); if (!ptr) ptr = strchr(value, 'pt'); if (ptr) // IS THIS...
Ray Andrews
randrews1235711
Offline Send Email
Apr 1, 2004
7:36 pm
394
Hi Ray, ... At the first glance, it looks like this: 1. Try to find the 'px' unit in the string describing font size. 2. If not found, try 'pt' instead. 3. If...
Michal H. Tyc
mh547963
Offline Send Email
Apr 1, 2004
8:31 pm
395
... Thanks Michal, so the 'if (ptr)' test is needed. Just wondering. Ray Andrews, Arachne Sanitary Engineering Ltd. Vancouver, Canada -- Arachne V1.73-B2a...
Ray Andrews
randrews1235711
Offline Send Email
Apr 2, 2004
1:03 am
396
Hi Michal, et al. Hey, maybe that's why the CSS stuff doesn't work properly? ;-) I agree, this _looks_ like it should be using 'strstr' ... BTW, your hint...
Joe da Silva
j_ds_au
Offline Send Email
Apr 2, 2004
7:44 am
397
Ray, Generally I agree with this (compound words makeover), except : a) 'active' should not be abbreviated in 'ActIsMap' and 'ActURL'. b) Single word...
Joe da Silva
j_ds_au
Offline Send Email
Apr 2, 2004
7:45 am
398
Oops! Send this text in the wrong thread earlier ... :-/ Ray, Generally I agree with this (compound words makeover), except : a) 'active' should not be...
Joe da Silva
j_ds_au
Offline Send Email
Apr 2, 2004
7:50 am
399
On Fri, 02 Apr 2004 07:45:51 -0000, Joe da Silva wrote: Joe, Thanks for the feedback. ... Yes. Sometimes I get carried away (as you may have noticed ;-) ... ...
Ray Andrews
randrews1235711
Offline Send Email
Apr 2, 2004
8:59 pm
400
Ray, I can't say it any more plainly than I did the first time. So I will simply restate my position......... ... <snip>...
glennmcc1959
Offline Send Email
Apr 3, 2004
12:04 am
401
On Sat, 03 Apr 2004 00:04:45 -0000, "glennmcc1959" <glennmcc1959@...> wrote: Glenn, ... That's a valid perspective of course, on the other hand, we all...
Ray Andrews
randrews1235711
Offline Send Email
Apr 3, 2004
12:38 am
402
Hi Joe, I found the problem in the CSS at http://www.drdos.org/ Visit the site with images turned off so that the CSS file will not get downloaded. Now, edit...
glennmcc1959
Offline Send Email
Apr 3, 2004
2:24 am
403
BTW, Here are 3 screen-caps which show...... The proof is in the pudding. ;-) http://www.angelfire.com/linux/glennmcc/images/no-css.gif ...
glennmcc1959
Offline Send Email
Apr 3, 2004
2:54 am
404
... This would be too easy... The CSS stuff is probably much more incomplete than buggy. ... Too bad that this website isn't too Arachne-friendly. IIRC, the ...
Michal H. Tyc
mh547963
Offline Send Email
Apr 3, 2004
6:12 am
405
Hi Glenn, all, On Sat, 03 Apr 2004 02:22:58 -0000, "glennmcc1959" <glennmcc1959@...> ... Look at http://www.w3schools.com/css/css_colors.asp -- it seems...
Michal H. Tyc
mh547963
Offline Send Email
Apr 3, 2004
6:12 am
406
Hi Ray, all, ... Well, I am definitely not good at C standard programming practices, but I agree that it is important to have some common style throughout all...
Michal H. Tyc
mh547963
Offline Send Email
Apr 3, 2004
8:35 am
407
On Sat, 03 Apr 2004 10:32:28 +0100, Michal H. Tyc wrote: All, ... Yes, that is the main thing: one style everywhere. The most common style in the code now is...
Ray Andrews
randrews1235711
Offline Send Email
Apr 3, 2004
4:43 pm
408
glennmcc1959 wrote: [snip] ... Glenn, everyone, Since I was the one who pointed out Arachne shortcomings in CSS rendering wrt to the #rgb vs. #rrggbb, I...
david gunnells
onewithiam
Offline Send Email
Apr 3, 2004
8:54 pm
409
... David, Good to have this level of expertise around. So, you look like the obvious choice to fix this; why not give it a go? Ray Andrews, Arachne Sanitary...
Ray Andrews
randrews1235711
Offline Send Email
Apr 3, 2004
9:21 pm
410
Damn it... David is right and I am wrong :( <g> rgb(0,0,0) Was even there in CSS1 http://www.w3.org/TR/1999/REC-CSS1-19990111#color And since this is what it...
glennmcc1959
Offline Send Email
Apr 3, 2004
10:24 pm
411
All, As we all know, Arachne supports 5 screen styles which are macroed in GLFLAG.H as: *********************************** // arachne.GUIstyle #define...
Ray Andrews
randrews1235711
Offline Send Email
Apr 4, 2004
4:47 pm
412
Hi ya' Ray, The key to understanding this one is 'two fold'. 1) have a close look at this line... // #define STYLE_CUSTOMER 8 // custom mode 2) Do you remember...
glennmcc1959
Offline Send Email
Apr 4, 2004
7:39 pm
413
On Sun, 04 Apr 2004 19:34:53 -0000, "glennmcc1959" <glennmcc1959@...> wrote: Howdy Glenn, ... Just might indeed! That's why I consulted with Bernie,...
Ray Andrews
randrews1235711
Offline Send Email
Apr 4, 2004
11:20 pm
414
... No reply, huh ??? Hmmmm, then what was this ???? ______________ ... ______________________...
glennmcc1959
Offline Send Email
Apr 5, 2004
2:59 am
415
Glenn, ... Gotta hand it to you -- when you refer to something in the past you can ... ... by that time I was already half way through the first pass. But my ...
Ray Andrews
randrews1235711
Offline Send Email
Apr 5, 2004
4:16 am
416
Ray, all, ... It does exist and works as above. I would suggest to add #define STYLE_AUTO 8 (or something similar) to the other definitions and replace the ...
Michal H. Tyc
mh547963
Offline Send Email
Apr 5, 2004
8:29 pm
417
Great sleuthing, Glenn! BTW, I had a quick look at http://www.f-prot.com but unfortunately, this seems to be a different CSS problem. :-( Joe....
da Silva, Joe
j_ds_au
Offline Send Email
Apr 5, 2004
11:56 pm
418
Ray, Actually, it's 2:2, not 3:1, but who's counting? <g> Well, just bear in mind the change I most object to is changing the case of single-word...
da Silva, Joe
j_ds_au
Offline Send Email
Apr 6, 2004
12:29 am
419
Thanks for the reply Ray, My final words on this thread shall be.... your words. <g> http://www.cisnet.com/glennmcc/my-stuff/ray-said.txt As we can now see. ...
glennmcc1959
Offline Send Email
Apr 6, 2004
4:20 am
420
... .> wrote: > Ray, > > Actually, it's 2:2, not 3:1, but who's counting? <g> > So.... it wasn't my imagination after-all. Joe and I _ARE_ ion agreement on...
glennmcc1959
Offline Send Email
Apr 6, 2004
5:20 am
421
... Ok, I lied. (so sue me)<g> One more and then I promise to shut up. ________________________________________________________ Sun, Apr 04, 2004 - 5:20:41 pm ...
glennmcc1959
Offline Send Email
Apr 6, 2004
3:17 pm
422
On Tue, 06 Apr 2004 02:37:58 -0000, "glennmcc1959" <glennmcc1959@...> wrote: Glenn, ... Yup, that's the idea (if I can just keep myself on the rails :-) ...
Ray Andrews
randrews1235711
Offline Send Email
Apr 6, 2004
7:02 pm
Messages 393 - 422 of 4274   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help