How to create new playlist. File option greyed out

The create playlist option is greyed out in the File menu. How do I create I new playlist? What is wrong with the new version?

Hi;
How to create new alertlog file. Does it require the DB bounce?Oracle will automatically create a new alert log file whenever the old one is deleted and you dont need to bounce db
For details see:
http://orafaq.com/wiki/Alert.log
Regard
Helios

Similar Messages

  • How to create new XML file using retreived XML content by using SAX API?

    hi all,
    * How to create new XML file using retreived XML content by using SAX ?
    * I have tried my level best, but output is coming invalid format, my code is follows,
    XMLFileParser.java class :-
    import java.io.StringReader;
    import java.io.StringWriter;
    import javax.xml.transform.OutputKeys;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerConfigurationException;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.dom.DOMResult;
    import javax.xml.transform.sax.SAXSource;
    import javax.xml.transform.sax.SAXTransformerFactory;
    import javax.xml.transform.sax.TransformerHandler;
    import javax.xml.transform.stream.StreamResult;
    import org.w3c.dom.Document;
    import org.xml.sax.Attributes;
    import org.xml.sax.InputSource;
    import org.xml.sax.SAXException;
    import org.xml.sax.helpers.XMLFilterImpl;
    public class PdfParser extends XMLFilterImpl {
        private TransformerHandler handler;
        Document meta_data;
        private StringWriter meta_data_text = new StringWriter();
        public void startDocument() throws SAXException {
        void startValidation() throws SAXException {
            StreamResult streamResult = new StreamResult(meta_data_text);
            SAXTransformerFactory factory = (SAXTransformerFactory) SAXTransformerFactory.newInstance();
            try
                handler = factory.newTransformerHandler();
                Transformer transformer = handler.getTransformer();
                transformer.setOutputProperty(OutputKeys.ENCODING, "UTF-8");
                transformer.setOutputProperty(OutputKeys.INDENT, "yes");
                handler.setResult(streamResult);
                handler.startDocument();
            catch (TransformerConfigurationException tce)
                System.out.println("Error during the parse :"+ tce.getMessageAndLocation());
            super.startDocument();
        public void startElement(String namespaceURI, String localName,
                String qualifiedName, Attributes atts) throws SAXException {
            handler.startElement(namespaceURI, localName, qualifiedName, atts);
            super.startElement(namespaceURI, localName, qualifiedName, atts);
        public void characters(char[] text, int start, int length)
                throws SAXException {
            handler.characters(text, start, length);
            super.characters(text, start, length);
        public void endElement(String namespaceURI, String localName,
                String qualifiedName) throws SAXException {
            super.endElement("", localName, qualifiedName);
            handler.endElement("", localName, qualifiedName);
        public void endDocument() throws SAXException {
        void endValidation() throws SAXException {
            handler.endDocument();
            try {
                TransformerFactory transfactory = TransformerFactory.newInstance();
                Transformer trans = transfactory.newTransformer();
                SAXSource sax_source = new SAXSource(new InputSource(new StringReader(meta_data_text.toString())));
                DOMResult dom_result = new DOMResult();
                trans.transform(sax_source, dom_result);
                meta_data = (Document) dom_result.getNode();
                System.out.println(meta_data_text);
            catch (TransformerConfigurationException tce) {
                System.out.println("Error occurs during the parse :"+ tce.getMessageAndLocation());
            catch (TransformerException te) {
                System.out.println("Error in result transformation :"+ te.getMessageAndLocation());
    } CreateXMLFile.java class :-
    Sax.startDocument();
    Sax.startValidation();
    Sax.startElement("", "pdf", "pdf", new AttributesImpl());
    Sax.startElement("", "basic-metadata", "basic-metadata", new AttributesImpl());          
    String xmp_str = new String(meta_data.getByteArray(),"UTF8");
    char[] xmp_arr = xmp_str.toCharArray();
    Sax.characters(xmp_arr, 0, xmp_arr.length);
    Sax.endElement("", "pdf", "pdf");
    Sax.endValidation();
    Sax.endDocument();
    Sax.endElement("", "basic-metadata", "basic-metadata");* In CreateXMLFile.java
    class, I have retreived the xml content in the meta_data object, after that i have converted into character array and this will be sends to SAX
    * In this case , the XML file created successfully but the retreived XML content added as an text in between basic-metadata Element, that is, retreived XML content
    is not an XML type text, it just an Normal text Why that ?
    * Please help me what is the problem in my code?
    Cheers,
    JavaImran

    Sax.startDocument();
    Sax.startValidation();
    Sax.startElement("", "pdf", "pdf", new AttributesImpl());
    Sax.startElement("", "basic-metadata", "basic-metadata", new AttributesImpl());          
    String xmp_str = new String(meta_data.getByteArray(),"UTF8");
    char[] xmp_arr = xmp_str.toCharArray();
    Sax.characters(xmp_arr, 0, xmp_arr.length);
    </code><code>Sax.endElement("", "basic-metadata", "basic-metadata");</code>
    <code class="jive-code jive-java">Sax.endElement("", "pdf", "pdf");
    Sax.endValidation();
    Sax.endDocument();     
    * I HAVE CHANGED MY AS PER YOUR SUGGESTION, NOW SAME RESULT HAS COMING.
    * I AM NOT ABLE TO GET THE EXACT OUTPUT.,WHY THAT ?
    Thanks,
    JavaImran{code}

  • Unable to create a new playlist on Itunes when in "On My IPhone " mode. New playlist shows as greyed out. Why?

    Before the recent update on Itunes, I was able to create new playlists and drag music diretly into saved playlist folders from my laptop. Now, I can't do either because when in the what's on " my Iphone" mode, trying to creat a playlist is impossible because it is greyed out. I can no longer drag and drop music into saved playlist showing on my phone. What's going on Apple? or anyone.

    Csound1 wrote:
    Don't press the option key, instead hold down the command and R keys, if recovery is present that will take you there.
    Thanks for this suggestion, but I have already tried that. The only way for me to boot my mac is by starting in single user mode and mounting the drive, then exiting from there. Nothing else will work, I cannot press Command-R, so this will not work.
    Thank you both for your suggestions as well. I found your help useful and it will help me solve this :-)
    I have ended up buying a Flash Drive, and will now download the Mountain Lion installer. I assume that I will be able to boot from this, and then use Disk Utility to format the drive, and later on install Mac OSX Mountain Lion on it?
    Thanks Again.

  • How to create new .dat file and its contents?

    Hi There
    Can anybody let me know the procedure of how to create new .ctl or .dat file to load data to tables.
    i working on 2day dba chapter 8. it shows me how to creat table and use .dat file to load data. but doesnot giv any clue how new .dat file and its contents can be created. please help.
    thanks in advance.

    Thanks for ur help
    I ve created txt file in notepad and saved it as dat file. tried to load that data thru Enterprise manager. used load data from User files everything went well and job was showing suceeded but dont know why that data is not showing in the table. i ve tried it now for three four times. used right table and pathe but dont know. has anybody got idea why that ll be?
    Thanks

  • SAX: How to create new XML file using SAX parser

    Hi,
    Please anybody help me to create a XML file using the Packages in the 5.0 pack of java. I have successfully created it reading the tag names and values from database using DOM but can i do this using SAX.
    I am successful to read XML using SAX, now i want to create new XML file for some tags and its values using SAX.
    How can i do this ?
    Sachin Kulkarni

    SAX is a parser, not a generator.Well,
    you can use it to create an XML file too. And it will take care of proper encoding, thus being much superior to a normal textwriter:
    See the following code snippet (out is a OutputStream):
    PrintWriter pw = new PrintWriter(out);
          StreamResult streamResult = new StreamResult(pw);
          SAXTransformerFactory tf = (SAXTransformerFactory) TransformerFactory.newInstance();
          //      SAX2.0 ContentHandler.
          TransformerHandler hd = tf.newTransformerHandler();
          Transformer serializer = hd.getTransformer();
          serializer.setOutputProperty(OutputKeys.ENCODING, "UTF-8");//
          serializer.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM,"pdfBookmarks.xsd");
          serializer.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM,"http://schema.inplus.de/pdf/1.0");
          serializer.setOutputProperty(OutputKeys.METHOD,"xml");
          serializer.setOutputProperty(OutputKeys.INDENT, "yes");
          hd.setResult(streamResult);
          hd.startDocument();
          //Get a processing instruction
          hd.processingInstruction("xml-stylesheet","type=\"text/xsl\" href=\"mystyle.xsl\"");
          AttributesImpl atts = new AttributesImpl();
          atts.addAttribute("", "", "someattribute", "CDATA", "test");
          atts.addAttribute("", "", "moreattributes", "CDATA", "test2");
           hd.startElement("", "", "MyTag", atts);
    String curTitle = "Something inside a tag";
              hd.characters(curTitle.toCharArray(), 0, curTitle.length());
        hd.endElement("", "", "MyTag");
          hd.endDocument();
    You are responsible for proper nesting. SAX takes care of encoding.
    Hth
    ;-) stw

  • ECL Viewer - Save to local file option grey out

    Hello Experts,
    We have ECL viewer installed version 5.1.3 with SAP GUI 710 - 7100.2.7.1038.
    But, option under viewer --> save to local file  is grey out, how to enble this option.
    Thanks,
    Sam

    Hi all,
    in case the ECL Viewer is used in the ArchiveLink or GOS area the 'Save to local file' is not available.
    Basically it is possible to save the displayed document via the
    ECL Viewer menu in a local file. In DMS the users can go via the
    ECL Viewer menu 'Viewer -> Save to Local File' and create a local
    copy on this PC.
    This functionality, however, is not possible if the file is stored
    using the ArchiveLink. This is a restriction from the ArchiveLink
    application.
    If you are willing to do a modification just change the following
    coding within the constructor of class CL_DV_VIEWER_CONTROL_ECL.
    call method ecl_viewer->create_toolbar
          EXPORTING
      *     CLOSE_BUTTON      =
            TOOLS             = 'X'
            VIEWER            = 'X'
            NAVIGATION        = 'X'
            OPTIONS           = 'X'
            VIEWER_OPENFILE   = ' '
    *       VIEWER_SAVEFILE   = ' '         "<   delete
            VIEWER_SAVEFILE   = 'X'         "<   insert
            TOOL_MEASUREMENT  = ' '
            REMOVE_DOCUMENT   = ' '
            VIEWER_CLOSEFILE  = ' '
            TOOL_COMPARE      = 'X'
            TOOL_STAMP        = ' '
    If you are not willing to do a modification, it is even possible
    to make a copy of the whole class, change the coding within the
    copy, and make use of the copy by adding the according entries
    in table SDV_VCL_MIME_C (see SAP note 726158).
    For further question on this scenario I would kindly ask you to contact
    your local consulting organisation because in the standard this
    'Save as local file' is not available for ArchiveLink files.
    Best regards,
    Christoph

  • HT3622 how to create new playlists with second ipod device

    I have just bought a ipod touch when I also have used an older ipod, my question is when I try to create a new playlist for my new ipod I can not make it happen the new playlist keeps being created under my old playlists and when I try to drag the playlist to my new device I can not move it. thanks all

    Hi,
    Welcome to MSDN.
    I am afraid that this is not the proper forum for this issue, since each  Magnetic Card Reader writer has its API for developers.
    You could consider getting supports by connecting with the publisher of that Magnetic Card Reader writer which should have the sample about using its API.
    In addition, I did a research, you could refer to
    Build a .NET Class for Serial Device Communications with P/Invoke to get how to communicate with that serial device.
    Thanks for your understanding.
    Regards.
    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.
    Click
    HERE to participate the survey.

  • How to create new SVG export option

    I need to create a new SVG option to work with exportFile(). The new option will allow me to place a tag on in my exported SVG file. I'm not finding hints in the delivered documentation on how to do this. Could someone with experience in such, please point me to a resource that will help me.
    Thanks in advance.
    Steve

    Hi..
    Its continuous to earlier query, creation of new search help in Personnel Administration, we created elementary search help from SE11, now need to integrate this back end customization to front end screen,
    How to do this.,
    Welcome to all sharing minds.
    Regards.
    Kanuku.

  • Nokia music - how to create new playlist

    I have a Lumina 920 and am enjoying Nokia mixRadio and purchasing songs on my phone. now that I have a new song on my phone how do I get it into a playlist so I can enjoy all the songs I buy and not just one at a time?

    Not possible to change the camera save location by folder manually, unfortunately.

  • I had to re-install XP on my laptop. I installed itunes. Now I want to restore my music from backup CD's. But the option device under file is greyed out. I can't select restore from backup. How do I make the restore option active. I have an ipod nano

    I had to re-install XP on my laptop. I then installed itunes again. Now I want to restore my music from backup CD's. But the option device under file is greyed out. I can't select restore from backup. How do I make the restore option active? i have an IPOD nano.

    I think it's QuickTime player causing the problem, when I try to open it I get the windows error that an error has occured
    Let's try swapping out your QuickTime again, taking a few extra explicit precautions this time.
    Head into your Add/Remove programs. uninstall QuickTime.
    Next, we’ll manually remove any leftover program files and folders.
    1. On the Start menu, click My Computer (or double-click My Computer on the Desktop).
    2. In My Computer, open Local Disk.
    3. Open Program Files.
    4. Right-click on the QuickTime folder and click Delete from the shortcut menu.
    5. Navigate to C:\Windows\system32\.
    6. Remove the files QuickTime.qts and QuicktimeVR.qtx. (If “Hide filename extensions for known file types” is enabled on the PC, then those two files will appear as “QuickTime” and QuickTimeVR”.)
    7. Restart your computer.
    Now download and save a copy of the latest standalone QuickTime installer to your hard drive. (We'll run the install from there rather than online.)
    Latest Quicktime Installers … get the one that doesn’t mention iTunes
    Switch off antivirus and antispyware applications prior to the install. Start the install by doubleclicking the QuickTimeInstaller.exe.
    If that install goes through okay, restart the PC and try launching iTunes again. Does your iTunes launch properly now?
    (If you get an error message on the QuickTime uninstall or standalone reinstall, let us know what it says. Include error message numbers if you're getting any.)

  • HT1695 Wi Fi option greys out in my new I phone 4s or some times my phone cannot scan for wi fi . How can I rectify it?

    Wi Fi option greys out in my new I phone 4s or some times my phone cannot scan for wi fi . How can I rectify it?

    read http://support.apple.com/kb/ts1559

  • How can I add a "Create New Text File" contextual menu?

    Hi,
    I'd like to add a "Create New Text File" contextual item. I found the "new text file" action in Automator, but I don't really know where to go from there... I want it to work on the desktop and in finder...
    Thanks

    See:
    Mac OS X Automation,
    Automated Workflow Tips,
    Introduction to Automator tutorial, and
    a four-parter on Automation in Snow Leopard by Sal Saghoian:
    Snow Leopard Services,
    Services for iPhoto,
    Safari and WebKit integration, and
    Installing and using services.
    Finally, 
    Developing AppleScript Applications and
    Apple's Automator Developer Documentation

  • TS1436 Since the last I-tunes update I can't create new playlists or burn cd'sfor my car

    Since the last i-tunes update I have lost the ability to create new playlists as well the option to burn a new cd. I ued to be able to click "File" and go from there. The file option is gone since the new update.

    How can I test the other display theory? I didn't connect any new monitor (I do use 2) but I occasionally use stuff like remote desktop tools.
    I'll try and update the display drivers (even tho I updated them recently).
    P.S.: opening it on the other monitor worked. What the heck. Any way I can make it work on both monitors?
    I'll be making more tests in the meanwhile.

  • How to create a pdf file from multiple images ?

    Dear All,
    I want to create a SINGLE page pdf file from two or more page size images that are combined to make a single page pdf. Again, this question is on pdfs that are made out of several, atleast  two color images and a black-and-white mask for one of them.
    I have such pdf files from an unknown source (the producer is edited out) whereby there are three tiff images, obtained using the well known pdfimages extractor.
    When I want to make a pdf out of tiff or png or other image formats, I right click and tell Adobe Acrobat to make a pdf.
    However, I dont know how I can give a command to select say,  three tif images and specify which is the mask for which and then join  them in a way that I get the pdf from the composite of the two color images and a mask for one of them.
    Please help me out.
    I am a little familiar with the pdf structure skeleton and when necessary, fixed xref tables in one of my favorite editors. A few years ago, I also wrote a bunch of javascripts to make some annotations and needed some automation and used some itext type libraries. However, I need your help in this problem as I am now rusty and forgot some of what I studied to solve my earlier problems. This is a new problem for me. Gentle hints from you would be very nice to help me in this problem. Please specify if necessary what manual and pages to read. in the pdfspec.
    Best Regards
    Disabled Veteran [physically handicapped]

    Hello Again.
    On Fri, May 11, 2012 at 12:20 PM, lrosenth <[email protected]> wrote:
    >
    > Re: How to create a pdf file from multiple images ?
    >
    > created by lrosenth in PDF Language and Specifications - View the full
    > discussion
    > ________________________________
    >
    > No clue who Irving is…
    >
    I was hoping to have your first name so its easy for me to address you.
    > I have no clue what OS platform, programming language, etc. you use so
    > can’t really narrow things down.
    I would gladly mention that I am working on windows platform, preferably XP.
    I can also work on linux for free products that come with it.
    >  Also, as this is an Adobe forum, we only
    > recommend Adobe products – so there may be other options that even my list
    > wouldn’t include.
    But adding other products, for the help of an adobe products user,
    even if it outside adobe, shall add greater prestige to your company
    and give impression of user-centeredness.
    > If you read ISO 32000-1:2008 (aka the PDF standard), you will find the
    > information about Images and Image Masks well described.  I didn’t think I
    > needed to repeat any of that information.
    Well, just add the few pdf stanzas since you are proficient on it and
    I am presently a little rusty as I mentioned. Just asking a little
    extra yard, not even to go an extra mile.
    > And, if you read that same document, you will see that there is NO SUCH
    > THING as a “text only PDF”.   All PDF documents are structured binary files.
    Well, ascii format or uncompressed format that is human readable. I
    know its a binary file, but human readable ascii version of it.
    I hope you can give me some stanza and various other approaches
    possible so I can select or combine things for myself. I see only a
    miniscule number of posts claiming to have written masks in this forum
    and then with no details.
    Regards
    Roger
    Message was edited by: dying veteran
    because the adobe posting system went crazy and truncated all except the first line ... dunno why

  • How to create a PS file out of Freehand MX?

    I am new to these forums, and wonder if anyone can help
    clarify a question:
    How to create a PS file with fonts embedded, out of Freehand
    MX?
    I am very late in making the transition to OSX /Freehand MX /
    CS1 (better late than never).
    Up until recently I have been using Freehand 8/9 under OS 9.2
    to create a Postscript file, selecting 'Embed All Fonts' in the
    save to file dialog box. Then distilling the PS file through
    Acrobat Distiller 5 with press ready settings. All works fine and
    no problems with the printed results.
    Now running FH MX under OSX (10.2.8 Jaguar?) I have added a
    virtual PS printer but I am unable to work out how to successfully
    embed fonts, and would much appreciate any advice!! Thanks in
    advance.

    I would be careful saying that the resolution is correct for
    any
    publication. Newspaper print is typically at 85 lpi where as
    standard
    press printing (even magazines) is 150 lpi or higher. These
    require 170
    and 300 ppi images, respectively. Not knowing what the
    D6Dispatch
    preset gives you I would think it's closer to 170 than 300
    which would
    not be enough for most print needs other than newspaper.
    Also, your directions for finding the PS option are when
    using OS X 10.3
    or earlier, which is what the original poster is using. For
    others, in
    10.4, it is found in the "PDF" button found at the bottom of
    all option
    sections. It is labeled oddly as "Save PDF as PostScript".
    Rich
    JerseyThursday wrote:
    > This is how I create press ready PDF files (for print
    ads) from Freehand MX (os
    > X) with the fonts embedded.
    >
    > Out of Freehand, I click print. In the print dialog box,
    on the third
    > pull-down bar (should say ?copies and pages?) I pull it
    down to the ?output
    > options? selection. From there I check the box ?save as
    file? and then select
    > postscript from the format options. This creates a PS
    file.
    >
    > I then distill this PS file in Acrobat distiller (comes
    with Acrobat
    > Profesional) using the job option D6Dispatch (this is a
    Columbus, OH
    > newspaper). You can download this distiller option free
    from:
    >
    http://printads.thisweeknews.com/
    >
    > Works great for 4 color and black and white ads. The
    fonts are embedded and
    > the resolution is correct for any publication
    >
    >

Maybe you are looking for

  • I only want one user account to recognize iPod.

    I have searched all over trying to find a solution to this.  My wife has an old iPod Nano that she jogs with.  When not in use it is stored on a dock attached to our iMac.  On that iMac we both have user accounts and maintain seperate iTunes librarie

  • DisplayPor​t Question

    Hi guys, Question about the DisplayPort connector. I currently have 2 external monitors and am using the VGA port to send the signal from my Lenovo T520 to one monitor while the other is idle. I just found out about the DisplayPort plugin, but I want

  • How to make columns in the select list dynamic

    Hi I need to make columns in the select query dynamic.I have three tables.Table 1 contains master information lets say name of group(A group consists of members of various skill sets) and its period(A group is of specific period lets say for 18 month

  • Theme Editor

    Hi all, I am trying to install theme editor in NWDS SP9 but i am not able to download the theme editor in the following URL. https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/151c9556-0e01-0010-dabc-8cb4191bd49b Can anyone help me in

  • Is there a webcam that is compatible with OS 10.9?

    Is there a webcam that is compatible with OS 10.9?