• 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

textfield

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i want to add a list to a textfield.
Is it possible?
Reply with possible solutions...
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why don't you add list in a form, it will be easy and will reduce the processing time as well.

regards
Lokesh
 
him jain
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
actually i have to maintain history of a particular entry.
So, when i enter in a textfield, it should show the previously entered results also.
I have used recordstore for it.
I am able to retrieve the data but i am not able to show it in mobile.
That's why i was asking?
Hope to get a reply soon..
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have already explained how to use Recordstore class in j2ME application.
I assume that , Now you know how to handle records . then why you posted this question ???

[ b]Please think by yourself how to !!! , otherwise your brain will remain IDLE !!![/b]

Regards
gopi@c2info.com

 
him jain
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My question is just : "can we add a list to a textfield?"
I am not asking about recordstore.
I have searched but i was not able to get any such method.
So, that's why i was asking if it's possible or not?
 
Gopinath Karyadath
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

List & text field are different classes ..
first make list then , invoke this list while pressing in text field .
after selecting from list add get selected item into text field.

text field string = list.getselecteditem( selected index )

regards
gopi@c2info.com

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic