ADF 11g - Right Alt+A Shortcut

I noticed that in ADF Table input text fields is used shortcut Alt+A. This shortcut it is also polish national char (ą).
Any solutions for change it?

Simple script:
<html>
<head>
<script type="text/javascript">
function wyd(e){
document.getElementById('kctrl').value=e.ctrlKey;
document.getElementById('kalt').value=e.altKey;
document.getElementById('kkey').value=e.keyCode;
</script>
</head>
<body>
<input type="input" value="type here" onkeyup="wyd(event);" /> <br />
Ctrl: <input type="text" id="kctrl" /><br />
Alt: <input type="text" id="kalt" /><br />
KeyCode: <input type="text" id="kkey" /><br />
</body>
</html>If I push Alt+A then onkeyup event returns Ctrl+Alt+A. Probably ADF ignore Alt when checking highlight event in table.
Edited by: li-on on 2009-12-28 06:41
Edited by: li-on on 2009-12-28 06:42

Similar Messages

  • Change Right Alt/Option Key Shortcut

    Hi, I can't figure out how to turn off the shortcut when I press the Right Alt key by itself. Right now when I press the key it puts the window I'm using to the background. The problem is I can't use any of the multi-key shortcuts with the Right Alt key because of this stupid preset option.
    Does anyone know how to change this? I can't find this setting anywhere in the keyboard shortcuts or anywhere else in system preferences.
    Thanks a lot!

    It sounds like you may have accidently set one of the key functions for Expose to that option key. Check in your system preferences, expose and spaces options to make sure.
    Luck
    E

  • Ctrl+Alt+C Shortcut Problem in Indesign CS3

    I cannot use the ctrl+alt+c shortcut in IdCS3. The alt key works with all other shortcuts. I believe this is caused by ATI's catalyst control center which uses the same shortcut to open it's window but I disabled the hotkeys in catalyst and even changed that hotkey to one besides ctrl+alt+c and I can still not get the shortcut to work in Id.
    This happened to me about a year ago and I can't remember how I fixed it.
    Thanks in advance for any help.

    I had this problem, Ctrl-Alt-C did not work in Indesign or Photoshop (but CS5.5 & Windows 7).
    To fix it:
    > right click your desktop background
    > select catalyst Control Centre (top of list)
    > ‘Options’ at top right pull down menu
       (if you can’t see this, choose Advanced install, OK, then go back to step one again)
    >Hotkeys > Hot Keys Manager
    > select the one thing in the list, then press Edit
    > Change from Ctrl+Alt+C  to  Ctrl+Alt+Shift+C
    > OK, OK, OK
    Hey presto!  It’s all working now!

  • Alignment of the Popup (adf 11g)

    Hi,
    I am using adf 11g and one of the requirement is :
    Pop-up should start higher on the screens (should open up in the top). May i know how can i achieve this?
    <af:showPopupBehavior popupId="manualTaskPopup"
    align="afterStart"/>
    Pop-up is opening in the Center by default now.
    This is really urgent.
    Appreciate for your help.
    Thanks
    CM

    you can do this by using alignId in javascript
    <af:commandButton id="myButton">
    <af:clientListener type="click" method="showPopup"/>
    </af:commandButton>
    function showPopup() {
    var popup = AdfPage.PAGE.findComponent("thisPopup");
    var hints = {align:"before_end", alignId:"myButton"};
    popup.show(hints);
    from the doc
    There are nine predefined align enumerations represented by constants:
    1. AdfRichPopup.ALIGN_AFTER_START: The popup appears underneath the element with the popup's upper-left corner aligned with the lower-left corner of the element. The left edges of the element and the popup are aligned.
    2. AdfRichPopup.ALIGN_AFTER_END: The popup appears underneath the element with the popup's upper-right corner aligned with the lower-right corner of the element. The right edges of the element and the popup are aligned.
    3. AdfRichPopup.ALIGN_BEFORE_START: The popup appears above the element with the popup's lower-left corner aligned with the upper-left corner of the element. The left edges of the element and the popup are aligned.
    4. AdfRichPopup.ALIGN_BEFORE_END: The popup appears above the element with the popup's lower-right corner aligned with the upper-right corner of the element. The right edges of the element and the popup are aligned.
    5. AdfRichPopup.ALIGN_END_AFTER: The popup appears to the right of the element with the popup's lower-left corner aligned with the lower-right corner of the element. The bottom edges of the element and the popup are aligned.
    6. AdfRichPopup.ALIGN_END_BEFORE: The popup appears to the right of the element with the popup's upper-left corner aligned with the upper-right corner of the element. The top edges of the element and the popup are aligned.
    7. AdfRichPopup.ALIGN_START_AFTER: The popup appears to the left of the element with the popup's lower-right corner aligned with the lower-left corner of the element. The bottom edges of the element and the popup are aligned.
    8. AdfRichPopup.ALIGN_START_BEFORE: The popup appears to the left of the element with the popup's upper-right corner aligned with the upper-left corner of the element. The top edges of the element and the popup are aligned.
    9. AdfRichPopup.ALIGN_OVERLAP: The popup appears over top of the element with the upper-left corners aligned.
    please go thru following link
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/adf-richclient-api/tagdoc/af_popup.html
    hope this helps
    regards,

  • Frames in ADF 11g

    We have a requirement to split the page into 3 parts (basically 3 frames on the page). Frame on the left would contain links to the pages on the right which would be driven by a POV frame at the top. My question is do we have any specific component in ADF 11g to implement basic html frames ( like panelSpiltter) or would it be better to implement the page using basic html frames.
    Also, for getting the list of afh components, do we need to add any specific library or have these components been removed in ADF 11g.

    They are in the Trinidad set of components - but I would only suggest using those if you can't achieve the layout you are looking for with a combination of the layout components we offer in ADF Faces RC.

  • ADF 11g  Date input

    I am using date input component in ADF 11g.
    This component let u select only date. but I want the user be able to select date and time as well.
    which date component should I drop on page ?
    thx
    p

    All you have to do to see it in action is give your ADF BC EO date field the type of Timestemp instead of Date, and possibly add a nice format mask under the UI hints like: yyyy-MM-dd HH:mm:ss
    But, I do not have Entity Object in my application. ADF page was generated as part of "right click BPEL Human Task ---- Auto generate ADF Task Form".
    How do I have time as well in this case ?
    thx
    p

  • SETTING DEFAULT LANGUAGE ADF 11G

    Hello,
    I am using a View Criteria in my Application with ADF 11G, Jdeveloper (11.1.1.4.0), the "Match All Any" (AF:Query) is on spanish and this is allright
    because My requirement it to see this on Spanish , but when i deploy my application on Bea Weblogic StandAlone the "Match All Any" its on
    english how can i change it into spanish?
    Please help me.
    Thanks in advance.
    Regards,

    You might edit the file: C:\...\user_projects\domains\...\bin\setDomainEnv.cmd
    of the standalone server to add something like that:
    @REM Added on 11.3.2011 -Duser.language=en -Duser.country=US
    set JAVA_PROPERTIES=-Dplatform.home=%WL_HOME% -Dwls.home=%WLS_HOME% -Dweblogic.home=%WLS_HOME% -Duser.language=en -Duser.country=US
    where you must substitute the right strings for Spanish, instead of en and US.
    Could it work?
    NA
    http://nickaiva.blogspot.com

  • How Alt+Backspace shortcut works? (silly question)

    Hello,
    Sometimes I'm reading a tutorial and they say I should use Alt+Backspace shortcut in order to fill the selection with foreground color.
    But everytime I try that on a selection a floating dropdown menu appears (options: Restore, Move, Size, Minimize...)
    It's silly, but I would like to know how to use that properly.
    Thanks,

    That's the right shortcut on windows to fill a selection with the foreground color.
    Are you talking about that menu popping up on the top left of the photoshop window?
    fill shortcuts:
    http://help.adobe.com/en_US/photoshop/cs/using/WSD578BD7D-07BC-46f6-AAC2-6E491E8AD818a.htm l#WSB3EC705B-FE76-4adc-9D7F-09B9BBAAF4A8a
    What version of photoshop and version of windows?

  • ADF 11g - Search for node in a tree

    I am currently working on ADF 11g. I have implemeted a hierarchical tree using a tree component. How do I implement search for a node in the tree?

    You build the model yourself, so it should not be a problem to traverse the model in search for the right node.
    Timo

  • How to streamline downloading Javascript Resources for ADF 11g

    hi,
    i need to streamline downloading Javascript Resources for ADF 11g for whole application
    thanks
    Kiran

    Timo is right, your question is vague... however, you may be interested in [url http://download.oracle.com/docs/cd/E15523_01/web.1111/b31973/ap_config.htm#insertedID9]this - if not, explain what you might be meaning.
    John

  • ADF 11g can not select and copy data from cell of readonly table in IE

    hi,
    In ADF 11g, when render view object as readonly table with Single RowsSelection, using IE browser can not select and copy data from the cell, but it work in firefox.
    is it a bug?
    Edited by: kent2066 on 2009-5-18 上午8:46

    Hi Timo,
    Sorry forgot to mention versions.
    We are using 11.1.1.7 and IE 9.
    I tried in Google but could not get the solution.
    Kindly let me know solution for this.
    PavanKumar

  • Session Time out in ADF 11g

    Hi All,
    We have developed an application in ADF 11G and its working fine now , but we have a requirement to include session time out for our application.
    Can anyone suggest or give a link giving clear information regarding this.
    Thanks,
    Karthik

    The session timeout is defined in web.xml. Just open web.xml of your app and in the overview page in the Application section you see 'Session Timeout'. Set it to a value you like and you are done.
    Timo

  • Urgent help needed in achieving below ADF 11g flow

    Hi, I am using JDEV 11.1.1.2.0 with ADF 11g.
    I have a below requirement.
    Say in below eg. I am getting col1, col2, col3 from a single tbl in screen 1. On clicking col1's row I should go to screen 2
    Screen1
    Col1     Col2     Col3
    Nm1     Code1     10
    Nm1     Code1     30
    Nm2     Code1     30
    Nm1     Code2     20
    Here in screen 2 I will have a calculated field as shown below. Besides this In the same screen I will have a list showing distinct of col2 for the value cliked in col1. So here in this eg. it will be for Nm1 I will have 2 values in the list Code1 and Code2.      
    Screen 2          
    Col1     Nm1     
    Col2     Code1     
    Tot     *40*     
    Col2     Select     
    Code1     X     
    Code2          
    Now here if user selects the radio of 'Code2' Then my above data should change as below
    Col1     Nm1     
    Col2     Code2     
    Tot     *20*
    Col2     Select     
    Code1          
    Code2     X
    I do this by passing the col1 value as a param to a query VO.
    I have tried this using different VOs like a VO with query, VO with user defined column... nothing helps.
    I am just unable to reach to screen 2. I am either getting invalid column OR missing in out parameters.
    Can any one help on how and what should be done? This is not even master-details stuff. master-details seems easier than this.
    Urgent help is needed.
    Thanks in advance

    I have resolved your problem and build a sample application.
    You have to create 2 views and use master detail.
    First view will be a simple view for the page 1 and second view will be readonly using group by. Then create a view link between them.
    Let me know your email id. I will email you the sample application.
    SID
    Edited by: manieshsailoz on Apr 26, 2010 5:12 PM

  • ORA-01460 error only in production enviorment in ADF 11g application

    Hi ,
    We are using ADF 11g rel 1 11.1.1.4.0
    And database is
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE 11.2.0.1.0 Production"
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    All our enviornments are running the same database
    But when we are deploying the application in Production we get the Error
    JBO-27122: SQL-fejl under forberedelse af sætning. Sætning:
    select DB_TST_API.test_proc(Id1, id2) from table;
    ## Detail 0 ##
    java.sql.SQLException: ORA-01460: unimplemented or unreasonable conversion requested
    While executing the query which has a call tp API and input variable
    select DB_TST_API.test_proc(Id1, id2) from table;
    The DB function is defined as
    the FUNCTION test_proc(p_value IN VARCHAR2, p_list IN VARCHAR2) RETURN number;
    The input parameter is only 10 digit integer in ADF application, there is a logical difference that the DB function takes a string and ADF is supplying with Integer, but the code has worked before and has suddenly started giving this error
    The code also works fine on all other test eviornments
    Also the sql query when run from sql devleoper on production DB does not give any error
    Its becoming difficult to find out what could be causing this only on production enviornment

    In ANY case, I'd be using explicit conversions here, not implicit ones, so my recommendation would be one of these:
    a). Use TO_CHAR on the input
    b). Use Java to convert the integer to a string
    c). Change the functionto take a NUMBER as the parameter (if it really is a number)
    d). Write a wrapper for the function. The wrapper should take a number and convert it using TO_CHAR and call the real function
    John

  • Reg: Exporting the data into excel in ADF 11g application.

    Hi All,
    We have developed an application in ADF 11g which retrieves the data from database in the form of table. Now we have a requirement to export that data into an excel sheet.
    Can anyone please help us regarding this.
    Thanks,
    Harsha

    Hi Harsha,
    you can use <af:exportCollectionActionListener /> component to do that. Set the exportedId property to point to of the table. You have options to export all rows or only selected rows.
    <af:commandToolbarButton text="Export All Rows to Excel" immediate="true"
                                                   id="exportAll">
    <af:exportCollectionActionListener type="excelHTML" exportedId="table"
                                                     filename="export.xls"
                                                     title="ADF Faces Export - All" exportedRows="all"/>
    </af:commandToolbarButton>
    <af:commandToolbarButton text="Export Selected Rows to Excel" immediate="true"
                                            id="exportSelected">
    <af:exportCollectionActionListener type="excelHTML" exportedId="table"
                                                     filename="export.xls"
                                                     title="ADF Faces Export - Selected Rows"
                                                      exportedRows="selected"/>
    </af:commandToolbarButton>Good Luck,
    Luc Bors

Maybe you are looking for

  • Firefox won't open pdf files; uninstalled and reinstalled Firefoxes, updated all extensions,etc. still getting error messages.

    When I attempt to load a .pdf file, a window pops up reading "There is a problem with Adobe Acrobat/Reader. If it is running, please exit and try again. (4:4)" I have tried rebooting the computer, uninstalling and reinstalling Firefox, making sure al

  • Adobe Air Mac Change File Permissions

    Hi there I have a Adobe Air app for MAC that downloads a zip file then decompresses it uzing the fzip library... After decompression i try executing a .app file with NativeProcess API... But after the decompression the file loses permission to execut

  • Screensaver will not start...

    I have 8.1 Enterprise installed and have a LOCAL Administrative account with a screensaver installed and setup.  I can click on Screensaver Preview and the screensaver kicks in and works, however I move the time to start the screensaver to 1 minute a

  • Accordion Spry default all panels closed

    How do I setup the Accordion Spry to have all panels closed when my page initially loads? I don't want any of the panels to be set as the default opened panel and for the browser to select the panel they want open first.

  • Forcing server profile over local profile

    I have a user on in my office; he uses a laptop for all his work. How do I get him to log onto the server as a mobile user [I have already successfully setup other mobile accounts]? His server profile has the same username and password as the profile