I am using UILocale command to change browser locale to japan/france with locale as ja-JP/fr-FR.But always en-US locale is dislaying.

I have used command to change browser locale to japan as
firefox UILocale ja-JP

Did you install the Japanese (ja.xpi) and French (fr.xpi) language pack?
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.12/win32/xpi/
The name of the locale that you select must match the name of the language pack, so try UILocale ja and UILocale fr
You can also set the pref <b>general.useragent.locale</b> on the about:config to the locale <b>ja</b> or <b>fr</b>
See http://kb.mozillazine.org/Language_packs

Similar Messages

  • I like to have my bookmarks in a sidebar. I used to make that change once, and it stuck. With version 21 I have to make it each time I reopen.

    I don't know whether this arises from the change of version because I very recently did a clean-up of my hard drive with Norton Utilities 16. Still, I tried making a change to the actual bookmarks, and it stuck the next time I opened.

    Thanks for this. I was opting for a bookmark sidebar by simply clicking on the bookmark option in the menu. That wasn't working for me. I used Ctrl-B and the bookmark sidebar stuck. Didn't have to take the other steps suggested.
    J-M L

  • Bought used Ipad,can,t get new apple id to work with Itunes. I have " Reviewed" acct, but the info box just goes grey and fuzzy at the last " continue" prompt

    "reviewed" info and at last continue prompt, the info box goes ogrey and fuzzy and responds with" do you want to cancel?" How do I get past this so I can order apps crom Itunes?

    Home Sharing is designed to work on your local network not across the internet/cloud.
    Stuff is accessed under the Computers column where your local iTunes library on a local computer would appear.
    Home Sharing would share your iTunes content (i.e. stuff stored in itunes on the computer, not in the cloud) with AppleTV or an iPad etc on the SAME network.
    AppleTV2 will not be able to see itunes content on the work computer over the internet.  It's not designed to.  if the work computer was on the home network it would.
    iCloud is in it's infancy and is not a mature product - iTunes TV Show purchases appear on AppleTV, but currently music does not unless you are subscribed to iTunes Match. I find this rather odd to be honest, along with the inability to buy music on AppleTV2.  Movies purchased in iTunes are not authorised for iCloud viewing currently either.
    Maybe it has something to do with iTunes Match 'getting in the way' - i think they assume you'll use that whereas you really want to be able to access Purchased music from the cloud without subscribing to itunes Match which is overkill for some.
    AC

  • How to get Systemstate Backup size using PowerShell command in Windows 2008 R2

    Hi,
    We using WBSummary command to get completed backup status.
    I need to find how much data is backed up  using powerShell command .
    Is there any way to get the details , i can see the GUI but no in command.
    Please advise
    Regards Gopi K

    Hi,
    You mentioned that you can see the system state backup size in the GUI. Does the backup size mean the amount of date transferred?
    It seems that there is no such a PowerShell to get Systemstate Backup size. You may need to you need a PowerShell scripts to do this work.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=ITCG
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • "Wrong process return code" Error which using OS Command

    Hi,
    I want to execute a shell script in unix which calls a sed script and input to the script is an xml file. I am using OS Command tool to call the script which fails with "Wrong process return code" error. I ran the command directly on UNIX box and works fine but fails when executed through a package in ODI.
    The command I am passing in OS Command window is as follows:
    /test/callSed.sh emp.xml
    I also tried ODIOSCommand but getting the same error. The shell script has execute privileges for all users. Is there any other property to be set up for running shell scipts through ODI?
    Appreciate you response.
    Thanks!

    Hi,
    Thanks for a quick response.
    I tried both the commands you sent. "sh ./test/callSed.sh emp.xml" threw Wrong process return code error and "./test/callSed.sh emp.xml" threw the following error:
    java.io.IOException: Cannot run program "./test/callSed.sh": java.io.IOException: error=2, No such file or directory
         at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
         at java.lang.Runtime.exec(Runtime.java:593)
         at java.lang.Runtime.exec(Runtime.java:431)
         at java.lang.Runtime.exec(Runtime.java:328)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execOsOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execOsOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt(SnpSessTaskSqlS.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.k(e.java)
         at com.sunopsis.dwg.cmd.g.G(g.java)
         at com.sunopsis.dwg.dbobj.SnpScen.a(SnpScen.java)
         at com.sunopsis.dwg.dbobj.SnpScen.localExecuteSync(SnpScen.java)
         at com.sunopsis.dwg.tools.StartScen.actionExecute(StartScen.java)
         at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.execute(SnpsFunctionBaseRepositoryConnected.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrdersIntegratedFunction(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt(SnpSessTaskSqlS.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.k(e.java)
         at com.sunopsis.dwg.cmd.g.A(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
         at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
         at java.lang.ProcessImpl.start(ProcessImpl.java:65)
         at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
         ... 31 more
    Regards,
    Aks

  • ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css   Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers

    ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css    Command then fails
    Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers
    Thoughts?  Using Presenter 10  Win 8.1  Intel I7  new HP with plenty of memory
                   Thanks

    I had saved one copy as an .asp but then resaved it to .xhtml 
    I'm assuming this is a static web site.  Rename (F2) all your pages with .html or .htm extension. 
    .xhtml is not a valid extension.
    Nancy O.

  • Can't change activation only mode to off using the command line in Windows 7 64 bit

    I used the command line to turn activation only mode on and now when I use teh command to turn it off it will not change the iTunes setup. I am on Windows 7 64 bit. I tried uninstalling itunes and reinstalling and it is stillin activation only mode.

    Hi! Thx for your quick reply! I am still unsure what to do tho---see my questions below in bold:
    Windows 7 comes with its own version of the standard PostScript driver. = Where is this driver? I have no idea how to find it, it doesn't show up in my Printer menu in FM?
    Given that PostScript generated by a driver can be highly device-specific, you need to install the driver as modified by the PPD file for the device in question. Most printer manufacturers in fact provide a PostScript driver installer that associates their printer's PPD file with the standard Windows Printer driver and subsequently creates what is called a PostScript printer driver instance for the particular device on the I/O port you designate. = ??? I've only updated a PPD file for watermarks and have no idea what this means...is there a step-by-step instruction for this? I just need to download a PS driver to select that works & doesn't freeze up my FM when creating a .ps file.
    The real question thus is exactly what are you trying to generate PostScript for? = I create a PS, & then use Distiller to create a PDF. This enables me to have a PDF that automatically has Bookmarks, the TOC/LOF/LOT & all corss-refs are hyperlinked, etc.
    If you are trying to create PostScript for distillation into PDF, Acrobat installs a PostScript driver instance of its own, labelled Adobe PDF, that is associated with the Acrobat Distiller PPD. = I have tried the Adobe PDF selection from my Printer menu in FM, but it freezes up FM and I have to close the whole program & no PDF generates.
    BTW, although you may be successful in installing and running FrameMaker 8 on Windows 7, in fact Adobe officially does not support FrameMaker 8 on Windows 7. = I don't know what to say---the upgrade is too expensive for some of us folks out here right now, so we all need to work with what we have for now!
    I appreciate your help, thank you.

  • Hey,i forgot my login password,so i changed the password by using terminal command(reset password).now i have new user name with new password,but i can't find  my data which i have saved on mac.please help me out in this matter.

    hey,i forgot my login password,so i changed the password by using terminal command(reset password).now i have new user name with new password,
    but i can't find  my data which i have saved on mac.the storage is showing data used and free space on the disk
    please help me out in this matter.

    How did you change your user name?
    resetpassword wouldn't have done it. If you managed to create a new user, then your data is still in the old account.

  • Search box text used by command-F search - can this be changed?

    I started using Safari much more in Leopard than I previously did before. One annoying thing I have discovered is that if I use the search box to search the Internet, whatever I entered now becomes the search text when I use command-g (Find again) or command-f (Find).
    This is not the behavior I am accustomed to with Firefox. In Firefox using the search box has no affect on the text used by command-f (Find) and command-g (Find again).
    I have looked through the preferences and options but haven't found anyway to change Safari's behavior. Do you have a solution?

    Hi Duane,
    I must admit you have me stumped as well. I noticed that command-f also picks up what I last entered in Spotlight and the search text is retained across Safari restarts.
    For the life of me I can't see where it's picking this information from. I even searched all my user files via find/grep to see where it was storing it between starts - nothing found...
    The only good thing about the 'weirdness' is that the search text is selected by default so you can immediately overwrite it.
    Very odd...

  • How can I use srvctl command line for change "Failover type" and "F method"

    Hi all,
    I am using Oracle One Node (11.2.0.3), and I have a service:
    /u01/11.2.0/grid/bin/srvctl config service -d orcl
    Service name: orcldb
    Service is enabled
    Server pool: orcl
    Cardinality: 1
    Disconnect: false
    Service role: PRIMARY
    Management policy: AUTOMATIC
    DTP transaction: false
    AQ HA notifications: false
    Failover type: NONE
    Failover method: NONE
    TAF failover retries: 0
    TAF failover delay: 0
    Connection Load Balancing Goal: LONG
    Runtime Load Balancing Goal: NONE
    TAF policy specification: BASIC
    Edition:
    Preferred instances: orcl_1
    Available instances:
    I would like to change "Failover type" and "Failover method" to:
    Failover type: SELECT
    Failover method: BASIC
    How can I do that? Is there any graphical tool for it? Or, How can I use srvctl command line for change it?
    Thanks in advance.
    Leonardo.

    user10674190 wrote:
    Hi all,
    I am using Oracle One Node (11.2.0.3), and I have a service:
    /u01/11.2.0/grid/bin/srvctl config service -d orcl
    Service name: orcldb
    Service is enabled
    Server pool: orcl
    Cardinality: 1
    Disconnect: false
    Service role: PRIMARY
    Management policy: AUTOMATIC
    DTP transaction: false
    AQ HA notifications: false
    Failover type: NONE
    Failover method: NONE
    TAF failover retries: 0
    TAF failover delay: 0
    Connection Load Balancing Goal: LONG
    Runtime Load Balancing Goal: NONE
    TAF policy specification: BASIC
    Edition:
    Preferred instances: orcl_1
    Available instances:
    I would like to change "Failover type" and "Failover method" to:
    Failover type: SELECT
    Failover method: BASIC
    How can I do that? Is there any graphical tool for it? Or, How can I use srvctl command line for change it?
    Thanks in advance.
    Leonardo.srvctl modify service -d database_name -s orcldb -q TRUE -m BASIC -P BASIC -e SELECT -z 180 -w 5 -j LONG
    Also see
    11gR2(11.2) RAC TAF Configuration for Admin and Policy Managed Databases [ID 1312749.1]

  • How to load the boot menu using the command line , after the configuration change ?

    how to load the boot menu using the command line , after the configuration change ?

    Hi @Bask-48 
    Welcome to the HP Forums!
    It is a terrific place to find answers.
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I grasp you are trying to change the boot order.  Here is a link to Configuring the Boot Order in the System BIOS
    that will assist you.
    Good Luck and Happy Holidays!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Using javascript to control the browser

    Hi all,
    One of the most requested features on our first Breeze
    project was a "quit" button. The easiest way to do so in an HTML
    environment is to use the command
    javascript: window.close();
    Type this into the address bar on your browser, and hit
    return. Isn't that neat?
    Okay, the scripting language in Flash (Actionscript) can
    simulate typing something in the address bar with the command
    getURL ("javascript: window.close();");
    ...all we have to do is add that actionscript to the
    onRelease event handler for a button in Flash. Then, add the button
    to your PowerPoint before you use Presenter, and when the student
    clicks it... voila!
    This same trick can be used to replace that MacroDobe©
    logo in the Breeze player. This time, when the user clicks the
    button, we'll use javascript to pop up an alert box with a clever
    message:
    getURL ("javascript: alert('Aren't we clever?');";
    This button has to be small, around 50 x 29 pixels, to
    properly replace the logo. To actually replace it, you need to
    publish your presentation to the hard drive like normal. Next, find
    the folder you published to, and place a copy of your "button.swf"
    file in the "data" subfolder. Then, edit (don't "open") the
    vconfig.xml file in the same subfolder using notepad. Near the top,
    you'll find an entry that says:
    <uireplace name="logo" value= "" />
    place the name of your button file between the quotation
    marks and save:
    <uireplace name="logo" value= "button.swf" />
    When you load up the training next time, the logo will have
    changed to your button.
    You'll have to do this every time you publish the training,
    as Presenter deletes & recreates all those subfolders each time
    you do. BTW, MacroDobe© does offer a small applet to parse
    this xml file for you... but they want 5 grand per copy. I'm
    thinking notepad works just as well :)
    cheers!
    Marc B

    The biggest difficulty with a Swing Applet is that it needs the latest version of the JVM to run and many people don't have this installed on their PC. You can set the Aplet tags to download the plug-in but it can discourage users and may not always work. I would only use a Swing Applet for webapps with a limited client base.

  • I keep getting the start menu and various programmes opening when I use a series of keys when working in my accounting programme, I am not using the command key and is very frustrating me, can anyone help me?

    I keep getting the start menu and various programmes opening when I use a series of keys when working in my accounting programme, I am not using the command key and is very frustrating, can anyone help me?  I am working on a Mac OS X Version 10.6.8, just need to know if I can reprogram the keys to stop this happening?

    Safari browser and menu shortcuts:
    http://docs.info.apple.com/article.html?artnum=42951
    Mac OS X keyboard shortcuts:
    http://support.apple.com/kb/HT1343
    http://docs.info.apple.com/article.html?artnum=75459
    Changing behavious of Function Keys:
    http://support.apple.com/kb/HT3399?viewlocale=en_US
    and more useful information on keyboard shortcuts here:
    http://www.myfirstmac.com/index.php/mac/articles/mastering-keyboard-shortcuts
    How to re-map individual keys:
    http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=ukelele

  • Changing Browser to Album Artist?

    Hello,
    I've got iTunes 7 on my PC and have a question about Browsing by Album Artist:
    Can I change the "browser" (turn-on-and-off-able bit at the top of the main song selecty window) to work off "Album artist" instead of/as well as Artist?
    Just to fill in what I already know, and to help people who are confused or stuck with iTunes organising things into folders where they don't want them stored...
    I have worked out so far that I can fill in Artist and album artist (as I always did in WMP to keep things organised) so I can put Various Artists or the DJ/Compiler/Record Label in Album Artist, and the actual Artist in the Artist hole.
    I also noticed that I need to check "Compliation" to make it store it in my HDD under Album artist so it doesn't confuse the **** out of me by spreading everything around into individual song artist directories and stuffing me live when DJing and looking for a particular "record" using Atomix Virtual DJ (which goes by the file structure in windows).
    In the main window view I can sort all music by album artist by clicking on that title in the complete song list of all music, (and it being a "compilation").
    Also in the big CD cover browsing view (which is nice btw!) it sorts by album artist. Yay! Marvellous!
    However, because I have loads of CDs, sometimes if I'm not having a browse and want to go straight to a CD I'd like to be able to use the 1st or 2nd browser view. If I want a Blue Note Compilation, Various Artists, any of my soundtrack albums, or DJ/Record label compilations I have to scroll all the way up and down the long list. If for example I wanna listen to "Keep it solid Steel" by Mr. Scruff, if I choose him in the artist box it won't have anything off that album as it's a compilation by him, and will only show his own songs. WMP will go by Album Artist (even though it actually says Artist in the left Colum on the new WMP11 beta), but I'd rather use iTunes as it seems faster and nicer generally (and has useful things like the backup option). If iTunes does this it'll definitely be my media player of choice.
    If this isn't possible, any chance of iTunes 8 being able to select what options you can sort by at the top of the browser?
    The only way I've found is to type "Various", "Warp", "Blue Note", etc. in the search box
    It seems very frustrating to me if you can't, especially since like all media players iTunes comes with "Genre" which seems far less useful amongst the widely varying crossover artists, styles, and vibes, that music comes in! Can anyone tell me if Lamb are Dance, Drum n' bass, Jazz n Bass, Electronica, Trip-Hop, Hip-hop, Trance, Soul, Pop, Alternative Pop, Jazz? Heck, today I discovered a handful of new musical genres including "Wonky Trance" and "Clown Step"! (see wikipedia if you don't believe me!)
    Cheers,
    Me
    Custom P4 3.0GHz   Windows XP   3Gb RAM, 500GB HDD, FX5900 Ultra, M-Audio Delta 1010LT, flashing lights, extra cooling fans to suck more dust in! ;o)

    Bollocks! No, it doesn't work nicely as they all appear in the wrong track order! Doh!
    I noticed other people have brought this up before in the forum.
    I sent a feedback to Apple. Here it is for those of you having the same problem, or who agree, or who don't understand what I'm on about:
    Hello,
    I've just changed to using iTunes a few weeks ago as it has some nicer user functions (was previously using windows media player) and it's making me very frustrated...
    I store all my albums (well over 10,000 tunes I've collected for YEARS on CD!) by the way they come on the CD; by Track Artist for the Artist and Album Artist for the Album artist. Normally for e.g. Michael Jackson, Artist and Album Artist will be the same. For compilation/DJ mix ablums this means the Album Artist will be Various Artists, the DJ/Production Crew, or Record label as applicable. If, for example, I want to listen to my Jazzanova Remixes album I can sort by album artist, choose Jazzanova, and get all the tunes on that album, whilst artist points out who each individual track is by (that Jazzanova remixed). Likewise, if I scroll to "various artists" in album artist I'll get compilation albums, or a particular DJ/collective such as by Mr. Scruff, Blue Note records compilations, etc., etc.
    Also this applies to artists where the album may be one artist, but each song artist may be that artist + another, e.g. Artist being Eminem & Dr Dre, Eminem & Dido, Eminem (feat. Joe Bloggs), etc., whilst the Album remains filed under the "Album Artist" of Eminem so I don't get millions of "X with/featuring Y" artists and spreading my albums out in a big mess.
    The problem of iTunes filing them in different artist folders for each track on that album on my harddrive can be overcome by making them a "compilation", then it seems to store in Compilation instead.
    However, it seems to insist on filing secondarily by artist, not track number/and album, when album artist is selected. This then messes the list up completely as, if I use the artists "Coldcut" as an example, when I go to Coldcut as an album artist it displays the beginning of the "Journeys by DJ" album by coldcut (album artist) from "track artists" alphabetically A->C until it gets to the Coldcut songs on it, then has a completely different coldcut album (Sound Mirrors) of which all tracks are written by Coldcut and the album artist is Coldcut, then finishes the "Journeys by DJ" album by coldcut with the rest of the track artists from Coldcut->Z!
    The only way around this seems to be to file by album, then scroll all the way through loads of tunes to get to that particular album, defeating the idea of an easily organised music collection!
    This problem is made worse by the fact if I have "browse by compilations" on to help, and use the browser at the top, Artist only chooses by track artist. I then need to go to Compilations and (assuming I remember it's called "Journeys by DJ" since I can't go straight to Compilation Artist) click on the album, from a list of all my "various artist" and DJ/remix/record label compilations.
    At this point it gets worse as having chosen the album (for the sake of this example "Journeys by DJ" by Coldcut) all the tracks then appear in track artist alphabetical order since it's either still being browsed by Album Artist as I would have had my records diplayed by that to begin with and it sorts secondarily by track Artist. Alternatively it could be sorted by (track) "Artist" since I'd browsing by compilation. Regardless since I would have narrowed it down to one album with the browser function so "album artist" will all be the same for all tracks, it makes no difference - it is going to be listed alphabetically by track artist.
    This means therefore, that unless the album is alphabetically sorted by artist to begin with it comes up in the wrong order!!! Therefore when you play your lovely expertly DJ mixed compiation you bought on CD all the crossfades between tracks don't happen as the album's in the wrong order!!!
    You can get around this by then clicking displaying "Track number" too. This seems silly though as normally in a normal view it already shows them at the front of the track listing. You therefore have to have them displayed twice, and then after going into compilations, choosing the album, you then have to sort by track number each time! If you do this, whenever you go back to the rest of your albums they then have all the track 1's first, then all the track 2's, and again you have to change what you sort by (Album Artist or Artist) to make them sensible again!
    As you can imagine this is a pain! It happens with all my Various Artist albums, and various other DJ artists such as Mr. Scruff, and soundtrack albums, or record label compilations too!
    The obvious possible answers to this problem are:
    a) when sorting by the column "Album Artist" make it search secondarily, after Album Artist, by album then track number, then finally "(track) Artist" after that (in case there are no track numbers!).
    b) make "artist" in the browser search by "Album Artist" not artist. This is what Windows Media Player does (even though it actually says "Artist" in the broswer), and goes by track "Artist" if there is nothing in the "Album Artist" tag field. it will then search by album and track number, but not Album artist followed by Artist. The browser could also be set to search in both Artist and Album Artist fields to save me having to go through all my 40+ compilations to find an album I know is by coldcut or Mr Scruff. If it did I could just turn "Browse by Compilation" off in preferences and get the same effect. Regardless to stop the wrong ordering it needs to not organise by Artist secondarily if I have it organised by album artist.
    Whether the "Artist" in the broswer does Artist/Album Artist/or both could be set in preferences? Also this could change it to file in folders on the harddrive by Album Artist too. I'd far rather have my Coldcut, Jazzanova, & Mr. Scruff, etc. albums in Coldcut, Jazzanova, & Mr. Scruff directories, so when I browse my harddrive it's obvious who they are by rather than apparently being by "Compilation"!
    Regardless iTunes should try to put things in the library view in order of Album and track number as much as possible when I have it organised by Album Artist. As mentioned I had been using WMP 10 & 11 beta until recently, but I changed as iTunes seems to work faster and smoother, and has the handy backup feature and seemless playback so I made the shift. The seamless playback made me instantly go to try DJ mix albums to hear them seamless, hence why I became frustrated very quickly!
    Also I intend to get a Mac as my next computer so I won't have the option of WMP!
    Another thing I noticed was the "Remember position" tag under the "get info" section when you have multiple selections. I wondered if this could change the order it plays them in but didn't seem to do anthing and can't find mention of it in the help or on the forum! What's that for?
    If I'm being stupid and there's an easy way to make it work let me know, but I've tried as many things as I can think of, but I think it's reasonable not to have to keep changing the way everything is displayed in the library view to find an album and play it in the right order. I want it to work like the pile of CDs on my shelves and appear as I got them in the record store! If not Microsoft might have finally made something that seems to work in a more user friendly way than Apple, and that can't be right!
    ...as you can see I also pointed out that it might be nice to be able to get iTunes to file my Mr. Scruff, Coldcut, Jazzanova, etc. compilation/DJ albums on my hard drive by the Artist who released them (or by "various artists"); the same place I'd find them in the record shop I bought them from, and the main name on the album cover of the CD!
    I DJ too (using Virtual DJ) and hence DO care about where I find these files on my hard drive, and would like to be able to find them based on the Album Artist! Also when I copy tunes over to my MP3 player, again I want them filed like the CDs I bought them on! I'm not just wingeing about this point for no reason. Obviously you don't care where they actually are stored on your HDD if it's only ever iTunes you play files with, and own an iPod where it automatically copies files for you, but it makes a big difference to me!

  • Java does not work on my Win 7 IBM-compatible PC using Firefox as my web browser

    A typical example of a website I would like to access & view is "www'cut-the-knot.org", a relatively mathematics-related website with a lot a very nice math content, where (roughly estimating) 70-90% of all web pages on the web site use Java applets to communicate that math content.
    I CANNOT view the Java applets (am restricted/prevented from doing so) --- on CTK or ANY other website!.
    I could go into all the details but, essentially, I have tried just about everything I can think of (or have found to do/try in discussions on the Internet by googling the problem) & nothing seems to have had any positive affect ... I can still not view ANY Java applets on ANY website! :-(
    I USED to be able to view Java content on the PC I was working on, although, a few months ago, I migrated from Win XP to Win 7 when MS stopped supported Win XP. I don't know when things changed but, "while I wasn't looking" (&/or paying attention) something DID change. :-(
    I'm using an IBM-compatble PC (not a Mac) with Windows 7 & Firefox as my web-browser.
    I'm just a private individual ... just a "little guy" in my home ... little personal technical knowledge, no big biz connections, no $ to hire expensive (or inexpensive) experts to come in & assess & fix the problem. I would even just like to know if there is some kind of future expected date when something MIGHT get improved, barring an action "solution" of the problem.
    From what I read on the Internet, some problem(s) relating to this issue has/have been extant for at least two years, dating back to at least 2012, if not further? I assume the problem would have been fixed long ago if it were easy to fix so, I'm not trying to be overly critical ... just asking for some kind of status report --- help/communication/knowledge/expertise/solution/etc ... & any information would be appreciated. Knowing WHAT the problem is is a high priority to me, certainly as well as understanding HOW TO FIX the problem, & WHEN that fix will occur.
    Java is a seemingly wonderful technology but, if there are such severe security risks that require it be enabled so that no one (I'll assume I'm not the only one unable to view Java applets) can use it, it doesn't have much value to visitors to websites that employ Java to deliver a majority of their content. Part of the problem, obviously, is that (like CTK) MANY websites ALREADY use/employ Java --- & therefore, end-users have almost no access to the content in/on those websites.
    Thanx in advance ...
    arbmm7
    (2014-08-30-1023 PST)
    PS - Just before posting this comment, I clicking a button at the bottom of the Mozilla web page that said it had "guessed" at current browser & OS, & the following is what was "reported":
    Firefox version 32
    Windows 7 OS
    * Shockwave Flash 14.0 r0
    * Adobe PDF Plug-In For Firefox and Netscape 10.1.11
    * Next Generation Java Plug-in 11.11.2 for Mozilla browsers
    * NPRuntime Script Plug-in Library for Java(TM) Deploy
    * VLC media player Web Plugin 2.1.3

    PS - SORRY --- I meant (in the title): "... using Firefox as my web browser."

Maybe you are looking for