Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User k_tgo_cal's Avatar
    Join Date
    Sep 2009
    Posts
    1
    hi

    i am using carbide c++
    i want to know how to edit a message after the user has entered it
    for example my user wants to send the message in morse code

    the user enters the message
    i then want to "translate" his message into morse
    so i need to edit the message
    how do i do it?
    pls help!!
    this is urgent

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Generally that is not supported, the Messages application tries to send the message as soon as possible - your conversion attempt would cause a race condition with questionable outcome.
    However you can freely send messages from your own application, and you can convert the input to morse of you really want.

  3. #3
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Quote Originally Posted by k_tgo_cal View Post
    hi

    i am using carbide c++
    i want to know how to edit a message after the user has entered it
    for example my user wants to send the message in morse code

    the user enters the message
    i then want to "translate" his message into morse
    so i need to edit the message
    how do i do it?
    pls help!!
    this is urgent
    Well, I received your e-mail but my answer would be similar to Wizard's one. Anyways I suggest one alternative:

    - Listen to outgoing message using your watchdog application
    - Fetch phone number and text from that message
    - Watch the cases in the HandleSessionEventL and stop sending the original message
    - Formulate the fetched text into your desired format and send it from within your watchdog application.

    PS: I have not worked with any morse code so I just said from the normal message parsing point of view. I don't know if there are any implications involved with that.

    PPS: Search for the highlighted word in the SDK help and on Forum Nokia Wiki.
    Nokia Developer Wiki Moderation team

Similar Threads

  1. how to notify to user for popup message
    By abhi560 in forum Symbian C++
    Replies: 8
    Last Post: 2009-08-15, 11:45
  2. Problem using multiple edit boxes in a view architecture
    By george0095 in forum Symbian User Interface
    Replies: 1
    Last Post: 2009-06-04, 15:47
  3. Replies: 0
    Last Post: 2009-01-15, 04:10
  4. Inserting body text into new email message
    By mucky021 in forum Symbian C++
    Replies: 4
    Last Post: 2005-03-31, 09:39
  5. problem to send Service Loading push message over 8310
    By alinesimon in forum Mobile Web Site Development
    Replies: 3
    Last Post: 2002-10-23, 07:08

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