Advanced file browsing capabilities

I would like the Finder to improve on the way it can use extended attributes...
Currently, we can edit a property named "Spotlight Comments", which in reality is "com.apple.metadata:kMDItemFinderComment".
In list mode we can make a column appear, with the values of those comments.
Basic functionality missing: in list mode, we can edit the file name, but we cannot edit the comments.
Advanced functionality missing: I would like to add user-defined columns. For example, when typing ⌘-J to have the options, the popup window could propose to create a new column, and store the value of column Toto in the extended attribute "com.apple.metadata:kMDItemFinderToto" (or use the OpenMeta framework).
Additional functionality: export to / import from csv of all these fields.
I guess that this will never appear in the Finder, but I want to ask anyway...

since this is a user-to-user forum, I guess your post is wrong here.
anyway, apple is known to leave certain advanced functionality/choices out to get a really easy-to-use and straightforward interface, so I guess your suggestions are not really the apple way to do it.
But I bet there are finder-alternatives out there who can do a lot of stuff, maybe you should look for something like that
Message was edited by: nachdenki

Similar Messages

  • File Browser capabilities for V1.6

    Hello,<br>
    I am using a File Browser to add/upload files to my reports just like the How To: Build File Upload/Download App. The reports are working fine and so are the files until I want to edit/update individual records. When the FETCH ROW is executed, all fields for that record are returned except for the File Browse field. My question is, can the File Browser be used to recall the file that was attached, so that the user can decide if they would like to edit/update that record with another file?
    <br>
    <br>
    Right now I have all the records fields returning data except for File Browser field that remains blank. When I click it, select a different file, then save, all the other fields are updated except for this one that continues to display the original attached file.
    <br>
    <br>
    The File Browser's setting are:<br>
    HTML Form Element Attributes:onchange="htmldb_item_change(this)"<br>
    Source Used:Always, replacing any existing value in session state<br>
    Source Type:Database Column<br>
    Maintain Session State:Per Session<br>
    Source value or expression:FILE_NAME<br><br>
    Thanks,<br>
    Leo

    Try this parameters....<PARAM NAME=cache_version VALUE=0.0.0.1><PARAM NAME=cache_option VALUE=Plugin><PARAM NAME=cache_archive VALUE=AnalyzerClient.jar>Comment first the ARCHIVE VALUE line parameter.Use this link for more information...http://java.sun.com/j2se/1.3/docs/guide/misc/appletcaching.html

  • File Browsing for Freaks (i.e. 'advanced users')

    I'm currently searching a simple, lightweight, shell-based file-browser. I'm not searching a file-manager, too much bloat in it. I don't want to manage my files through a file-manager, I prefer to use cp, mv, vi/nano etc..
    I just want a file-browser which I can use to browse directories on my system through an ncurses-based interface.
    It should just show me the content of a directory and give me a one-line CLI-Prompt at the bottom as the Midnight Commander does, so I can execute my commands (cp, mv, vi/nano etc..) directly from the file-browser
    Do you know ncmpc? Or cplay?
    I'm searching a file-browser with an interface which resembles the one ncmpc and/or cplay uses.
    If you know something like that what I'm searching, drop me a line.
    Last edited by azerty (2007-09-04 10:24:34)

    Gilneas wrote:Why not just run an mc-like ls after cd'ing?
    I use this: ls -l -a --color=auto -h -F --group-directories-first
    Which I have aliased to just l
    I played around with different tools in the last days and I found out some things which can be useful.
    Possibility 1:
    '~$: ls -l -a --color=auto -h -F --group-directories-first | w3m'
    In this case w3m is used as pager for displaying a directory's content.
    But one could also use 'more', 'less' or simply '~$: ls -l -a --color=auto -h -F --group-directories-first' without any pager.
    Possibility 2:
    '~$: w3m <path/to/dir>'
    By default this gives you a full dual panel view with browse-able ('click-able') directories, content listing and viewing (not editing AFAIK) the content of text files.
    You're even able to customize the panel-, format- and sorting-type by simply using 3 selection fields at the top.
    I think using w3m as directory pager and file viewer *could* be a compromise between the blank ls and a more powerful file browser.
    Possibility 3:
    '~$: lynx <path/to/dir>'
    More powerful than w3m with (at least) the same customization possibilities.
    Additionally you can specify a default editor (e.g. Vi, Nano etc.) in the lynx config, after this you're able to select a text file and [ENTER] to open your preferred editor and view/modify the selected file. Modify it, save, quit the editor and continue browsing your system with lynx. Lynx' capabilities go even further: You can create, modify (move/rename) and delete directories.
    Amazing, don't you think?
    Unix and its abilities to combine different tools for a specific task never ceases to amaze me.
    Last edited by azerty (2007-09-04 10:35:16)

  • Open Cursor Issue because of file browse Item - Is this a Bug in APEX 3.2

    Hi All,
    I am using file browse Item to upload file into the database at two places in my application, but it seems whenever I am submitting those two pages, with file path or without file path, its opening an cursor which remains open after that, because of this open cursor count in the application is getting exceeding every time.
    For testing this I have made an dummy page containing just file browse item and submit button, and still it is increasing the open cursor count.
    Is this a bug in Apex file browse item or there is some other way to handle this.
    Please kindly help me in the above issue as this is affecting the production application.
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Dec 5, 2010 9:57 PM
    Edited by: user11204334 on Dec 5, 2010 9:58 PM

    Hi,
    One observation, Apex is switching the Session ID after one got killed ? I was working on Apex page with browse Item to test open cursor count,
    after killing the SID (227) on which the open cursor count was getting increase, it APEX automatically switches to new SID(149) for that session.
    Now the problem is even if I have two SID's and one hits the maximum open cursor count, It is not switching to other SID instead the whole application becomes unavailable.
    STATNAME SID VALUE USER
    opened cursors current 20 14 APEX_PUBLIC_USER
    opened cursors current 149 74 APEX_PUBLIC_USER
    opened cursors current 194 71 APEX_PUBLIC_USER
    opened cursors current 211 5 APEX_PUBLIC_USER
    opened cursors current 227 325 APEX_PUBLIC_USER Killed
    opened cursors current 244 15 APEX_PUBLIC_USER
    opened cursors current 20 14 APEX_PUBLIC_USER
    opened cursors current 149 76 APEX_PUBLIC_USER
    opened cursors current 194 71 APEX_PUBLIC_USER
    opened cursors current 211 5 APEX_PUBLIC_USER
    opened cursors current 244 15 APEX_PUBLIC_USER
    Please kindly help in this.
    Thanks in Advance
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Dec 8, 2010 1:02 AM

  • Dynamic action on File browse change event

    Hi Experts,
    apex version 4.1
    This is what i'm trying to do..
    i have a file browse control and a text field. when user selects a file, selected fiel's name (without file type extension) should be set to text field.
    I tried adding a dynamic action to file browse control's change event and within pl/sql Set Value logic i queried the wwv_flow_files and tried to return the file name it didn't work. i got no data found error. i assumed file is being inserted into wwv_flow_files when a page submission happens.
    In my second approach within the SetValue pl/sql logic i got the file browser control's (by directly accessing field, not by querying wwv_flow_files)value and did some string manipulation and tried to return only the file name. yet i got the same no data found error.
    Any idea how can i implement this ?
    Thanks in advance.
    - kurubaran

    Hi,
    I think PL/SQL approach will not work before you submit data to database.
    Have you think use $v function to get value from file browser?
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/javascript_api.htm#BGBGDGIH
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • File browse : How to keep the file path in the file browse field?

    Hello,
    I have
    1) file browse field called P2_FILE_PATH.
    2) a select list with submit : P2_REGION
    If i upload some file d:\abc.gif , then select some region in the P2_REGION,
    P2_FILE_PATH will become empty. But in the session, i can find the blob value. but not the "d:\abc.gif "
    Using the following script I could capture the value of P2_FILE_PATH in a field
    P2_TEST.
    onload="javascript:document.getElementById(P2_FILE_PATH').value = document.getElementById('P2_TEST').value;"
    P2_TEST contains d:\abc.gif .
    How to retain the file path, though some other field is selected and submitted?
    Thanks in advance.
    Regards,
    Archana

    Hello Archana,
    You can't do what you want because of some HTML security restrictions – nothing to do with APEX. As you found out, You can capture the value of this item. You can't set it. After submitting the page, the browser is the one to clear the item.
    The only workaround is to work with AJAX and not submit the page until the end of the user input phase.
    Regards,
    Arie.

  • File Browse filed in the manual tabular form

    Folks,
    I am using Oracle APEX 4.0. I want to create a tabular form with one column as File Browse field.
    I've created form using APEX_ITEM and file browse item using pure HTML tags as we do not have any such item in APEX_ITEM. So these fields are appearing now but how do I save uploaded files in APEX_APPLICATION_FILES and then in my table?
    Thanks in advance for your help.
    Regards,
    Chintan

    ChintanGandhi wrote:
    Can anyone please advice on this?My personal opinion is that tabular forms are evil: +{thread:id=850889}+. Trying to add file browsers to them only makes things much, much worse. (Take a moment to think about this: have you ever seen this kind of UI pattern on any decent website?)
    The advice therefore is to redesign this, build it using standard APEX components (form + report), and enjoy the rest of the weekend.

  • File Browse Validation not stopping upload

    Hi Guys,
    I am using Apex 4.0 and need help with the following please:
    I have a file browse item which uploads a file into the built in WWV_FLOW_FILES. The problem is it uploads even when there is an error and my validation flags up.
    Is it supposed to, does anyone no a work around? Basically I dont want the end user to upload the same file more than once.
    Thanks in advance all
    Spam

    I have a file browse item which uploads a file into the built in WWV_FLOW_FILES. The problem is it uploads even when there is an error and my validation flags up. Is it supposed to...Yes. The file data is just the same as any other form value, and has to be submitted and held in session state (in this case in <tt>APEX_APPLICATION_FILES</tt>) before APEX can do anything with it:
    {thread:id=902770}
    Basically I dont want the end user to upload the same file more than once.You'll have to perform some kind of validation check for this and if it fails, delete the unwanted file:
    {thread:id=1772863}

  • Htmldb page with 'File Browse' hang on submit change

    I have a htmldb page with 'File Browse' item. With File Browse empty, on pressing submit button with which has 'SQL UPDATE' action and returning to same page branch, the page hangs.
    It also happen on File Import page of htmldb application itself with File Browse.
    Anyone have the same problem or know why?

    I'm working with Sashisu on our problem and I wanted to give a few more details on what we've found.
    -We're using HTMLDB 1.6
    -The problem occurs only on pages with a file upload page item.
    -When clicking a link on one of the problem pages the browser will stick on retrieving the page for 1-2 minutes, then ultimately it will end in a page cannot be displayed error.
    -Sometimes the page will not hang and go directly to the page cannot be displayed error.
    -After encountering the error, clicking back to return to the page and then retrying the link will successfully load (and upload the file) the next page.
    -The problem only happens in IE 6.0. The submits work fine in FireFox.
    -Our development servers do not have this problem using the same HTMLDB code. The configuration between the servers on Development and Production is similar but not exact (we're working on finding the delta).
    -We did not have this problem on production until a recent code update.
    Thanks in advance,
    -John

  • Prepopulate data in File Browse in APEX

    Hi,
    Here is what I am trying to do and yet unable to figure it out -
    I have a record in a database table with one of the field being the BLOB type.  I need to update several data fields for this record but need to leave the BLOB data untouched. 
    I have a APEX form for this.  On the form, the BLOB data field is displayed as a "File Browse" item (say, File ABC) and is a required field.  However, I am having problems retrieving the corresponding data from the database.  Upon submit, the form always fails with a message saying "File ABC must have some values".
    How can I go about pre-populating the data for this "File Browse" item?  I just need the BLOB data staying untouched and yet being able to bypass the validation for an update of the entire record.
    Any suggestion is highly appreciated.  Thanks in advance!
    Ning

    951789 wrote:
    Please update your forum profile with a real handle instead of "951789".
    I have a APEX form for this.  On the form, the BLOB data field is displayed as a "File Browse" item (say, File ABC) and is a required field.  However, I am having problems retrieving the corresponding data from the database.  Upon submit, the form always fails with a message saying "File ABC must have some values".
    How can I go about pre-populating the data for this "File Browse" item?  I just need the BLOB data staying untouched and yet being able to bypass the validation for an update of the entire record.
    You can't. For security reasons the value of the file browse item cannot be set on the server.
    Make the validation on the file browse item and processing of the uploaded file conditional, for example making it mandatory on insert (when the row PK item is null).

  • File browser button on Adobe Interactive Form

    Hello,
    We have a ZCI Adobe Interactive Form with XML-Schema-Based Interface.
    There is a text field on the form with a button beside it. The requirement is that when this button is clicked, a file browser window should open up. After the user selects the file on PC, the file path should get populated in the text field.
    I have tried using xfa.host.importData() in the Click event of the button. But nothing seems to happen.
    Note that all other methods like xfa.host.messageBox() seem to work fine.
    Can anybody please help?
    Thanks in advance
    Sagar

    Ok, I was able to solve it.
    I placed a hidden text field on the form and wrote the following JavaScript on 'Click' event.
    var sFile;
    event.target.importDataObject(sFile);
    var oFile;
    oFile = event.target.getDataObject(sFile);
    pa0001.Subform.FILENAME.rawValue = oFile.path;
    var cFile;
    cFile = event.target.getDataObjectContents(sFile);
    pa0001.Subform.filecontent.rawValue = util.stringFromstreams(cFile,"utf-8");
    This will upload the file content and place it in the hidden text field. I can use this hidden text field in my Web Dynpro application.
    Just came to know that the Java Script we write in Adobe is known as AcroJS! Nice one.
    By the way, Blag can I give points to myself for answering my own question?
    Just kidding

  • Regarding PC/UNIX File Browsing

    Hi All,
    I have a issue with PC/UNIX File browsing:
    In selection screen for Presentation Server File/Application Server File browsing
    i am using below 2 F.M's.
    Because they are unrelease F.M's i can't use them anymore.
    <b>  a) F4_FILENAME [PC File Browse]
      b)/SAPDMC/LSM_F4_SERVER_FILE [UNIX File Browse]</b>
    So can anybody provide me with diffrent F.M's for the same purpose which will do the same functionality.
    Please provide me replacement F.M's with same functionaity as above.
    Thanks in advance.
    Thanks,
    Deep.

    The FM I use are:
    F4_DXFILENAME_TOPRECURSION for browsing the presentation server
    and
    F4_FILENAME_SERVER for browsing the application server
    hope it helps...

  • Disable file browsing

    Hi, i have this kind of problem.
    I need file chooser which will not have file browsing.
    I need this for using in specific way, like open directory and collect file from there. User must not be able to change current folder in that file chooser.
    I know that JFileChooser has method void setControlButtonsAreShown(boolean), but that just disables Ok and Cancel button.
    Is there any way to do this?
    And just to say, i can make some kind of list view with files in needed folder, but i would like to have this with same look and functionality of JFileChooser.
    Thank you in advance.

    For JFileChooser.getComponents() feed the array to this method:     private void hide(Component[] comps) {
              for (int i= 0; i < comps.length; i++) {
                   if (comps[i] instanceof JPanel)
                        hide(((JPanel)comps).getComponents());
                   else if (comps[i] instanceof JToolBar)
                        comps[i].setVisible(false);
    kind regards,
    Jos
    ps. This idea isn't mine so I'm innocent but I do like (and use) the idea ;-)

  • Error: Unable to locate an image file browser...

    I get the error below when I insert an image element and try to associate a picture to it by either double clicking it or using the browse button in the Draw palette.
    I have looked in my install directory and the "FileSystemBrowser.dll" file is present as well as the "ImageFileBrowserIDL.dll" file, so what gives?
    Running LiveCycle ES2 9.0.0.2.20120627.2.874785

    Hi,
    you should be able to fix that problem by re-registering Designer file browser DLL.
    http://thelivecycle.blogspot.de/2014/02/diy-bugfix-image-file-browser.html

  • Is there a way to see a file browser on iCloud? It says my account is filled up to 5G already and I can't imagine what it moved over to there that was that big.

    Is there a way to see a file browser on iCloud? It says my account is filled up to 5G already and I can't imagine what it moved over to there that was that big.
    I'm wondering if it moved my rhapsody music to the cloud (which is pointless) so I shut off 'document' sharing in case that's the problem, but it's still saying I'm at 5G right now.
    When I go to icloud.com all I see is the dumb app icons, with no clue as to what's taking up that disk space.
    btw, I did not sync photos from the get-go.
    A file browser? please? I need to see my cloud.
    sigh

    Have you enabled Automatic Downloads on all of your devices? This would download all of the books to all of your devices when you download on any device - as long as you are using the same Apple ID and iTunes account on all of your devices.
    Go to Settings>Store>Automatic Downloads>Books>On. When you download a book on one iDevice, it will download to all of your iDevices. This will only work for downloads moving forward from the moment that you turn the setting on. You will have to download the previously purchased books to all of your other devices.
    With iCloud, you can start reading the book on one device and then pickup where you left off on another device.

Maybe you are looking for

  • How do I upgrade my 800MHz PowerPC G4 eMac?

    What RAM modules do I use? I found a few different kinds and am not sure of the difference. Kingston 512MB PC2700 333MHz DDR SDRAM Memory Module KTA-G4333/512 Kingston 512MB PC133 SDRAM DIMM Memory Upgrade KTA-G4133/512 Lifetime 512MB SDRAM Memory Mo

  • How to view few values in F4 Variable screen?

    Hi All, According to the requirement user needs to see only few values in the variable screen. for example if the characterstic info object "ZPRODUCT" contains 100 values, but in the variable screen user needs to see only required 10 values, So that

  • Moved house - phone number still not transferred a...

    We moved house on 23rd March. Having previously been with talktalk, I wanted to stay with them but they told me they couldn't keep my phone number and advised me to move to BT. I called BT on 18th March and ordered the phone line and broadband and wa

  • Setup 103 error on Client update

    Hi All I am getting a 103 error when the messenger client attempts to do a automatic update. I have gone through all the docs to configure the web server and such but I am still getting this error. The weird thing is that on my personal client it did

  • Updating date and time after closing notification thru FM 'STATUS_UPDATE'.

    Friends, My requirement is to update certain closed notification. Before opening a closed notification, the field QMDAB and QMZAB ( Closing date and closing time ) are present in the table QMEL with some values. Now i open this closed document thru m