Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
carlodemarchis #1
variableRowHeight List ItemRenderer issue
I do have a problem with a List control and variableRowHeight with an inline
itemrenderer.
The itemrenderer is a simple HBox with an Image and a Text, the Text may be
higher than the image, some rows may have variable height.
Sometimes it works sometimes it cut all higher row to the image height. Can't
understand why.
The data provider is a HTTPService, and i reload data every 10 secs.
The effect i see is the row to take full height and then being resized quickly
to standard height... weird. Any idea?
carlodemarchis Guest
-
itemRenderer textRollOverColor
I need to know how to set certain styles that are normally easily applied to list based components to list based components using an itemRenderer.... -
Tilelist itemRenderer
Hi, I'm creating a thumb photo gallery and I'm using a tilelist component as the itemrederer of the list, for itemrender I'm using a mxml... -
itemRenderer in component
From FlexExamples March 8, I am trying to use the TileList and custom itemRenderer. The only change I have made to the code is change the "main" app... -
Dynamic itemRenderer
Hi Id like to change the view of a TitleList by a ComboBox. I have two different itemRenderer <mx:Component id="rendererDetailed"> <mx:VBox... -
ODBC Driver Issue (possibly OT - wrong list?)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I suppose this should really be on the ODBC driver list, but as I spend so much time sorting... -
Mitek17 #2
Re: variableRowHeight List ItemRenderer issue
This is an eternal bug in Flex/FP
[url]https://bugs.adobe.com/jira/browse/SDK-14174[/url]
The only one possible workaround - manually assign height to the
PrintDataGrid, then it will calculate row's height correctly.
PercentHeight=100% just kills the whole thing.
Cheers,
Dmitri.
Mitek17 Guest
-
carlodemarchis #3
Re: variableRowHeight List ItemRenderer issue
Thanks,
it seems related but my case is a bit different - it's on a list that
depending on where the higher item is may start correctly showing a much higher
row but then collpase it whenever the data is re-fetch from the serve and the
list is updated... nonsense... I've read many topics but could not find
anything that helped in my case
carlodemarchis Guest



Reply With Quote

