Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Mobile Programming Question

Options
  • 20-07-2005 5:14pm
    #1
    Registered Users Posts: 495 ✭✭


    Is it possible to automatically scroll down in a form on a mobile applet so that a field half way down the form is the active one? I have a screen with about 15 or so fields, and some of them can be set by default, but it's still a pain to scroll down to the other ones, is there something like "setCurrentItem" function available anywhere for the Form or Display object on MIDP??

    Or should I just try redesigning the UI ;)


Comments

  • Registered Users Posts: 162 ✭✭damalo


    Im thinking you are talking about something similar to an #anchor in HTML?

    would it be possible to use the 'focus' command as in Jscript and regular java?


  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Java? .NET Mobile? C++? Symbian?


  • Registered Users Posts: 495 ✭✭tetsujin1979


    Thanks Damalo, something along those lines is what I'm looking for

    aidan, It's in Java, I'm using Nokia's developement kit for Series 60


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    does it not move when you set the focus?


  • Registered Users Posts: 162 ✭✭damalo


    Not 100% sure of the specifics of how it works but I think its a step in the right direction


  • Advertisement
  • Registered Users Posts: 495 ✭✭tetsujin1979


    Hobbes wrote:
    does it not move when you set the focus?

    How do you set the focus? I've searched the API and came up blank


Advertisement