How to extract a substring of the subject of actionEvent.getSource ()?

Hello

I am trying to extract a substring of the form actionEvent.getSource (), but when I use the javascript substring it works doesn´t work. It sounds simple, but it does not work.
When I apply alert (actionEvent.getSource ()) it produces ' AdfRichCommandToolbarButton [oracle.adf.RichCommandToolbarButton] id = zoomine, but when
It is used with actionEvent.getSource () .substring (1, 5), it doesn´t work.

It's the code of the function:

function tClick (actionEvent)
{actionEvent.cancel ();
eventSource var = actionEvent.getSource ();
var x = eventSource.substring (1, 5);
Alert (x);
}

Can someone help me?

Thank you

Ku

The problem is that actionEvent.getSource () returns a string. It returns an object.
try actionEvent.getSource (m:System.NET.SocketAddress.ToString () .substring (1, 5))
or even better explain what you are trying to archive. We can help you get a better solution to your problem.

Timo

Tags: Java

Similar Questions

  • How to extract several versions of the asset in Photoshop CC 2015? The + icon disappeared in 2015 CC?

    Using Photoshop | Extract assets

    1. To retrieve multiple versions of assets, click on the icon next in the dialog box extract assets assets +. You can specify different format, quality and scale of parameters for each asset.

    But the + icon next to assets in the Extract assets dialog disappeared in Photoshop CC 2015. Please see the pictures below.


    Captura de Tela 2015-06-16 às 16.15.12.png



    Photoshop CC x Photoshop CC 2014 2015

    Captura de Tela 2015-06-16 às 16.16.19.png

    Can someone help me?

    Unfortunately the GUI for setting this place has been withdrawn, "from the version 2015 Photoshop CC, extracted active feature is is no longer available.

    .. but the good news are, you can always configure the active generation manually.

    You can check some old settings to export manually here:
    Using Photoshop | Generate the layers image assets

    But here's a quick reminder on how to get there:

    Name the layers/groups you want exported with an extension.

    "Select - use .png '.

    'Group.png '.

    Create a new empty layer to set your options. Depending on how you name the layers, you can change the size, add names to files, set the jpg quality, all sorts of settings for various extensions. The example below will display them 100% and a second series to 200% with a @2 annex x.

    «by default, 100%, 200% @2 x»

    "Select - use .png '.

    'Group.png '.

    Then you just turn it on
    File > generate > Image assets

    It will create a folder in the location of the DSP with the property that you specified.

    Filename.PSD

    Filename-assets

    "Select - use .png '.
    '[email protected] '.
    'Group.png '.
    '[email protected] '.

    If you do not turn off your generation, it will continue to re-export and update files automatically as you make changes to the document.

  • How to extract a part of the image to another image of lager?

    Hello. Please download the images named ' 333 - 1.png "and"333.png"of the spare part. I want to extract the image named "333 - 1.png" of the image named "333.png" automatically. But how can I do? I hope you can help me. Thank you.

    melo_xu

    It will work

  • How to extract blood vessels of the background image of eye?

    We need extract the blood vessels of a set of background images of eye. We tried the magnetic lasso tool and the quick selection tool, but that doesn't give a very good accuracy and is very long. We have tried to select by color range ships, but that does not work either. We want results like the image. Is it possible to do a relatively good without going through the trouble of tracing along the vessels accurately?

    Query.PNG

    Once replicate you my original result, you can increase the contrast with:

    1 trick image, multiply the value

    2 brush gently and selectively with the Mode set to overlay

    3 fool the image, creating a slightly darker version (end of shadow of the scale through curves) and then retrieve only this darker part of the scale using the mixture if control and not affecting is not the end of the highest point of the scale.

    It will produce a result similar to this:

    Good luck.

  • How to extract specific data from the user to view?

    Hello

    I have a requirement I need to display only the Session_user-specific data in the table. Scenario is that if the user belongs to a specific region should be able to see data for that specific region only.

    I think passing the session_user view query name but don't know if it of possible or not. If possible how to do this.

    What is the best way to achieve this?

    Thank you

    Angelica

    Hello

    If you use the ADF for authentication security, the user name is then accessible from the context of the ADF in British Colombia ADF. You can then

    1. create a view of the criteria in British Colombia ADF to a specific view

    2. set the display criteria to use a variable binding

    3. use groovy to add the value of the bind variable

    -set the type of value of 'Expression '.

    -Add adf.context.securityContext.userName

    4. go in the Module--> Application data model

    5 Select the instance of the View object

    6. press on "change."

    7. Select the view test

    If you download the example in this article: Oracle ADF: security for everyone so you see that users have a profile page containing data for the authenticated user. Sound by using the method described above

    If you do not use ADF security you can always use this approach. Instead of providing the value of the variable bind using Groovy you can run the view object using executeWithParams operation in this case, you can read the value of the authenticated user to the side view ADF. The binding variable would not be set to the Expression in this case though.

    Frank

  • BlackBerry App generator: how to extract all messages from the power

    Hi, I made some applications using the generator of the app, but each of them draws on a different number of posts of the RSS.

    Is there a way to ask the system to get some or all messages by feeding?

    Thank you!

    The application builder takes only the 20 most recent posts of your workflow.

    You can't tell him to show more than the last 20 years.

    If it is less than 20, then my guess is that food has less than 20 posts in it.

  • How to extract records based on the Group

    Hello

    I have a table with 2 columns serialnumber and brand.

    each brand may have several serialnumber.


    I want to extract 10 serialnumber for each brand.

    Thanks for giving me a query.

    Probably analytical to do something like this:

    select brand
    ,      serialnumber
    from ( select brand
           ,      serialnumber
           ,      row_number() over (partition by brand order by serialnumber) rn
           from   a_table
         )
    where rn <= 10; 
    

    Note: not tested.
    If you want tested answers then read (especially #7, 8 and 9): {message identifier: = 9360002}

  • How can I extract a substring in WHERE Clause &lt; CFQUERY &gt;?

    Is it possible to extract a substring in the WHERE clause of either < CFQUERY > or in a query of queries?  I try to use the following query to find all e-mail addresses with the domain "comcast.net" (i.e., everything that follows the '@' in the email address).  I ask an MS-Access database table.

    < cfquery name='test' datasource='membership'>
    SELECT Email_address
    OF tblMembers
    WHERE the MID (email_address, INSTR (email_address, ' @') + 1) = "comcast.net"
    < / cfquery >


    If I try this as a query, I get the error message "[Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Access driver] data type incompatible in criteria expression."


    If I try it as a t/t, I get the error message " " Met 'MID (e-mail1.,. Incorrect conditional expression, waiting for one of [as | null | between | in | comparison] condition,'.

    I would be very grateful for any help on finding something that works!  Thanks for your help!


    You couldn't do a LIKE in where clause instead:

    SELECT Email_address

    OF tblMembers

    WHERE email_address LIKE ' %@comcast.net'

    You should get the addresses you're looking for.

    -Carl V.

  • Cannot set Firefox (29.0.1) "won't be the subject of a follow-up. It boils down to "don't tell sites anything on the preferences of the mu trackinf".

    The setting 'Do not track' does not work in Firefox 29.0.1. It boils down to "don't tell sites anything on the preferences of the mu trackinf".

    How these prefs to show on the subject: config page?

    Have you tried to delete the file prefs.js and user.js file possible to reset all the prefs?

    Have you checked for problems caused by extensions?

    Can not you change this setting at all or he revert only when you close close and restart Firefox or when you restart the computer?

  • How can I change the subject line of a thread in emails?

    Is there a way to edit the subject of an email? Both the subject of conversation changes throughout a continuous thread of emails, and I would handle this by editing the topic prior to filing in a folder.

    No need for an app - just read the 3rd link in my answer on how to install.

  • browser.download.useToolkitUI true on the subject: config for aging download Panel does NOT work. How can I get that back?

    Firefox 26:
    The fix turn browser.download.useToolkitUI true subject: config does not work. How can I get rid of the crap from the library and retrieve my download Panel?

    The downloads window went into Firefox 26. The preference of browser.download.usetoolkitui has been removed. If you still see in Subject: config, it is because you have already customized its value. Right-click and choose reset; It will be gone the next time you start Firefox.

    I believe that the plan was still in the window replacement of downloads with the downloads Panel and the library category. Given that its code had not been maintained, he had several questions, such as incompatibility with private per-window.

    If you have any suggestions to improve the downloads Panel or the library category, you can drop highlighting bug reports.

    You can also try the following add-on.

  • DV7 - 7333cl: how to extract usable data from a bad drive using 22 pins adapter usb to SATA on the new HD

    Greetings HP Forum,

    Recently, I replaced a bad hard drive on my laptop. I need now step by step procedure to extract usable data from the wrong drive using 22 pins adapter usb to SATA on the new HD.

    NOTE: I can't not all data that especially if some of the software downloaded on the replaced disk can be altered. Should I first download Internet Antivirus to protect my new hard drive? I'm not an expert, or even close to this when you work on the back of the laptop, so I'll have to step by step how to download and to partition the data recoverable and software, etc..

    Thanks in advance for your help... I greatly appreciate it!

    See you soon!

    Wes

    It is not complex. Attach the drive to the adapter and connect it to any other computer with good antivirus and antispyware installed. I use Malwarebytes and Avast. When you connect the adapter with the drive connected to the usb port, the drive will appear and it will be assigned a letter maybe E:\ or F:\ or something else. Immediately, he analyzes with the antivirus and anti-spyware. Quarantine or delete any virus or malware it finds. Then, it's just a matter of navigate the disk and copy and paste the contents of the host computer in a directory for this purpose. Obviously, you can copy from documents word, photos, music files, but you cannot copy the applications like Microsoft Word, iTunes. Photoshop.  You may need to take ownership of the files on the old hard drive, but Windows will guide you through this. Don't know what else I can answer.

  • Extract the substring of the string

    For the life of me I can not find a function to extract a substring of an existing string.  The closest I could find was SearchSplit String and replace substring, but none of them do what I want.

    That's what I want to do:

    Assuming that the string "Test String", the letters are in positions as follows:

    T e s t _ S t r i e n t
    0 1 2 3 4 5 6 7 8 9 10

    Now correct the substring offset 5 on position 7 (length 3):

    Substring = r t S

    5 6 7

    In Java, for example, you can easily do this using the code below:

    String str = "Test String";

    Substring of String = str.substring (5.7);

    There are no simple function to do this in LabVIEW?  If not, what is the best way to do it?

    Use String subset of index 5 and length 3.

  • How to extract the signal from the waveform of my power level designated?

    Hi all

    How can I extract the signal of the waveform accroding to the power level? I read the Trigger & Gate .vi, but this vi retrieves the signal duration. I want to extract the signal depending on the power level.

    As shown in the following figures, the signal I want to deal with is between 130000 to 140000, if I Zoom, I can see the useful signal is between 135400 to 138200. The question is how to extract the signal in the area?

    I tried the sub_NoiseEst_And_Chop_Shell.vi in the example of Packet_based_link also, but this Subvi seems to be a bit slow. Can someone give me the best advice? Thanks in advance!

    I'm working on something similar, but have not had time to fully develop.

    My idea was to use an envelope detector (low pass filter) and then use a detection of energy VI on the envelope.

    Here is where I left

  • How to extract 1 ASA and put them in the new table

    Hello

    Can someone tell me how to extract a table and put in the new table. (eg. I have a table with no 1 to 1000, I would extract only 1, 30, 60, 90,...)  ?

    Please advise me.

    Thank you

    concerning


Maybe you are looking for