I found that Ascii characters were sneaking in (thanks to our data input personnel using copy paste from excel). After stripping out the /n/r from the db it works and looks great.
--- In [email protected], Marcel Fahle <[EMAIL PROTECTED]> wrote: > > Hi, > > did you found a solution on that in the meantime.. > I got stucked on the same problem : ( > > Marcel > > > lyon.james wrote: > > > Unfortunately, it isn't the tree component thats scrolling out of > > place or incorrectly. What's scrolling out of our control are the > > labels inside the items inside the tree (which shouldn't scroll at all > > as the items are fixed sizes and. Needless to say that the Tree is > > fast becoming useless to us as a component if the labels can't be read :( > > > > --- In [email protected] > > <mailto:flexcoders%40yahoogroups.com>, "Igor Costa" <igorcosta@> wrote: > > > > > > you can use a <mx:Tree dataProvider={treeAdd} > > > mouseWell="EventDispacherYours"> > > > > > > > > > > > > On 8/11/06, lyon.james <james.lyon@> wrote: > > > > > > > > I've been working to populate a tree component with a dynamic > > > > dataprovider and now that it's working, I'm seeing some wierdity. The > > > > item renderers are scrolling with the mousewheel when I scroll the > > > > entire tree list. Also some labels seem out of place to start with. > > > > > > > > I filed a bug on this this morning, but I wanted to ask others if > > > > they've seen this behavior and if they've found a fix by using custom > > > > TreeItemRenderers. > > > > > > > > > > > > > > > > > > > > > > > > -- > > > ---------------------------- > > > Igor Costa > > > www.igorcosta.com > > > > > > > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

