Forwarding...

Dimitrios Gianninas
Flexcoders moderator

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fbruegma
Sent: Tuesday, February 05, 2008 9:10 AM
To: [EMAIL PROTECTED]
Subject: Re: LineChart: HorizontalAxisRenderer: (canDropLabels = true) Question

--- In flexcoders@yahoogroups.com, "geoffreymoller" <[EMAIL PROTECTED]>
wrote:
>
> Consider the following simple chart binding code below.
> 
[snip]
> 
> I understand that having identical labels on the CategoryAxis is 
> absolutely counter-productive and serves no real-world purpose,

Not true. I ran into the same bug with production data today. Some labels being 
the same is enough for the bug to occur. With our app, you would then use a 
mouseover to find out more details.

> Has anyone seen anything like this, or can you speak to why the 
> framework might choke when the x-axis labels are identical?

All I found out that in AxisRenderer.as, the condition in the loop ending in 
"... while (bSkipRequired && bLabelsReduced)" never becomes false, so the while 
loop is an infinite loop and a breakpoint on the next meaningful line ("if 
(scalingRequired)...") is never hit.

-- 
WARNING
-------
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--------------
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.

Reply via email to