[flexcoders] Re: DataVisualization Chart Axis Labels not showing up

2010-04-07 Thread taude1
I got it working using another question that I found here (well, it was from 
this Yahoo! Group, but at the mail-archive.com website)  
http://www.mail-archive.com/flexcoders@yahoogroups.com/msg128578.html



--- In flexcoders@yahoogroups.com, "taude1"  wrote:
>
> I definitely dont' see it when the framework and datavisualization is merged. 
>  However, not too keen on adding another 500 KB to the SWF size of an already 
> way-too-large application.
> 
> I'm going to keep tinkering with fonts.
> 
> --- In flexcoders@yahoogroups.com, "Battershall, Jeff"  
> wrote:
> >
> > Well, rotated or not, I've definitely seen some unexpected behavior related 
> > to fonts and RSLs. In one application I ended up merging into code to 
> > address the issue. 
> > 
> > Maybe what I encountered isn't the same as what you're seeing but it sure 
> > sounds similar. Is the font being used for the axis labels embedded?
> > 
> > -Original Message-
> > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> > Behalf Of taude1
> > Sent: Wednesday, April 07, 2010 10:37 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Re: DataVisualization Chart Axis Labels not showing up
> > 
> > The labels definitely aren't rotated.  And the fonts being used show up 
> > everywhere else in the application, including the same screens that contain 
> > the charts.  (The posted chart graphics are a small subset of the entire 
> > screen.)
> > 
> > --- In flexcoders@yahoogroups.com, "Battershall, Jeff"  
> > wrote:
> > >
> > > Are the labels rotated?  If so, are you sure that the font used is 
> > > getting loaded as well?  I've seen some funny font behavior when related 
> > > to loading Data Vis RSLs in the past.
> > > 
> > > Jeff
> > > 
> > > -Original Message-
> > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> > > Behalf Of taude1
> > > Sent: Wednesday, April 07, 2010 9:46 AM
> > > To: flexcoders@yahoogroups.com
> > > Subject: [flexcoders] DataVisualization Chart Axis Labels not showing up
> > > 
> > > Hi All,
> > > 
> > > I've posted a question over at Stack Overflow on a problem that I'm 
> > > having with my Axis labels not showing up on a chart.
> > > 
> > > I think it has to do with my use of the framework RSL when it loads, but 
> > > nonetheless, it's a big issue and I can't seem to figure it out.
> > > 
> > > Also, I've tried getting it to work in the SDK 3.3, 3.4, and even 3.5 and 
> > > the labels still don't show up.
> > > 
> > > http://stackoverflow.com/questions/2585393/problem-with-flex-datavisualization-charting-components-rendering-labels-on-build
> > > 
> > > BTW, I think stackover.com is a superior method of developer interaction 
> > > in a Q/A format and love to see more of the Adobe gurus that hang out 
> > > here, over there.  For example, it's really easy to post screen shots and 
> > > such in the question.
> > > 
> > > Thanks.
> > > 
> > > 
> > > 
> > > 
> > > 
> > > --
> > > Flexcoders Mailing List
> > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > Alternative FAQ location: 
> > > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> > > Search Archives: 
> > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups 
> > > Links
> > >
> > 
> > 
> > 
> > 
> > 
> > 
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Alternative FAQ location: 
> > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> > Search Archives: 
> > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
> >
>




[flexcoders] Re: DataVisualization Chart Axis Labels not showing up

2010-04-07 Thread taude1
I definitely dont' see it when the framework and datavisualization is merged.  
However, not too keen on adding another 500 KB to the SWF size of an already 
way-too-large application.

I'm going to keep tinkering with fonts.

--- In flexcoders@yahoogroups.com, "Battershall, Jeff"  
wrote:
>
> Well, rotated or not, I've definitely seen some unexpected behavior related 
> to fonts and RSLs. In one application I ended up merging into code to address 
> the issue. 
> 
> Maybe what I encountered isn't the same as what you're seeing but it sure 
> sounds similar. Is the font being used for the axis labels embedded?
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> Behalf Of taude1
> Sent: Wednesday, April 07, 2010 10:37 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: DataVisualization Chart Axis Labels not showing up
> 
> The labels definitely aren't rotated.  And the fonts being used show up 
> everywhere else in the application, including the same screens that contain 
> the charts.  (The posted chart graphics are a small subset of the entire 
> screen.)
> 
> --- In flexcoders@yahoogroups.com, "Battershall, Jeff"  
> wrote:
> >
> > Are the labels rotated?  If so, are you sure that the font used is getting 
> > loaded as well?  I've seen some funny font behavior when related to loading 
> > Data Vis RSLs in the past.
> > 
> > Jeff
> > 
> > -Original Message-
> > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> > Behalf Of taude1
> > Sent: Wednesday, April 07, 2010 9:46 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] DataVisualization Chart Axis Labels not showing up
> > 
> > Hi All,
> > 
> > I've posted a question over at Stack Overflow on a problem that I'm having 
> > with my Axis labels not showing up on a chart.
> > 
> > I think it has to do with my use of the framework RSL when it loads, but 
> > nonetheless, it's a big issue and I can't seem to figure it out.
> > 
> > Also, I've tried getting it to work in the SDK 3.3, 3.4, and even 3.5 and 
> > the labels still don't show up.
> > 
> > http://stackoverflow.com/questions/2585393/problem-with-flex-datavisualization-charting-components-rendering-labels-on-build
> > 
> > BTW, I think stackover.com is a superior method of developer interaction in 
> > a Q/A format and love to see more of the Adobe gurus that hang out here, 
> > over there.  For example, it's really easy to post screen shots and such in 
> > the question.
> > 
> > Thanks.
> > 
> > 
> > 
> > 
> > 
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Alternative FAQ location: 
> > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> > Search Archives: 
> > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
> >
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: 
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>




RE: [flexcoders] Re: DataVisualization Chart Axis Labels not showing up

2010-04-07 Thread Battershall, Jeff
Well, rotated or not, I've definitely seen some unexpected behavior related to 
fonts and RSLs. In one application I ended up merging into code to address the 
issue. 

Maybe what I encountered isn't the same as what you're seeing but it sure 
sounds similar. Is the font being used for the axis labels embedded?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of taude1
Sent: Wednesday, April 07, 2010 10:37 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: DataVisualization Chart Axis Labels not showing up

The labels definitely aren't rotated.  And the fonts being used show up 
everywhere else in the application, including the same screens that contain the 
charts.  (The posted chart graphics are a small subset of the entire screen.)

--- In flexcoders@yahoogroups.com, "Battershall, Jeff"  
wrote:
>
> Are the labels rotated?  If so, are you sure that the font used is getting 
> loaded as well?  I've seen some funny font behavior when related to loading 
> Data Vis RSLs in the past.
> 
> Jeff
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> Behalf Of taude1
> Sent: Wednesday, April 07, 2010 9:46 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] DataVisualization Chart Axis Labels not showing up
> 
> Hi All,
> 
> I've posted a question over at Stack Overflow on a problem that I'm having 
> with my Axis labels not showing up on a chart.
> 
> I think it has to do with my use of the framework RSL when it loads, but 
> nonetheless, it's a big issue and I can't seem to figure it out.
> 
> Also, I've tried getting it to work in the SDK 3.3, 3.4, and even 3.5 and the 
> labels still don't show up.
> 
> http://stackoverflow.com/questions/2585393/problem-with-flex-datavisualization-charting-components-rendering-labels-on-build
> 
> BTW, I think stackover.com is a superior method of developer interaction in a 
> Q/A format and love to see more of the Adobe gurus that hang out here, over 
> there.  For example, it's really easy to post screen shots and such in the 
> question.
> 
> Thanks.
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: 
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links





[flexcoders] Re: DataVisualization Chart Axis Labels not showing up

2010-04-07 Thread taude1
The labels definitely aren't rotated.  And the fonts being used show up 
everywhere else in the application, including the same screens that contain the 
charts.  (The posted chart graphics are a small subset of the entire screen.)

--- In flexcoders@yahoogroups.com, "Battershall, Jeff"  
wrote:
>
> Are the labels rotated?  If so, are you sure that the font used is getting 
> loaded as well?  I've seen some funny font behavior when related to loading 
> Data Vis RSLs in the past.
> 
> Jeff
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> Behalf Of taude1
> Sent: Wednesday, April 07, 2010 9:46 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] DataVisualization Chart Axis Labels not showing up
> 
> Hi All,
> 
> I've posted a question over at Stack Overflow on a problem that I'm having 
> with my Axis labels not showing up on a chart.
> 
> I think it has to do with my use of the framework RSL when it loads, but 
> nonetheless, it's a big issue and I can't seem to figure it out.
> 
> Also, I've tried getting it to work in the SDK 3.3, 3.4, and even 3.5 and the 
> labels still don't show up.
> 
> http://stackoverflow.com/questions/2585393/problem-with-flex-datavisualization-charting-components-rendering-labels-on-build
> 
> BTW, I think stackover.com is a superior method of developer interaction in a 
> Q/A format and love to see more of the Adobe gurus that hang out here, over 
> there.  For example, it's really easy to post screen shots and such in the 
> question.
> 
> Thanks.
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: 
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>