Input local selection on the frame of each window

I installed solaris 9 on a new sun blade 150 a few weeks back. In the process of installing I chose to install all the regional packages for the different locales.
So now whenever I use CDE or gnome, every window has this rectangular decoration that allows me to selected the input method for a particular locale. This control is a rectangular box that hovers off the bottom of each window.
Does anyone know where this is coming from? Is there a process that I can force to not start up that will make this go away? Or maybe some window manager configuration...?
Thank you for any suggestions,
Matt

Its a locale "feature".
I had the same thing happen when I selected en_US.UTF-8 as my locale. This selection box TOTALLY messes up Netscape - it can't handle it at all from my experience at least under Fluxbox it can't.
I changed my locale to en_US.ISO8859-1 and the rectangular control box disappeared and Netscape started working correctly again.

Similar Messages

  • How to select all the frames in a document?

    i did select only particular active session.is it possible to select all the frames in a document?

    Hi vinothvijay,
    You can use below interface to select all the frames in the document.
    ISelectionManager* selMgr = Utils<ISelectionUtils>()->GetActiveSelection();
    if(selMgr)
       selMgr->SelectAll(ac,nil);
    Regards,
    Santosh K.

  • How does the local copy of the universes work?

    To whom it may concern:
            We are using BO 6.5.1.Normally the local copy of the used universes will be updated from the repository when we open BO documents and select universes. However, recently we found that this "update" sometimes failed and cause an message windows full of garbage messages. We have to delete the universe we used under "C:\Documents and Settings\53170\Application Data\Business Objects\Business Objects 6.0\universes" and, then, the "update" resumes.
            Please provide me with the knowledge about how the local copy of universes updates? And, how to avoid the above problem? Thank you!
    Antonio

    Hi Yun,
    Following information might help you to resolve the issue.
    Whenever you alter and export the universe to the repository, Business Objects does not automatically update the local copies of the universes on each machine.
    Only when the users access to the same (altered) universe next time or makes a report from that universe from there local machine, then Business Objects first compares the altered universe with that of old universe (local copy) stored in the machine, only then Business Objects imports the altered universe in the useru2019s machine or replaces the old copy with the altered one.
    Solution:
    In BusinessObjects, click on Tools > Options > General tab. Place a check in the box to 'Automatically import universes'.
    End users will now import the updated copy of the universe whenever they open the report.
    Regards,
    Sarbhjeet Kaur

  • How do you select multiple recipients without having to open the contacts list each time

    Just upgraded to Yosemite...not really impressed with the overall look but...can live it.  Using mail, if you did not want to send to an entire group, you could scroll through and select all the desired addresses at one time.  Now it appears that you have to click on the "plus sign", select one address, have it close then repeat the same process over and over.  Sorry, not an improvement if this is the way it is designed to work.   Any ideas on how to do this?
    Thanks for any help.

    Thanks for the input.  I am not sure why they changed the old system....is there any way to force the contact box to stay open?  Not being able to scroll down a list and select multiple selections is a big step back.  Hopefully Apple will get the message. 

  • I am attempting to have cells use data from a selective month from the year before so that I can show actual from the prio. years each month.

    I am attempting to have cells use data from a selective month from the year before so that I can show actual from the prio. year each month. I need to create a spreedsheet using the the Acutlas from the year-to-date and from last year-to-date, but need to report each month.

    Hi Tony,
    Answering your question would be easier given a screen shot of the source table and one of what you want the summary table to look like.
    Is the data you want for each month in a single cell o the source table, or does the summary table need to collect February's data (for example) from several cells and do some math with those numbers before presenting them on the summary table?
    Regards,
    Barry

  • I am editing an idvd slideshow to have some of the music selections from itunes fade out at the end of each vacation segment using music reflecting the country visited.  Is there a way to fast-forward the slideshow to observe the where the music ends.

    I am editing an idvd slideshjow to have some of the music selections fade out at the end of each vacation segment.  Is there a way I can fast-forward through the slideshow so I can see where the music is ending and adjust the time to end properly?  (without repeatedly clicking the forward button on the e-remote) 

    Thanks very much, varjak paw.  I checked half a dozen tracks on my iMac from different albums which did not copy over, plus several which did copy over.  They all show the same location:
    Users/Christina/Music/iTunes/iTunes Media/Music/Brandenburg Concertos etc. (one example)
    What does this mean relative to the music which didn't copy? Is there another step?  or somewhere else I should look?
    And wow, thanks for the info about not having legal right to keep the tracks from the CDs.  I am embarrassed that I didn't know.  I gave most of my CDs to my sister. Before I delete all this highly prized music (400-500 tracks) -- if I get the CDs back from her and keep them at my house, can I continue to keep those tracks on my iMac?  (Sister does not have iTunes or even know what an mp3 is, so it's not like she has copied or imported the CDs -- I just didn't realize I needed to retain possession.)
    Or do I still need to remove all that music from my library?
    Thank you again for your help. 
    C.

  • Select Grant on local Table to the Remote Oracle User

    How Can we Give a SELECT Grant on a Specific Table to the Remote Oracle User.

    IIRC, the remote user accesses local objects via a schema on the local database. That suggests you need to grant SELECT on the local table to the local schema that the remote user connects by.

  • Enabling and disabling input filed based on the Dropdown values selection

    HI,
    I have a requirement with Adobe Interactive forms being called from HCM Forms & Processes. We have a drop-down list and a inputbox.
    based on the values selected from the drop-downlist, the input box should be visible and hidden.
    If the input value is visible, I got to send  some part of the value selected from the drop down to the input field.
    i tried to write the following script in the click event of dropdown  but the input field is not appearing with any value selection.
    if data.Layout.CH1.CHContent.ISR_DDL_1stSelected.rawValue = "00000000" then
    data.Layout.CH1.CHContent.ISR_NEW_COST.presence = 'Visible' else
    data.Layout.CH1.CHContent.ISR_NEW_COST.presence = "Hidden"
    endif
    Thanks in Advance,
    VR.

    Hi Mukesh,
    THanks alot.
    Yes,  The Split functionality is working.  I have added the code in 'Change' event and  for selecting the value from the Drop down, am  writing the code in the 'exit'.
    In addition to this, I am populating the values to the drop down from the Generic service.  The problem is, while running  the  Process from Portal and check and send button,  the fields fetched from the generic service & the dropdown values are getting refreshed. i hope, this is because of the java script.
    pls. suggest me if this can be handled .
    Thanks &Regards,
    Venkatesh.

  • Working around the frame selection order issue in CS 4

    Hi guys,
    I'm trying to write a javascript in Indesign that will copy the contents of every selected text frame into the clipboard. The main problem is the selection order, since I'm using CS 4. I'm trying to work around the problem by writing the X and Y coordinates of every frame in arrays through a "for" loop, since the relevant order is always from top left to bottom right in my documents. However, I'm not sure what to do after sorting the arrays : how could I tell the program to use first the frame with the coordinates closest to 0, then the next, etc. ? So far I have this :
    var LesX = new Array();
    var LesY = new Array();
    var Blocs = app.selection;
    for (var i = 0; i < Blocs.length; i++) {
    var myBounds = Blocs[i].geometricBounds;
    var X = myBounds[1];
    var Y = myBounds[0];
    LesX.push(X);
    LesY.push(Y);
    LesX.sort(sortnum);
    Thanks a lot for your help!
    Ma

    Ths is not a good approach. your LesX array will be something like [90, 50, 30, 60, 20] before the sort. And after the sort it will be [20, 30, 50, 60, 90]. But that will not tell you how to find the object whose X value is 20.
    I would write it like this:
    function byYX(a,b) {
        var
            aY = a.geometricBounds[0],
            bY = b.geometricBounds[0],
            aX = a.geometricBounds[1],
            bX = b.geometricBounds[1],
            dy = bY-aY,
            dx = bX-aX;
        return dy?dy:dx;
    var blocs = app.selection;
    blocs.sort(byYX);

  • Reduction of the frame using selection-screen

    hi frnds,
    can v make changes to the frame using the selection-screen begin of block statement.
    i mean to say suppose i want to display that frame at centre of the screen then how can i do.
    please tell me how to do?
    divya

    Hi
    You can't make changes to the FRAME defined using the selection screen
    where as you can move the fields defined in it.
    Regards
    Anji

  • Screen Saver doesn't allow SOURCE SELECTION but automatically begins to download unknown files. I have to force quit, but it does the same thing each time I try to select a source.

    Screen Saver doesn't allow SOURCE SELECTION but automatically begins to download unknown files. I have to force quit, but it does the same thing each time I try to select a source.

    Do you realize that you're talking to yourself?
    iMac refurb (27-inch Mid 2011), OS X Mavericks (10.9.4), SL & ML, G4 450 MP w/Leopard, 9.2.2

  • When I input song information into "get info" for each of my songs, some do not save when I close my Itunes. When I click on the song the correct info pops back up.Why?

    When I input song information into "get info" for each of my songs, some do not save when I close my Itunes. When I click on the song the correct info pops back up.Why?

    I ran into the same problem, I think that, If you tab on a song that is on your IPOD, and the song data is grayed-out, I think it means that the song is probably twice on your IPOD and that the iTunes directory can not edit THAT song data for two (or more) files @once. Check if this is the case, sinceI have the same problem,am looking for a way to have One and the same song in more playlists but only keep the song once on the IPOD.

  • Search for the end of each text frame?

    I'd like to insert some kind of marker at the end of each of my text frames in order to preserve where the page breaks occur, even after I've exported my file. The only function in InDesign that seems to recognize pages is the text variables that can pull the first/last instance of something on a page. Other than that, I can find no way of searching for the end of a page or end of a text frame.

    myFrames = app.activeDocument.textFrames;
    myCharStyle = app.activeDocument.characterStyles.itemByName("Marker");
    for (a=0; a<myFrames.length; a++){
         if (myFrames[a].characters.length>0){
              myFrames[a].characters[-1].appliedCharacterStyle = myCharStyle;
    The above script will apply a character style called Marker to the last character of all text frames in the document (prepare a character style called Marker [case-sensitive] before you run the script, or change the name in the second line.
    I guess a character style isn't an ideal solution, though, as it might override something else.
    Perhaps a strikethrough? In which case, change the 5th line to:
    myFrames[a].characters[-1].strikeThru = true;
    Does that help?
    Ariel
    www.FreelanceBookDesign.com
    Message was edited by: Arïel to correct syntax error.

  • After updating, as requested, each time I select iPhoto, the system is requesting that I download the iPhoto upgrade.  I have downloaded this several times.  However, I continue to receive this message.  Please help me resolve this issue.

    After updating, as requested, each time I select iPhoto, the system is requesting that I download the iPhoto upgrade.  I have downloaded this several times.  However, I continue to receive this message.  Please help me resolve this issue.

    Can you give us the exact error message you get?

  • The (`) key is now also selecting the frame you maximize!?!?!

    Hello,
    I am very disappointed by the fact that in the new Premiere CC, the "Maximize frame" key "`" or "~" (under ESC), also moves the selection from the last panel (the Sequence panel) to the actual FRAME you want to maximize (the Program panel). After restoring the frame to the actual size, you have to re-click the old frame (Time-Line/Sequence in my case) so you can go back to work (editing).
    In big majority of times, after playback in the Maximize mode (for better inspecting the shoot), the cursor has gone away and you want to zoom-out ... so you press the "-" (minus) key, but now you only zoom-out in the Monitor or Program Panel. Why you got to click to re-select the panel you used to work in!?!? This is a very big setback in workflow, what can we do to get the old style back, only maximize the frame under the mouse, but selection remains on the actual/last panel it was!!
    Thank you very much!

    Normal behavior I thought I have in Premiere Pro 5.5, I just checked and....
    In fact, my bad!! The selected zone was moving also! But I never noticed because the minus key "-" worked in TimeLine disregarding the active selection! Now, because of the smaller time-line included in the Program frame, you get a "zoom-out" in that frame, not in the actual Sequence! Why did you added that function? Can it be custom-removed? Anyway.
    I am sorry for the mistake. Problem remains, but I think Shift+3 is a good workaround, thank you very much for your answer!

Maybe you are looking for

  • SAP NetWeaver 7.02 SP6 64-bit Trial - VirtualBox and Remote Access

    Hi there friends. I'm wondering if what I am about to ask is possible and how to do it. 1st let me tell you about the configuration I have:      I've installed SAP NetWeaver Application Server ABAP 7.02 SP6 64-bit Trial inside a virtual machine on vi

  • Opening a SWF inside a new IE windows

    From my main project (SWF), I have a button that opens another movie (SWF). How I can force the second movie to run in a new IE windows ? currenlty it replaces the main project windows ?

  • WRT310N AP Only

    Can the WRT310N be set as an access point only?  Other vendors provide this capability by disabling the NAT and routing on the WAN interface and allowing you to specify a local LAN IP on the WAN interface.

  • BIA Test: Suggestion for creating enormousTest Data for Infocubes

    Hi, I need to create some enormous amount of data for infocube in order to test BIA. I don't think my basis team will allow me to load data from Production to Sandbox and moreover production has less than 250 millions records. Any suggestion for 250

  • Is there an add-on to put `close this tab' on the right click drop down?

    While I know `close this tab' appears in the dropdown when you click ON the tab (which is sort of ridiculous when you could just click on the tab's `X'), but the same `close this tab' doesn't appear on the dropdown when you right click somewhere in t