What am I missing in this script?

Hello
I am quite new to applescript and I am trying to develop an applescript for use with a filemaker database that I have been tasked to upgrade with new functionality. While learning how to do certain things I stumbled across the following:
I create this script and run it...
*set mountedFolder to "Our_Files:Analytical Results:"*
*set myConnectionString to "afp://MyAccountName:[email protected]/Our_Files/Analytical Results/"*
*tell application "Finder"*
*if not (exists mountedFolder) then*
*mount volume myConnectionString*
*end if*
*end tell*
Works as expected. Mounts the server giving access to the desired folder. Now I run this next script...
*set mountedFolder to "Our_Files:Analytical Results:"*
*tell application "Finder"*
*if exists folder mountedFolder then*
*display dialog "The volume \"" & mountedFolder & "\" IS mounted!" buttons {"OK"} default button 1*
else
*display dialog "The volume \"" & mountedFolder & "\" is NOT mounted. Please reconnect." buttons {"OK"} default button 1*
*end if*
*end tell*
Works as expected and tells me that the desired folder is accessible.
But now I put both bits of code in the same applescript and run it, as so...
*set mountedFolder to "Our_Files:Analytical Results:"*
*set myConnectionString to "afp://MyAccountName:[email protected]/Our_Files/Analytical Results/"*
*tell application "Finder"*
*if not (exists mountedFolder) then*
*mount volume myConnectionString*
*end if*
*if exists folder mountedFolder then*
*display dialog "The volume \"" & mountedFolder & "\" IS mounted!" buttons {"OK"} default button 1*
else
*display dialog "The volume \"" & mountedFolder & "\" is NOT mounted. Please reconnect." buttons {"OK"} default button 1*
*end if*
*end tell*
...and I see the server briefly mount, then dismount, then the script blithely informs me that there is no access, of course. What am I missing in all of this? I had thought that perhaps it was an issue of needing to delay the next check and created a delay mechanism right after the mount statement but no matter how much time I give it it fails to mount and/or stay mounted. Any ideas?
Thanks,
Matt

Hi.
I'm not sure if the following will make any difference as I don't have a server handy to experiment with, but you might like to try them to see if it helps.
1. You mentioned that running one script and then the other gave the hoped-for results, but the combined version did not. Rather than omitting the "end tell" from the end of the first script and omitting the "set mountedFolder to "Our_Files:Analytical Results:" " and the "tell application "Finder" " from the start of the second script when combining the two scripts (what you did seems logical - combining two Finder tell blocks into one), have you tried simply pasting the second script (in its entirety) after the first (also complete) so that the combined script now looks like the following? My idea is that it runs one then runs the other, without changing any code.
*set mountedFolder to "Our_Files:Analytical Results:"*
*set myConnectionString to "afp://MyAccountName:[email protected]/Our_Files/Analytical Results/"*
*tell application "Finder"*
*if not (exists mountedFolder) then*
*mount volume myConnectionString*
*end if*
*end tell*
*set mountedFolder to "Our_Files:Analytical Results:"*
*tell application "Finder"*
*if exists folder mountedFolder then*
*display dialog "The volume \"" & mountedFolder & "\" IS mounted!" buttons {"OK"} default button 1*
else
*display dialog "The volume \"" & mountedFolder & "\" is NOT mounted. Please reconnect." buttons {"OK"} default button 1*
*end if*
*end tell*
2. Another thing to try is the following slight modification to your original combined script - you could try it with and without the "else".
*set mountedFolder to "Our_Files:Analytical Results:"*
*set myConnectionString to "afp://MyAccountName:[email protected]/Our_Files/Analytical Results/"*
*tell application "Finder"*
*if not (exists mountedFolder) then*
*mount volume myConnectionString*
else
*if exists folder mountedFolder then*
*display dialog "The volume \"" & mountedFolder & "\" IS mounted!" buttons {"OK"} default button 1*
else
*display dialog "The volume \"" & mountedFolder & "\" is NOT mounted. Please reconnect." buttons {"OK"} default button 1*
*end if*
*end if*
*end tell*
I don't know if either of these suggestions will help, but I basically learn by adapting and expanding existing scripts and trying things various ways until I get the result which I want. Good luck.

Similar Messages

  • Wish to know what would be returned by this script

    Hello
    I'm trying to expand my Save As script to Final Cut Pro X.
    Alas, I don't own this app so I'm not sure of the menu items available in the File menu.
    Here is a short script able to give the wanted infos.
    I hope that one of you will be fair enough to run it and post the returned list.
    CAUTION
    I'm not sure that the app's name is spelled the correct way. Capitalization is meaningful for System Events.
    --{code}
    set theApp to "Final Cut Pro X" -- Was "iBooks Author"
    set mt to 3
    activate application theApp
    tell application "System Events" to tell process theApp to tell menu bar 1
              get name of menu bar items
      --> {"Apple", "iBooks Author", "Fichier", "Édition", "Insertion", "Format", "Disposition", "Présentation", "Fenêtre", "Partager", "Aide"}
              get name of menu bar item mt
      -- {"Fichier"}
              tell menu bar item mt to tell menu 1
                        get name of menu items
                        {"Nouveau", "Créer à partir de la liste de modèles…", missing value, "Ouvrir…", "Ouvrir un fichier récent", missing value, "Fermer", "Tout fermer", "Enregistrer…", "Dupliquer", "Faire revenir le document à une version précédente...", "Exporter…", missing value, "Enregistrer comme modèle…", missing value, "Publier…", missing value, "Aperçu", "Aperçu de la section active uniquement", missing value, "Imprimer…"}
      --> {"Nouveau", "Créer à partir de la liste de modèles…", missing value, "Ouvrir…", "Ouvrir un fichier récent", missing value, "Fermer", "Tout fermer", "Enregistrer une version", "Dupliquer", "Faire revenir le document à une version précédente...", "Exporter…", missing value, "Enregistrer comme modèle…", missing value, "Publier…", missing value, "Aperçu", "Aperçu de la section active uniquement", missing value, "Imprimer…"}
              end tell -- menu bar…
    end tell -- System Events
    --{code}
    Here is what I get with iBooks Author.
    Thanks in advance.
    Yvan KOENIG (VALLAURIS, France) mercredi 25 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • [solved] C: What am I missing in this loop/switch?

    I'm quite new to C. I'm trying to put together a simple menu (in console), where the program presents a few choices, the user enters a choice, and is then prompted for further information. What I have is this:
    int main ()
    char selection;
    char data;
    while (selection != 'q') {
    printf ("MAIN MENU\n\n");
    printf ("a\nb\nc\n");
    printf ("Enter choice: ");
    scanf ("%c", &selection);
    switch (selection) {
    case 'a':
    printf ("Enter a: " );
    scanf ("%c", &data);
    break;
    case 'b':
    printf ("Enter b: " );
    scanf ("%c", &data);
    break;
    case 'c':
    printf ("Enter c: " );
    scanf ("%c", &data);
    break;
    default:
    printf ("Default.\n");
    break;
    printf ("You entered %c.\n\n", data);
    printf ("\nGoodbye.\n\n");
    What I want is this:
    $ ./a.out
    MAIN MENU
    a
    b
    c
    Enter choice: a
    Enter a: A
    You entered A.
    MAIN MENU
    a
    b
    c
    Enter choice: q
    Goodbye.
    What I get is this:
    $ ./a.out
    MAIN MENU
    a
    b
    c
    Enter choice: a
    Enter a: You entered
    MAIN MENU
    a
    b
    c
    Enter choice: q
    Goodbye.
    I don't understand why it's looping through again after executing the case's printf () but before the case's scanf () statement. I assume there's some nuance of either switch(), printf(), or scanf() to which I'm not yet privy. Or maybe some really, really dumb newbie mistake. Can anyone enlighten me?
    (PS: It's not homework, even though it probably looks like it. I threw together this simple example rather than edit the code of the actual project.)
    Thanks!
    Last edited by ibrunton (2011-07-08 02:09:24)

    tavianator wrote:
    Guff wrote:scanf("%1s", &selection) might do the job.
    Do NOT do this, because it'll write '\0' to *(&selection + 1), which is a random location somewhere on your stack.
    Glad I didn't try that one, then. After some googling and man pages, I ended up using this (putting it here in case it happens to help anyone else in the future):
    int input;
    char selection;
    while ((input = getchar ()) != "\n")
    selection = (char)input;
    Worked like a charm every time.

  • What is the problem with this script. it is giving invalid table name error

    declare
    l_cnt number;
    v_sql varchar2(1000);
    table_name1 varchar2(1000);
    begin
    for i in ( select table_name from all_tables )
    loop
    table_name1 := i.table_name;
    v_sql := 'select count(1) from :table' ;
    execute immediate v_sql into l_cnt using table_name1;
    dbms_output.put_line(l_cnt);
    end loop;
    end;

    the problem is that you can't do that. it's illegal. use dynamic sql.
    http://download-east.oracle.com/docs/cd/B10501_01/appdev.920/a96624/11_dynam.htm#10961
    see a million other thread here, including this one posted 12 minutes before yours
    Passing Parameter to From clause of SQL

  • Getting the name of the Action that runs this script

    If I create a action in photoshop to run a script called "test script", How can I determine within the "test script" what action name started running this script?  I'm trying to write a script to scale my images.  The scaling will be determined by what Action ran this script.
    Example
    Action Names are 5x7, 4x6, 8x10
    Eash action above will run the same script called "scale me"
    Within "scale me", the java code will determine that 4x6 started running "scale me"
    "scale me" will go to the section within the java code to scale the image loaded in Photoshop to a 4x6 size.
    The reason for writing the "scale me" code this way is that I can maintain only one script to scale my images.
    Any suggestions or help would be appreciated.
    Raymond

    Thanks for all your comments.  Micheal, I took your code for the "ActionReference()" object and it works great!  I completed my code and it is working okay (some more testing needed).
    *  My Scaling Impage Script  */
    var docRef = app.activeDocument;  //Pointer to current opened document
    finish:
    if (documents.length == 0)      // Check to see if image opened if not, error message
                alert('There are no opened images\r\r' +"Exiting Script");
                break finish;
    var savedState = docRef.activeHistoryState      // Save the history state
    var originalUnit = preferences.rulerUnits   // Save the existing ruler perferences - units
    var ref = new ActionReference();  //Pointer to current selected Action
    ref.putEnumerated( charIDToTypeID("Actn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );  // Point to selected Action
    var desc = executeActionGet(ref);
    var actionName = desc.getString( charIDToTypeID("Nm  ") );  // Get Name of seclected Action
    var actionSetName = desc.getString( charIDToTypeID("PrNm") ); // Get Group the selected Action belongs to
    var actionnumber = 100;    //actionname =  100  (No Action Defined as default)
    var portraitorienation = 0;  // Orientation default to portrait
    var resolutions = 300;  // resolution default to 300
    var sizeh = 999999;  // default size
    var sizew = 999999;  // default size
    var resolution = 300;
    var scaleup1 = 0;  //enlargement
    var scaleup2 = 0;  //enlargement
    var scaleflag = 0;
    var scaleflagg = 0
    //  Assumption is the long side is always defined in sizeh
    if (actionName=="4 x 5") { actionnumber =0;  sizeh = 1535; sizew = 1228;}
    if (actionName=="4 x 6") { actionnumber =1;  sizeh = 1842; sizew = 1228;}
    if (actionName=="5 x 7") { actionnumber =2;  sizeh = 2149; sizew = 1535;}
    if (actionName=="6 x 9") { actionnumber =3;  sizeh = 2127; sizew = 1842;}
    if (actionName=="8 x 10") { actionnumber =4;  sizeh = 3020; sizew = 2416;}
    if (actionName=="8 x 12") { actionnumber =5;  sizeh = 3624; sizew = 2416;}
    if (actionName=="11 x 14") { actionnumber =6;  sizeh = 4228; sizew = 3322;}
    if (actionName=="12 x 18") { actionnumber =7;  sizeh = 5436; sizew = 3624;}
    if (actionName=="12 x 24") { actionnumber =8;  sizeh = 7248; sizew = 3624;}
    if (actionName=="12 x 36") { actionnumber =9;  sizeh = 10872; sizew = 3624;}
    preferences.rulerUnits = Units.PIXELS
    var doch = parseInt (docRef.height);
    var docw = parseInt (docRef.width);
    scaleflag = doch-docw;
    if ( doch > docw ) { scaleflagg =1}
    if  (scaleflagg == 0)
                    portraitorienation = 1;  // Landscape Orientation
                    //alert("Seclected Landscape")
                    //alert(doch+" Height" +docw +" Width")
    var scale1 = docw - sizeh
    var scale2 = doch - sizeh
    if (docw > sizeh) {scaleup1=1}
    if (doch > sizeh) {scaleup2=1}
    // We know know what action was started (What size to scale to and the orientation - Landscape or Portrait)
          //      alert ( "Current selected action is: "+actionName+"\r\rin the action set: "+actionSetName +"\r\rAction Number is " +actionnumber +"\r\rDeminsions are (HxW):  "  +sizeh +", "+sizew );
            if (portraitorienation == 1)   //landscape if true
                            if (scaleup1 == 1)
                                            alert ( "This Photo is landscape\r\r"+ "The doc H x W are:  " +doch +" x " + docw +"\r\r" +"Resizing to (H X W:  " +sizew +", "+ sizeh + "\r\r"  + "Reduction");                               
                                            docRef.resizeImage (sizeh, undefined, resolution, ResampleMethod.BICUBICSHARPER)  // Reduction in size
                            else
                                            alert ( "This Photo is landscape\r\r"+ "The doc H x W are:  " +doch +" x " + docw +"\r\r" +"Resizing to (H X W:  " +sizew +", "+ sizeh + "\r\r"   + "Enlargement");                                       
                                            docRef.resizeImage (sizeh, undefined, resolution, ResampleMethod.BICUBICSMOOTHER)  //Enlargement in size
            else  // portrait
                        if (scaleup2 ==1)
                                            alert ( "This Photo is Portrait\r\r"+ "The doc H x W are:  " +doch +" x " + docw +"\r\r" +"Resizing to (H X W:  " +sizeh +", "+ sizew + "\r\r"  + "Reduction");                                                 
                                           docRef.resizeImage (undefined, sizeh, resolution, ResampleMethod.BICUBICSHARPER)
                            else
                                            alert ( "This Photo is Portrait\r\r"+ "The doc H x W are:  " +doch +" x " + docw +"\r\r" +"Resizing to (H X W:  " +sizeh +", "+ sizew + "\r\r"   + "Enlargement");
                                            docRef.resizeImage (undefined, sizeh, resolution, ResampleMethod.BICUBICSMOOTHER)
    preferences.rulerUnits = originalUnit  // Restore ruler perferences - units
    My script is a single file that is run by the Actions, I've created for each size and each action runs the same script.  When the script runs, it determines via "ActionReference();" what the current selected Action name is and then applies the scaling.  This script has logic for landscape and portrait and will scale using the different algorithms (bicubic xxxx) depending if it is reducing the image or enlarging.   The parametersfor the scaling is long side and constraint proportions.
    So if I have to add another size to the code, all I need to do is to add one line of code to the script, copy any of the existing Actions and rename the copied Action to the size and I am done.
    I'm not a experience programmer so pls don't laugh at my coding but have done some C, C++, Fortran (Yes I'm an electrical engineer) in my days.  A number of things has stumped me abit and one of them was the use of arrays which didn't work for me too well.  I was to use the array for storing my parameters of each size.  Another one that really got me puzzled was the use of the docRef = activeDocument object.  The docRef.height and docRef.width will tell you the dimensions of the document based on the units set for rules.  I set mine for pixels.  The problem I had was the statement if(docRef.height > docRef.width) { do some stufff}.  If I change the  > to < for the same document it alway gives me a "true" logical.  After some thoughts today, I suspect that true is anything not 0 and false is only 0.  I will try this out tonight.  This theory does not fit well with my understanding on how the if statement works in other languages.  Any comments on this would be appreciated.
    Oh and I noticed some extra code var declarations that is not needed such as the activeHistoryState - was determining if I need to use this or the perferences.rulerunits to restore my ruler perferences and apparently the activeHistoryState does not and forgot to remove from the code.

  • My Apple ID is not an email address.  My daugther just got an ipod touch and I'd like her to use my apple id as well.  It's stating it needs to be an email address?  What am I missing?

    My apple id is not an emal address.  My daughter just got an ipod touch and I'd like her to use the same apple id.  It is saying it needs to be an email address?  What am I missing?

    this is where I changed my appleID from being a name into being my email
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/

  • What's Wrong With This Script

    A couple of years ago I was using an AppleScript file (thanks to someone else's assistance) but it no longer works.
    I have an extra internal drive, that is partitioned, and used for sequential daily backups. When the computer starts up, of course all the drives mount - but I prefer that they are off the desktop until neded.
    Rather than selecting the volumes and then dragging to the Trash, I found it easier to have a script run at startup which then asks if the drives should be unmounted.
    Things were great - until I upgraded to Tiger.
    I am hoping that someone can tell me what's wrong with the script so that I can start using it again. As you can probably tell, I don't have any experience in AppleScript. At the moment the script runs - it presents the dialogue box - and then just ends after a response, but the drives do not unmount.
    The partitions on the drive are called Monday Tuesday Wednesday Thursday Saturday
    The existing script is as follows:
    on run
    display dialog "Unmount All Backup Drives?" buttons {"Yes", "No"} default button 1
    set x to button returned of result
    if x is "Yes" then tell application "Finder" to eject "Monday"
    end run

    This relates to another (current) thread in AppleScript discussions.
    Your script works with Panther as that operating system allows INTERNAL drives to be "ejected" (and, if you eject one volume on a partitioned drive, all the volumes on that drive are ejected -- this explains why ejecting "Monday" actually ejected Monday through Friday).
    With Tiger, you would find that your script works exactly as expected with EXTERNAL drives, but INTERNAL drives need a different approach.
    To get behavior exactly as you had before, try this script:
    --BEGINNING
    display dialog "Unmount All Backup Drives?" buttons {"Yes", "No"} default button 1
    set x to button returned of result
    if x is "Yes" then set driveName to "Monday"
    set driveInfo to do shell script "diskutil list | grep \"" & driveName & "\""
    set driveID to last word of driveInfo
    do shell script "diskutil unmountDisk " & driveID & ""
    --END
    For reasons that aren't entirely clear to me, this approach, while it works reliably, is very slow -- on my fast machine, the unmount process takes nearly 20 seconds. (Using UNIX directly in Terminal, with the same command, is very quick.) (In the AS, the delay occurs in second "do shell script.")
    Another puzzle that has cropped up is described in the related thread "Applescript to Mount/Unmount a Disk . . ." (current). While the above approach works for Justin Surpless, it often prompts for a password -- unacceptable in his application. I've not seen this on my PPC (and I tried 10.4.7, which he's using); his may be an Intel Mac, if that could be the difference.

  • My Iphone5 won't switch to landscape view when I turn my phone to the side...what am I missing and how do I make this happen

    My Iphone 5 won't turn to landscape view when I turn it to the side...what am I missing and how do I make this happen...it used to happen automatically...I thought.

    I had the same problem but it wasn't because the orientation was locked .
    Mine was some kind of glitch that was resolved by holding down the home key and the button on top until the white Apple appeared on the screen .

  • One of the computers on my homesharing network is automatically downloading purchases even though settings are not checked for this to occur?  What am I missing here?  BTW only one of the three computers (pc) is doing this.

    We have three computers (two pcs and one mac) on our home sharing network. When I buy a song on my pc it is automatically downloading it to my husband's pc - but not my daugher's mac.  The settings on each library do not indicate any items should automatically download.  What am I missing here?  This is  a relatively recent thing I just noticed.  It was not always happening in this way.  Help.  Both pcs are on Windows 7.  Thanks in advance for any help.  My husband and I don't always like the same songs so I need help to get back to marital bliss....

    I think I found the answer to my own problemin case anyone experienced the same thing.  There is a separate spot in itunes under preferences to allow for automatic downloads from other devices.  It seems unrelated to home sharing.  I unchecked the boxes under the "store" section and that appears to have taken care of the issue.

  • I got a message in gmail "this version of Safari is no longer supported.  Pls upgrade to a supported browser."  When I click on 'supported browser' it takes me to Apple's Safari site but there is no 'upgrade now' button.  What am I missing?

    i got a message in gmail "this version of Safari is no longer supported.  Pls upgrade to a supported browser."  When I click on 'supported browser' it takes me to Apple's Safari site but there is no 'upgrade now' button.  What am I missing?

    Google seem to have decided in the last week or so that Safari 5.x, which is the newest Safari version available for Mac OS X 10.5 (Leopard) and 10.6 (Snow Leopard) is "not supported" any more, even though there are many reasons for staying with these OS X versions.
    Try this (at your own risk, but it works for me), as it seems to remove the message by tricking Gmail into thinking your Safari version is newer:
    -- Quit Safari
    -- Locate the following file (location depends on your OS X version):
    OS X 10.6 Snow Leopard:
    /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/Resources/Info.pl ist
    OS X 10.5 Leopard and older:
    /System/Library/Frameworks/WebKit.framework/Versions/A/Resources/Info.plist
    -- Drag the file to your Mac's desktop to make a copy. Also make a safe copy somewhere else eg your Documents folder, as if you lose or mess up the file Safari will not launch at all. Having a backup browser is also recommended.
    -- Double-click it to open it in TextEdit
    -- Locate the CFBundleVersion value (the last line in the file that has numbers in it) and increment the second digit of it to the required version of Safari e.g. Safari 6 now seems to be the minimum version that Google support so change the second number from 5 to 6 (don't change anything else, only the change the second number). The value is different depending on your OS X version but as an example, for Snow Leopard 6534.59.10 becomes 6634.59.10
    -- Drag the file back from the desktop to its original location, choose the option to replace the old version, and enter your password when prompted.
    -- Run a permissions repair in Disk Utility to set the permissions in the file back to what they should be (not required, but good practice).
    -- Launch Safari and test Gmail.

  • I am unable to access my email. I can sign in with my password, then a message comes up that says "The plug-in for this page has been disabled. Click here to manage your plug-ins." All plug-ins listed are enabled. What am I missing?

    I am unable to access my email from Charter.net. I can sign in with my password, then a message comes up which says "The plug-in for this page has been disabled. Click here to manage your plug-ins." All of my plug-ins are enabled. What am I missing?

    After a great deal of searching I ran across the suggestion to disable all plug-ins and then, one by one, enable them until finally the problem was solved. I am not sure which plug-in was causing the problem, as I am satisfied to have the problem solved. I am going to leave the rest of the plug-in disabled.

  • All of the movies that we watch on I tunes have intermittent interruptions to the audio.  It's like a one second blank every 20 seconds and we miss what is being said.  This is independent of which movie is playing.  Our Apple TV is hardwired.

    All of the movies that we watch on I tunes have intermittent interruptions to the audio.  It's like a one second blank every 20 seconds and we miss what is being said.  This is independent of which movie is playing.  We are on Shaw and have purchased their best modem and registered for the higher speed option.  Our Apple TV receiver is hard wired back to our network hub and the hub is working correctly.  There is no problem with the video.  What could be causing this problem?

    I own the movies and I want them to stay in my iTunes library basically forever.
    But in both cases the file name no longer shows in the movie list, so I don't know how to re-download it from the Cloud.
    iTunes prefs > Store > Show iTunes in the Cloud purchases.
    This will show all your iTunes purchases in your library with a cloud icon down arrow. Click the icon to redownload or click on Play to stream without downloading.
    Also see this , -> Download past purchases
    and techncially, you don't "own" the movie, You simply have a license to use it.
    Yet the first thing iTunes does when you hit the delete key is tell you that it will remove the movie forever from all devices and the library.
    Actually, no it does not tell you that.
    FYI: You should keep copies of all yoru iTnue spurahses as the labels/movie studios/copyright owners can pull their product at anytime and it won't be available to redownload.
    Suggestions here -> http://www.apple.com/feedback/

  • I'm trying to export a file as .dwg for Autocad but it's not showing the dwg preview and it appears to be saving as code (lots of gobbledegook when reopening the file).  I'm on OS 10.5.8.  Never had a problem with this before.  What am I missing? Any idea

    I'm trying to export a file as .dwg for Autocad but it's not showing the dwg preview and it appears to be saving as code (lots of gobbledegook when reopening the file).  I'm on OS 10.5.8.  Never had a problem with this before.  What am I missing? Any ideas?

    First be sure login and password are OK. Sometimes the address starts wit "http://..." and sometime starts with "ftp://...". Try both normal FTP access and Scure FTP access (SFTP). At the end, contact the site's provider.

  • IAhave am iPad 1. I downloaded PrintCentral Pro and also the Bonjour Printer Wizard as prompted. I still can not print. What am I missing?  I am new to this...Please help.  Thank you!

    I have an iPad 1. I downloaded PrintCentral Pro and also the Bonjour Printer Wizard as prompted. I still can not print. What am I missing?  I am new to this...Please help.  Thank you!

    Depending on what you are trying to print you may have to print from within the app.  For example, to print an email or web page you have to open what you want to print from print central pro.  If your printer is not a supported printer there is another app from the same developer that allows you to print from your iPad to your printer via a wired pc.  You may want to drop them an email.  They have pretty good customer service and respond to emails very quickly.

  • What is this script?

    I have recently taken over duties on my church's website (it
    was being done by a guy on the other side of the continent before),
    there is a script in the <head> and I don't know what it
    does.
    <script type="text/JavaScript">
    <!--
    function MM_goToURL() { //v3.0
    var i, args=MM_goToURL.arguments; document.MM_returnValue =
    false;
    for (i=0; i<(args.length-1); i+=2) eval(args
    +".location='"+args[i+1]+"'");
    //-->
    </script>
    I was told on another forum that this script is from
    dreamweaver (MM = Macromedia) and that "All this function does is
    manages a scripted element somewhere on the page that seeks to
    change the current page location." It was suggested you might have
    some more insight here.
    So, the question. Does anyone know what kind of tag I would
    look for to see if and where this script is being used.
    Thanks for all your help.

    That is the goto url behavior. From DW help:
    "The Go to URL action opens a new page in the current window
    or in the specified frame. This action is particularly useful for
    changing the contents of two or more frames with one click. It can
    also be called in a timeline to jump to a new page after a
    specified time interval. "
    If you want to see where it is called from, just search the
    code for MM_goTOURL. If it isn't being called within the document,
    then the function isn't needed anymore.

Maybe you are looking for

  • Can I open a CS6 Photoshop file in Adobe Photoshop Touch for Phone?

    I am trying to rountrip a ps file to/from Adobe Photoshop Touch for Phone to/from CS6 Photoshop on a mac. Is it possible? It seems (so far) I can create a .psdx on the phone and edit on my desktop, but once editing in CS6 PS, I can't get that file ba

  • Using ${something} expressions in jsp

    hello, i'm writing a small web application using struts, hibernate, tomcat, my problem is that expressions ${some_formbean_property} written in jsp stay in html code to, they should be replaced with value of the property, what i have to do to fix it?

  • Restrict purchase order document type at plant level

    Dear, I would like to restrict the purchase order document type at plant level, Plz help me.

  • Structured Document Template Issues

    Hi, I have been given a set of files (EDD, DTD, Template)  which I am meant to use to create some manuals. I can create an XML file ok but when I try to open the XML file I get a lot of error messages saying they cannot create the elements. I have di

  • Logic Bug need getting rid of

    protected int block(int indexOne, int indexTwo)     //to determine the win value if blocking   {                         //return 0 if the move is a block, -1 if block failed     int[][] tempBoard = new int[3][3];     int winValue;     for(int i = 0;