Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.30 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. BlackBerry: setting the height of a field manager without manually building the layout
  2. bottom_vfm = new VerticalFieldManager(){
  3.  
  4.  
  5.         protected void sublayout(int maxWidth, int maxHeight){
  6.  
  7.                 super.sublayout(maxWidth,200);
  8.                 setExtent(maxWidth,200);
  9.         }
  10.     };