07-24-2008 04:24 PM
Solved! Go to Solution.
07-24-2008 04:41 PM
07-24-2008 04:57 PM
Sweet. That did it. I already had it in a VerticalFieldManager for a different reason so it was an easy switch-over. The nice thing is that we don't even have to override layout since it gets The Huge Number as an available width due to being in a scrollable HFM. Thanks!
HorizontalFieldManager hfm = new HorizontalFieldManager(Manager.HORIZONTAL_SCROLL | Manager.NO_HORIZONTAL_SCROLLBAR); BasicEditField bef = new BasicEditField(); hfm.add(bef); add(hfm);
08-19-2008 05:53 AM
Hi Richard,
I tried the exact code which you have mentioned. But still the input is going into the next line instead of the input being scrolled. ![]()
Can you please tell if you're doing anything else, too? I mean other than the code you've mentioned?
Thanks,
- Rohan
05-21-2009 07:23 PM
09-24-2009 06:30 AM
I have set BasicEditField property NO_NEWLINE and horizontalfieldmanager horizontalscroll
The maximum charatcers allowed to enter are 200 but field width is fixed 150.
My text is not scrolling when i enter and the text length is greater than length.
Can any body tell me the solution for this.
Thanks