File Open / File Save

I think everyone is familiar with the default dialog that appears in most applications when you select "Open" or "Save". You have a list of locations on the left, and a list of files on the right, and there's even a Spotlight search bar.
Here's a big important question that nobody I know personally has any answer for!
How do I sort the list of files by size or by type?
How do you sort files by anything other than Name and Date, which so far as I can presently tell, are the only two available columns? This has driven me totally nuts a few times. I can sort by whatever I like in the Finder, in basically all other GUI OS's you get this flexibility in the file dialogs, so why not this particular and very frequently used area of OS X? Or am I bonkers, missing something obvious? I just want to sort my files, is that so much to ask!

Hi Petro,
being a web application, dynpro has restriction on accessing the local machine's file system. The way out is using the FileUpload and FileDownload UI elements.
If you want the "cancel" option, can you try a pop-up window that serve this purpose ?
regards,
Nikhil

Similar Messages

  • My files open and save two times

    Hi All,
    See my below script, when I run this script in my InDesign files within folders containing subfolders it open and save my folder files twice and subfolder files once.
    Could anybody please help me out why my folder files open and save twice. Subfolder code is working fine.
    Thanks,
    Mon
    See my below js code below.
    //my script starts
    var myFilePath = Folder.selectDialog("Please choose InDesign file folder");
    myFilePath = new Folder ([myFilePath]);
    myFilePathContents = myFilePath.getFiles("*.indd");
    mySubFolders(myFilePath);
    var myDocument = app.documents[0];
    for (var j = 0; myFilePathContents.length > j; j++) {
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
    var myDocument = app.open(myFilePathContents[j]);
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    var myDoc = myDocument.layers.item(0);
    myDoc.printable=false
    app.activeDocument.close(SaveOptions.yes);
    mySubFolders(myFilePath);
    function mySubFolders(theFolder) {
    var myFileList = theFolder.getFiles();
    for (var i = 0; i < myFileList.length; i++) {
    var myFile = myFileList[i];
    if (myFile instanceof Folder){
    mySubFolders(myFile);
    else if (myFile instanceof File && myFile.name.match(/\.indd$/i)) {
    myFilePathContents.push(myFile);
    //my Script end

    folder
    ├── a.indd
    ├── b.indd
    └── subfolder
        ├── c.indd
        └── d.indd
    Hi, I run your code to folder like above,it open documents such as
    "a.indd, b.indd, a.indd, b.indd, c.indd, d.indd"
    a and b open twice.
    so fix code
    myFilePath = new Folder (myFilePath); // remove bracket for 'myFilePath'
    myFilePathContents = new Array(); // remove getting .indd, they are added later in mySubFolders()
    mySubFolders(myFilePath); // remove 2nd mySubFolders(), why run twice?
    and then, run code and documents will open like
    "a.indd, b.indd, c.indd, d.indd"
    mg

  • How do I set the default folder for file - open file... ?

    When I save a file, photo, etc., the default folder for OPENING a file becomes the last folder I SAVED to - even after closing and reopening Firefox. Is there a way to maintain the same default folder for opening files?
    Thanks.

    Originally posted by: kwarner.uneedspeed.net
    Well... I found over 200 bugs none of which seemed to talk about setting
    the default folder. I probably missed the relevant bug in the spew.
    I ask a question here as a last resort -- after I've done what I think
    is an appropriate search for answers.
    But thanks for your help in any case.
    Daniel Megert wrote:
    > DemonDuck wrote:
    >
    >> When I need to open a file not in the workspace, I use File -> Open File.
    >>
    >> But the default folder it opens is in C:\Documents and
    >> Setting\Administrator
    >>
    >> I would like File -> Open File to first open in someplace more
    >> reasonable -- like the workspace.
    >>
    >> How do I set the default folder for File -> Open File ????
    >
    >
    > Is your '?' key broken? Check bugzilla there's a feature request
    > regarding your question.
    >
    > Dani

  • SSMS: Open File Open File *Click Look In* then Visual Studio Encountered An Unexpected Error

    Hi,
    SQL Server 2008 R2 on a Windows Server 2008 R2 x64 box.
    Strange one here. A user can OPEN SSMS and VS fine however when they try to Open a file by going Open > File > Open File in SSMS Windows Explorer opens then when you click 'Look-in' an error pops up saying "Visual Studio has encountered an unexpected
    error". When I move that User to a different AD group it works.
    GPO restricts only the D drive from view and it looks like that looks like the most relevant GPO to be set. Any ideas?
    Bjorn

    Hi Bjorn,
    Based on my understanding, you could open SQL Server Management Studio and Visual Studio application. The issue was that error message "Visual Studio has encountered an unexpected error" was thrown out when you tried to open a file in SSMS.
    According to “When I move that User to a different AD group it works”, the issue can occur because the computer is having trouble contacting the domain server to authenticate you as a user. In this scenario, there are two methods we can use:
    Add the TCP\UDP port 88 to firewall rules.
    Set the "Primary DNS" address to the IP address of your domain authentication server.
    For more information, please refer to this article:
    https://ava.co.uk/support/faq/general/visual-studio-encountered-an-unexpected-error.aspx.
    Besides, based on this article(http://msdn.microsoft.com/en-us/library/ba78632y.aspx), the issue could be caused by unexpected data format and unexpected data source. Therefore, we should
    close and then restart Visual Studio.
    If you have any other questions, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Word 2013 shows full UNC path instead of local "Documents" folder on file Open and Save

    Normally Word (and Excel) by default will show the user's local "Documents" folder when opening or saving a file. That is what we want. However, after using Windows Server Folder Redirection to redirect the Documents folder to the network (Windows
    Server 2012R2), Word now shows the full UNC path to the network share.
    Instead of seeing:
    "MyPC  Documents"
    users see
    \\sever1\redirect$\username\documents
    Folder redirection is supposed to be transparent to the user. Virtually all our other applications, including Office 2003, respect this convention and continue to show "Documents". As you can see, Word even exposes a hidden share.
    Even if we go to File / Options / Save and browse to the local Documents folder as the place Word should open and save files from, Word immediately removes the path you have browsed to, and replaces it with the UNC path.
    Is there a way to suppress this behavior? Thanx!
    Dana

    Hi,
    Based on my understanding, you only want others to see some part of path name, rather than full UNC path name. It is right?
    It seems that we can’t implement your requirement. When we open a file from “My Pictures”, it shows “My picture” instead of showing the full path “C:\Users\User\Pictures”. “My Picture” is set as a library in Windows, so it hides
    full path by design. We can't set \\sever1\redirect$\username\documents as a library.
    As a workaround, you can upload these files to OneDrive and share link to others.
    If I have anything misunderstood, don't hesitate to tell me.
    Regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Why won't files open or save in email

    I have been trying to open some important files that were emailed and they won't open.  I am getting the blue and white pop up asking if I want to open or save and it won't let me do either.  It did this the other day and somehow I finally got it open after shutting down the computer.  Tried that this time and it won't work.  Tried uninstalling and reinstalling adobe.  It did not work.  There is also an online website I use to complete and upload PDF file documents and it won't work either.  What has happened?  How do I fix?

    Ah this is just because I haven't fully updated my bridge yet, but the solution still works fine
    Date: Mon, 10 Oct 2011 13:25:37 -0600
    From: [email protected]
    To: [email protected]
    Subject: Why won't files open in Camera Raw from Bridge?
        Re: Why won't files open in Camera Raw from Bridge?
        created by Noel Carboni in Adobe Camera Raw - View the full discussion
    The video shows replacing a current DLL file with one from last year - the key issue being that the files found in the Bridge and Photoshop folders are DIFFERENT. Why would this be?  I checked a PS CS5.1 installation myself and the files are already the same. Is there an illegitimate copy of Photoshop being used or something, causing these files to differ? -Noel
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3963527#3963527
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3963527#3963527. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Camera Raw by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Pdf save file open file

    Since firefox just recently updated, .pdf files when clicked, either on email or the web would pop open a box that says save file or open file. Firefox updated and it no longer ask this anymore, it just immediately tries to download it. I don't use any .pdf add on through Firefox, I tried one today but it still doesn't help. Is there a way to turn this basic function back on without a add-on. It has never needed one before.
    Thanks.

    I was making all the changes to the Adobe Acrobat files and didn't see the one lower down called portable document format, once I changed it to ask first it now operates how it should. Thanks for the help everyone.
    Matt

  • File opens slowly, saves slowly

    With the scenarios set up below, it seems that these files are taking unusually long to open and save (up to 20 minutes on scenario #1, up to 7 minutes on scenario #2). Is this typical for the filetype described? Any help would be appreciated - this is causing workdays until midnight!!! =(
    SCENARIO #1
    [Running 32 bit Windows XP on a 2.3GHz ThinkCentre M55p, 2GB RAM, Photoshop CS1. Have files ranging in size from 50MB to 325MB. Application installed on C: drive, primary scratch disk is on partitioned D: drive with 3.96GB free space, secondary scratch disk is on C: drive with 53.98GB free space. Largest file has about 12 layers, including 3 layers with rasterized PDFs and about 9 layers that have blocks of filled color with craquelure & inner shadow added.]
    SCENARIO #2
    [Running 32 bit Windows XP on a 2.3GHz ThinkPad T61p, 2GB RAM, Photoshop CS1. Have files ranging in size from 50MB to 325MB. Application installed on C: drive, primary scratch disk is on partitioned D: drive with 36.4GB free space, secondary scratch disk is on C: drive with 29.7GB free space. Largest file has about 12 layers, including 3 layers with rasterized PDFs and about 9 layers that have blocks of filled color with craquelure & inner shadow added.

    Seattle User,
    One big bottleneck is your I/O. Nowadays, there are very few reasons to partition any physical HDD. If you feel the need to do so, make sure that nothing related to PS is on that second partition - nothing. I'd also make sure that your Windows Page File is not on it either - nothing but maybe documents, or other non-image assets.
    What happens with a partitioned drive that is part of the PS setup is that you are asking the heads to be in many places at the same time. That cannot happen, so something has to give. That is the access time. Always use physical disks. Depending on your controller, you might even want to split the I/O load over a second PCIe controller card. HDDs are so very cheap now, there is no reason to not fill one's case with them and use them to do everything to keep all files off your C:\ (and, in your case D:\ drives).
    It appears that at least one of these machines is a laptop, maybe both. You will get better results without the partitions. If the case can hold more physical HDDs, then I'd add 'em. My laptop has 3x 200GB 7200RPM drives, and I can do SD video in real time on it.
    If the case will not support more HDDs, then think about external HDDs. Go for eSATA via an ExpressCard, or almost as good, IEEE-1394b (FW-800). Some years back, I did some timing tests on a Toshiba with only 2x 80GB 5400RPM HDDs, using various externals. There was a measurable difference having the PS Scratch Disk on a 250GB Maxtor between the USB and the FW-400, but not much in real world times. I picked up almost a minute with the test file and the Actions, designed to use the Scratch Disk (external) with FW-400. Other than a faster processor (pure GHz, as I do not see the Core config of your two CPUs), the Toshiba would Open and Save 200+GB image files in about a minute and a half. The new laptop does it in seconds, without any "external" Scratch Disks. About as fast as my workstation does.
    Remember, if you do change your Scratch Disk location, you'll need to re-start PS for these changes to take effect - at least you do with CS2. Maybe CS3 is dynamic, in that regard.
    Hunt

  • EA2 right click to open SQL file/opening file creates new connection

    EA2, win XP pro, sp2
    1. Right click to open an existing SQL file missing from the context menu.
    2. Even after I set my default path to look for scripts, it opens in Documents and Settings\USERID\Application Data\SQL Developer
    3. When I open a new file or script, it creates a new tab in which I have to pick the connection. In 1.2, it used the connection of the tab I was in. Am I missing a setting for this?

    1 I suspect the Open File item might be missing because it is integrated with version control and they have left that outUse the main toolbar / menubar Open. Ctrl-O also works.
    The local context menu "Open" was removed not due to version control but to reduce the clutter on worksheet's toolbar & menubar.
    Though it might have been convenient, I think when you get used to, you'll appreciate that we want to save the space for other really context sensitive menu's for worksheet.

  • WebUtil within Oracle Forms (Find File - Open File Dialog Window)

    I have successfully configured WebUtil and I can successfully execute the functions. I have been working with PKG_FIND_FILE.Selection function (which displays an Open File Dialog Window).
    I cannot figure out why the following is occurring:
    When I call the above function, the system typically displays an older dialog window (light blue / gray) window. For a brief time, we were able to bring up the "Windows looking" dialog window. I don't know what we changed in the configuration, but it is now back to the older looking light blue/gray dialog window.
    Any ideas on where in the configuration, this would cause the dialog window to switch its "look and feel"
    Thanks,
    Mike

    File dialog look has been changed because of the java version difference.
    In Java 1.4 the look is different and 1.5 shows another way.
    So check which java plugin and the version of the java
    ( go to control panel->settings -> click on java and check on version)
    Rajesh ALex

  • Oracle SQL Developer - File, Open , File Name Not Accept UNC Path Form

    In Oracle SQL Developer, at least the File, Open (Dialog's), the File Name (if not all File / Directory Name) Text Box(es) is (are) not accepting, at least for me, the UNC Path Form of Folders on Network Servers. The same UNC Path (or UNC Paths in general) works in the File / Directory Name Text Box of every other Windows App I've tried (from Windows 95 to Windows 7). Is there a way to do this? If not, was it intentional and where can I suggest this as a fix / enhancement?
    I'm using Windows XP w/ SP3.

    DUH! I figured out what happened. In my first search, I searched (using "Actions", "Filter", "Column" option) for "Title Contains 'UNC'" which didn't find anything because the single-quotes were considered literals (which isn't consistent with the "Row" option or with the technical SQL syntax one would expect given technical operators like "!=", pffft, "!="??? Really???). Then, all subsequent searches returned nothing, because all previous searches are combined with implied "And" Operators until you select "Actions", "Reset" (which isn't consistent with any Web / Desktop App search feature I've ever seen). Don't get me wrong. The latter is a great feature. It just needs to be documented better.
    It probably wouldn't hurt to: a) include easily visible tips on whether single / double quotes are needed and b) show an "And" Operator in front of each previous search listed so people won't mistake it for simply a Search Criteria History vs. Current Search Criteria, oh and add a heading that labels it as, oh, IDK, "Current Search Criteria", maybe? IDK, call me crazy (or just another stupid user posing as a developer with 16 years experience ;).

  • New file, open file stopped working

    I have Photoshop CS3. Yesterday afternoon it was working perfectly. Today both the File > New and File > Open do nothing. Dragging a photoshop file onto the program does not open it. Creating a new document brings up the dialogue but clicking ok does not create a new document. Nothing happens. Any ideas why this might happen or what I can do about it?

    When things suddenly don't do what they should, time to trash/reset Preferences, per the FAQs.

  • Slow file open and save across airport network

    Hello -
    I just purchased an Airport Extreme base station and am having some problems. I could not seem to find an answer to this issue in the archives.
    I have a small architecture firm and have 3 computers networked together (iBook G4, mac-mini, and Powermac G5). The G5 is our file server. A typical CAD file size is on the order of 10 mb. Since going wireless with the Airport Extreme, opening these files has become painfully slow - 2 minutes for a 11 mb file, for example.
    All computers have a strong airport signal (four bars), and internet connection on all machines is fast.
    Security: WPA2
    Robustness: ON
    Thanks for any help you may have to offer.

    (I posted this elsewhere, hope this helps you as you did not have any responses. )
    Big horrible slowdowns in file transfer over wireless have me pulling my (remaining) hair out.
    I had given my Apple Airport base station (b) to my brother in Pakistan after I found a Belkin (g) at Staples for free (after rebates) and have been using it for a while. Not a pretty box but the price is beautiful and it works OK.
    My real use for it is for my eMac and a couple of older PowerBooks I keep downstaors as a "music studio" for my music and podcast recording (and transferring upstairs to my server folder over wireless) and web browsing.
    All worked OK as I would transfer the files to my PowerBook upstairs (connected Ethernet to a router connected to the wireless router or sometimes directly via Airport connection if laptop was not at my desk). Both configurations worked fine (only limitation being my eMac's (b) speed older Airport speed).
    Since 10.4.5 (as that is the last "change" I can see made on my system overall, I have discpovered I cannot even transfer a 3.5 MB file from the eMac to ANY of the other machines. After reading several threads here it seems several people have noticed the HORRIBLE SLOWDOWN if not complete death of Airport usability for file transfer. People are being made to go around changing router settings, channel IDs etc.
    That sounds like typical tech support bunk to me. After all, if the channel ID on the wireless router is a problem why is my web browing going on at normal speed but a 120 MB file transfer just told me it will take 2023642128 hours. No, I am not kidding. That is the time it would take to get man to Mars. Someone else was told to hook up the machines over Ethernet. Sure, that works for machines in the same room - and is a bearable temporary solution in that case - but not in an upstairs/downstairs situation. Burning CD-Rs to transfer 120 MB files every time is also not a good way to show off Apple technology.
    So, in my humble opinion, some recent update from Apple just broke something in Airport networking or Appleshare. (Much like I have found out that DiskWarrior, a hard disk repair utility will crash after completing a current task unless you downgrade QuickTime from 7.0.4 or something to a lower version. Go figure.)
    I love Apple, getting friends to switch all the time, but annoyed at these bugs that basically render standard applications unusable. So far I have not been able to figure out what the problem is.
    I already deleted all the network port configurations on the eMac except wireless. Activity Monitor shows 0.1 to 11 kbps speed (yes, that is 0.1 to 11 Kbps not Mbps). No other apps are running, Tried connecting to different machines. All machines can transfer data at high speed except over Airport/wireless.
    Hope you can suggest a solution when you find one.
    Imran

  • Save As / File Open dialog boxes too large to use on laptop

    I have a Macbook Air and am using one of the new Apple LED Cinema Displays, although this problem was also present when I was using my older Apple Studio Display.
    The problem is that some of the system dialog boxes, notably File Open and Save As are huge when I am just using my Macbook with no external screen. They are so big i cant see the lower right drag handle and make them smaller and cant access buttons at the bottom like "New Folder".
    I think this is because I resized the dialog box when I last had my large external monitor connected and now that it is not connected (I'm at home on holiday not at work) I cant find a way to make them reset to their normal size.
    Does anyone know anything that would help? I've had a good search online and also in these forums and havent found anything - but apologies if I've missed an existing open thread.
    Thanks,
    Glenn.

    This did not work for me - and in my case it was the "Export" Save As sheet in Keynote. There is a real solution for this problem. Firstly all user 'preferences' and these are things that include not only preferences set in the application's preferences window but also window position, size, recent items etc. are stored in the preferences .plist file for an application (stored in the users account Library folder) . If an application starts to behave strangely, crashes on start etc. deleting this file while the application is NOT running can often fix a problem. So if a window is in an unusual location or partially off-screen then trashing the file often will fix the problem (BTW - if you are unsure how to find the file activate the Finder and select the "GO" menu -> "Go to Folder" and type ~/Library/Preferences - make sure you are not in the System's preferences folder - deleting these items is typically bad...). Preference files for an application are typically named com.companyname.programname.plist. So for Keynote the plist is com.apple.keynote.plist. Preferences are recreated when the application is launched. Often though this is a bit extreme. If you double click a plist file the "Property List Editor" application will start (at least if you have the developers tools installed - all free and on the Leopard DVD - with a free Apple Developer ID you can also run the most up to date version pre-snow leopard). In the plist editor all of the various options available in the program are listed - ones from the preference panel and other application information. In the case of Keynote (possibly other apps - I haven't checked) the NSNavPanelExpandedSizeForSaveMode key stores the size of the Save/Save As sheet. I downsized from a 17" MBP to a 15" MBP and the string size for this was 682 wide by 843 tall in pixels - my screen is only 900 px and once you consider the space needed for the application menu bar and tool bar the dialog buttons were 'just' barely visible - tauntingly so. I dropped the height to 743, saved the plist and reopened Keynote (remember to edit these while the application is not running - and always save a copy first before editing the file). This worked for me perfectly and unlike other suggestions here provides precision control. Now having said that 1) these files are XML and can be edited using a text editor but the plist editor is much prettier; 2) typically the keys are named using their appropriate Coca names for the property - but each developer can and does write their own code often deviating from Coca - hmm MS, Adobe come to mind - so remember that its good to read through the plist and Google to make sure that you are editing the correct information; 3) plists are automatically recreated if you really screw-up and need to delete - unfortunately in doing so Word will forget that no-one actually likes "when editing automatically select the whole word" so you will need to redo all of those kinds of preference tweaks.
    D.

  • File Open/Save dialog Restrict the user path selection Is there any way?

    Hello,
    Is there any way by which we can restrict the user from selecting the path from the Folder Browser/ File Open/ File Save dialog boxes?
    For example, I have a list of paths & want to allow the users to select from those paths or their sub folders. Is there any way to achieve this?
    Thanks!
    -Vinay Pugalia
    If a post answers your question, please click "Mark As Answer" on that post or
    "Vote as Helpful".
    Web : Inkey Solutions
    Blog : My Blog
    Email : Vinay Pugalia

    Hello Vinay Pugalia,
    >>For example, I have a list of paths & want to allow the users to select from those paths or their sub folders. Is there any way to achieve this?
    As far as I know, starting with Windows Vista, the Open and Save As common dialog boxes have been superseded by the
    Common Item Dialog:
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms646960%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
    You could have a try to restrict the value of “look in”(shown in the opne dialog) and “Save in”(shpwn in the save dialog). If you want an example about the usage of this API, you could post a code sample request to:
    https://code.msdn.microsoft.com/site/requests
    Regards.
    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.

Maybe you are looking for

  • CS6 64-bit Bridge crashes on opening

    New install on a Windows 7 professional machine, using direct download from Adobe.  I have Photoshop CS5 which I left alone and installed CS6 as new. Photoshop CS6 64bit launches OK but when I select Browse in Bridge I got an appcrash.  I applied the

  • Illustrator saves blank PDFs with information about missing content

    I use Illustrator CS6 on OS X 10.8. Yesterday I noticed that my PDFs come out as blank files with the text This is an Adobe® Illustrator® File that was saved without PDF Content. To Place or open this file in other applications, it should be re-saved

  • Ignore duplicate records for master data attributes

    dear  experts ,                how & where can i  enable "ignore duplicate records" when i am running my DTP to load data                  to master data attributes.

  • Tried to convert a large PDF to word. Timed Out....tried 3 times

    I tried to convert a very large PDF document to word three times; it timed out all three times, solution? Thanks Rick

  • GUI status upload and download....

    Hi experts,     I am working upgradation project have problem with GUI status. How to upgrade GUI status from 4.6c to 6.0 ECC, Is there any upload and down load options. Thanks & Regards. Kk