Mapping middle key to command in a form

hii,
please help me to map middle key in handset to a specified command added in a form?

Supposidly it's possibly through a CustomItem. I've never worked with it though.
http://www.it.uc3m.es/celeste/docencia/j2me/docs/api/midp/javax/microedition/lcdui/CustomItem.html
Mind you, this means you'll have to program all of the Form functionalities yourself! (That or copy the original Item you want to use and add your own bit of (key input) code, if that works..)

Similar Messages

  • Map middle-click to command

    Hello everyone, lately I've been trying to map my mouse buttons with some success.
    I am using imwheel to map the two thumb buttons like this:
    # Change desktops
    None, Thumb1, Super_R|Down
    None, Thumb2, Super_R|Up
    But I thought of using the middleclick to switch imwheel configs, so I can have 2 modes for the thumb buttons.
    I looked around the wiki but I didn't find anything for middle click, only how to make a keyboard button act like it.
    Thanks in advance.
    Edit: Another idea would be using the two thumb buttons as a modifier for the mouse wheel. For example:
    Thumb1 + MouseWheelDown = Super_R|Down
    Thumb1 + MouseWheelUp = Super_R|Up
    Thumb2 + MouseWheelDown = Super_R|Right
    Thumb1 + MouseWheelUp = Super_R|Left
    But imwheel doesn't map an action to two mouse keys.
    Last edited by sakisds (2011-11-06 11:21:47)

    You could do it using xdotool, I think.
    Alternatively, using a tool like parcellite, annamnesis, etc.  (there are a few) you could sync. the CLIPBOARD and PRIMARY so that when you copy from xterm, CTRL+V will then work to paste in X. There are some usability issues with that (selecting text in a text box will overwrite the clipboard preventing pasting in on top) but most people are able to get a reasonable system sorted with a little tweaking.
    EDIT: see here for some details http://standards.freedesktop.org/clipbo … ds-0.1.txt
    Last edited by skanky (2010-10-26 13:37:04)

  • Google Maps API Key V3???

    We are in the middle of integrating a real estate website for our client and found that the Google Maps API keys have changed.
    Have followed the instructions found on: https://developers.google.com/maps/documentation/javascript/tutorial#api_key But we still receive an error stating our application is not authorised to use the API.
    Does this mean Google Maps is not authorinsg Business Catalyst anymore? (Perhaps since the integration of BC into the Adobe ecosystem??)
    Is anyone else having this issue or can anyone please urgently advise?

    You have to get your own API key: https://code.google.com/apis/console/
    My map uses a custom solution (Web Apps & Google Maps API V3) and is still working fine.

  • Frm-90928 positional parameter after key on command line

    frm-90928 positional parameter after key on command line
    I have an error while i run form module. i am using database 9i with 9iDS. Plz help me to resolve this issue.

    Exactly Francois, 100% true.
    I've noticed that the Forms Builder tries to run the unsaved forms from the user's default home (root) directory, which almost always in windows environment has spaces in it, like "Documents and Settings\...".
    Tony

  • Key mapping/ remote key

    Hi All,
    I  have some understanding of key mapping internal functionality.
    my question is ... should I use this key mapping feature from all look up tables, main table while importing from remote systems?
    should all my feilds have REMOTE KEY enabled.
    Lets say I have loaded data into my repository from 3 different remote systems(R1,R2,R3) using remote key feature.
    Now, I want to see all the records that belong to R1 only or R2 only?
    Can this be seen using remote mapping feature? or how can I see only specific records for one remote system.... should i create another field that identifies the source and just map it? ....... generally how do we handle this?
    Also, have uploaded the data for my lookup table DIVISIONS,when i try syndicating it for remote R1......
    in my destination preview i can see some records that belong to only R2 and R3 also. I mean I am not able to see only the
    records belong to R1 system.
    I mapped
    division <-> div
    desc     <-> desc
    there are two more keys like remote key, v...... Should I also map these keys?
    Pls let me know,
    Thanks & regards,
    Vee

    Hi,
    my question is ... should I use this key mapping feature from all look up tables, main table while importing from remote systems?
    should all my feilds have REMOTE KEY enabled.
    1. It is totally dpeend upon business requirement which table you want to  make remote enable.
        The main reason to use remote key is to syndiacte the data to remote system specific.
         So if you are syndication your subtables to then it is good to make remote key enable.
    2. Only tables are remote key enabled not the fields.
    Lets say I have loaded data into my repository from 3 different remote systems(R1,R2,R3) using remote key feature.
    Now, I want to see all the records that belong to R1 only or R2 only?
    Can this be seen using remote mapping feature? or how can I see only specific records for one remote system.... should i create another field that identifies the source and just map it? ....... generally how do we handle this?
    This is not possible as standard way.
    But workaround is when you map the source field to remote key at destination side in import manager,just make the clone of source field and map it to the new fields to  store  the system from where the records came.
    So in data manager you can search on this field  to see only  records that is specific to some remote system.
    Also, have uploaded the data for my lookup table DIVISIONS,when i try syndicating it for remote R1......
    in my destination preview i can see some records that belong to only R2 and R3 also. I mean I am not able to see only the
    records belong to R1 system.
    I mapped
    division <-> div
    desc <-> desc
    there are two more keys like remote key, v...... Should I also map these keys?
    Yes you have to map these fields as well.
    Even after mapping this  option if you want to syndicate all the remote system records then there is option "override remote keys".after enabling this option  there is record generated for each remote system.
    hope it helps you.
    Thanks,
    Sudhanshu

  • How to change the commands from a Form when a certain item is selected???

    Hello,
    I'm developing a J2ME application and I'm having some problems. I have more items on a form and I when i"m moving from an item to another I want that the commands of the form to change. Is that possible? How can it be done? I've tried some ways but without success. Please help.
    Thanks

    There is no focusListener and there ain't any focus events in j2me,
    if you want to have this effect you need to have only one command per item
    so that it won't appear in 'options' menu

  • Key-nextrec not firing in forms 10g

    I have a code in the above trigger, but it is not firing, I have it in the block property and no other place in the form
    message('In key next rec----'); message(' ');
    IF :SYSTEM.Last_Record = 'TRUE' Then
    Null;
    Else
    next_record;
    End If;

    when-new-record-instance runs when you navigate to the next record.
    Key-Nxtrec (Nxtrec is the correct spelling) only runs when you press the key assigned to call that trigger. In my environment, it is the Shift+ Down-Arrow key, but it could be just Down-Arrow -- it all depends on what key sequence is assigned to Forms Function Number 67 in your Forms Resource file, FMRWEB.res (or fmrusw.res).
    So if the trigger runs when you press the correct keyboard key, and you issue the message but do not call the Next_Record; built-in, focus will not navigate to the next record in your running form.

  • Host command in application FORMS (access denied)

    i try to use a host command in a form in apllication server vs 1.0.2.2a that call a copyfile.bat.
    J see that this operation send me a message to the server console with "access denied", instead if a use this file from the server works.
    Do you Know something??

    Check out the file and directory permission for the files you are trying to manipulate. Make sure that the user that runs the Forms Seever have the requiered permissions to manipulate these files and directories.

  • Calling oracle command window through forms

    I need to call oracle command window in the forms. in the sence when i clicked a button in forms then oracle window has to open.
    Is that possible to call a oracle command window in forms.
    Please help me in this.
    Thanks in advance,
    raju.

    I need to call oracle command window in the forms. in
    the sence when i clicked a button in forms then
    oracle window has to open.
    Is that possible to call a oracle command window in
    forms.
    Please help me in this.
    Thanks in advance,
    raju.What do you mean by "Oracle command window"???

  • HOST Command in oracle forms 10g

    Hi,
    I need to use HOST command to run an OS(Unix) command in Oracle Forms 10g.
    Its throwing a non-oracle exception during run time.
    Is there any kind of configuration/settings that I need to check before using HOST command?
    Is there any way to capture the error description?
    Any help will be highly appreciated!
    Thanks,
    Ankit

    Thanks Thangaraj for your valuable suggestion!!
    One question though..
    Should'nt ORACLE_HOME be an absolute path?
    I have added "/bin" in FORMS_PATH but not sure if we can do the same with ORACLE_HOME.
    Can you please suggest?
    Regards,
    Ankit

  • IWeb page generates IE9 error for Google Maps API key

    My iWeb site generates an error in IE9 "This web site needs a different Google Maps API key". Is there any fix in iWeb for this?
    I've found this link that offers a solution for IE9 users. It seems to be a bug with IE9 mixed content security settings, but people will blame my website and not their browser
    http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/ie-9-is-telling-me-my- website-needs-a-different/59bfa1ed-f757-e011-8dfc-68b599b31bf5
    Excerpt from that site "Okay, I resolved the issue. I went into my Security settings. Under Miscellaneous I changed Display mixed content to "Enable". I believe there is a bug in the Display mixed content feature. I should be able to keep the setting at "Prompt", then see the content when I click the appropriate option when prompted. I believe the Google Maps API message was shown in error."

    You have to get your own API key: https://code.google.com/apis/console/
    My map uses a custom solution (Web Apps & Google Maps API V3) and is still working fine.

  • Map F1 Key in Microsoft Dynamics NAV 2013 R2

    Hello Support,How to Program/Map F1 Key in Intermec Handheld device(CK3R) in Microsoft Dynamics NAV 2013 R2. I just attached mapping file. Can you help me out.  Regards, Kanthavel Ramachandran | MS Dynamics NAV Support Implementerwww.scsdynamics.com | [email protected] 330 N. Brand Blvd., Suite 870Glendale, CA 91203
    Office: 310.315.9660Direct: 310.953.9179Cell: 408-431-2163

    Hello RizaGrace,
    Thank you for your Interest in Azure.
    1. What exactly do you mean when you say 'best storage option', do you mean where will the Microsoft Dynamics NAV Server instances reside?
    There are two topologies of deploying Dynamics NAV on Azure. You can refer to this article that will give you information on 'Network Topologies for Microsoft Dynamics NAV on Windows Azure':
    http://msdn.microsoft.com/en-us/library/dn168979(v=nav.70).aspx
    Also refer to the article that wil give you inforamtion on 'Planning and Preparing for Deploying on Windows Azure':
    http://msdn.microsoft.com/en-us/library/dn168978(v=nav.70).aspx
    These are the example scripts for Deploying Microsoft Dynamics NAV on Windows Azure:
    http://msdn.microsoft.com/en-us/library/dn168991(v=nav.70).aspx
    I hope that this information is helpful. Please feel free to get back if you have any related questions.
    Thanks,
    Syed Irfan Hussain

  • Host command from D2K Forms

    Am calling the sql loader (sqlldr73) using HOST command from D2K Forms 4.5.
    my code has following sequence,
    <sequence of stmts 1>
    Host(....);
    <sequence of stmts 2>
    the stmts(<sequence of stmts 2>) following the call to HOST commant should be executed only after successful execution of the sql loader.
    curently the sql loader and stmts(<sequence of stmts 2>) are running parallely
    Is there any work around?

    Hi,
    Better way to do it would be to write a batch / shell script with the sequence of statements you want to execute and call the batch file using the host command.
    Regards,
    Arun

  • CFMap not working for a specific Google Maps API Key

    Hi All,
    This has been driving me crazy for 2 days now. I've troubleshooted it down to a problem with the way CFMap is handling a spcific Google Maps API Key.
    I've gotten it down to about the simpest CFMap page you can make, but the map doesn't come up.
    http://tucsonymca.org/googlemap.cfm
    The same page on a different domain (with a it's own API key) works fine:
    http://valleyymca.org/googlemap.cfm
    Google's 'hello world' Map JavaScript with the key in question works fine, so the Key is correct.
    http://tucsonymca.org/googlemapJSOnly.html
    All of these work on my local dev machine.
    The Google Key works fine.
    The CFML works fine.
    Putting them together and you get a blank page with no error message.
    It appears that the CFMap function is tripping over this particular key, or is losing communication with Google when trying to authenticate.
    Any help is greatly appreciated.
    - Dan

    I think your cfide mapping is not working.
    http://tucsonymca.org/CFIDE/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js
    is
    a 404

  • What's the key stroke command to force quit a program?

    What's the key stroke command to force quit a program?

    alt-cmd-Escape - then choose from a menu of running programs...

Maybe you are looking for

  • IPhone 4 not recognized by Windows

    So my computer just won't recognize my iPhone 4. When i plug it in, Windows sees it as an "Unknown Device". My brother's iPhone 4 flawlessly connects to the same computer. I found out that my iPhone only connects to one specific usb-port of a relativ

  • Partner Profile and its configuration.

    Hi all, I am creating an SD IDoc using EDI and send it between two servers. I need to know what is a partner profile and why should we create it. what are the steps to be followed in maintaining a partner profile and its configuration. Any pointers w

  • Updatig unchecked songs in playlists

    Any help appreciated. If I uncheck in each playlist it doesn't update the ipod to which that playlist is desired. Only if I uncheck in the library! which then unchecks each playlist, which is a frustration if you want a track in one playlist but not

  • I have Google as my default home page in Firefox and the Google proser opens when I start Firefox, but every time I open a new tab it opens the Yahoo browser.

    I have Google as my default home page in Firefox and the Google browser opens when I start Firefox, but every time I open a new tab it opens the Yahoo browser.

  • Database link - Oracle 9i

    I'm trying to create a table 't1' on to a different database db2, (full access) from db3 DB pulling the data (select statement) from db1 database . Steps followed as; 1) Logged in as connect string: sc1/sc1@db3 2) create [email protected] as select *