CFCHART blank graphs

2006-04-12 Thread O�uz_Demirkap
Hi,

I have a strange CFCHART problem again.

I have generated some charts and they are working perfect at my local system
and one of my servers. 

But when I upload these graph codes into customer server some of graphs are
blank. I mean graph title and legends are there but no graph content.

I have 4 systems: 

2 where my code works are: WinMCE 2005  Windows 2003 Server  CFMX 7 (with
all updates)  SQL 2005 Express.

2 where does not work as expected: Windows 2003 Server  CFMX 7 (with all
updates)  SQL 2005 Express.

Any idea?


TIA!

Oðuz Demirkapý



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237499
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: CFCHART blank graphs

2006-04-12 Thread O�uz_Demirkap
Hi,

I am still looking for a solution for blank graphs with cfchart. 

I have just created a very basic test script like that to reproduce my
issue.

cfchart
    format=png
    chartheight=200
    chartwidth=400
    showYGridlines=yes
    seriesplacement=stacked
    showborder=no
    yaxistitle=Y something
    xaxistitle=X something
    tipStyle = none
    
    cfchartseries type=bar seriesColor=##99 serieslabel=A
            cfchartdata item=col1 value=1
            cfchartdata item=col2 value=0
            cfchartdata item=col3 value=0
    /cfchartseries
    cfchartseries type=bar serieslabel=B
            cfchartdata item=col1 value=1
            cfchartdata item=col2 value=0
            cfchartdata item=col3 value=0
    /cfchartseries 
/cfchart 

You can see output of this code as following.

Test Server:
http://demirkapi.net/cfchart/cfchart_ok.png


Production server:
http://demirkapi.net/cfchart/cfchart_blank.png


As you can see it is working on test server but not on our production
server.

I am clueless now but I am still looking for a solution.


Any idea?


Sincerely,

Oðuz Demirkapý








~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237568
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: CFCHART blank graphs

2006-04-12 Thread Dan G. Switzer, II
I wonder if this is a video driver problem--often strange problems with
image libraries are related to the video driver in Windows.

Are you using the default system driver at the default color depth? Trying
boosting the color settings up and if you have one, use a video driver made
for your video chipset.

-Dan

-Original Message-
From: Oðuz_Demirkapý [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 12, 2006 1:29 PM
To: CF-Talk
Subject: RE: CFCHART  blank graphs

Hi,

I am still looking for a solution for blank graphs with cfchart.

I have just created a very basic test script like that to reproduce my
issue.

cfchart
    format=png
    chartheight=200
    chartwidth=400
    showYGridlines=yes
    seriesplacement=stacked
    showborder=no
    yaxistitle=Y something
    xaxistitle=X something
    tipStyle = none

    cfchartseries type=bar seriesColor=##99 serieslabel=A
            cfchartdata item=col1 value=1
            cfchartdata item=col2 value=0
            cfchartdata item=col3 value=0
    /cfchartseries
    cfchartseries type=bar serieslabel=B
            cfchartdata item=col1 value=1
            cfchartdata item=col2 value=0
            cfchartdata item=col3 value=0
    /cfchartseries
/cfchart

You can see output of this code as following.

Test Server:
http://demirkapi.net/cfchart/cfchart_ok.png


Production server:
http://demirkapi.net/cfchart/cfchart_blank.png


As you can see it is working on test server but not on our production
server.

I am clueless now but I am still looking for a solution.


Any idea?


Sincerely,

Oðuz Demirkapý










~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237618
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: CFCHART blank graphs

2006-04-12 Thread Oğuz_Demirkapı
Hi Dan,

I have an NVidia GeForce 7800 on my local PC and I have always current NVidia 
driver. 

We have problem on one of our DELL PC which has ATI FireGL V3100 as graphic 
card with original OS  driver.

???



-Original Message-
From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 12. April 2006 22:19
To: CF-Talk
Subject: RE: CFCHART  blank graphs

I wonder if this is a video driver problem--often strange problems with
image libraries are related to the video driver in Windows.

Are you using the default system driver at the default color depth? Trying
boosting the color settings up and if you have one, use a video driver made
for your video chipset.

-Dan

-Original Message-
From: Oðuz_Demirkapý [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 12, 2006 1:29 PM
To: CF-Talk
Subject: RE: CFCHART  blank graphs

Hi,

I am still looking for a solution for blank graphs with cfchart.

I have just created a very basic test script like that to reproduce my
issue.

cfchart
format=png
chartheight=200
chartwidth=400
showYGridlines=yes
seriesplacement=stacked
showborder=no
yaxistitle=Y something
xaxistitle=X something
tipStyle = none

cfchartseries type=bar seriesColor=##99 serieslabel=A
cfchartdata item=col1 value=1
cfchartdata item=col2 value=0
cfchartdata item=col3 value=0
/cfchartseries
cfchartseries type=bar serieslabel=B
cfchartdata item=col1 value=1
cfchartdata item=col2 value=0
cfchartdata item=col3 value=0
/cfchartseries
/cfchart

You can see output of this code as following.

Test Server:
http://demirkapi.net/cfchart/cfchart_ok.png


Production server:
http://demirkapi.net/cfchart/cfchart_blank.png


As you can see it is working on test server but not on our production
server.

I am clueless now but I am still looking for a solution.


Any idea?


Sincerely,

Oðuz Demirkapý



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237630
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: CFCHART blank graphs

2006-04-12 Thread Dan G. Switzer, II
Oðuz,

I have an NVidia GeForce 7800 on my local PC and I have always current
NVidia driver.

We have problem on one of our DELL PC which has ATI FireGL V3100 as graphic
card with original OS  driver.

The problem would potentially be the server's video drivers--not on your
local PC.

Generally speaking, the server has to be able to correctly render the image
your rendering programmatically in order for it to render properly. 

In the past having the default Windows graphic driver has caused problems
with charts in CF under Windows.

-Dan


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237636
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: CFCHART blank graphs

2006-04-12 Thread O�uz_Demirkap
All have original drivers. Not in VGA mode.

We have just updated on one of the DELL PC into the latest driver but it is
still same.



-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Donnerstag, 13. April 2006 00:42
To: CF-Talk
Subject: RE: CFCHART  blank graphs

 All these 5 have different kind of graphic cards.

Do they actually have the drivers installed for those cards? If not, and
they're just running in VGA mode, that'll cause the problem that Dan
describes.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237643
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