Is it possible to "pop-out" gtalk chats from the main Thunderbird window?

Looking for a feature to pop out conversations into mini-windows kinda like how MSN Messenger, and GTalk used to do.
Is this possible in Thunderbird?
I'm using the latest version and I've looked through all the options; I'm not seeing anything for pop-out chats.

not an option I am aware of, perhaps you would be better served with a dedicated chat client
Pidgin is what Thunderbird chat is built from http://pidgin.im/download/

Similar Messages

  • How to print out multilingual reports from the main report using Xliff temp

    Hi all,
    How to print out multilingual reports from the main report using Xliff temp?
    When I want main report call subtemplate and finish xliff tranlation
    <?for-each@section:INVOICE?><?end for-each?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    Prints out fine with Finnish translation
    But if I want in main program to check what language is used e.g.
    if trx_number = 142 call Finnish translation and if trx_number =144,
    call English translation.
    <?for-each@section:INVOICE?><?end for-each?>
    <?if:TRX_NUMBER=’142’?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    <?end if?>
    <?if: TRX_NUMBER=’144’?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.US/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    <?end if?>
    Prints out always in English and never the Finnish translation.
    Program goes fine to if branch but does not print out Finnish
    Does anybody know what could be wrong?
    BR
    Kari

    Thanks Amit,
    I have two layout, main-layout and sub-layout
    Main layout call subtemplate
    I have registered layout and xliff-file
    Main template
    Localized Templates
    File Name           Language Territory
    XXNS_INVOICE_MAIN.rtf      English
    SUB template
    Localized Templates
    File Name           Language Territory
    XXNS_INVOICE_SUB.rtf      English
    Translatable Template
    File Name           Language      Territory
    XXNS_INVOICE_SUB.rtf      English      United States
    Available Translations
    Language Territory Progress
    English Finland Complete
    If main report call subtemplate and finish xliff tranlation
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    Prints out fine with Finnish translation
    But if I want in main program to check what language is used e.g.
    if....
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    .....end if;
    if....
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.US/?>
    .....end if;
    Prints out always in English and never the Finnish translation.
    Program goes fine to if branch but does not print out Finnish
    Do you it's set up problem or program problem
    BR
    Kari

  • It is possible to jump back to setup from the main sequence

    I like to jump back to the setup sequence when I have an error in the main sequence. Is there a opportunity to jump back to setup with goto or something else.

    Hi,
    If all you want to do is repeat Step1 again it would be a lot cleaner just to do Step1 again rather than mess with a Goto (and the logic required to make it branch forward to Step 4).
    ie
     Step1
     Step2
     Step3
     Step1
     Step4
    As to the question of using a Goto, well the point here is you are 'testing' and therefore it's important to test all boundary conditions and paths through your safety critical software.
    Regards
    Ray Farmer

  • I got problem on installing iTunes. When I clicked iTunes out, two windows popped out. One said the procedure entry point CFAttributed String Create Mutable could not be located in the dynamic link library Core Foundation.dll.

    I got problem on installing iTunes. When I clicked iTunes out, two windows popped out. One said the procedure entry point CFAttributed String Create Mutable could not be located in the dynamic link library Core Foundation.dll. and one just said *Itunes was not installed correctly.  Please re install I Tunes Error 7 (windows error 127) . I've tried uninstalling and reinstalling it. But either way cant work. I really need some of your help! PLS HELP ME!

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The error shares a similar pattern to that in the third box, so a similar approach should work. Look for CoreFoundation.dll in C:\Program Files (x86)\Common Files\Apple\Apple Application Support, delete it, then repair Apple Application Support.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • HT5163 sim doesnt pop out when i use the paperclip for my iphone5

    My SIM card won't pop out when I use the paper clip, not sure what to do. I cant get it to respond to itunes, it said could not detect device.   I have a "locked SIM" on top of phone. Yes it was a crazy weekend.  (but fun)

    It is a bit of an angle to eject it and you have to push hard. If your weekend included immersing your iPhone in liquid it could be even a bit harder.

  • Is it possible to check out whole repository from dtr command line tool?

    Hi
    I wonder is it possible to check out whole repository from dtr command line tool.
    Normally, in NWDS i have to log into SLD, select a component, then select components i want to check out into workspace.
    I would like to do some static analysis (PMD, etc) but checkiing out everything manually is really painfull.
    Are there any guides how to check out everyhing from the command line (so i would nothave to specify any paths except top level components)?

    Hi,
    I don't know of a feature which would allow to check out "everything" from the "root".
    checkout Checks the given resource out.
    Syntax checkout/co \[-exclusive| -x] resource \[activity]
    Options exclusive|x If specified the resource is exclusively checkout-out.
    Arguments resource The resource that should be checked out.
    activity The path or name of the open activity that should be used for the checkout, if no activity is specified one is implicitly created.
    Output Variables
    $wr[] Working resources
    $act[] Activities
    Description Checks a resource out.
    Examples
    Checkout a file within a given activity
    Checks out the file "/ws/wspdir/wsp/dir/a.txt" in the activity "/act/myActivity".
    checkout /ws/wspdir/wsp/dir/a.txt /act/myActivity
    Checkout a file
    Checks out the file "/ws/wspdir/wsp/dir/a.txt" in an activity that is implicitly created and returned in the output variable "$act".
    checkout /ws/wspdir/wsp/dir/a.txt
    Checkout a file exclusively
    Checks out the file "/ws/wspdir/wsp/dir/a.txt" exclusively in an activity that is implicitly created and returned in the output variable "$act".
    checkout -x /ws/wspdir/wsp/dir/a.txt
    Can you please also tell us what kind of statistics you intend to create? Sorry I don't know what PMD abbreviates.
    You can always generate yourself an up-to-date documentation of the DTR Console by exporting the help (for details type help help): help -x c:/DTRConsole.doc
    Best Regards,
    Ervin

  • Is it possible to print out Address Book from a 8310

    Is it possible to print out  Address Book from a 8310, I have backed it up using Desktop Manager.  It is in a .ipd file.  Is their anythin that will read an .ipd file?  Thanks
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    I've heard of a few...can't recall the exact names...Amber something or other? You might try googling to see if you can find anything.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can I select and enlarge the entire doc,ge on a page, reducing the surrounding boarder.  I can move the difference text boxes about independently of each other but the outer most boarders of the main template block appear to be fixed.

    How can I select adn enlarge the entire document/image on a page, reducing the the surrounding boarder?  I can move the different text and image boxes around independently of each other but the outer most boarders of the main template block appear to be fixed.  I thought I would be able to enlarge or reduce my document from 'page layout' but this does not seem possible.

    Inspector > Document > Document Margins
    The word is border. Boarders are the Harry Potters of this world.
    Peter

  • Is there any way so that I Being able to clear out old data from the Order

    Hi Friends,
    Is there any way so that I Being able to clear out old data from the Order Gate forecast, tolerance, and confirmed order to date tables on a monthly basis?
    Means I want data in data table for particular time (I want that if suppose today is 13-11-2008 then my data table must contain data from 13-10-2008 to 13-11-2008.
    Is it possible thru ABAP development or thru any t codes ?
    Any pointers will be rewarded.
    Regards

    hi,
    Before archiving you have to put the Deletion flag for the object(May be for PO, MMR etc as per your req.)...
    After that the you use the archiving procedure to archive the docs which are already flagged for deletion...
    For MMR you use the transaction SARA...and its respective object for the archiving....
    You can use the SDN search to see the many threads on it...
    Or use this link as per your req. and make the search...
    http://help.sap.com/saphelp_erp2004/helpdata/EN/75/ee0fa855c811d189900000e8322d00/frameset.htm
    Regards
    Priyanka.P

  • I updated to 3.6.22 on my Mac, and am getting pop-up windows opening. They are hiding behind the main brower window. I have blocked pop-ups in my preferences, its still happening.

    I recently updated to 3.6.22 on my Mac, and for the first time ever, am getting pop-up windows opening with various spam-type ads and sites. They are typically hiding behind the main brower window, and I first figured it out when one of them had audio a few days ago. I have blocked pop-ups in my preferences, and it is still happening. Can you advise please?

    I recently updated to 3.6.22 on my Mac, and for the first time ever, am getting pop-up windows opening with various spam-type ads and sites. They are typically hiding behind the main brower window, and I first figured it out when one of them had audio a few days ago. I have blocked pop-ups in my preferences, and it is still happening. Can you advise please?

  • How to print out a date from the past

    I am trying to print out a date from the past but I cant seem to get It,
    Lets use for example Independece Day,
    How would you write the code in order to print out that exact date?

    Look at the
    [url=http://java.sun.com/javase/6/docs/api/index.html?
    java/util/Date.html]Date APIActually the Calendar class would be better to use, since you can set all the different fields from year to second, plus things like day of week, day of month, week of year, etc.
    too slow
    Message was edited by:
    hunter9000

  • Is it possible to remove my hard drive from the Macbook and install it in a new Macbook Pro?

    I currently have a 2009 Macbook and am wanting to upgrade to a new Macbook Pro.  I have upgraded my hard drive in the macbook to a 500gb and have a duel boot with Windows 7 installed with Boot Camp along with other software that I do not want to lose.  Is it possible to remove my hard drive from the Macbook and install it in a new Macbook Pro?

    A much better solution is to hook your two Mac together and the first time you start the new Mac and it asks if you wish to recover data from another Mac, answer yes. This will invoke Setup Assitant which will do the job for you but intelligently.
    I know because I just used Setup Assitant. It worked like  a charm.
    Allan

  • Is it possible to purchase an Applecare plan from the United States (LLA) for a MacBook Pro from Latin America (LZA)?

    Is it possible to purchase an Applecare plan from the United States (LLA) for a MacBook Pro from Latin America (LZA)?

    That's somewhat of a legal question which may not be able to be answered here by the uers/volunteers - I'd suggest you check with a local apple store.
    In the US, you can purchase it at any authorized reseller as long as you register it with the serial number of the computer within the first 364 days of ownership, but I do not know if a US product will work with one from another country.

  • Is it possible to hav a RUN botton in the main window that start the program?

    Hello!
    I am developing an user interface and have made a program in labview that I am now testing on users. They all have problems understanding that the user interface is not running when they open the program...and ask if it is possible to place a run botton in the main VI instead of the white arrow in the menu-bar.... is this possible to implement(it is possible to stop the program from running, but why is it not possible to do the same thing with start running?)
    -Mari

    Are you open it from the file explorer or open dialog, or from within a labview project?
    (If you open it from within a LabVIEW project (LabVIEW 8.0 only), it won't run automatically! ).
    How long does your program run? Maybe it runs immedately and finishes in an instant?
    Message Edited by altenbach on 07-08-2006 11:03 AM
    LabVIEW Champion . Do more with less code and in less time .

  • Is it possible to enter a serial number in the main sequence, instead of in the "Pre UUT"?

    Hello!
    Is it possible to enter a serial number in the main sequence, instead of in the "Pre UUT"?
    I still want the serial number in the Report.
    I also want the serial number as file name of the report.

    You can enter the serial number in the main sequence instead ot the "Pre UUT" but there is no reason to do that.
    if you still like to input serial number in your sequence You will need to make sure that you update the variable in the process model which stores the serial number ie. RunState.Caller.Locals.UUT.SerialNumber
    This is used to generate the report.
    the report can also contain the serial number of the uut if you select "New file for Each UUT" under Configure-Report options and in the "Report File name path"
    The format of the name of the report will be
    [123].txt
    "123" was the serial number which I entered.
    If you are not happy about the name of the file you can replace Locals.ReportFilePath to contain the right name using a statement step in the process mode
    l. If you using the default process model please make sure that you add the statement step after "Determine Report File Path" step in the Process Model.

Maybe you are looking for

  • My first IPAD; can you help me find a cover and keyboard?

    Thanks in advance for reading this: Im buying a IPAD 3 tomorrow and I think I am going to need some sort of protective case for it. That said, id like for this case/cover to work seemlessly with the Logitech Ultrathin keyboard (whcih I have read very

  • Disabling Popup LOV (named LOV) cell in my tabular form

    Hello. I have a tabular form. I have a column where I insert values based on the named list of values. I make the field of "Popup LOV (named LOV)" type. However, ApEx allows the values to be either picked from the popup list or entered manually into

  • Desktop Software Download...and nothing?

    Hello All, Have just purchased my first BB and went to download the latest desktop software for my Curve 8830, and when my download and installation completes, there is nothing on my computer, anywhere? It goes through the whole process of download a

  • Nokia softwaer updater error

    i face bad problem with nokia software updater when i try to set up it it give me this error http://www.2shared.com/file/5328139/...f1/error.html? plz help quiqlyyyyyyyyyyyyyyy

  • NOptions in JavaVMInitArgs

    This is the question to use JNI from C to Java. When I moved the JVM calls from 'main' to a method, I have to declare the value assign to nOptions to be "static". Otherwise, JVM will not be launched. main () { talkToJava (); void talkToJava { JavaVMI