Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User amrish20's Avatar
    Join Date
    May 2008
    Posts
    29
    hi,

    I want to know that does symbian series 60 supports touch screen.
    and if I want to implement the functionality of the touch screen on my application then how should i proceed n using which API i can get the access of pointer of screen(means currently at which part I am pointing)?

    Reply ASAP
    Thanks and regards
    Amrish

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    27,747
    S60 is going to support touchscreen soon, you can find announcements on the Internet. However current S60 devices have no touchscreen.
    The API will probably originate from Symbian's already existing touchscreen support, you can find CCoeControl::HandlePointerEventL, it exists from the very beginning.
    The emulators already support pointer events, you have probably noticed that it is possible clicking on list/grid elements for example.

  3. #3
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Well, the old emulators did support touch (or rather click events) however the later ones do not have this feature enabled anymore.

    The problem is not the lack of support in the platform, as wizard_hu_ said, the support was always* there at Symbian level, but the lack of hardware support. Touch UI requires ... touch sensitive screen and no amount of software can compensate for that.

    Quote Originally Posted by amrish20 View Post
    Reply ASAP
    I wouldn't use this at all but especially in the context of this questions this request is really hilarious. :)
    Last edited by ltomuta; 2008-06-23 at 15:33.

  4. #4
    Regular Contributor sunitha.m13's Avatar
    Join Date
    Aug 2009
    Location
    Bangalore, India
    Posts
    454
    yes...In S60 5th edition, I am able to select listbox items using touch screen.
    But, Can I switch between views using touch screen ?
    Like,
    If I press Item 1 in Listbox, it has to open view1
    If I press Item 2 in Listbox, it has to open view2

    Currently, I am able to select items from listbox using touch screen.
    But for switching the views, I have to select the item & get the index of item
    and options->Open, then depending upon index, it switches View1/View2

    Cant I directly open View1/View2 by clicking listbox items ?

    If yes, which API I have to use for enabling that ?
    Regards,
    Sunitha.M

  5. #5
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Whatever change happens with the listbox (say some item is selected) you will be notified through the MEikListBoxObserver interface and once the event received it is entirely up to you what you will do with it, nothing stops you from calling ActivateViewL. See CS001148 - Handling new touch-related MEikListBoxObserver events for more info.

Similar Threads

  1. Touch Sensitive Screen of 7710
    By fbayindir in forum Mobile Java General
    Replies: 1
    Last Post: 2006-07-13, 18:05
  2. UI: Full Screen Mode
    By GENERAL_INFO in forum Symbian User Interface
    Replies: 3
    Last Post: 2004-11-22, 06:27
  3. How Can I Use TSmsUserDataSettings in Symbian 6.1?
    By ilsocio in forum Symbian C++
    Replies: 2
    Last Post: 2003-08-19, 16:39
  4. setting of Series 60 MIDP SDK for Symbian OS version 1.2 for networking
    By servigo in forum Mobile Java Networking & Messaging & Security
    Replies: 2
    Last Post: 2003-07-31, 07:47
  5. Replies: 0
    Last Post: 2003-06-13, 01:11

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