10-16-2009 09:57 AM
10-16-2009 10:58 AM
Your exact requirement is right here :
10-16-2009 11:15 AM
Hi,
The link you added to your reply isn't the solution i'm looking for, the best example i can think of would be the virtual keyboard in BB Storm which is always on the screen and the only controls above it are scrolled up\down.
10-19-2009 12:52 AM
If u check the code in the link that i added , you will see something called a fixedwidthfield. This field lets u add text to a certain extent. What u could probably do is add controls to that class like the textfield and u ll be able to have fields that dont meddle with the layout..
10-19-2009 02:16 AM
Subclass VerticalFieldManager and override sublayout to position the fields where you want them. Or, depending on your layout, you can put the text field in its own VerticalFieldManager subclass that sets its preferred height (and vertical extent) to the display height minus the preferred height of the other rows. That way it will scroll instead of pushing the other fields around.