• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Ashwin

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello , I am Ashwin.V i have been assigned a small MIDp application to build . The specification is as given. I need to display static data in a table format with five fields ie 5 columns and atleast 20 rows. it should be done using a static array(hard coded)where as the fifth field (ex : indicator field) should check for a numerical condition in the fourth field and wiyh respect to that an arrow sign should be displayed (ex : if the value in fourth field is > 80 - red color up arrow sign, if it is between 60-80 blue color arrow sign, if it is < 60 green). i tried it doing using form and StringItem for table heading and static arrays for 4 fields (String name array,int Reg_no[], int totla [], float Average [] and indicator)

[ EJFH: Remove request to take this offline -- we don't do that here. ]
[ October 16, 2006: Message edited by: Ernest Friedman-Hill ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic