Idisk app opening files

I save a microsoft works word processor document on my pc,
I upload it to idisk.
On my iphone idisk app when i try to open the file, it comes up with file unsupported.
How do i change the document to the correct file type for idisk to funtion(open file}???

The iPhone supports the following file types:
.jpg, .tiff, .gif (images); .doc and .docx (Microsoft Word); .htm and .html (web pages); .key (Keynote); .numbers (Numbers); .pages (Pages); .pdf (Preview and Adobe Acrobat); .ppt and .pptx (Microsoft PowerPoint); .txt (text); .rtf (rich text format); .vcf (contact information); .xls and .xlsx (Microsoft Excel)
Save the document as a .txt, .pdf, .doc, .docx or .rtf to view it on the iPhone. Preferably, either .doc or .docx (which are MS Word file types).

Similar Messages

  • InDesign CC Server 2014 app.open() File does not exist.

    I've set up InDesign CC Server 2014 trial on a Windows Server 2008 R2 and trying to run a simple script that converts a idml to PDF.
    Here's the code
    document = app.open(File("C:\inetpub\wwwroot\presentation\Documents\Resumes.idml"));
    document.exportFile(ExportFormat.PDF_TYPE, File ("C:\inetpub\wwwroot\presentation\Documents\file.pdf"));
    document.close();
    I'm running the script in ExtendScript Toolkit CC and it gets hung up every time on the first line, open() method.
    I've verified the path and permissions are fine as other scripts work that write output, such as this one.
    //HelloWorld.jsx
    //Create a new document.
    var myDocument = app.documents.add();
    //Get a reference to the first page.
    var myPage = myDocument.pages.item(0);
    //Create a text frame.
    var myTextFrame = myPage.textFrames.add();
    //Specify the size and shape of the text frame.
    myTextFrame.geometricBounds = ["6p0", "6p0", "18p0", "18p0"];
    //Enter text in the text frame.
    myTextFrame.contents = "Hello World!";
    //Save the document (fill in a valid file path).
    myDocument.save(new File("/c/HelloWorld.indd"));
    //Close the document.
    app.documents.item(0).close();
    No problems at all with that script.
    Please help!

    Figured it out. Path for app.open() needs \\ instead of \.

  • App.open(file) fails even with absolute path.

    Hi There,
    I am new to scripting for AE so please go easy on me.  I have these two lines in a script which is a plain text file with .jsx as the extension.
    var project = new File("C:\path\to\my\project.aep");
    app.open(project);
    So then, I go to my command line and enter this.  I should note that I added the directory containing afterfx.exe to my environment path (I am running Windows 7).
    afterfx -s myscript.jsx
    When i hit enter, AE launches, but I get an error that says:
    Unable to execute script at line 1.  After Effects error: Unable to call "open" because of parameter 1.  Path is not valid.  Path: C:\Program Files\Adobe\Adobe After Effects CS5\Suppor Files\pathtomyproject.aep
    What?!  Why does it think my aep file is within the Support Files directory?!  Is it because of the path environment variable I setup?  Any tips to force AE to find the file I specified in the new File() method?
    Thank you for any advice and your time!

    Hi,
    You need to use double backslashes in the path, like so:
    var project = new File("C:\\path\\to\\my\\project.aep");
    /Ludde

  • Idisk app: delete file from iphone but NOT idisk?

    maybe i'm missing something but how do you delete a downloaded file from just your iphone? when i tap the delete button in the downloaded file window it deletes it from my idisk.

    Jeff Stone1 wrote:
    well that is sort of what i thought. when the app was originally previewed it was stated that you can VIEW your documents stored on your idisk. but the mobileme page on the apple site says that you can DOWNLOAD files to your iphone.
    i just looked and i only see where you can view and share files but i don't see anything about downloading files.
    on a side note why is the icon blue didn't it change from blue to a pink with the change from .mac to mobile me.

  • Can you Drag and Drop to open Files

    Hello All,
    I am trying to make a desktop app using AIR with Flash Pro CS5.5. I was wondering if it was possible to have the app open files by dropping them onto the app's icon in the browser of the OS.
    For example, let's say I want to create a photo viewer app for Windows. I would like to be able to highlight a couple of JPGs, drag them over my app's icon and 'drop' them into the program. This will open the app and it will show me the selected JPGs in a slide show.
    If this is not possible, then is it possible to have the app already open and drag the JPGs on the the open window for the same effect?
    I have read the FileReference and File classes documentation but it doesn't quite answer my question. Also, searches on Google as well as here don't seem to be leading me to the answer. I've tried "open file using drag and drop" and "pass a file as a parameter to AIR app" etc,  but the queries don't lead me to relevant information.
    Any help is appreciated,
    Thanks in advance.

    If you have an opened application you can drag and drop multiple images and these displays you (getting the path of the images and load with Loaders) this because I have done, but I'm not sure dragging over the icon works, maybe. 

  • App.open options when opening a newer version photoshop file by an older version of photoshop, App.open options when opening a newer version photoshop file by an older version of photoshop

    So, where I work, we have a script that handles all of our heavy lifting.  This script is running on CS6, and all of the users are running CC 2014.  Now when the CS6 machine opens a document with any type of vector object from CC 2014 it throws a dialog box asking if I want to flatten, cancel, or Keep layers.  I do have DISPLAYDIALOGS.NO set at the top of this script. 
    I under stand scripting quite well, but I'm just not sure if there are app.open options to tell this to keep layers.  Also, I'm pretty sure a try catch block will not work, becuase this dialog appears before the image is actually pixels on the screen. 
    When the script generates our web images I've tried to flatten the document right after its opened and I still see this dialog.  Any help would be super appreciated.
    Thank you!

    app.open will encounter problems that you really have no control over so you get an annoying dialog that you can't do anything with. The one that caused me the most grief is when a script tries to open a corrupt jpg image. IMNSHO, app.open should throw an Exception if it can't open the file and DisplayDialogs.NO is set. That way you can log the filename and deal with it later.
    Bottom line is that there is nothing you can do in JS. One thing I have done in the past was use a utility like AutoKey on Windows that looks for these dialogs and automatically responds to them so you can continue processing. I'm fairly certain there is something similar available for OS X.

  • I am in the middle of a job using CS 6, but at the same time opening the Creative Suite apps.  I created an InDesign file in CS 6, saved it, and now I can't open it. I'm getting this message: Cannot open file because it was saved with a newer version of A

    I am in the middle of a job using CS 6, but at the same time opening the Creative Suite apps.  I created an InDesign file in CS 6, saved it, and now I can't open it. I'm getting this message: Cannot open file because it was saved with a newer version of Adobe InDesign CC (10.1). You must use that version or later to open the file." AARRGGHH! So how do I access the file?

    Sounds like you opened and saved it in CC, so now you need to go back to CC and either complete the project there, or export to IDML to take it back into CS6.

  • Hi. Having trouble viewing a downloaded file from a site. iPad is telling has not got a app to open file ,but have downloaded so many now and none of them are any help. Tried this on my android phone still nothing. Please can anyone help as slowly ma

    HHi having trouble viewing a downloaded file from a site my iPad is telling me I don have a app to open file . And have downloaded loads of apps and still no joy . Have tried this on my android phone to and still nothing. Please can anyone help as slowly going crazy. Thanks tim

    What type of file?  From what site?  What Apps have you downloaded for it?
    Perhaps if you provide details of what you are doing we can provide more precise help.

  • Deleted the app in the dock that compiles all your open files and fans them out as icons. What is it and how do I get it back?

    When I bought my macbook pro, I deleted the app in the dock that complies all your open files together. When you click on the app it fans all the icons out. What is that app called and how do I find it again/get it back??
    Thanks!

    okay... got that...but before I deleted it, it would "fan" all my open web pages, or open PDF files. So they were in a little folder as opposed to lined up beside my trash bin?
    make any sense?

  • Opening files in apps that created them

    OSX drives me nuts. Preview is the default for opening files, and when I follow the instructions for "changing all" so all my Photoshop files open in Photoshop, Word in Word, etc., it won't let me do it...it defaults back to Preview!
    So, what can I do to have ALL my files open in the application that created them when I double-click on them, whether they are Classic apps or OSX apps?
    THANKS!
    Paul

    Preview is not the default for opening all files. Each application uses a unique way of identifying its document file - an extension. Word uses ".doc", for example. If you don't make any changes to the default application used the correct application will open when you double-click the document file.
    You can gain more extensive control over file associations by installing the freeware RCDefaultApp (www.versiontracker.com or www.macupdate.com.)
    Perhaps your system needs a bit of maintenance:
    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility. For situations DU cannot handle the best third-party utilities are: Disk Warrior; DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.0 is now Intel Mac compatible. TechTool Pro provides additional repair options including file repair and recovery, system diagnostics, and disk defragmentation. TechTool Pro 4.5.2 is Intel Mac compatible; Drive Genius is similar to TechTool Pro in terms of the various repair services provided. The current version, 1.5.1, is Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.
    OS X automatically defrags files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems.
    I would also recommend downloading the shareware utility TinkerTool System that you can use for periodic maintenance such as removing old logfiles and archives, clearing caches, etc.
    For emergency repairs install the freeware utility Applejack. If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the commandline.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is significant):
    1. Retrospect Desktop (Commercial - not yet universal binary)
    2. Synchronize! Pro X (Commercial)
    3. Synk (Backup, Standard, or Pro)
    4. Deja Vu (Shareware)
    5. PsynchX 2.1.1 and RsyncX 2.1 (Freeware)
    The following utilities can also be used for backup, but cannot create bootable clones:
    1. Backup (requires a .Mac account with Apple both to get the software and to use it.)
    2. Toast
    3. Impression
    4. arRSync
    Apple's Backup is a full backup tool capable of also backing up across multiple media such as CD/DVD. However, it cannot create bootable backups. It is primarily an "archiving" utility as are the other two.
    Impression and Toast are disk image based backups, only. Particularly useful if you need to backup to CD/DVD across multiple media.
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac Maintenance Quick Assist.
    Referenced software can be found at www.versiontracker.com and www.macupdate.com.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Can't open file "/Applications/iWeb.app/Contents/Resources/Themes/Kids Pink.webtheme/pt.lproj/Welcome.webtemplate."

    Can’t open file “/Applications/iWeb.app/Contents/Resources/Themes/Kids Pink.webtheme/pt.lproj/Welcome.webtemplate.”
    What do i need to do to fix thisso I can use the program

    Try the troubleshooting steps under "Fix iWeb" here...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html
    If that doesn't do it, try reinstalling the app as shown further down the page.

  • 10.8.3 apps not opening files?

    After upgrading to 10.8.3 certain apps cannot "open files" from their menu. i.e. BlackMagic Disk Speed Test cannot open window to select hard drive to test, iPhoto cannot "Import Library".  However, if I log into my other user account which is located on my SSD, the apps work fine.
    My main boot is a Samsung 840 PRO SSD, with TRIM enabled. My second HD which has my main user account is the standard 1 TB Hard drive that came with my Mini. Is it possible the update corrupted or changed permissions on the User account on the second hard drive? I've tried the route of fixing the Containers folder, but it did not help. Everything else seems to be working just fine, but this is getting a little annoying.

    I found the fix. The problem was with com.apple.ubd. Here is where I found the fix at the bottom.http://www.insanelymac.com/forum/topic/281143-comappleubd-problem/

  • Error message:    "There is no default application specified to open this document."  How do I find app. to open file??

    I am trying to NETGEAR software for a Wireless USB adapter.  When I put cd in and click autorun.exe file it says "There is no default application specified to open this document."  How do I find app. to open file??

    Or if you get stuck, post back with details of the Netgear device you are attempting to use.
    I'm sure that we can get it to work, but be prepared that it just MAY have to go back, if for example it requires Mac OS X 10.4 or later - I found a lot of networking USB dongles seem to require OS X 10.4.11 or later. But Netgear are one of the better device manufacturers, so I'm hopeful it'll work just fine.

  • Can't open file "/Applications/iWeb.app."

    I just installed ILife 09 and I can't get iweb to launch. I get: Can’t open file “/Applications/iWeb.app.” error message.
    I tried to reinstall it without luck. Any ideas? Bad pref file? If so, which one and where?
    Thanks.

    Welcome to the Apple Discussions. Ddelete the iWeb preference file, com.apple. iWeb.plist, that resides in your User/Library/Preferences folder, launch iWeb and see if that helps.
    Also have you rebooted since installing the new version?
    OT

  • APP-FND-01630 Cannot open file

    Hi,
    While opening forms getting error:-
    "APP-FND-01630 Cannot open file"
    Regards,
    Bhatia

    I had this problem before and i solve it
    To implement the solution, please execute the following steps:
    1. Rename the temp directory.
    2. Create new temp directory.
    3. Run cmclean.sql using apps user name
    you can download cmclean.sql from metalink
    the following is cmclean.sql
    REM
    REM FILENAME
    REM cmclean.sql
    REM DESCRIPTION
    REM Clean out the concurrent manager tables
    REM NOTES
    REM Usage: sqlplus @cmclean
    REM
    REM
    REM $Id: cmclean.sql,v 1.4 2001/04/07 15:55:07 pferguso Exp $
    REM
    REM
    REM +======================================================================+
    set verify off;
    set head off;
    set timing off
    set pagesize 1000
    column manager format a20 heading 'Manager short name'
    column pid heading 'Process id'
    column pscode format a12 heading 'Status code'
    column ccode format a12 heading 'Control code'
    column request heading 'Request ID'
    column pcode format a6 heading 'Phase'
    column scode format a6 heading 'Status'
    WHENEVER SQLERROR EXIT ROLLBACK;
    DOCUMENT
    WARNING : Do not run this script without explicit instructions
    from Oracle Support
    *** Make sure that the managers are shut down ***
    *** before running this script ***
    *** If the concurrent managers are NOT shut down, ***
    *** exit this script now !! ***
    accept answer prompt 'If you wish to continue type the word ''dual'': '
    set feed off
    select null from &answer;
    set feed on
    REM Update process status codes to TERMINATED
    prompt
    prompt ------------------------------------------------------------------------
    prompt -- Updating invalid process status codes in FND_CONCURRENT_PROCESSES
    set feedback off
    set head on
    break on manager
    SELECT concurrent_queue_name manager,
    concurrent_process_id pid,
    process_status_code pscode
    FROM fnd_concurrent_queues fcq, fnd_concurrent_processes fcp
    WHERE process_status_code not in ('K', 'S')
    AND fcq.concurrent_queue_id = fcp.concurrent_queue_id
    AND fcq.application_id = fcp.queue_application_id;
    set head off
    set feedback on
    UPDATE fnd_concurrent_processes
    SET process_status_code = 'K'
    WHERE process_status_code not in ('K', 'S');
    REM Set all managers to 0 processes
    prompt
    prompt ------------------------------------------------------------------------
    prompt -- Updating running processes in FND_CONCURRENT_QUEUES
    prompt -- Setting running_processes = 0 and max_processes = 0 for all managers
    UPDATE fnd_concurrent_queues
    SET running_processes = 0, max_processes = 0;
    REM Reset control codes
    prompt
    prompt ------------------------------------------------------------------------
    prompt -- Updating invalid control_codes in FND_CONCURRENT_QUEUES
    set feedback off
    set head on
    SELECT concurrent_queue_name manager,
    control_code ccode
    FROM fnd_concurrent_queues
    WHERE control_code not in ('E', 'R', 'X')
    AND control_code IS NOT NULL;
    set feedback on
    set head off
    UPDATE fnd_concurrent_queues
    SET control_code = NULL
    WHERE control_code not in ('E', 'R', 'X')
    AND control_code IS NOT NULL;
    REM Also null out target_node for all managers
    UPDATE fnd_concurrent_queues
    SET target_node = null;
    REM Set all 'Terminating' requests to Completed/Error
    REM Also set Running requests to completed, since the managers are down
    prompt
    prompt ------------------------------------------------------------------------
    prompt -- Updating any Running or Terminating requests to Completed/Error
    set feedback off
    set head on
    SELECT request_id request,
    phase_code pcode,
    status_code scode
    FROM fnd_concurrent_requests
    WHERE status_code = 'T' OR phase_code = 'R'
    ORDER BY request_id;
    set feedback on
    set head off
    UPDATE fnd_concurrent_requests
    SET phase_code = 'C', status_code = 'E'
    WHERE status_code ='T' OR phase_code = 'R';
    REM Set all Runalone flags to 'N'
    REM This has to be done differently for Release 10
    prompt
    prompt ------------------------------------------------------------------------
    prompt -- Updating any Runalone flags to 'N'
    prompt
    set serveroutput on
    set feedback off
    declare
    c pls_integer := dbms_sql.open_cursor;
    upd_rows pls_integer;
    vers varchar2(50);
    tbl varchar2(50);
    col varchar2(50);
    statement varchar2(255);
    begin
    select substr(release_name, 1, 2)
    into vers
    from fnd_product_groups;
    if vers >= 11 then
    tbl := 'fnd_conflicts_domain';
    col := 'runalone_flag';
    else
    tbl := 'fnd_concurrent_conflict_sets';
    col := 'run_alone_flag';
    end if;
    statement := 'update ' || tbl || ' set ' || col || '=''N'' where ' || col || ' = ''Y''';
    dbms_sql.parse(c, statement, dbms_sql.native);
    upd_rows := dbms_sql.execute(c);
    dbms_sql.close_cursor(c);
    dbms_output.put_line('Updated ' || upd_rows || ' rows of ' || col || ' in ' || tbl || ' to ''N''');
    end;
    prompt
    prompt ------------------------------------------------------------------------
    prompt Updates complete.
    prompt Type commit now to commit these updates, or rollback to cancel.
    prompt ------------------------------------------------------------------------
    prompt
    set feedback on
    REM <= Last REM statment -----------------------------------------------------
    hope this help you also
    Radwan Al-qubati
    ITapplication senior developer
    Safer oil company-Rebublic of Yemen

Maybe you are looking for

  • New to this ipod lark and now it won't play!!!

    i'm hoping that someone might be able to give me the idiot proof answer to my problem. my sister bought me a shuffle for a present and was assured it would be dead easy to use!!! She installed it and has copied a few cd's for me, the itunes thingy sh

  • File Sender adapter: scenario logic?

    Hi all, I have one requirement, if some one can suggest me how to achieve this requirement with sender file adapter: 1) files are in remote client location on FTP server. 2) we have to read all new generated files. 3) once we read the file then in ne

  • Not able to post balance as of 30.6.2007

    Hi I am trying to post the balance as of 30.6.2007 to Excise Duty PLA A/c with posting key 40 with tax code VO which is defined as GVAT 4% no credit,  Cen ex Duty (16%2%1%) Cess 0.125. The system is giving an error "Enter Base Amount or let the syste

  • Compiler Compliance

    Im looking for answers/references on JVM performance regarding the latest Java v6 performance benchmarks. Specifically if i compile with the Java v6 compiler setting to Java v5 compliance and running on the v6 VM what am I getting in terms of the mar

  • How do you subscribe to photo feeds?

    Hi! Could someone please tell me how to subscribe to photo feeds? I know where the option is in iPhoto but when I tried typing in the URL for a deviantArt picture group that I was interested in receiving it did not allow me to do it. Which websites d