Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > BlackBerry: laying out nonscrolling Field widgets on MainScreen

Reply
Thread Tools

BlackBerry: laying out nonscrolling Field widgets on MainScreen

 
 
John Goche
Guest
Posts: n/a
 
      02-05-2006
Hello,

In BlackBerry, MainScreen has a title, followed by
a vertical field manager region which scrolls:

+----------------------------------------------------------+
+ Title +
+----------------------------------------------------------+
+ Scrollable Region +
+ +
+ +
+ +
+ +
+----------------------------------------------------------+

Rather, anyone know the best way to
implement the following

+----------------------------------------------------------+
+ Title +
+----------------------------------------------------------+
+ Field +
+----------------------------------------------------------+
+ Field +
+----------------------------------------------------------+
+ Scrollable Region +
+ +
+ +
+----------------------------------------------------------+

The problem is that the Screen superclass
of MainScreen does not have a setTitle()
command and there seems no way to
stop the scrollable VerticalFieldManager
of MainScreen from scrolling so that the
first two fields above are always visible.

Anyone know what the best solution is?
Right now I am thinking that, seeing no
viable alternative, it might be best to do
away with MainScreen altogether and
not have "classic" BlackBerry titles
on my screens.

Any suggestions regarding this issue
would be greatly appreciated.

Thanks,

JG

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem laying out pages with divs or asp:table David ASP .Net 3 07-17-2009 03:17 PM
ASP Version 2 Beginner Question - Laying out Complex Forms Roger Stenson ASP .Net Web Controls 1 05-04-2008 12:35 AM
What is the recomended method for Laying out HTML forms? Owen Brunker HTML 23 02-29-2008 07:35 PM
Laying out a form in java frank Java 10 12-11-2006 02:51 PM
Need suggestions for laying out dynamic content on page... Jack Black ASP .Net 0 09-27-2004 11:34 PM



Advertisments