Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User njk's Avatar
    Join Date
    Oct 2007
    Posts
    48
    Hi there,

    i'm sure it's a very simple problem: my MIDlet runs on TouchScreen devices, but a navigation field appears which pushes the screen to a smaller size although the navigation is possible without these navigation buttons.

    What do i have to do to signalise that the MIDlet runs on touchscreen devices?

    Thank you very much

    njk

  2. #2
    Registered User grahamhughes's Avatar
    Join Date
    Jun 2003
    Location
    Cheshire, UK
    Posts
    7,394
    You're talking about the on-screen key-pad that appears on a Canvas on devices like the 5800XM.

    This can be disabled by adding the following to your JAD or MANIFEST.

    Code:
    Nokia-MIDlet-On-Screen-Keypad: no
    Note that there is no standard way to do this, and the method given above works only on Nokia devices. Other (non-Nokia) devices may require a different method, or may provide no method for this at all.

    Graham.

  3. #3
    Registered User njk's Avatar
    Join Date
    Oct 2007
    Posts
    48
    cool thank you. thats it.

    does anyone know how it works on other phones than nokia? f.e. LG?

    LGE-MIDlet- ... doesn't

    regards

    njk

  4. #4
    Nokia Developer Champion im2amit's Avatar
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    2,917
    The paremeters for LG phones are:

    LGE-MIDlet-Width
    and
    LGE-MIDlet-Height

    Setting these to full screen width & height you can get your solution.

    thanks,
    ~Amitabh

  5. #5
    Registered User grahamhughes's Avatar
    Join Date
    Jun 2003
    Location
    Cheshire, UK
    Posts
    7,394
    Apparently,

    Code:
    MIDlet-Touch-Support: true
    works on the Samsung Star, possibly on other Samsungs too.

    Graham.

  6. #6
    Registered User TDMaster's Avatar
    Join Date
    Dec 2009
    Posts
    18
    Quote Originally Posted by grahamhughes View Post
    Apparently,

    Code:
    MIDlet-Touch-Support: true
    works on the Samsung Star, possibly on other Samsungs too.

    Graham.
    works on Samsung F480 also...

Similar Threads

  1. Getting white screen instead of bitmap (in device)
    By not_dying in forum Symbian C++
    Replies: 6
    Last Post: 2009-12-09, 09:12
  2. Replies: 2
    Last Post: 2009-11-28, 08:51
  3. N97 Touch Screen Joypad
    By Mark Kirkby in forum Mobile Java Tools & SDKs
    Replies: 2
    Last Post: 2009-11-25, 11:50
  4. WRTkit and touch screen devices
    By hp3 in forum Symbian Web Runtime
    Replies: 3
    Last Post: 2009-06-30, 09:44
  5. AtlasCT released a new mobile Navigation API
    By idop in forum News, Announcements and Job Listings
    Replies: 0
    Last Post: 2009-02-04, 14:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved