Accessing tunes from within STP or Toast

When using Toast, or Motion, or Soundtrack Pro, etc media browser files provide access to iTunes for selecting whichever tune you want. Very nice. However I cannot see all my tunes. They're listed in Compilations, Albums, etc. But for the life of me I cannot figure out how to get the ones I want to appear in that browser window. For instance, in iTunes I imported 4 tracks. I selected them, created a playlist with those 4, and indicated they were a compilation. I also included them in an existing playlist that does somehow appear in the browser in outside apps (Motion, STP, Toast, etc). But no matter what I try, those 4 songs are not accessible from within Toast. I simply cannot see them to burn to a CD. They are songs that are legal, nothing shady from that department, but my eyes and brain are foggy about how/where those browsers are accessing the data. Any help appreciated.

There used to be something called high-level API. Abandoned ages ago because most of us preferred the "real thing" or went to scripting.
TextStyleRange like all the other Text scripting objects are second class citizens of the object model - they are created only on the fly as "proxy" objects. On the down side that means they consume memory until the document is released/saved/closed, and may fall apart (point to the wrong chunk of text) after any manipulation in preceding text. Besides the implementation is overkill by several degrees - each instance (I think it was kTextScriptingSuiteBoss) is the equivalent to a whole selection suite boss.
That said, you can use IScriptUtils to access kScriptInfoManagerBoss.
IScriptRequestHandler is aggregated there to execute script requests.
Be warned that constructing such script requests also has some learning curve, and the interfaces in the scripting area are extremely unstable across InDesign versions. Every other version renames methods, classes, adds or removes arguments. You will need plenty preprocessor conditions for cross-version code.
From the plugin side I only use that approach where the official interfaces do not work and the working interfaces (as used by scripting) are not exposed. One concrete case is TOP (type on path).
Dirk

Similar Messages

  • Data Model damaged, Cannot connect to Access 2013 from within Excel 2013

    Hello,
    Recently I am not able to use PowerPivot for Excel 2013 and I cannot connect to my Access 2013 database tables from within Excel 2013. Whenever I try to click on a slicer in my Excel worksheet, it gives me the following error: "Excel was unable to load
    a necessary component. This component might have been damaged or deleted. Reinstall the client software or data source driver software for your database."
    I am using Microsoft Office Pro Plus 2013 on Windows 7, 64-bit version. I have tried reinstalling Microsoft SQL Compact Edition 2005 and reinstalling Office 2013. I have run out of ideas and am a loss what to do next ? 
    Can anyone help point in the right direction for a possible solution to this problem ??? 
    Would appreciate all help.
    Thank you.
    ~Maneesh
    The problem with being punctual is, there's nobody there to appreciate it !!!

    Hi
    This is the forum to discuss questions about apps for office develop. For your question is more about Excel, I will move this thread to the TechNet forum for
    Excel
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly
    can either share their knowledge or learn from your interaction with us.
    Thank you for your understanding.
    Best Regards
    Lan
    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.

  • OWSM Policy - how to access subject from within protected service

    I am setting up a new instance of SOA Suite 11g for integration purposes at my organization. I am planning to use predefined WSM policies to protect the services (see http://download.oracle.com/docs/cd/E12839_01/web.1111/b32511/policies.htm).
    Most communication is server-to-server (e.g. HR sending data to CRM), so it would make sense to use something like X.509 (i.e. oracle/wss11_x509_token_with_message_protection_service_policy). However, I have a requirement that the underlying services (BPEL processes, for example), must know the subject (i.e. the server) that sent the message. For example, did this incoming message come from the HR system or the CRM system. This is used internally by the BPEL process for audit logs and other things.
    We also use OAM, so I will likely eventually use the oracle/wss_oam_token_service_policy to verify ObssoCookie values. In those cases, the underlying Java service or BPEL process will need to have access to the username of the authenticated user.
    I've searched and searched the documentation, and I cannot find any instructions about how to access details about the authenticated subject (such as username, roles, or X.509 properties) from within the protected service, whether it be a Java-based service, a BPEL process, or anything else.
    I did find some information about how to read SOAP header values from within Oracle BPEL processes (see http://chintanblog.blogspot.com/2007/12/insertextract-soap-headers-in-bpel-it.html). However, this looks like it will only work if I use the WSS UsernameToken policy (e.g. oracle/wss_username_token_service_policy), since that is the only policy where the actual subject identifier (username) is specified in a SOAP header.
    Do the other policies (X.509, SAML, and OAM) provide a mechanism to convey properties of the authenticated subject to the underlying service? If so, where is this documented? Thanks much!
    Sincerely,
    Nathan Kopp

    Is it wrong question or wrong thing to do?
    Let's make it a little bit easier/better/worse:
    How can I change policy permissions at runtime?

  • Access ViewObject from within DataBean

    How do you call a View Object from within a java class?
    This statement returns null:
    SessionCookie cookie = container.getSessionCookie(am);
    Is there another way to do this?

    Add the following code to your managed bean.
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExternalContext extContext = facesContext.getExternalContext();
    Application app = facesContext.getApplication();
    DCBindingContainer binding = (DCBindingContainer) app.getVariableResolver().resolveVariable(facesContext, "bindings");
    DCDataControl dcCtl = binding.findDataControl("MyDataControl");
    ApplicationModule appModule = dcCtl.getApplicationModule();
    ViewObject vo = appModule.findViewObject("MyView");

  • How to access script from within Bridge

    I have considerable experience scripting InDesign, but this is my first
    Bridge script...
    The following script does what I want from within the ESTK, but I have
    no idea what to do to make it runnable from within Bridge... :(
    Any pointers?
    var brSel = app.document.selections[0].spec.toString();
    var bt = new BridgeTalk();
    //brSel = brSel.toSource();
    bt.target = "indesign";
    theScript = "var IDsel = app.selection[0]; \n";
    theScript += "if (IDsel instanceof Graphic){ \n";
    theScript += "var theGraphic = IDsel;\n";
    theScript += "}else{\n";
    theScript += "var theGraphic = IDsel.graphics[0];\n";
    theScript += "}\n";
    theScript += "var theFile = File(\""+brSel+"\");\n";
    theScript += "theGraphic.itemLink.relink(theFile);\n";
    theScript += "theGraphic.itemLink.update();\n";
    bt.body=theScript;
    bt.send()
    Thanks,
    Harbs

    Harbs,
    There isn't anything like a scripts palette in Bridge.
    Because your working on a selection, you'll need to add a menu item to bridge.
    You can also navigate to the folder containing the scripts and double click it. But then the script is the selection...
    Bob

  • NullPointerException when accessing EntityManagerFactory from within EJB

    Hello everyone,
    I am having trouble getting an EJB to work properly with persistence. Here is the code for my EJB:
    package HelpDesk.ejb;
    import javax.ejb.Stateless;
    import HelpDesk.entity.Tecnico;
    import javax.persistence.*;
    import javax.persistence.EntityManagerFactory;
    @Stateless
    public class HelpDeskManager implements HelpDeskManagerInterface {
       @PersistenceUnit(unitName="HelpDeskPU")
       EntityManagerFactory emf;
      public void newTecnico(String nombre, String username, String privilegio, String password)
          javax.persistence.EntityManager em = emf.createEntityManager();
          Tecnico tec = new HelpDesk.entity.Tecnico(nombre, username, privilegio, password);
          em.persist(tec);     
    }The error happens on the line: javax.persistence.EntityManager em = emf.createEntityManager();
    This method is then called from a servlet which has the following code on its doGet() method:
          response.setContentType("text/html;charset=UTF-8");
            PrintWriter out = response.getWriter();
            try {
                HelpDesk.ejb.HelpDeskManager hdm = new HelpDesk.ejb.HelpDeskManager();
                hdm.newTecnico(request.getParameter("nombre"), request.getParameter("username"), request.getParameter("privilegio"), request.getParameter("password"));
                out.println("Técnico creado exitosamente.");
                response.sendRedirect("index.jsp");
            catch(Exception ex){out.println(ex.getMessage());}
            finally {
                out.close();
            }Using this try statement simply causes the word "null" to be output to the browser. Without the try statement, I get the NullPointerException on the app server logs. I am using Netbeans 6.5/ Glassfish v2. I can guarantee that the Persistence Unit is correctly configured and that a connection pool has been defined in Glasfish for this database, as well as a JNDI name for it, though I do not know if it's necessary to register the EJB as a JNDI name as well.
    Any advice will be truly appreciated, as I am rather new to EJB technology. Thank you.

    Hello again, thanks for your quick reply,
    I tried it out the way you suggested, but I now get the following error displayed on my browser:
    type Exception report
    message
    descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: PWC1391: Servlet.init() for servlet newTecnico threw exception
    root cause
    java.lang.RuntimeException: WEB5002: Exception in handleBeforeEvent.
    root cause
    com.sun.enterprise.InjectionException: Exception attempting to inject Unresolved Ejb-Ref help_desk.servlet.newTecnico/hdm@jndi: HelpDesk.ejb.HelpDeskManager@[email protected]@Session@null into class help_desk.servlet.newTecnico
    root cause
    javax.naming.NameNotFoundException: HelpDesk.ejb.HelpDeskManager#HelpDesk.ejb.HelpDeskManager not foundI believe it is because I need to define the EJB as a JNDI resource. However, I am unsure how to go about this. When I try to do create a new JNDI resource via the Glassfish Admin Console, it asks for several fields, including Resource Type and Resource Factory. I think Resource Type can be the fully qualified class name, but my EJB doesn't have any factory classes associated with it.
    Thanks again for the information. your help is greatly appreciated!

  • Can't access UIViewRoot from within constructor

    the subject actually says it all: When trying to get the locale over getViewRoot().getLocale the first method returns null. in any other method everything is working. how can i get the viewRoot or load the current locale respectively in the constructor?
    thanks!

    Can't reproduce this problem. It works fine here with latest JSF 1.2.
    Backing bean (request scoped):
    package mypackage;
    import javax.faces.context.FacesContext;
    public class MyBean {
        private String value;
        public MyBean() {
            value = FacesContext.getCurrentInstance().getViewRoot().getLocale().toString();
        public String getValue() {
            return value;
    }JSF page:
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
    <!doctype html>
    <f:view>
    <html>
        <head>
            <title>Test</title>
        </head>
        <body>
            <h:outputText value="#{myBean.value}" />
        </body>
    </html>
    </f:view>Output:
    nl_NL

  • How to access a variable from within a symbol.

    How do I access a variable set outside a symbol from within that symbol?
    Thanks

    If you set a variable on stage ,say
    sym.setVariable("stageVariable", "I am stage variable");
    You can access it from within  a symbol using :
    var myVariable = sym.getComposition().getStage().getVariable("stageVariable");
    Basically you need to get handle to the symbol in which the variable is defined.

  • Every time that I play a tune from my itunes the file duplicates itself into my 'MyDocuments' folder. If I delete this the song is erased from itunes totally. Ideas??

    Everything worked fine for the last two years but now every time that I play a tune from my itunes the file duplicates itself into my 'MyDocuments' folder. If I delete this the song is erased from itunes totally. Ideas??

    You are of course deleting the tunes from within the iTunes interface.
    The settings that I am referring to are your device settings for the iPad. It should show in the left column of iTunes when your iPad is plugged in.
    Go through your playlists and make sure that the tunes(s) are removed from any playlist. You can prevent the sync as noted above then do a sync and the iPad should update with the content from you Mac.
    MJ

  • After downloading newest android update video won't play from within photos.

    After updating to the latest Android software, the video playback will not work and the error message "Can't play video" appears when trying to access video from within the photos section, they are visible as thumbnails and first frames. .. They can still be played back from the videos section but it used to work on both. This has affected all videos that are on the phone. Does anyone have any ideas?  Thanks, 

    spoke to online help today, they told me to backup my phone carry out software repair using pc companion. it did nothing but wipe my apps, the problem on mine comes from it won't allow films to be downloaded to the memory card, it will however download to the phone, which is crap seeing how small the onboard memory is. i've submitted an email and no doubt in a week or 2 there will be another update to sort this. it seems that none of these updates are tested properely as when my xperia z updated once you lost loadspeaker till the came up with a patch file.
    my xperia z1 will play vids but when i updated there was about 40gb from video unlimited saved on the memory card, which immediately came up out of rental.... which is a pile of crap seeing as they were bought films. lets keep fingers crossed this is fixed quick.
    oilibear wrote:
    After updating to the latest Android software, the video playback will not work and the error message "Can't play video" appears when trying to access video from within the photos section, they are visible as thumbnails and first frames. .. They can still be played back from the videos section but it used to work on both. This has affected all videos that are on the phone. Does anyone have any ideas?  Thanks, 

  • Is Webcenter Sites able to access profiles from ATG Profile Repository?

    Hi,
    I have a two part question on WCS:
    1) If I have users created in LDAP, can WCS use infromation regarding this users to do authentication in WCS? Can WCS use LDAP users profiles?
    2) If I have ATG solution implemented for Commerce functionality, and ATG profile repository is used to create/store user profiles, can WCS connect to ATG Profile repository to use infromation regarding these users to do authentication in WCS?
    I am just trying to learn WCS functionalities and WCS integration with ATG,, so please excuse me this question is a bit blunt.
    Thanks

    Hi,
    Not out of the box, but this can be done through some plugins that are provided.
    You can implement the SSO layer to plug in to the ATG LDAP repository fairly easily - have a look at the 3rd party software guide in the Sites docset for that.
    As for the profile data, absolutely this can be done.  If the ATG profile repo is accessible programmatically, you can access it from within your site on Sites.  I'd use a system on Sites that gives me a MVC architecture then I'd have my login action query the remote system for the data.
    If you just want it for targeting, you can look at using Sites Engage and implementing the datastore api to retrieve data from the ATG repo instead of forcing Sites to persist the profile data to the local visitor repository.
    Good luck!
    Tony

  • Writing records MS Access records from LabVIEW

    I'm trying to write new records to a MS Access table from within LV. I need to use ActiveX (no chance for SQL toolkit). I'm able to create new records in the database table, but cannot write values in the fields. Can anybody help me?
    thanks in advance
    Giovanni Moschioni

    Thanks for answer; as a matter of fact my problem is how to tell Access 'hey, I want this field of this record to be this value'. In a nutshell I'm not able to translate into LV the following statements extracted from MS Dao Help file:
    .AddNew
    !Name = strName
    !Surname= strSurname
    .Update
    Thanks again for help!
    Giovanni Moschioni

  • Updated to firefox 4.0. since then my computer is very slow accessing the internet, websites and getting information from within a website.

    Over a week ago I updated my computer to Firefox 4.0. Since then my computer is very slow accessing the internet, websites and getting information from within a website. Also, a tool bar has shown up for YAHOO which I did not request. The old detailed tool bar for Firefox has disappeared. All that now shows for Firefox is the area to enter website urls and an area to enter topic for a Google Search.
    Many times I have to exit Firefox and re-enter it later to access the internet.
    Please advice what I need to do to get back to the speed I had with the older version of Firefox.
    Thank You,
    Dennis

    Over a week ago I updated my computer to Firefox 4.0. Since then my computer is very slow accessing the internet, websites and getting information from within a website. Also, a tool bar has shown up for YAHOO which I did not request. The old detailed tool bar for Firefox has disappeared. All that now shows for Firefox is the area to enter website urls and an area to enter topic for a Google Search.
    Many times I have to exit Firefox and re-enter it later to access the internet.
    Please advice what I need to do to get back to the speed I had with the older version of Firefox.
    Thank You,
    Dennis

  • How can I access the control lines of a PCI-1422 from within C++?

    I would like to know how the control lines of a PCI-1422 can be accessed (set) programmatically from within C++ (MS VC++7, Windows XP). A flat panel sensor connected to the PCI-1422 needs the control lines to switch on features like binning which I want to use.
    Unfortunately I was unable to identify an appropriate command in the IMAQ documentation. Does anyone have experiences with this?
    Thank you very much in advance!

    Kluas,
    The control lines are not exposed through any API. The control lines are run by the driver based on the instructions in the camera files. If the cammera file supports the binning functionality of your camera then you should be able to set the attributes such that the board runs the control lines approriately.
    Hope this helps,
    Amaury
    NI Applications Engineer

  • How to disable the 'Read Only' notification on an Access document when it is opened from within a document library (SP 2010)

    Hello, 
    OK, so I am currently having issues with opening MS Access documents from SP 2010. I have taken an existing database and uploaded it into a document library. Now, when I open this document I get the prompt to open it in either 'Read Only' or 'Edit'. 
    When I select 'Read Only' I can view the document, however I get the 'Read Only - Save As' notification when the document opens up. I have configured the document both from the source (on the original file) and from within SP to disable notifications - (from
    within the Trusted Options selection) 
    Deleted the document and uploaded it again, and the 'yellow bar' notification is still appearing. 
    I want to disable the 'Save As' function, or even hide this when the document is opened. Is this at all possible?? 

    Hi Terry,
    According to your description, my understanding is that you don’t want the yollow bar notification to display when you open Access documents.
    This issue seems to be about the client application. Please compare the followings with the things that you did:
     1.Open the documents
     2.Click File->Options->Trust Center->Trust Center Settings
     3.Click Protected View, unselect ‘Enable Protected View for originating from the Internet’
     4.Click Message Bar, select ‘Never show information about blocked content’
     5.Click Macro Settings, select ‘Disable all macros without notification’
    In addition, as this issue is about Office, I commend you create a new thread in Office forum, more experts will assist you with this issue.
    Office forum:
    http://social.technet.microsoft.com/Forums/en-US/home?category=officeitpro
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for