Language switching from the scratch(left to right)

hai experts,
I try to the following...
Home>>Application BuilderApplication 25718>> Shared Components >>Edit Globalization Attributes
and
Home>>Application BuilderApplication 25718>> Shared Components >>TranslateMappings
but couldn't reqach the goal!
please any one can help me how to create the language swiching the application as specially Aarbic(left to right app's),can you login and do the root plz.
wkrspace: ram_r&d
user name/password: aramani/apex
http://apex.oracle.com/pls/otn/f?p=25718 Thanx,
Ram

we moved to followig url and Partially we reached the Requirement .
http://apex.oracle.com/pls/otn/f?p=19248

Similar Messages

  • HT204291 I have my apple TV plugged into my Denon receiver.  My receiver is setup with 3 speaker channels, one center, one left front and one right front.  When I listen to music via Airplay, sound comes only from the center channel and right, nothing on

    I have my apple TV plugged into my Denon receiver.  My receiver is setup with 3 speaker channels, one center, one left front and one right front.  When I listen to music via Airplay, sound comes only from the center channel and right, nothing on the left.  When I watch Cable Television (not using the Apple TV), all 3 channels work fine so I know that the speaker connections are fine. 

    I had problems with streaming until I changed the WiFi channel that I was using.  The original one conflicted with my neighbor.  After that, MOST of my streaming problems vanished.  Occasionally, a movie would pause for more buffering and I eventually ran an ethernet cable from the Apple TV to my Apple Extreme (to eliminate the Wifi).  I have not had a single problem since then (except to repair the drywall after running the ethernet from one floor to another).  :-)

  • CreateChildSymbol on the top left bottom right edges of the window/stage?

    I am creating a particle system and I am trying to generate the particles / CreateChildSymbol on the top left bottom right edges of the window/stage?
    Currently I am generating random X & Y points but thats not really doing what I need.
    // find the stage width & height
    sym.maxWidth = $('#Stage').width();
    sym.maxHeight = $('#Stage').height();
    // randomize the numbers 1-12
    var randomSymbol = Math.floor((Math.random()*12)+1);
    // Pull symbol from lib and add to stage
    sym.mainParticle = sym.createChildSymbol("symbol_ani_" + randomSymbol, "Stage");
    // create jQuery object / Edge Ani element var
    sym.mainParticleElement = sym.mainParticle.getSymbolElement();
    // randomize the stage X & Y coords
    var randomX = Math.floor(Math.random() * sym.maxWidth);
    var randomY = Math.floor(Math.random() * sym.maxHeight);
    // position  based on random stage X + Y position
    sym.mainParticleElement.css({'position':'absolute','top':randomY+'px','left':randomX+'px'} );
    But I am at a loss of how to randomize the top / right / bottom / left X & Y edges of the stage

    Got it working!
    Well to be honest another friend helped me work out the logic for randomizing the sides (top, left, bottom, right) to get it working.
    But I wanted to share since I had a hard time finding anything releated to this topic. Big Ups to Resdesign + Tim Jaramillo for helping me with some logic along the way as well!
    // these variables are global within compReady would need to change to sym. instead of var if needed outside of this
    var moveToX = $(window).width()/2,
         moveToY = $(window).height()/2;
    function spawnParticle() {
         // these variables are only availabe inside this function
         var side = Math.floor(Math.random() * 4),
             offScreen = 100,    // how many pixels off the side of the screen to start
             yRand = Math.floor(Math.random() * $(window).height()),
             xRand = Math.floor(Math.random() * $(window).width()),
             xPos = 0,
             yPos = 0;
         switch (side) {
             case 0:
                 xPos = xRand;
                 yPos = -offScreen;
                 console.log('spawn from top');
             break;
             case 1:
                 console.log('spawn from right');
                 xPos = $(window).width() + offScreen;
                 yPos = yRand;
             break;
             case 2:
                 console.log('spawn from bottom');
                 xPos = xRand;
                 yPos = $(window).height() + offScreen;
             break;
             case 3:
                 xPos = -offScreen;
                 yPos = yRand;
                 console.log('spawn from left');
             break;
         // add to the stage
         sym.mainParticle = sym.createChildSymbol("star", "Stage");
         sym.mainParticleElement = sym.mainParticle.getSymbolElement();
         sym.mainParticleElement.css({'position':'absolute','top':yPos+'px','left':xPos+'px'});
         // simple animation to reveal the particle
         sym.mainParticleElement.animate({ left: moveToX, top: moveToY }, 1000, function() {
             // for this test, I'm removing the particle after it has finished animating
             $(this).fadeOut(function() {
                 $(this).remove();
    // keep spanwing new particles
    setInterval(spawnParticle, 500);

  • Every time I scroll, there's a clicking sound coming from the top left corner of my macbook

    Similar to the clicking sound of my hard drive, every time I scroll, or whenever there is any sort of animation on my screen, there's a similar clicking sound coming from the top left corner on my , around the area where the microphone is. I know the hard drive is at the bottom right corner, so is this a graphics card issue or am I overlooking the issue?

    It is better to take the MBP to the Apple store for evaluation.
    They have the diagnostic tools to make sure that there is no problem with the computer.

  • Language switched from English to Danish

    When my wife first attached her iPhone to her Mac (running iTunes 9), the language switched from English to Danish. After syncing, she reset the language back to English. But why? A known problem?
    I did the same thing with my iPhone and Mac, and did not see anything unusual.

    I believe this is a very unusual occurrence. It is a computer after all and computers have 'glitches' every once in a while - chalk it up to that.
    BTW, I used to live in Bucks County... Riegelsville and Perkasie to be exact. We moved from Perkasie a couple years ago.

  • How does the web user drag the image left or right?

    Folks, I'm ignorant in this stuff, yet I think I can work my
    way thru with some help. I have a panoramic photo that extends off
    the stage left and right, which is ok. I made it a movie clip. I
    would like to have the user be able to click and drag this movie
    clip of an image to see the missing areas, or even do that thing
    where the mouse moves away from center and the picture follows
    (unless that is way too tough). Got to be able to ONLY move left
    and right; no up and down. I tried the help files, and even copy
    pasted but got a lot of errors I cant understand, and lots of my
    help files are missing anyway. I dont know vars, and classes, and
    objects etc, so i guess I am looking for code or clues.
    If anyone is kind enough to provide code, be sure to let me
    know what parts of the sample code requires substitution because I
    have seen stuff where you all know the abreviations, but I dont.
    Flash 7 Mac osx.4.8

    Thanks kglad.
    Well, that's a start. Only the picture jumped to the far
    right, and then I had no more dragging ability; there it stayed.
    Any thoughts?
    Even tho it says script contains no errors, this error showed
    up on output:
    **Error** Symbol=home, layer=Layer 1, frame=1:Line 1: The
    class 'drag' could not be loaded.
    and here is what i used:
    homeClip.onPress = function() {
    this.startDrag(0, Stage.width-this._width, this._y, 0,
    this._y);
    homeClip.onRelease = function() {
    this.stopDrag();
    where "homeClip" is the instance name of the movie clip named
    "home"
    by the way, that instance name was in BLACK, not BLUE

  • Is it possible to switch from the preinstalled iTunesU to the original iTunes on an iPad. If it is can someone explain how to do it?

    Is it possible to switch from the preinstalled iTunesU on my iPad to the original iTunes. If it is can someone tell me how, and is this something that commonly happens?

    I'm not sure what you are asking.  There is no "preinstalled iTunesU" on an iPad.  The iTunes app is a portal to the iTunes Store. Use the icons at the bottom of the page to switch to different sections of the store.  Use the Music app or the Videos app to access iTunes media you have synced to the iPad.
    To learn more, refer to the iPad iOS5 User Guide

  • How can I delete an item from the main left column of iTunes?

    I'd like to delete an item from the main left hand column in iTunes (the column containing the main headings LIBRARY, STORE, SHARED, PLAYLISTS etc etc). Under the first heading 'LIBRARY' appear the items Library, Music, Movies, iTunes U, Books, Apps and Ringtones. I'd like to remove the item "Library" from that list - it appears immediately after the heading "LIBRARY" and serves no purpose whatsoever. (Neither does it appear to cause any harm, I must say, just a nuisance.) This item does not appear in any of the iTunes viewing options or controls lists. Neither does it appear in iTunes in the other accounts on my Mac and I have yet to see it any other iTunes on any other Mac.
    I've upgraded since about iTunes 8 assuming the problem would eventually disappear through the upgrades but it hasn’t, even through all the providedupgrade increments available for iTunes.
    I'm assuming it's from something I've installed in my main user account at some stage and it entered this item in the iTunes app. But I can't see how to remove it. The only things I can remember installing are "iTunes Batch Column Renamer" and "Join Together", both if which are just Scripts and which I use fairly regularly, but I don't recall either of them installing that particular item.
    Is there any folder I can navigate to to edit the list of items in that main left hand column of iTunes?
    Many thanks in advance for any help offered.

    on second thought, that you have an item "library" is indeed odd - there shouldn't be.
    suggest you try removing iTunes completely (click here and follow the instructions), then reinstall it using the standalone installer from here: http://www.apple.com/itunes/download/.
    note this will not do anything to your media files, playlists, ratings, etc.
    btw, you didn't install any 3rd party tools like this script:
    Change Hidden iTunes Preferences v2.4 
    This application will allow you to invoke hidden iTunes preferences:
    Show "Library" playlist
    Changing view setting is global
    Allow half-stars in ratings
    Hide "Ping" buttons
    Show/hide arrow links -- to either search the iTunes Store or search your library
    Load complete iTunes Store preview before playing
    Create playlists for purchased song collections
    Play songs while importing or converting
    Create file names with track number
    Maintain grid view for Search results
    Option-click zoom button for Mini Player&
    Show buttons horizontally
    Message was edited by: Jolly Giant

  • Mba sound: just bought my first mba and I have been using it in my house no problem...took it to my empty office today and I can hear a small vibration/sound coming from the upper left part of the keyboard...constant and rhythmical...ideas?

    mba sound: just bought my first mba and I have been using it in my house no problem...took it to my empty office today and I can hear a small vibration/sound coming from the upper left part of the keyboard...constant and rhythmical...ideas?

    Hi
    It's likely your fan,  It always runs on a MBA.  Mine is very quiet, others report some noise - here is one link.  There are lots of others.
    Hope this helps
    Cheers
    https://discussions.apple.com/thread/4381367?start=0&tstart=0

  • Is it possible? to switch from the orignal computer, in which my iTunes playlist was created, to a new computer?

    Is it possible to switch from the my orignal computer (in which my iTunes playlist, and iPod itself, were first setup) to a new computer?
    Or am I able to branch my account onto two separate computers?

    I had zero problems going from pc to pc to mac with my ipod.  i did have poblems going from mac to pc. I now put my tunes, books on an external to my old pc when my daughter wants something.

  • My link preview has disappeared from the bottom left of the page (it no longer pops up when I hover over a link.) Thoughts on how to get it back? I really LIKE having it!

    My link preview has disappeared from the bottom left of the page (it no longer pops up when I hover over a link.) Thoughts on how to get it back? I really LIKE having it!

    It is possible that the screen is too high and that the scroll bar and the find bar and add-on bar fall off at the bottom.
    If that works then close Firefox (File > Exit/Quit) to save that setting.
    See also:
    * http://kb.mozillazine.org/Resizing_oversize_window
    If the above didn't help then see:
    * http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Hi, While writing an email online using Firefox 3.6.3, I was using one of the "CTRL+left or right arrow" to move the cursor along the text. I must have pressed some other key because the display has become huge - and I can't scroll vertically or horizont

    Hi, While writing an email online using Firefox 3.6.3, I was using one of the "CTRL+left or right arrow" to move the cursor along the text. I must have pressed some other key because the display has become huge - and I can't scroll vertically or horizontally, which makes using the Mail pages of Hotmail impossible. I have since logged in using MSFT Explorer and it works fine. This problem occurs only on the Mail page of Hotmail Live not on the home page or others.
    Could you please let me know if this is a problem with Firefox, or if you have any advice on how to reset the appearance of Hotmail in Firefox?
    == This happened ==
    Just once or twice
    == While I was compiling an email in Hotmail Live

    Wow, lightning fast and absolutely right!
    Thank you so much!

  • I have a MacBook Air, it automatically minimises and switches from the screen I am in for some reason ?

    I have a MacBook Air, it automatically minimises and switches from the screen I am in for some reason ?

    This problem is often caused by "Google Drive." If it's installed, I suggest you first check for an update. If that doesn't solve the problem, remove it according to the developer's instructions. You may need to boot in safe mode to do so. Back up all data before making any changes.
    If you use Google Drive and don't want to remove it, then try deselecting the option in its preferences to "show status icons." According to reports, that may be enough to stop the Finder from crashing.

  • I am a US resident but spend several months each year at my house in England. Is it possible for me to download UK iPad apps from the iTunes Store? Right now they seem to be restricted. Can I set up an alternate iTunes account using a UK credit card?

    I am a US resident but spend several months each year at my house in England. Is it possible for me to download UK iPad apps from the iTunes Store? Right now they seem to be restricted. Can I set up an alternate iTunes account using a UK credit card?

    When you go to Starbucks, you'll need to first go to Settings on your iPad and choose Network. You'll see ATTWIFI as one of the available networks. When you click on that to select it, you should be immediately sent to AT&T's sign in page. You just need to check the box that says you agree to their terms and conditions and then hit the Connect button and you'll be online. One warning, however. If your Starbucks is anything like those in Manhattan, be prepared for really slow wifi. It can be a real pain waiting for pages to load sometimes.

  • I have similar problem, but mine doesn't sound like a loose screw, more like the battery or vibration component is loose. When I shake the phone left to right abit I can feel that it's around the top area.  Very annoying, besides that it works fine. Gonna

    I have similar problem, but mine doesn't sound like a loose screw, more like the battery or vibration component is loose. When I shake the phone left to right abit I can feel that it's around the top area.  Very annoying, besides that it works fine. Gonna go to apple tomorrow maybe to ask.

        jsavage9621,
    It pains me to hear about your experience with the Home Phone Connect.  This device usually works seamlessly and is a great alternative to a landline phone.  It sounds like we've done our fair share of work on your account here.  I'm going to go ahead and send you a Private Message so that we can access your account and review any open tickets for you.  I look forward to speaking with you.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • Itunes 10.2will not install amds on windows 7 64bit

    I have spent the last two days on the Internet and apple support to try and install iTunes 10 64bit onto my new computer running windows 7 64bit.All I find on Apple support is about removeing and reinstalling not about amsd missing or not installing

  • Why does placed eps file containing a drop shadow lose transparent background?

    When I place an eps file from adobe illustrator cs6, which has a drop shadow, into InDesign the file loses its transparent background and comes in with a solid white background. I'v selected the "Transparent" radial button in Illustrator while saving

  • TAF with DB 10g 10.1.0.5

    Hello, we're connecting to an 10g ver 10.1.0.5 using oci and jdbc jar included in the oracle client distribution ver. 10.1.0.3.0. Unfortunately even if we are not using connection pooling when an istance becomes unavailable our java applications catc

  • Wrong classes output directory when use of dependant projects

    Hi, JDev 10.1.2.1 but also in previous versions. Windows XP Prof, AMD Athlon, 1 Go Mem I have following setup: Projects: DTO (data transfer objects and utility classes used in other projects) -> dependies: none Directory tree: MyWorkspace\DTO\classes

  • Filter illegalstateexception

              hi,           i am trying to use hit counter in the java servlet tutorial. But I get the following           error. Please let me know what mistakes i am doing.           thanks in advance           thanks           arock           <Error>