Is it possible to know which thread created a component?

Hi,
I have two thread running, one of them opened up a model dialog and waits for user interaction. Between, I got a reference to the model dialog object in my second thread and I want to know the thread name which has shown/created this component. Is is possible?
thanks in advance .............

If you need it, you can arrange to store it just as you stored the reference to the dialog component itself.
But why would you need it?

Similar Messages

  • I have synced two devices in FF. Is it possible to know which computers are synced using? I am worried about someone figuring out my email address and password.

    I have synced two devices in FF. Is it possible to know which computers are synced using? I am worried about someone figuring out my email address and password.

    HI nilhanw,
    No currently there is not manage devices, only manage device. However changing the password will change the certificates on all the devices within less of an hour.
    I hope this helps.

  • Is it possible to check which thread is currently executing?

    Hi,
    is it possible to check which thread is currently executing in MIDP?
    actually i want to display a gauge for connection and download status and i
    want to increment the gauge as per data download...
    i already have implemented the Runnable interface..
    now using another thread i need to increment the gauge value until a boolean
    variable returns true.
    but for this, i need to check which thread is executing ....
    plz help.

    Like this?
    Thread aParticularThread;
    public void run() {
      if (Thread.currentThread() == aParticularThread) {
    }shmoove

  • Is it possible to know which tool is selected

    I've successfully registered for the 'slct' event and have Photoshop calling back to my script so that I can handle it. However, I'm trying to target the marquee select tool specifically and so I need to know which tool has been selected. Is there any way to find that out?
    Thanks for your help!
    Jeremy

    I probably need to provide better context for my question. I apologize for not doing so beforehand; it was late at night by the time I decided to finally ask the experts here (after hours of unsuccessfully attempting to figure this out on my own). So here it is (let me know if you need more information):
    First, pictured at left are the Photoshop tools to which I am referring. When a user selects a tool from the tool palette, I am able to get the message. But what I don't know is how to determine which tool has been selected so that I can accurately reflect the state of the marquee tool in my panel UI. Here is a snippet of the handling code in AS3:
    private const SLCT_INT:int = Photoshop.app.charIDToTypeID('slct');
    private function myPhotoshopCallback(eventID:Number, descID:Number):void { 
    var desc:ActionDescriptor = new ActionDescriptor();desc.fromID(descID);
    switch (eventID){
     case SLCT_INT:
    //handle slct case
    //check if marquee is selected and if so select the panel's marquee button, else deselect the panel's marquee button 
    jsxInterface.popAlert(
    "slct");
    break; 
    default: 
    //should not get here 
    break;}
    I know I have everything hooked up correctly because I am calling a JSX function to show an alert and that is showing up correctly:
    //JSX function call from AS
    function popAlert(s) {
        alert(s);
    While debugging, I see that the eventID = 1936483188:
    So... is there any way to further disambiguate which tool is triggering the event?
    Thank you in advance for any help you can provide. I'll keep digging into this, but I hope someone with more expertise than I can chime in as I am stumped at present.
    Jeremy

  • Is it possible to know which iTunes song my music is being matched to?

    I have a lot of ripped music that I aquired over many years, but I no longer have the albums. In order to have the correct artwork displayed and proper info tagged on my music, it would be really nice to know which exact song my music is being matched with in iTunes. Often times, you can find out by listening and length of song, but many times this turns out to be too tedious of a detective issue.
    So is this something than can be relatively easily figured out?

    Thank you for your response.
    I actually have Tune Up, and whereas the software is somewhat glitchy it does a decent job. However, I would really like to know which specific song in Apple's iTunes library my song is matched to.
    Thanks again.

  • How to know which user created a given Selection ID in Planning Book

    Dear Expert
    Do you know if there is a way to trace who created a given selection ID in DP or SNP planning books?
    Thanks!

    Hi,
    You will get details of of the user who created the selection IDs   and date /time  details  from the database table   /SAPAPO/TS_SELKO   (Header Selection Variants) .
    You may create a simple query for this or an elaborate ABAP report.
    Regards
    Datta

  • Is it possible to know which bluetooth services are available with a MIDlet

    ...Bluetooth Services like Serial Port Support, Obex File Transfer, Dial-up Networking...
    I've already try to search with "getProperty()" (api.version, n� max. of devices...) but it awlays return "null" !!!!. I'm a beginner in j2me BLUETOOTH. Thanks!

    Varies from phone to phone.
    I believe it is recommended to use a port between
    16001 and 16999 on a J2me app as these are almost
    always free.
    In my opinion the best way to find out what will work
    and what won't is to create a small app which will
    try to create an SMS connection on a specified port
    (specified through something like a textbox) and
    which will display something indicative if an
    IOException is thrown during the process of
    creation.
    Most manufacturers usually also have documentation on
    this on their developer sites...hi i have a similar problem with they guy above
    i have installed a camera network wich has acces to web from port 8080 i have access from any computer that has internet but when i connect with the java app provided from the cameras company it throws "java.lang.securityexception untrusted midlet attempted to connect to a restricted port" i was wondering if i change te port tha i connect will i have access from that program?? and if yes wich port should i use? i am asking because its not easy to have access to the router to change the port forwarding settings thank you in advance

  • Does any one know how to create "carousel-component" like in the attached link?

    In the link
    http://www.adobe.com/devnet/
    (under the "Features" tab)
    there is an element that is called "carousel-component" (I
    have looked in the sorce code and they call it that way...).
    I realy love it! I reffer to the element that enables the
    surfer to go next and previous to see more features...
    please help me...
    How can I make such thing?
    thanks in advance!

    I'm sure Adobe is going to make that available in their Spry
    collection. It
    is, however, very poorly conceived and can easily make
    content inaccessible
    if text is resized or set larger in a visitor's browser. I
    would advise
    using such a thing only if the content inside consists only
    of images.
    All that glitters (or flickers in this case) is not gold :-)
    Al Sparber - PVII
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"
    "no far" <[email protected]> wrote in
    message
    news:fepc2e$hck$[email protected]..
    > In the link
    http://www.adobe.com/devnet/
    (under the "Features" tab)
    > there is an element that is called "carousel-component"
    (I have looked in
    > the
    > sorce code and they call it that way...).
    >
    > I realy love it! I reffer to the element that enables
    the surfer to go
    > next
    > and previous to see more features...
    >
    > please help me...
    > How can I make such thing?
    >
    > thanks in advance!
    >
    >

  • Can we know which DBs are having access through DBLinks to local DB?

    Gurus,
    Is it possible to know which DBs are linked to our local DB using DB Links?
    e.g.
    There are 2 DBs Database1 and Database2 having schemas Schema1 and Schema2 respectively.,
    Schema1 in Database1 is having a DBLink DBLink1 which connects to Schema2 of Database2.
    Hence, by logging into Schema1 a user can access the objects of Schema2 in Database2 ( assume that appropriate privilages are granted)
    If "I" have access to Database2 only, then is there any way that will tell me that Database1 is having access to Database2 using the DBLink1...like wise?
    Please Guide-
    Thanks in advance!
    -Abhijit.

    Thanks Martijn,
    It seems the views specified in the link you provided provide the information of DBLinks that have been defined at the local database.
    But, I want to know which remote DBs are accessing my local DB using DBLinks?
    Pls Guide.
    Edited by: Abhijit.Oracle on May 15, 2009 10:39 AM

  • Which thread currently running?

    hi,
    in my application i am facing out of memory error. I observed through 'windows task manager' that memory usage of the tomcat is continuosly increasing though the application is left idle. this usage is going up by 4kb per 5 sec.
    I want to know which threads are running in the backgound causing this increase in the memory.
    can we set some option in environemnt variables etc.??
    please help.
    ~vishal.

    Hmmm,
    You need this
    http://www.sysinternals.com/Utilities/PsList.html
    1. pslist.exe -x -d -m <pid>
    repeat pslist
    to tell u which thread is actually running (showing increased time).
    Note the tid column.
    2. Next, do a ctrl+break to get a thread dump. The tid in 1. will match that of nid. This will tell u which thread is running.
    If u cant do a ctrl+break, u may need this http://www.latenighthacking.com/projects/2003/sendSignal/
    Used in combo, this should tell u which thread is running.

  • Good day sir, please i just got an iPAD 4 and I have bee having a serious difficulties performing some operations on it of which  was told it is possible one of which is to create a microsoft word documents on my iPAD the second is attaching a file to y e

    Good day sir, please i just got an iPAD 4 and I have bee having a serious difficulties performing some operations on it of which  was told it is possible one of which is to create a microsoft word documents on my iPAD the second is attaching a file to y e mail in order too send Also, I have not been able to safe a download files on my iPAD as I do not have a download manager on it. Please, kindly send to me ways of getting these problems fixed as i am a young resarcher who sends a lot of mails and download as wel. Als, I am always on the move as this has propmted me in the first place to get an IPAD .
    Last but not the list II will equally wish to know if it will be possible for  me to use a pen to take seminar notes on my iPAD and safe the same on my iPAD fr later reference as it is done on other tablets ke samsung. I read somethng like stylus pen but I don't know how far. Please, kindly make an appropriate recommendaton for me and where i can get it. I reside in Turkey and currently a Ph.D stuudent in ine of the leading niversities in the country. Also, I will like to know if you ave ecoonomics text books that I can buy or published journas in apple store because i have searched but could not get  a desirerable ones.
    Once again, thanks for your anticipated prompt rely to my mail.
    Regards
    Wasu Fawole

    Have a look at the following:
    http://itunes.apple.com/sg/app/quickoffice-pro-hd-edit-office/id376212724?mt=8&l s=1
    http://itunes.apple.com/sg/app/office2-hd/id364361728?mt=8&ls=1
    http://itunes.apple.com/sg/app/documents-to-go-premium-office/id317107309?mt=8&l s=1
    http://itunes.apple.com/sg/app/polaris-office/id513188658?mt=8&ls=1

  • How to know which row is newly created in the table

    Hi all
    i have one classic table with a button to add new row.
    when page renders initially it displays some record .Here user can either update the previously existing record or may create new ones .
    after adding one more row when users submits it , in back-end i need to go thru all the rows in the view to do some validations .but i need to insert newly created row using API. how can i know which row haas been newly created,
    pls help

    you can know which row is new using different techniques at different places, depending where you want to do it.
    1. In AMImpl: if the PK column attribute of the row does not have a value, then you know this is a new row.
    2. In EOImpl: insertRow will be executed only if it is a new row.
    3. In Pl/SLQ package (if being called from EOImpl): You can check the creation_date or OVN for the row and determine if this is a new row.
    4. You can use the method mentioned in this thread
    Row Status Question
    Thanks
    Tapash

  • Hello,  I have a strange file in my Users folder, named PortDetect.log I have no idea which app created it and it reappears when I delete it.  Has anyone got the same file? Or know where it may originate from?  Thanks in advance!

    Hello,
    I have a strange file in my Users folder, named PortDetect.log
    I have no idea which app created it and it reappears when I delete it.
    Has anyone got the same file? Or know where it may originate from?
    Thanks in advance!

    know where it may originate from?
    The Huawei wireless modem driver.

  • Hi Dude,     I ve seen all the threads from first to last even am gonna geta iphone 4s from Thailand. Would like to know which sim will be working fine in chennai as you all are using d phone for past many days???  Is it advisable to buy a phone

    Hi Dude,
    I ve seen all the threads from first to last even am gonna get a iphone 4s from Thailand. Would like to know which sim will be working fine in chennai as you all are using d phone for past many days???  Is it advisable to buy a phone from abroad.

    Thanks for that. Much more constructive than the last comment. It's only the restriction code I can't recall, not the access passcode. So I can currently access the device, just not age restricted content. Does that's make a difference? I also wondered if anyone knew how many attempts you get to try to get it right. Now tried 21 times and so far nothing bad has happened but I am concerned I'll eventually be completely locked out of the device. That doesn't seem in the spirit of things though. Surely it's foreseeable that a child could repeatedly try to guess the code so I can't see that it would be right to lock the device down completely in that circumstance, particularly if the access code is being typed in correctly every time.
    Thanks

  • How can I know which photos are in the library was used in each album I have created before.

    How can I know which photos are in the library was used in each album I have created before?
    I have many photos in the library folder of iPhoto, but actually I don't know which photos were used in my album.
    Is there any method to find this?
    Thanks.

    Album or Book?
    If Album you can find the ones not already used:
    File -> New Smart Album
    Album -> is not -> Any
    Regards
    TD

Maybe you are looking for