Custom library schema?

Does anyone know if it is possible to customize the columns that are used by the iTunes library?
I have a large set of classical CDs that I would like to import into the library and sync with my iPod, but I'm reluctant to start doing this since the way the library seems to organize tracks and the available ID3 tags are not very well suited to the way classical music is categorized. For example, there seems to be no concept of 'movements' as parts of a single title.
Any thoughts on the ability to customize the library, or how to best organize classical music within the existing library framework?

Hello Sanjeev,
Today I have downloaded your SwixEditor. Since one year I use SwiXml to design my GUI's. I have developed some custom tag's. Have you a documentation to add custom gui components to SwixEditor? I did add with "Custom Controls" under the "Tool" Menu. I got the error message "Error Loading". Where can I see what's wrong?
Thanks for your help.

Similar Messages

  • Is It Possible to Create Custom URL Scheme to Launch a Specific Tab ?

    I know you can link to DPS and a specifict folio / artcile with a Custom URL Scheme, but does DPS support to use Custom URL scheme to launch a specific Tab ?
    To clarify I'm not looking at the option to start on a specifict tab when launch, DPS supports this already, but just wondering if another iOS app can invoke DPS launch to a specific tab ?

    I found http://helpx.adobe.com/digital-publishing-suite/help/hyperlink-overlays.html there is a section "Create goto links to custom icons" seems like you can specificy which tab to go to from an external app when invoke the DPS app ? (ex. library, store)
    oto://ApplicationViewState/library
    goto://ApplicationViewState/sections

  • How can we setup a prefix namespace for a custom library in FB 4.7

    Using 3.6, we are creating a custom library.
    We need to be able to use a prefix such as "MyLib" when adding library components to an MXML file in an application.
    Right now we get <ns:MyButton. . .> and we need <myLib:MyMyButton . . .>. Any other library used gets <ns1:...<ns2:... etc. Not very usefull to identify the source of the component.
    In the library, we have the manifest.xml and design.xml. The library is functional except for the prefix.
    manifest.xml
    <?xml version="1.0" encoding="utf-8"?>
    <componentPackage>
              <component id="MyButton" class="com.test.MyButton"/>
    </componentPackage>
    design.xml
    <?xml version="1.0"?>
    <design version="2">
              <namespaces>
                        <namespace prefix="myLib" uri="library://flex/myLib"/>
              </namespaces>
              <categories>
                        <category id="MyLib" defaultExpand="true"/>
              </categories>
              <components>
                        <component name="MyButton" namespace="myLIb" category="MyLib" displayName="MyButton"/>
              </components>
    </design>
    When building the SWC, the assets includes the manifest.xml and design.xml files. The Namespace URL library://flex/myLib and manifest file location are also set. The compiler arguments contains -include-namespaces library://flex/myLib
    Is there  fix for this?
    I understand that the "design" part has been removed from 4.7, but why would it affect the mxml prefix?

    Any feedback from Adobe people that worked on FB 4.7 and the removeal of the design mode?
    Are they related? Any suggestions?
    Having random namespace prefix being generated is very annoying.

  • Call Custom Library built in type is not available in form personalization.

    Hello All,
    In our Vision instance(EBS 11.5.10.2 Dev 6i Patchset 15) Call Custom Library built in type is not available in form personalization..
    Please suggest

    probably wiser to post this in the E-Business forum
    General EBS Discussion
    your welcome

  • Apex Custom Authentication Schema Page Sentry Error

    Hi,
    I am using Application Express 4.0.0. I am struggling with a strange problem while trying to implement custom authentication schema.
    I declare a page sentry function 'page_sentry' which returns TRUE or FALSE based on certain conditions. My page_sentry is as follows:
    FUNCTION PAGE_SENTRY RETURN BOOLEAN
    IS
    l_username VARCHAR2(512);
    l_session_id NUMBER;
    BEGIN
    IF USER != 'APEX_PUBLIC_USER' THEN
    RETURN false;
    END IF;
    l_session_id := wwv_flow_custom_auth_std.get_session_id_from_cookie;
    -- check application session cookie.
    IF wwv_flow_custom_auth_std.is_session_valid THEN
    apex_application.g_instance := l_session_id;
    l_username := wwv_flow_custom_auth_std.get_username;
    wwv_flow_custom_auth.define_user_session(
    p_user => l_username, p_session_id => l_session_id);
    RETURN true;
    ELSE
    --redirect to login page using OWA_UTIL.REDIRECT_URL
    END IF;
    RETURN false;
    END page_sentry;
    And Cookie Name : _AUTH
    At first, It always returned FALSE. I wasn't getting any error. However, even after forcibly returning TRUE from the page_sentry function the redirect was still not happening. I tried to look into what cookies were being set for the same and I found this:
    Name:     ApexLibErrorStack1
    Content:     page%3D1%3Cbr%20%2F%3EERR-1201%20session%20ID%20not%20set%20on%20custom%20authentication
    I couldn't find any relevant help for this. Worst of it is I cannot set any cookie from the page_sentry function at all. Please help!

    Hi all.
    Can someone please help me out with the above issue. I am not sure if things are wrong at my end or is this an apex bug.
    --Update:
    The source of my problem perhaps lies in the manner in which I have configured my Oracle HTTP Server. When I disable port HTTP server on port 80 and run apex without it on default port 8080, the custom authentication schema cookie gets set.
    Executing the following with Oracle HTTP Server:
    OWA_UTIL.PRINT_CGI_ENV;
    gives:
    HTTP_COOKIE = ApexLibErrorStack1=page%3D1%3Cbr%20%2F%3EERR-1201%20session%20ID%20not%20set%20on%20custom%20authentication.; ORA_WWV_R1=%23ALL; ORA_WWV_R2=%23ALL; ORA_WWV_R3=%23ALL
    And without HTTP Server:
    gives:
    HTTP_COOKIE = WWV_CUSTOM-F_1420403886791332_100=9625AAC49B9951D8;......
    Did I miss something in my HTTP server configuration ?
    Edited by: pc on Jan 2, 2012 3:15 AM

  • PDF Portfolio -- custom color scheme

    Acrobat 9: Is it possible to save a custom color scheme to use with multiple portfolios?

    Hi Hema
    They should be located here:
    C:\Program Files\Business Objects\Xcelsius\assets\themes\custom
    OR:
    C:\Documents and Settings\<User Name>\Application Data\XcelsiuscustomThemes
    Regards
    Charles
    Edited by: Charles Davies on Oct 5, 2009 5:11 PM

  • Using Time.expression in a custom library

    Hello All,
    I am trying to write a piece of code in a custom library. Upon trying to save the code, it tries to compile and kicks out a message "...cannot resolve symbol symbol : class Time location..."
    Does any one know which class to import in order to use the Time function?
    I have already imported  com.redwood.scheduler.api.date.*;
    Thanks
    Daniel

    Hello,
    The code in a library works slightly different then the expressions.
    You can use:
      DateTimeZone myDate = DateTimeZone.expressionNow("add 1 day");
    regards Gerben
    Edited by: G. Blom on Feb 24, 2011 12:49 PM

  • Custom Library 'Adobe LiveCycle Workflow Fields'

    Hello,
    I'm just reading through the document 'creating_workflows.pdf' of Workflow 7.0. In the chapter about designing forms for workflow it says that the custom library is available with the SDK, however I was not able to locate the library. There are also some workflow fields in Adobe Designer 7.0, but I think they are for older workflow versions, because the field names don't match the ones in the documentation ('creating_workflows.pdf'). Can somebody help me locate the library or tell me which fields to use for my forms?
    Thanks!
    Regards, Karin Garreis

    Hi Karin
    The library is actually in a file called Adobe LiveCycle Workflow Field.xfo which is part of the Workflow SDK. You will find it in:
    \LiveCycleWorkflow7_SDK\Misc
    See:
    Mike J. Potter, "Adobe LiveCycle Workflow 7.0 SDK (38.3 M file)" #5, 20 Sep 2005 12:48 pm for info on how to get the SDK.
    In order to install this library, you need to create a new Group in the library palette, and then add this file to the directory that gets automatically created to hold this group. The usual location for new groups is:
    C:\Program Files\Adobe\Acrobat 7.0\Designer 7.0\EN\objects\[grpname]
    I hope this helps...
    Howard
    Howard Treisman
    Avoka Technologies
    Specializing in LiveCycle Components and Solutions
    http://www.avoka.com/avoka/qpac_library.shtml

  • Restful Web Services - First Party Authentication with custom authentication schemes

    Hi
    I've successfully enabled security using first party authentication on our Restful web services however these only work with the built in Apex accounts and not other authentication schemes.
    Ideally I'd like to authenticate against LDAP, however when I enable this authentication scheme the restful services don't work as they only support the Apex accounts. 
    Has anyone implemented LDAP authentication for Apex restful web services, either directly or using Glassfish ? Does anyone know if support for custom authentication schemes on the feature roadmap for a future Listener release ?
    I attempted to configure the glassfish application against LDAP but am still working on it.. glassfish never challenged the client to authenticate (it's only to be for the web service endpoints and nothing else), so any pointers on how to set that up for Apex would be appreciated.
    Thanks
    Kes

    Hi Gemma,
    unfortunately at the moment you are caught between a rock and a hard place:
    - As you point out there is no way in APEX for a user to self-register themselves, short of developing your own table to store users and configuring APEX custom auth to authenticate against that table
    - Listener can only authenticate against the the APEX user repository, it cannot integrate with custom APEX authentication.
    There may be other options though, by leveraging the authentication capabilities in the JRE and/or WebLogic/GlassFish application servers. We're interested in addressing this use case, so if you wish to investigate further please send me an email ( colm <dot> divilly <at> oracle <dot> com).
    Thanks,
    Colm Divilly

  • Error while Importing customer repository schema

    Hi All,
    I want to import a customer repository schema into vendor repository so that i can have multiple main tables.
    I exported the customer repository schema and tried to import it in Vendor repository.
    In the pop up that apperas when we click the Import repository schema and select the file from the source location i selected the below options
    1. for all the modify operations i selected the operation as "Reject "
    2. For all the delete operations i selected the operation as "Reject"
    and
    3. for all the add operations i selected the Operation as "ADD"
    for Vendors table(main) the operation was to delete for which i selected the reject operation and for customers table(main) i selected the add operation.
    Now when select ok the system throws the below error
    "One or more selection Items require that you select additional Items. would you like to see the report".
    On clicking yes to see the report i get the below message
    *Transport operation failed:
    Dependency check failure.  A reference to object of type: MatchingStrategy named: Customers:MDM_CUSTOMERS cannot be resolved because the object is not being added.*
    Can anyone please help me in understanding where i am going wrong?
    regards,
    Sharma.

    Hi Sharma,
    I am quite sure that this problem is related to MDM Strategy only.If you delete your strategy and try u will be able to do so:
    Please check you strategy or check may be in strategy u have some lookup field and corresponding lookup table is not transported.
    See the error says:
    Dependency check failure. A reference to object of type: MatchingStrategy named: Customers:MDM_CUSTOMERS cannot be resolved because the object is not being added
    Regards,
    Neethu Joy

  • Can iBooks Author handle custom URL schemes?

    Hi
    I have a native application that displays radiology images. I'd love to have iBooks be able to click on a link that had a custom URL scheme and launch my application. This way you could (for example) have a textbook for different procedures or findings and be able to display the type of study that would result from the procedure.
    When I enter URL with a custom URL scheme iBooks Author prepends a 'http:" to the URL. Is there any way around this?
    I've tried editing an exported iBooks file manually (e.g. in emacs) but the modified ibook doesn't seem to be imported.

    Yes.  I'd love to know the same thing for similar reasons.

  • Custom Color Scheme in Xcelsius

    Hi all,
    I want to create custom Color Scheme in Xcelsius. I have referred the following blog
    [/people/john.kurgan/blog/2009/07/20/obtaining-the-perfect-custom-color-scheme-in-xcelsius-part-2|/people/john.kurgan/blog/2009/07/20/obtaining-the-perfect-custom-color-scheme-in-xcelsius-part-2]
    That blog has XML files .I downloaded that XML and put in the following folder.
    C:\Program Files\Business Objects\Xcelsius\assets\themes\custom 
    But that Color Scheme is not displaying in Xcelsius.
    If I put XML file in the following folder (C:\Program Files\Business Objects\Xcelsius\assets\themes\built-in ) I can use that color Scheme.
    What may be the problem?
    Help me in this regard.
    Thanks &Regards                           
    Hemalatha J

    Hi Hema
    They should be located here:
    C:\Program Files\Business Objects\Xcelsius\assets\themes\custom
    OR:
    C:\Documents and Settings\<User Name>\Application Data\XcelsiuscustomThemes
    Regards
    Charles
    Edited by: Charles Davies on Oct 5, 2009 5:11 PM

  • Custom color scheme xml not getting used

    I have a custom color scheme. I used the advanced settings.
    Some of the color scheme settings are getting picked up but I don't think any of the advanced ones are.
    The advanced settings ARE getting written to the color scheme's xml document (XcelsiuscustomThemes/mySchemeName.xml
    )... so that's good. Here's an example:
        <ListView>
          <headerStyleName.color>0xE1EFF7</headerStyleName.color>
           <textSelectedColor>0x333333</textSelectedColor>
          <headerStyleName.textSelectedColor>0x333333</headerStyleName.textSelectedColor>
        </ListView>
    Is there someplace I need to point to the XcelsiuscustomThemes/mySchemeName.xml ?  So that those styles get used ?
    Incidentally, If I edit the programfiles(x86)/.../themes/DefaultMapping.xml document   --  then any changes are reflected... so it seems like I just need to be able to tell xcelsius to use the  XcelsiuscustomThemes/mySchemeName.xml    instead of   the DefaultMapping.xml

    Hi Hema
    They should be located here:
    C:\Program Files\Business Objects\Xcelsius\assets\themes\custom
    OR:
    C:\Documents and Settings\<User Name>\Application Data\XcelsiuscustomThemes
    Regards
    Charles
    Edited by: Charles Davies on Oct 5, 2009 5:11 PM

  • Oracle_Id APPS or CUSTOM data schema...???

    Hi,
    I have a question about the Metalink Note: 70276.1.
    At point 5 , it is written the following:
    "It is recommended that you use the STANDARD datagroup and pair the custom schema with APPS or you can add a new data group. This depends upon your own requirements."
    I'm going to create a custom application and following the EBS directives , i'll create the tables,seqs,indexes to the CUSTOM schema whereas the views,packages,procs,funcs,synonyms to the APPS schema.
    According to the above Note , what may be the differences between selecting CUSTOM as ORACLE_ID and APPS...and which changes to the app architecture - regarding the db schema of both CUSTOM,APPS schema - should be done (if any...)???
    Many thanks ,
    Sim

    Sim,
    The standard way is to use apps as an Oracle ID when adding a custom schema to a data group. The custom application will use this Oracle ID (i.e. apps) to connect to the tables in the database. By default, apps user has select any table privilege and that is why is recommended to use the apps account. Adding a new data group requires giving more privileges to you custom user to allow access to tables in other schemas.
    In addition, I would suggest you refer to this note since you are on 11i.
    Note: 176852.1 - Integrating Custom Applications with Oracle Applications Release 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=176852.1

  • Using filters in custom library/viewer

    I'm building a custom library/viewer using the sample files from Derek Lu's article "Creating an HTML implementation of the DPS default library" as a base. It's a great way to get started! What I would like to do is add functionality to use the filter-functions present in the default library/viewer. Does anyone know if there is a way to get hold of the source-code for the default viewer or if anyone know of any documentation that could assist me in this? Has anyone in here experience in building a custom library/viewer with filter-functionality?
    Big thanks for all help I can get :-)
    / Johan

    I'm building a custom library/viewer using the sample files from Derek Lu's article "Creating an HTML implementation of the DPS default library" as a base. It's a great way to get started! What I would like to do is add functionality to use the filter-functions present in the default library/viewer. Does anyone know if there is a way to get hold of the source-code for the default viewer or if anyone know of any documentation that could assist me in this? Has anyone in here experience in building a custom library/viewer with filter-functionality?
    Big thanks for all help I can get :-)
    / Johan

Maybe you are looking for

  • Transfer Order Status Issue

    Hi All. For the delivery we are Creating the Transfer Order using the Transaction LT03 . Currently we are having issue with Transfer Order status.When we look the document flow for the transfer order, TO status reads as "Completed" instead of "open"

  • Selection outline is black line instead of marching ants?

    Hi, I'm making a selection using the Quick Selection tool and the outline is a black line, not the usual marching ants. I also tried drawing a shape with the rounded rectangle tool to make a manilla folder, so the tab had to overlap. I could not get

  • VOFM output control routine for VT01N

    I need to know what the temporary strucutre or internal table is that SAP uses for deliveries.  The values eventually get stroed in table VTTP.  But when using VT01N they are not there of course until it is actually saved to the DB.  The output contr

  • The service you want to start is currently locked in ess.

    Hi all, I'm getting this error in ESS when the user goes to personal Information and click on the family members and dependent i'm getting com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Person is already being processed by user.. May i know the reas

  • Because once a month acrobat stops working and I have to reinstall

    because once a month acrobat stops working and I have to reinstall