wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

HAccordian does not display header name #154

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Replace the mx:Accordian with HAccordian
2. Run App

What is the expected output? What do you see instead?
Expect that the label property of the children will be used as the header
text.  Headers came out with no text.

What version of the product are you using? On what operating system?
Flex 3, Windows Vista

Please provide any additional information below.

Original issue reported on code.google.com by michealh...@gmail.com on 20 Aug 2008 at 9:21

GoogleCodeExporter commented 8 years ago
I also experience the exact same problem with the same steps.

Product version:

Flex 3, Windows XP

I think the priority of this defect needs elevated as this feature is the only 
thing
that makes the sliding panels relevant to a user is to know what they are for. 
If you
can't place a title on them then you have a bunch of blank buttons the user must
click to guess at.

Original comment by matt.sco...@gmail.com on 13 Oct 2008 at 2:50

GoogleCodeExporter commented 8 years ago
You need to make sure that the font used for the headers is embedded. If you do 
not
embed the font then the text will not be shown. 

See this thread on this same problem:
http://groups.google.com/group/flexlib/browse_thread/thread/7ff795941b968540?pli
=1
And check out the sample code for HAccordion here to see how to use embedded 
fonts:
http://flexlib.googlecode.com/svn/trunk/examples/HAccordion/HAccordion_Sample.mx
ml

Marking as Invalid.

Original comment by dmcc...@gmail.com on 13 Oct 2008 at 3:10