I'm trying to develop a stock ticker in JDE 4.3.

I found in a recent post that it is possible for two(2) fields to be aligned both horizontal and vertical: http://stackoverflow.com/questions/1486664/blackberry-field-alignment-in-a-verticalfieldmanager.

My question is: is it possible to align horizontally (3) or more ActiveRichTextFields horizontally maybe even five fields? I already have a function that can auto-smooth scroll a VerticalFieldManager

link|improve this question

25% accept rate
Are you trying to align them in a grid layout (rows and columns of these fields) or are you just trying to get a long "row" of fields? – Eric Feb 4 '10 at 17:08
Thanks Eric for you response, really appreciate it. I'm trying to align them as a long row of fields within a VerticalFieldManager.. if ever that's possible. – Jemuel Dalino Feb 5 '10 at 1:57
feedback

1 Answer

nevermind.. i was using the wrong manager. HorizontalFieldManager does the the trick.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.