RE: cfdump not formatting correctly

2004-12-13 Thread Adrian Lynch
Can I ask, what's the worst formatting you've had when it goes wrong? The
most I've seen is the colours and the label disappearing, has anyone ever
seen worse than this?

Ade

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED]
Sent: 09 December 2004 15:05
To: CF-Talk
Subject: Re: cfdump not formatting correctly


On 09 Dec 2004 09:55:36 -0500, Calvin Ward <[EMAIL PROTECTED]> wrote:
> I believe the problem is that none of the color settings have a # before
the color hexadecimal representation.
>
> If you really wanted to retain your doctype, you can create a custom tag
wrapper for cfdump and parse in the # sounds where appropriate

I've pretty much gotten into the habit of just commenting out the
doctype tag when i need to  dump a var.  But yeah, it's a
pain-in-the-butt sometimes.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.5.0 - Release Date: 09/12/2004


~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187436
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfdump not formatting correctly

2004-12-13 Thread Scott Stroz
Check out this blog entry from Ray Camden on a way to maybe remedy
this situation:

http://www.camdenfamily.com/morpheus/blog/index.cfm?mode=search


On Thu, 09 Dec 2004 09:02:11 -0400, Brant Winter <[EMAIL PROTECTED]> wrote:
> Does anyone else have any issues with the  tag not formating right? I 
> have found that sometimes my  will lose all its formattin, colour 
> etc. It seems to be using the  id's of other areas on my pages, but I am 
> sure I am not calling the  from within a 
> 
> I was just wondering if there was anyway of putting the  statement in 
> a  itself to maybe maintina its own formatting ?
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187439
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfdump not formatting correctly

2004-12-09 Thread S . Isaac Dealey
request.cfdumpinited

> CFDUMP uses a large style sheet to format it's output. It
> is "smart"
> in that it uses a request variable so it only outputs the
> style once.
> However, if you use cfdump in a request and the output is
> swollowed,
> like sent to an email, then the second cfdump in your
> request will be
> missing the style sheet. The simple solution is to find
> that request
> variable and nuke it. I don't remember the name of it
> (just cfdump
> request :). Also, my fDump tag (or dumpf, I forget) will
> let you
> override the setting.


> On Thu, 09 Dec 2004 09:02:11 -0400, Brant Winter
> <[EMAIL PROTECTED]> wrote:
>> Does anyone else have any issues with the  tag
>> not formating right? I have found that sometimes my
>>  will lose all its formattin, colour etc. It
>> seems to be using the  id's of other areas on my
>> pages, but I am sure I am not calling the  from
>> within a 
>>
>> I was just wondering if there was anyway of putting the
>>  statement in a  itself to maybe maintina
>> its own formatting ?
>>
>>

> 

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186813
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfdump not formatting correctly

2004-12-09 Thread Charlie Griefer
On 09 Dec 2004 09:55:36 -0500, Calvin Ward <[EMAIL PROTECTED]> wrote:
> I believe the problem is that none of the color settings have a # before the 
> color hexadecimal representation.
> 
> If you really wanted to retain your doctype, you can create a custom tag 
> wrapper for cfdump and parse in the # sounds where appropriate

I've pretty much gotten into the habit of just commenting out the
doctype tag when i need to  dump a var.  But yeah, it's a
pain-in-the-butt sometimes.

-- 
Charlie Griefer


Marta was watching the football game with me when she said, 
"You know, most of these sports are based on the idea of one group 
protecting its territory from invasion by another group." 
"Yeah," I said, trying not to laugh. Girls are funny.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186809
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfdump not formatting correctly

2004-12-09 Thread Raymond Camden
CFDUMP uses a large style sheet to format it's output. It is "smart"
in that it uses a request variable so it only outputs the style once.
However, if you use cfdump in a request and the output is swollowed,
like sent to an email, then the second cfdump in your request will be
missing the style sheet. The simple solution is to find that request
variable and nuke it. I don't remember the name of it (just cfdump
request :). Also, my fDump tag (or dumpf, I forget) will let you
override the setting.


On Thu, 09 Dec 2004 09:02:11 -0400, Brant Winter <[EMAIL PROTECTED]> wrote:
> Does anyone else have any issues with the  tag not formating right? I 
> have found that sometimes my  will lose all its formattin, colour 
> etc. It seems to be using the  id's of other areas on my pages, but I am 
> sure I am not calling the  from within a 
> 
> I was just wondering if there was anyway of putting the  statement in 
> a  itself to maybe maintina its own formatting ?
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186805
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfdump not formatting correctly

2004-12-09 Thread Calvin Ward
I believe the problem is that none of the color settings have a # before the 
color hexadecimal representation.

If you really wanted to retain your doctype, you can create a custom tag 
wrapper for cfdump and parse in the # sounds where appropriate


- Calvin

-Original Message-
From:  Charlie Griefer 
Date:  12/9/04 9:51 am
To:  CF-Talk 
Subj:  Re: cfdump not formatting correctly

IIRC, removing the doctype from the document will resolve the issue
with the formatting of the dump.


On Thu, 09 Dec 2004 09:02:11 -0400, Brant Winter <[EMAIL PROTECTED]> wrote:
> Does anyone else have any issues with the  tag not formating right? I 
> have found that sometimes my  will lose all its formattin, colour 
> etc. It seems to be using the  id's of other areas on my pages, but I am 
> sure I am not calling the  from within a 
> 
> I was just wondering if there was anyway of putting the  statement in 
> a  itself to maybe maintina its own formatting ?
> 
> 



~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186802
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfdump not formatting correctly

2004-12-09 Thread Charlie Griefer
IIRC, removing the doctype from the document will resolve the issue
with the formatting of the dump.


On Thu, 09 Dec 2004 09:02:11 -0400, Brant Winter <[EMAIL PROTECTED]> wrote:
> Does anyone else have any issues with the  tag not formating right? I 
> have found that sometimes my  will lose all its formattin, colour 
> etc. It seems to be using the  id's of other areas on my pages, but I am 
> sure I am not calling the  from within a 
> 
> I was just wondering if there was anyway of putting the  statement in 
> a  itself to maybe maintina its own formatting ?
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186798
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54