From: Bob D. <bd...@si...> - 2003-10-04 20:30:51
|
On Sat, 2003-10-04 at 13:24, Will Kessler wrote: > Hi Bob! > > Man you work late ! Or you're just in another part of the world. Or... you have an infant in the house like me :-) 2&3 ;) (Pennsylvania and a 3 year old) > Re: autoconf, i'm no guru either! But things work as long as that env. var is set, so if that were in the readme, i think it'd be good enough for most folks. I'm using RH8, php 4.3.0 (although after trying your software out, I upgraded to 4.3.3 last night due to some security concerns). After I did that, a symlink from lib/php/extensions/no-debug-non-zts-20020429 to /usr/local/rlib/libr.so fixed the issue! (So i guess 4.3.0 was different enough that things wouldn't work.. again, possible addition to the README?) Are you installing RH RPMS or building it your self?.. I still think something else is going on here...... > > Lastly, after sending you that note last night i discovered that variation on rlib_set_output_format($rlib, $format); and tried it with "html". This does output html but it's incomplete, eg table parts are missing, body's not closed, etc, so it won't render right. Here's what you get: > > <html><head><style type="text/css">pre { margin:0; padding:0; margin-top:0; margin-bottom:0; font-size: 0pt;} > DIV { position: absolute; left: 0; } > TABLE { border: 0; cellspacing: 0; cellpadding: 0; width: 100%; } > </style></head> > <body><table><tr><td><pre> > <font size="4" > </font><font size="4" >Stock Items</font> > > > > <font size="3" >This is what's in stock today</font> > Name Type Price > Hammer 1 10.00 > Screw Driver 1 7.00 > Bolts 1 2.00 > Hot Dog 2 1.50 > Soda 2 1.00 > Chips 2 1.00 > Jaguar 3 50,000.00 > Lexus 3 60,000.00 > Pinto 3 2,000.00 > <font size="3" >End of Report</font> > Page: 1 > Actually... the problem is pre { margin:0; padding:0; margin-top:0; margin-bottom:0; font-size: 0pt;} It was a bug in RLIB.. the 0pt font-size will cause you not to be able to see text ;)... CVS head has a fix for this.. would you mind trying it out.. looks like I broke HTML when I added in support for multile reports.... my bad (SF.net anoncvs may be 1 day behind btw...) I also closed the pre,tr,td,and body for grins If this is all good I'll roll another release early next week it would be really nice if RLIB used dhtml to lay out the report... I need to do that someday - bob |