TS4513 For me it is no more possible to use AppleScript in MainStage since 3.0.2 !!! Suggestions ?

Hello,
In the 3.0.1 version of MainStage, i used AppleScript to launch some actions.
In 3.0.2 if i launch any AppleScript from MainStage, the program bug.
Any suggestions ?
Thank's !

Yes, on MainStage 3.0.2, when I associate any applescript to a button (Actions->AppleScript->...) and I turn it, i have this bug : the mixer freezes and when I pass a patch to another, the strips are no longer updated. I have to restart MainStage to restore normal behavior ...

Similar Messages

  • HT201250 if I used external hard disk for backup time machine, is it possible to use that external hard disk to save another else from diffrent computers?

    If I used external hard disk for back up time machine, is it possible to use that external hard disk to save another else from diffrent computers?

    Welcome to Apple Support Communities
    You can do this, but you should make a new volume on your external disk. Time Machine needs a volume that is only used to store backups, so you can't store other data in the same volume as the one you are using for making backups.
    If you want to create another volume on your external disk, use Disk Utility to do this > http://pondini.org/OSX/DU3.html Anyway, you should get another external disk to store other files, but if you don't want to, you can create another volume in it

  • More questions on using AppleScript with MSoft Word

    Thank you HD for your detailed reply in the other thread on closing docs in Word using AppleScript.
    Here is another qn for all:
    How does the "execute find" command work?
    The dictionary for Word lists the following:
    execute find find
    [find text text] : The text to be searched for. Use an empty string to search for formatting only.
    [match case boolean] : Set to true to specify that the find text be case sensitive.
    [match whole word boolean] : Set to true to have the find operation locate only entire words, not text that's part of a larger word.
    [match wildcards boolean] : Set to true if the text to find contains wildcards.
    [match sounds like boolean] : Set to true to have the find operation locate words that sound similar to the find text.
    [match all word forms boolean] : Set to true to have the find operation locate all forms of the find text for example, sit locates sitting and sat.
    [match forward boolean] : Set to true to search forward toward the end of the document.
    [wrap find find stop/find continue/find ask] : Controls what happens if the search begins at a point other than the beginning of the document and the end of the document is reached or vice versa if forward is set to false.
    [find format boolean] : Set to true to have the find operation locate formatting in addition to or instead of the find text.
    [replace with text] : The replacement text. To delete the text specified by the Find argument, use an empty string. You specify special characters and advanced search criteria just as you do for the find text argument.
    [replace replace none/replace one/replace all] : Specifies how many replacements are to be made: one, all, or none.
    → text range/insertion point
    According to my AppleScript manual, those in brackets are optional parameters. I assume the second find after "execute find" refers to the "find" object, and that this is a compulsory parameter.
    I face the following problems:
    (1)
    If I try to set the text I want to find in the "find" object, I get an error. So this doesn't work:
    tell application "Microsoft Word"
              set content of find to "book"
    end tell
    I get the following error:
    error "Can’t set «class 1650» of «class w124» to \"book\"." number -10006 from «class 1650» of «class w124» to «class book»
    (2)
    If I ignore the "find" object, and use the first optional parameter of "execute find" which is "find text" to set my text to find, I also have an error:
    tell application "Microsoft Word"
              tell document 1
      execute find find text "book"
      display dialog result
              end tell
    end tell
    Error message:
    error "Microsoft Word got an error: document 1 doesn’t understand the execute find message." number -1708 from document 1
    (3)
    So the document is the wrong target for the "execute find" command, fine. But directing the command to the application won't work:
    tell application "Microsoft Word"
      execute find find text "book"
      display dialog result 
    end tell
    Error message:
    error "Microsoft Word got an error: Can’t continue execute find." number -1708
    Regards,
    junxiang99

    I know very little about AppleScripting MS Word beyond the fact that it is powerful but unforgiving. I did a Google on Microsoft Word Applescript Execute Find and found quite a few references to the correct syntax.
    This is one of them.
    Hope it helps.

  • If i have multiple email addresses for one iPod that are no longer in use (and i've since forgotten the passwords), what do i do to transfer that music back into my iTunes library?

    Help! None of the music on that iPod is on my computer ever since I had to reinstall my os. The iPod has massive amounts of unused space, but I can't access it. What do I do?

    The sort fields should generally be empty unless you've putting in custom values to sort solo artists by their surnames. You can apply common changes to thousands of tracks at once, just don't apply the wrong change because there is no undo.
    It is a good idea to backup before undertaking large scale changes. See this backup tip for a suggested approach.
    tt2
    Message was edited by: turingtest2

  • Possible to use Azure SQL as database for RD Connection broker high availability?

    I am looking in to setting up a highly available Remote Desktop services service on Azure and note that the high availability for the Connection Broker service needs a full SQL database (rather than the LocalDB used for one instance). Is it possible
    to use an Azure SQL database for these purposes (i.e. opposed to VMs running SQL Server)?
    Has anyone had any experience with this? This would be nice as I am not looking at thousands of users and the Azure SQL would provide the high availability for the database without creating multiple (expensive) VMs running SQL server.

    So far there's no such a feature in azure sql, you can vote for it
    http://feedback.azure.com/forums/217321-sql-database/suggestions/423275-enable-sql-service-broker-in-sql-azure

  • Is it possible to use Boot Camp on a second hard drive?

    I would like to buy a new drive to install which will be used entirely for boot camp. Is it possible to use a second installed drive for Boot Camp?

    Yup, right now I'm running Windows Vista on a second hard drive I installed right when I got my new system.

  • Is it possible to use that in the Alert????

    Dear all,
    We have a table XTR_BOND, so i want whenever the user enter any value to get that record by anevent alert(After insert for that table)
    so is it possible to use it like that???
    select t.bond_issue_code, t.DESCRIPTION
    into &bond_issue_code, &DESCRIPTION
    from XTR_BOND_ISSUES t
    where rowid = :rowid
    Kindly help,
    Thanks in advance
    Regards....Ashraf

    BANNER
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production The stored procedure adds a row to a table. There's a trigger on this table that fires when this occurs. This trigger uses DBMS_SCHEDULER to run a job. This job executes a C executable program on a remote server. When the C program finishes, it updates a field in a table in the database (using OCI driver) indicating the job is complete. The stored procedure needs to see this flag has been set showing the job is complete in order to continue.
    In a nutshell, the C program produces a lot of other results, and the stored procedure retrieves these results to send back to the calling java program. Of course, it must wait until the results are ready in the database before retrieving them.
    I'm a total newbie here (maybe there's a better way). I'd like to avoid polling if possible, thus my interest in DBMS_ALERT. I haven't been able to find clear, simple, and complete example online. I think often most discussion online give snippets that assume background knowledge.
    Edited by: tem on Apr 12, 2012 4:46 PM

  • Is it possible to use a CompactDAQ and NI-DAQmx in the TPC-2212 with Windows 7 Embedded System?

    Hi,
    I would like to develop a application with the TPC-2212 (Touch panel computer)  and a CompactDaq System (NI9237 - 4-Channel, ±25 mV/V, 24-Bit Simultaneous Bridge Module).
    Is it possible or I should use a panel pc?
    Thanks.
    Solved!
    Go to Solution.

    This thread is a bit old, but I thought it would be worth while responding (as I was wondering the same thing a day ago).
    The answer to the OP's concern(s) is YES, you can install DAQmx on your Windows 7 embedded TPC-2212 touch panel device while connecting to your cDAQ hardware.  YES, it will function (depending on your memory constraints).  DAQmx BASE is NOT a requirement (which, to me, seems very ambiguous if you're referring to NI's documentation for the LabVIEW Touch Panel Module).
    My confusion began when it seemed using the Touch Panel Module for the 2212 was a requirement, not an option.  If one proceeds with this assumption, then referring to the TPM documentation:
    http://www.ni.com/pdf/manuals/371940d.pdf
    NOTE: this link above is to an older version, but the content itself (also installed locally with the TPM in \\manuals\TPC_Getting_Started.pdf) remains relatively unchanged.
    Section "Installing Additional Tools" clearly states "You must install additional tools on the target depending on the functionality you need."  Immediately following is the installation procedures for DAQmx Base.  You'll see the same statement in the LabVIEW help files that get installed with the TPM on your development machine.  Nowhere does it state, for Windows Embedded, that it's possible to use DAQmx itself.
    Because DAQmx is a bit of a heavy weight, you'll probably want to go with the Runtime (with MAX) as I did:
    Search for 'NI DAQmx Run-Time Engine - Configuration with MAX'.  I would have posted a link, but NI's site was down for maintenance at the time of this post.
    Connect to your 2212 over a network connection (I just used a cross over cable and connected directly).  Create a shared directory and copy the downloaded installer on over - install.  You could, of course, download direct if your 2212 is already networked with web access.
    I have my test station application running beautifully with an attached (USB) cDAQ chassis loaded with a variety of modules.
    I hope this post is as useful for somebody else as it would have been for me. 
    -Chris
    Kod Integrations, LLC
    Sr Software and Automation Engineer
    Certified LabVIEW Architect
    Kod Integrations, LLC
    http://www.kodintegrations.com

  • For no apparent reason, the printing from the iPad to the HP wireless printer was no more possible, while it was still possible from the iPhone.

    For no apparent reason, the printing from the iPad to the HP wireless printer was no more possible, while it was still possible from the iPhone 5. Any idea why?

    Gutenprint drivers are intended for non-laser printers. HP supplies the proper drivers, and you can download the latest version directly from HP's support site. Or you can install the most recent HP drivers provided by Apple.
    Printing speeds do not include the time it may take to transfer data to the printer. It also doesn't take into account the time it takes for the printer to be prepared to start printing. Color is much slower than B/W.
    Contact HP for any additional assistance you may need since these forums do not provide support for non-Apple products.

  • Is it possible to use my snow leopard software for my macbook pro on an iMac or more iMacs?

    Here is the reason why i'm asking this question that sounds silly to me in a way...... i got the 2011 15.4inches macbook pro 2 weeks ago ..... it came with the last snow leopard os x but since the lion was out and i was eligible for an upgrade i got it striaght away for free in the apple store and did not use the snow leopard.... now here is the situation.... i was talking to a friend last night and he told me to give him the CD for the OS x snow leopard that he wanted to upgrade his imac to that....but i told him that i did not think that would work because in most cases i know even in windows os these kind of CDs are protected and are made for that pc it is installed on but he kept on insisting it would work and telling me how experienced he is in using a mac for 7 years and what ever cd protection happened to only pc and not mac(the funny thing is that he said he has experience but has never tried it before) so to cut the long story short i told him that i would get back to him....... so here i am again today asking a question that might even prove my thoughts right.....
    valuable community.....PLEASE IS IT POSSIBLE TO USE MY MACBOOK PRO OPERATING SYSTEM CD ON A FRIENDS IMAC?  because i dont believe it is possible because if it was, no one will ever upgrade to any os in a mac... they will just look for oppotunities to get it from a friend or family who has one.... hope im not the only one thinking that this question is a silly one lol....... please i really need your answers to show this experienced mac user of 7 years since he told me that i can install my os on more macs.... how possible it that...i dont know...
    Thanks in Advance for your replies

    Hi Chris,
    I'm guessing it's the "old" gray disc, which is usually hardware specific to your exact model. I'd keep it if I were you, you may want to install it.

  • In a hierarchical query, is it possible for a row to have more than one immediate ancestor?

    Hi
    Question:
    In a hierarchical query, is it possible for a row to have more than one immediate ancestor?
    Answer:
    No
    No?  Surely, it's yes?
    Thanks,
    Jason

    As Frank pointed out already hierarhical most often means a tree (data structure) to deal with.
    There must usually be just one boss (the root) in which case the answer is no.
    Something to read: http://en.wikipedia.org/wiki/Tree_(data_structure)
    You can find out Solomon spoke about a generalization therein.
    Related to forum troubles:
    If I login first thing after reaching forum, the behaviour is rather consistent - I'm allowed to post answers, otherwise ...
    Regards
    Etbin

  • Hi! I have 1 credit card and 2 more apple id. Is it possible to use this credit card information for all my apple id?

    Hi! I have 1 credit card and 2 more apple id. Is it possible to use this credit card information for all my apple id?

    Though you are being asked for card details it doesn't necessarily mean that the card will be charged for the purchase (unless you want to gift content). Have you tried entering your card's details to confirm the account ? You should then be able to remove it.
    From http://support.apple.com/kb/HT5582 :
    When making purchases, content credits are used first, followed by Gift Certificate, iTunes Card, or Allowance Account credits; your credit card or PayPal account is then charged for any remaining balance
    Is it a new account ? If it is then unless a new account is created by following the instructions on this page (the instructions won't work with existing accounts) : http://support.apple.com/kb/HT2534
    then you will need to enter card details (debit cards are no longer accepted in all countries) before the account can be used to download any item from the store.

  • HT1420 Possibility to use 1 Computer - configured with 2 user accounts - each account uses a different Apple-ID for iTunes authorization ?

    I wonder if it is possible to use 1 Computer (Macbook Pro)
    - configured with 2 (ore even more) user accounts (i.e. me + my kid)
    - and each user account has a different Apple-ID (account) for iTunes purchases & iTunes authorization ?
    I woud think that is fine in terms of the underlying license agreement refereing to re-download purchased movies, shows, apps, etc.
    However, it seams that there is that miraculous 90 days restriction, which I don't understand, and which allows me only to "authorise" the Computer under one or the other account. The switch is unfortunatelly only possible every 90 days ?!?
    Thanks anybody for help
    Oliver

    The 90 day association doesn't stop you authorising an account, it only stops you from using another account for iTunes Match or automatic downloads or redownloading its past purchases : http://support.apple.com/kb/HT4627
    There are a few methods listed on this page for how you could do it e.g. multiple user acounts, same iTunes but you having separate playlists, separate iTunes libraries : http://support.apple.com/kb/HT1495

  • Is is possible to use creative cloud as a shared volume for collaboration between incopy & indesign?

    I'm a designer student and as a designer, I constantly have to make decks for presentations.  I typically work in a group of six and because I'm confident with graphic design, I tend to be the leader of these tasks.  I've found the best workflow for slide creation is Indesign.  Unfortunatly, I'm just an awful writer— so when I heard about Incopy's collabrative features(saw the post from indesign's facebook page) I saw oppertunity and got very excited.  My teamates and I typically all have subscriptions to adobe cc because of this, I was wondering (since I havent used it at all) if the storage given out from adobe cc was able to be that shared volume that is required for the live link between incopy stories and indesign layouts.
    Therefore,
    Is is possible to use creative cloud as a shared volume for collaboration between Incopy & Indesign?
    If this needs any further clarification I'll gladly write a more detailed question — lastly, if this is not possible might you suggest an alternative?  Please assume that we go to school together but we work offsite also.

    You will not be able to use the Files page at https://creative.adobe.com/files for collaboration in this way. But you can share individual files in this way.
    When folder sharing is available this will be possible.

  • Formating Line thickness for lines in graphs with more than 6 lines.

    I have a line graph with more than 6 lines on it and I'm trying to make them all 1px.
    I can specify a line thickness for the first 6 lines but after that, the lines go back to the default thickness.
    Is it possible to change the default line thickness for a graph or format the line thickness for the 7th line and more?

    Good news! I found out how to format more than 6 lines of data and it's really simple to do!
    In the bottom left hand corner of the Format Chart Data, next to the Clear All button, is a button marked ADD.
    If you click this button, another row is added allowing you to format the 7th line of data.
    Click again and you get a row for the 8th line and keep clicking to add more lines.
    I'm making a note of it here in case it is useful to someone out there who searches on this problem in the future.
    Edited by: user2052587 on Jan 6, 2010 2:45 PM

Maybe you are looking for