Join Today
+ Reply to Thread
Results 1 to 5 of 5
  1. #1

    Default not able to capture key events keyPressed ()

    Hi all,

    Is there a way to catch the key pressed events for Call and End buttons on rokr e6? ie the Red and the green button sn rokr..

    i used

    public void keyPressed (int keyCode) {
    System.out.println(keyCode + "");
    }

    It works for all the buttons but not for Call and End buttons.

    Can any developer help me please....
    Amith

  2. #2

    Default

    bool MainWidget::qwsEvent(QWSEvent *ev)
    {
    int i, k;
    QWSKeyEvent *kv;
    QWSFocusEvent *fv;

    switch ( ev->type ) {
    case QWSEvent::Focus :
    break;
    case QWSEvent::Key :
    break;
    case QWSEvent::Mouse :
    break;
    break
    }

    return ZMainWidget::qwsEvent(ev);
    }

  3. #3

    Default

    thanks a lot.. but im using java not C++

  4. #4

    Default

    oh no....
    in java virtual machine.....

    you can not do that...

  5. #5

    Default

    everything has a way... i will find it and update this topic... anyways thanks.....


 
+ Reply to Thread

Similar Threads

  1. [APP] Screen Capture (app 1) - capture screenshots.
    By eakrin in forum A1200 Applications
    Replies: 15
    Last Post: 02-12-2007, 01:20 PM
  2. Events Alarm
    By maid in forum A1200 General Chat
    Replies: 1
    Last Post: 11-29-2006, 01:38 AM
  3. Next Events on HOMESCREEN or PROG?
    By Matce in forum A780 General Chat
    Replies: 1
    Last Post: 03-22-2006, 10:09 PM
  4. Show More than one Events on Desktop
    By benwong118 in forum E680i General Chat
    Replies: 1
    Last Post: 02-13-2006, 10:57 PM
  5. number of next events?
    By DesignerNo1 in forum A780 General Chat
    Replies: 0
    Last Post: 01-18-2006, 03:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1