Select directory bug?

I have a strange bug(?) found in DW.
Since today I can't select the folder I want to because DW selects the folder above.
For example:
I go to Sites > Manage Sites > New > click the folder icon and go to /root/websites/example.com/public/ and click ok. Normally DW selects 'public' as my local root but now it selects example.com as my local root directory. So the last folder will always be skipped. Don't know why and I haven't found anything in the web about that. I also wrote a bug report to Adobe, but that doesn't solve my problem.
Does anybody here knows this? Some ideas to fix it?
Thanks!!

Yes, it's a known bug. It was introduced by Vista SP2 and Windows 7, both of which were released after Dreamweaver CS4. It affects all versions of Dreamweaver. At the moment, the only thing you can do is type in the folder name manually.

Similar Messages

  • Select Directory 'Not Responding' - bug report

    Hi,
    I was editing a step and realized that I needed to add another search directory.
    After choosing 'Select Directory' and then 'Add...' TestStand appears to lock up.
    Actually it has not really locked up, but as Filemon shows, is iterating through every directory.
    After 15 minutes it finally allowed user interaction and I was able to drill down into the next folder.
    However the response was still sluggish each time I opened up a new folder in my attempt to reach the final directory.
    [I am still trying to get there.]
    So there are times when the Select Directory function gives an abnormal behavior.
    Ronnie
    Message Edited by Believer on 09-29-2009 01:29 PM
    TestStand 4.2.1, LabVIEW 2009, LabWindows/CVI 2009

    Richard,
    No, I wasn't adding C:\ to the list. However, when I 'Add...' a directory, the dialog box begins at C:\Documents and Settings\All Users\Documents\National Instruments, and I then went straight to C:\ in order to then get to Program Files\IVI etc.
    I agree that searches would take awhile if I had selected C:\ but I am simply trying to Add a directory.
    My point was that TestStand should not be searching directories while I am just trying to add a directory to the search path.
    The graphic above shows for sure that TestStand is scanning through directory structures for some reason while I am trying to do this.
    This to me is odd. Why should it scan at this point?
    The Search Subdirectories check box is not valid at this time because I am adding a new directory (see the above graphic).
    As it happens I have not been able to reproduce the behavior I mentioned above - although it has happened to me once before.
    Thanks for your help,
    Ronnie
    TestStand 4.2.1, LabVIEW 2009, LabWindows/CVI 2009

  • When I try to use the internal hard drive as a scratch disk I get this error "unable to set scratch disk- the selected directory is on write protect or non-writable media.  Any ideas on how to fix this.  It only happens in fcp.

    When I try to use the internal hard drive as a scratch disk I get this error "unable to set scratch disk- the selected directory is on write protect or non-writable media.  Any ideas on how to fix this.  It only happens in fcp.

    By internal, I assume you're referring to your systems (boot) drive. Is it, by chance, a partitioned dive?
    Also…although many people successfully use their systems drives as scratch disks, over time you'll have better results using a dedicated drive for your media.
    Good luck.
    Russ

  • Multi-select LOV bug and Developer6i R2 Patch7

    Has anyone verified that Patch7 corrects the problem with multi-
    select LOV bug (see below). The Headstart6i Report Launch form
    (QMS0012F) exhibits this bug (when using the demo reports for
    example) and we were unsuccessful applying the workaround (see
    below). We will upgrade to Patch7 if this bug is fixed or we
    could use a little help from the HeadStart team correcting the
    Report Launch form to get around this bug. Thanks, Keith
    We have found one odd quirk with Headstart 6i and Forms
    6i versions 6.0.13 and higher.
    Description ===========
    1. When using a multi-select LOV (which is displayed in a modal
    dialog window), you select the records you want, press OK, and
    the application exits.
    2. When using a shuttle control to move records from left to
    right or vice versa, you select the records you want, press '>'
    to move them, and the application exits. This occurs in Forms
    6.0.8.13.0 and higher. It did NOT occur in prior releases. This
    is some kind of forms bug.
    Workaround ==========
    For some reason the call to procedure 'renumber' in
    qms$msel.process_records in qmslib65.pll causes the application
    to exit. If you copy the code from renumber to all the places
    from which it is called, it works fine.

    So far as I know, this bug has not yet been corrected.
    You will have to apply the fix as described in your email
    message.
    Regards, Lauri

  • Error: Select directory for export- ERP integrator

    Hi,
    I try to export member mappings from ERP integrator 11.1.2.1.501. It Showing the error, "Error: Select directory for export".
    Which directory should be selected here.
    Pls anyone give me a solution to solve this issue.
    Thanks
    Edited by: 3088 on Jun 19, 2012 9:33 PM

    You can choose a directory local to the ERPi server in the environment.

  • Using JFileChooser to select directory only

    Hi. I am using JFileChooser to let the user to select the directory to save some files into the user-selected directory. I set the JFileChooser to show only directory and not files. Below show part of my code:
    private JFileChooser chooser = new JFileChooser();
    chooser.setFileHidingEnabled(true);
    chooser.setMultiSelectionEnabled(false);
    chooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
         chooser.setDialogType(JFileChooser.OPEN_DIALOG);
    int state = chooser.showDialog(frame, "Select Directory");
    if (state == JFileChooser.APPROVE_OPTION )
    file = chooser.getCurrentDirectory();
    However, the File reference that i get is not the user-selected directory. Please help.
    Thank you.

    Hi,
    i found that if user writes in the text field of save dialog name of the file(but application needs directory), getCurrentDirectory() returns correct directory. but if user chooses directory, getCurrentDirectory() returns parent directory but getSelectedFile() returns correct one, so i suggest something like this(it's nasty but it works [i hope;])
    JFileChooser dirChooser = new JFileChooser("");
    dirChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
    if (dirChooser.showSaveDialog(this) == JFileChooser.APPROVE_OPTION)
    java.io.File curDir = dirChooser.getSelectedFile().isDirectory()?dirChooser.getSelectedFile():dirChooser.getCurrentDirectory();

  • Browse button for selecting directory

    Hello All,
    I need to put a browse button in my jsp so that the user can select the directory where a file can be saved.
    How do I put this?
    <INPUT TYPE="FILE" NAME="fffile">
    This just gives me a open dialog.
    I need one which will give me the directory selected in the text box.
    Thanks in advance,
    Arun

    You can't. If you provide a link to a file, then when the browser gets that file, then it may prompt the user to save it or open it, depending on the file type, the browser's capabilities and the browser's settings.
    If you want to force a file to be downloaded, you can do one of two things:
    1) Tell the user to hold the shift key down when clicking a link, which prompts to "save link as..."
    2) Use a script or servlet or something to get the file for the link clicked on and change the headers to include:
    Content-disposition: attachment; filename=theFileName.ext
    which should also for the browser to save the file.
    But there's no way to select a directory to save in before hand.

  • How to select directory path in a selection screen

    Hi ,
    We can select a file path using the below statement :
    DATA : P_FILE  TYPE RLGRAP-FILENAME.
    But how can the similar be achieved for a directory, that is if one wants to select a folder.
    Folder path can be retrieved from the function : "TMP_GUI_BROWSE_FOR_FOLDER" but this doesnt give us the privilege of displaying the path selected in a parameter form as is with the file type.
    Any kind of help would be apprecialble.
    Thanks!!!!

    Hi,
        Try with below Method
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
    PARAMETERS : p_file LIKE rlgrap-filename MODIF ID ccc.
    SELECTION-SCREEN END OF BLOCK b2.
    *     AT SELECTION SCREEEN                                               *
    AT SELECTION-SCREEN ON VALUE-REQUEST  FOR p_file.
      PERFORM f4_filename.
    AT SELECTION-SCREEN ON p_file.
      IF p_file IS INITIAL.
        MESSAGE 'Please fill the path' TYPE 'E'.
      ENDIF.
    *     START OF SELECTION                                              *
    START-OF-SELECTION.
    *&      Form  F4_FILENAME
    *       Get the file from presenation server
    FORM f4_filename .
      DATA : lit_filetable TYPE filetable,
             lw_rc TYPE i.
    *  Get file from presentation system
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
          window_title            = 'Find File'                 "#EC NOTEXT
    *    DEFAULT_EXTENSION       =
    *    DEFAULT_FILENAME        =
          file_filter             = '*.*'
          initial_directory       = 'C:\'
    *    MULTISELECTION          =
    *    WITH_ENCODING           =
        CHANGING
          file_table              = lit_filetable
          rc                      = lw_rc
    *    USER_ACTION             =
    *    FILE_ENCODING           =
        EXCEPTIONS
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          not_supported_by_gui    = 4
          OTHERS                  = 5.
      IF sy-subrc <> 0.
    *   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *  Read file name into variable
      READ TABLE lit_filetable INTO p_file INDEX 1.
    ENDFORM.                    " F4_FILENAME
    Regards
    Bala Krishna

  • How to get filename from selected directory

    Helle experts,
    I've a string variable from a directory with following content:
    G:\SAP_R3_MRSS\SAP_MRS\FAVORIT.PDF
    now I just want to select the filename, in this case FAVORIT.TXT
    How can I do this ? The directory/filename may vary.
    Some ideas ?
    Thanks
    Gerd

    Eric's split is probably the best way, but if you need a way to break the path into drive, path, and file, you could use a standard, well-used regular expression:
    PROGRAM zzfile.
    DATA:
       g_regex     TYPE string VALUE '\b((?#drive)[a-z]):\\((?#folder)[^/:*?"<>|\r\n]*\\)?((?#file)[^\\/:*?"<>|\r\n]*)',
       g_path_file TYPE string VALUE 'G:\SAP_R3_MRSS\SAP_MRS\FAVORIT.PDF',
       g_drive     TYPE string,
       g_path      TYPE string,
       g_file      TYPE string.
    FIND FIRST OCCURRENCE OF REGEX g_regex IN g_path_file SUBMATCHES g_drive g_path g_file IGNORING CASE.
    IF sy-subrc = 0.
    *  WRITE g_drive.
    *  WRITE g_path.
      WRITE g_file.
    ENDIF.

  • Has anyone else noticed how selection is bugged in 5.1

    Hey - I wish there was a warning that adding a new product did not return to a draft message!
    OK - entering it again!
    IOS 5.1 has introduced bugs connected with '-- ' in front of a mail sig.
    If one clisks a blank line above, and 'select' there is no select popup.   It is OK if onne types a single letter first.
    Secondly, if one presses enter at the end of the line immediately above the '-- ', then the cursor jumps to the end of the sig.
    The same happens  with Iphone 5.1.  It seems one cannot tag two products!

    Hard as I thought I had explained it (8-)#
    In 5.0.1, one could select from a blank line.  However now the select bar simply does not appear, unless there is a character on the line.  This is only when there is a '-- ' above a sig I think.
    This '-- ' also causes a return above to jump right over the sig, rather than inserting a blank line.

  • Selecting code bug/wishlist (for FlexBuilder 3 Dev team)

    When i try to select a word in the mxml code by double click
    on it, sometimes can't select the hole word. I'm talking about
    spanish words in a string or a comment line. by example this string
    below (paste it in flexbuilder 3 and try to select the
    "modificación" word by double click on it... i will be
    selected only before the "ó" character):
    I hope that can be fixed in the final release of Flex
    Builder

    Hi mxmotion!
    Please log this bug in the public Flex bugbase at
    http://bugs.adobe.com/flex/
    Thanks!
    Mac

  • JFileChooser for selecting directory?

    Hi,
    Are there any better alternative than JFileChooser if I want the user to be able to select a path only, not the filename?
    How could I do it if I necessarily have to use the JFileChooser? The user shall not select any file, only a directory...
    Regards,
    Anders

    Thanks, that helped!
    How could I loop through this directory (this level only, not subfolders), and get a list of all filename of a certain suffix?
    /Anders

  • JFileChooser with FileSystemView Selecting directory

    Hi,
    I am using JFileChooser and with my own implementation of FileSystemView .
    It is imposable to select a Directory.
    Q1. Do you have any clue about the problem?
    Q2. Is there any way I can add action listener to "Open" button.
    or listen to the events of "Open" button.
    Note:
        fileChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);is set.
    Regards,
    Byju

    In the future, Swing questions should be posted to the Swing forum:
    http://forum.java.sun.com/forum.jspa?forumID=57
    If you have to select a directory, not an ordinary file, why not do this first?
    fileChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);

  • How to select the files of the selected directory?

    I want to select a directory, and then I want to work with the files into this directory. I need that the application gets these files. Thanks.

    hiya!
    I tryed to create a smart playlist to locate them, but it is impossible.
    try creating two smart playlists.
    call the first one "songs in playlists"
    use the following rules:
    Match any of the following rules
    playlist is [name of first playlist in your sourcelist]
    playlist is [name of second playlist in your sourcelist]
    playlist is [name of third playlist in your sourcelist]
    and so on, until you've got a rule for each playlist in your sourcelist.
    then create a second smart playlist, "songs not in playlists"
    use the rule:
    playlist is not "songs in playlists"
    "songs not in playlists" should contain all songs that aren't currently in any of the other playlists that you have currently set up.
    love, b

  • Selected Keywords do NOT all get written to selected files. bug

    have discovered and confirmed with adobe tech support a bug with adobe bridge cs4 not writing keyword metadata tags to multiple selected files..
    PSD files and raw,jpegs when selected with PSDs fail to write metadata keywords to file. If you select a batch of PSD files or a batch of PSD's and raws,jpegs etc.. then select check boxes of keywords to apply, only some of those keywords will be applied. You can verify this after the write cycle by noticing a "-" sign showing they are not all the same. Raw and other files do not apear to have this problem.
    I have verified this problem with adobe techsupport- having them repeat this problem on their own computer. They repeated this on a mac, I currently run xp. so this is platform independent and looks to be a core adobe bridge issue.
    I do not know if light room has this same issue but would be worth checking.
    I have filed a case report and bug report and apparently am the first one. I find that suprsing as I figure many designers would be using key wording for thier work flow and thsi type of bug is a show stopper.
    Work around in bridge is to select psd's independently and select ONE keyword to apply at a time and wait for (lower left screen) write cycle indicator to stop before adding additional keywords.

    I have this bug too in my Bridge CS4.I work on Windows XP SP3.
    I need to index picture library, that contains a lot of PSD-files (about a 50 megabytes each).
    Do you know - Is this bug fixed now?
    Do you have any decision of this problem?
    Just right i try to use multilayered TIFF instead of PSD.

Maybe you are looking for

  • Is there a threshold when emailing a group via workflow?

    I created 2 groups in SharePoint 2010. One has approximately 20 users and the other has 1600 users. I created a workflow that uses Group 1 (20 users) in the BCC field to send an email to this group. It works fine. When I edit the workflow to send the

  • Unknown javascript error **** Strange error.

    Hello, I am trying to do date validation for mm/dd/yyyy format. My javascript passes for al month and day values except for 08 and 09 (both for day and month). Only for 08 and 09 when I try to do parseInt it returns 0. Its working fine for other mont

  • Why can't Apple find a motherboard?

    I'm curious (and furious). I have a 9-month old 20" iMac. Up until recently it's been a great machine. Great display, very fast. I use it for work mostly and it took me a while (like until recently) to get it set up the way I want. About two weeks (i

  • Where to find MEdical softwares for iPhone

    Prior to iPhone, I had a Windows Pocket PC Phone, with loads of medical softwares on it. The biggest dissappointment of getting the iPhonw I have is not many medical softwares are there for iPhone. Can anybody suggest good Medical softwares for iPhon

  • PDKv2 URL Services Error

    I'm trying to get the url services samples included with the JDPKv2 running and get a NullPointerException. I've tryed on OC4J 1.0.2.2.1 (with the JPDKv2 Dependency JAR's installed) and with OC4J extended (9.0.3) Here is the stack trace: 4/26/02 5:17