Trouble displaying Windows Explorer file select dialog in RH8

This problem is occurring across RH8: when I select Import Word doc at startup; when I select Baggage File -> New; when I select Insert Image-> Browse . RoboHelp locks up and when I select to End Task in the Windows Task Manager I get a message saying "the system can not end this program because it is waiting for a response from you". I've tried cascading windows to see if the dialog box is hidden but it's just not there.

Is your RH project located on a network drive (very bad) or a local drive (good). Also is this just on one project? What happens when you try to do the same on one of the supplied demo projects?
Read the RoboColum(n).

Similar Messages

  • File selection dialog box freezes for a few seconds

    When I try to open files / select files from within certain applications (e.g. Aperture, Photomatix) the file selection dialog box freezes for a few seconds which becomes irritating because I can't scroll to the actual file that I want very easily .)
    (I notice the problem generally when I am working in photo editing applications. And yes, I do have some 25MB TIFFs in the target folder...)
    I suppose this is because the finder is "loading" a preview of the files.
    Does this happen to everyone (if so, it would be quite a Windows-like irritation untypical of OSX).
    If not, then what could be going wrong here?

    I have answered my own question by a bit more research.
    It seems a lot of people having this trouble for a while. It is down to Logitech software. Specifically the Logitech Control Center.
    See this forum (last entry):
    http://bit.ly/eEomwp
    The simple solution: uninstall Logitech Control Center. The mouse still works without it.

  • File Select Dialog Box parameters Screen

    Hi,
    How can i have a file selection dialog box in abap.
    Parameters : fname(100) type c.
    In the above code i want a search help button, by clicking it it should display a file dialog box.
    In the file select dialog box if i select a file and click open the file name should be displayed in the fname text box.
    Is this possible in SAP.
    Thanks,
    Bala.

    Hi Bala ,
    Use the following function modules
    1 ./SAPDMC/LSM_F4_FRONTEND_FILE or   F4_FILENAME
    PARAMETERS : p_upload TYPE rlgrap-filename
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_upload.
      CALL FUNCTION '/SAPDMC/LSM_F4_FRONTEND_FILE'
    * EXPORTING
    *   PATHNAME               =
        CHANGING
          pathfile               =p_upload
       EXCEPTIONS
         canceled_by_user       = 1
         system_error           = 2
         OTHERS                 = 3
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    or
    PARAMETERS : p_upload TYPE rlgrap-filename.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR  p_upload .
    CALL FUNCTION 'F4_FILENAME'
        IMPORTING
          file_name = p_upload.
    Thanks & Regards

  • Safari file select dialog hangs?

    When attempting to upload a file, the Safari file selection dialog box opens, but I get a beachball as the dialog attempts to display every file on my Mac for some reason. The expected behavior would be for it to start in the last place I uploaded a file, but nothing is selected in the sidebar and it appears to be showing all the files on the system--no directories, but all files of all types.
    I've waited over five minutes and see the list of files growing (the longest I've let it get is >15,000 items) but it never finishes. Also, I'me seeing the "select a file to see its path" notice in the bottom of the dialog. Force quitting Safari is the only solution.

    This started happening to me today.
    I use: Safari Version 5.1.6 (7534.56.5)
    And when I get a dialog box to choose a file for upload using Safari, there is no beach ball, rather there is the circular activity icon just spins and spins. No file listing appears in list view, column view, icon or coverflow view. I cannot select a file in Safari using the popup file select dialog box.
    This is after a softare update yesterday Mac OS X 10.7.4
    Can't use for WordPress, Tumblr, Facebook etc.
    I am able to use Transmit, my ftp client and it has no problem refreshing the file listings.

  • Windows Explorer (File Utility) Slows When Selecting a QuickTime File

    Windows Explorer (the file utility, not the browser) slows and sometimes crashes whenever the right pane of Windows Explorer points at a QuickTime file. CPU activity increases substantially, with the process WLXQuickTimeControlHost.exe consuming over half of the CPU.
    I tried uninstalling QuickTime and the problem disappears (but of course now I have no way of playing QuickTime files). I reinstalled the latest version of QuickTime (7.5) and the problem returned. I also have QuickTime Pro.
    Anyone else see this behavior? Any troubleshooting ideas? I have McAfee Virus/Spyware/Firewall protection and the system appears clean.

    The villan was Windows Live Photo Gallery which contains WLXQuickTimeControlHost.exe.
    Removal of Windows Live Photo Gallery solved the problem.

  • Why isn't ratings information set in lightroom showing up in windows explorer file properties?

    I am using Lightroom 3.4 64 bit on Windows7 64 bit.  When I apply keywords and set a rating in lightroom, only the keywords show up in the file properties in windows explorer, and FastStone viewer.  The ratings information is not shown.  Is this a known problem, or is there a way to fix it?

    I am using Lightroom 3.4 64 bit on Windows7 64 bit. When I apply keywords and set a rating in lightroom, only the keywords show up in the file properties in windows explorer, and FastStone viewer. The ratings information is not shown.
    Hmm, are you remembering to do Metadata > Save Metadata To File after you change the rating in LR?
    LR and Windows 7, Vista, and even XP (if you install Windows Live Photo Gallery) share metadata using industry-standard fields, and Windows' manipulation of the metadata is pretty robust.  In particular, they'll share the rating via the metadata field XMP:Rating.  I just verified this with LR 3.4 and Windows 7, but I'm pretty sure it also applies to earlier versions of LR 3:
    1. In LR 3.4, change the rating of an image.
    2. Metadata > Save Metadata To File
    3. In Windows Explorer, right-click the image file and select Properties.
    4. Observe the new rating on the Details tab.
    5. Change the rating on the Details tab.
    6. In LR, do Metadata > Read Metadata From File.  Observe the new rating in LR.

  • 4.0EA3 : Unable to access mapped drives (Windows) in file browser dialogs

    All File Browser dialogs only allow access to by local C: (hard disk) and D: (DVD) drives. It is not possible any more to access mapped drives (which are referencing UNC paths to our file server) - i.e. Network drives.
    I have tried the following accesses to the File Browser:
    File -> Open    : Does not work
    File -> Data Modeler -> Open : does not work
    Tools -> Preferences -> Environment -> Log -> Log Directory -> Browse : does not work
    This worked/works fine in SqlDev 3.2.2
    I tried to rule out connection/authentication problems to our SAN (the network drives are fully accessible from Windows Explorer and even JDeveloper 11.1.2.2.0) - I created a drive mapping to a share on my local hard disk. Can't see this mapping from within SqlDev either
    Problem occurs on Win7 64-bit
    Looking forward to Oracle feedback or to see if other users find the same issue
    Alan

    https://drive.google.com/file/d/0B2daepPy6k7nbGl4d2xobFJFVTg/edit?usp=sharing
    Hi Jeff
    Many thanks for your reply.
    No - the location drop-down only shows my C: (Hard Drive) and D: (DVD Drive).
    With further playing, I did find that if I qualify a script on a network file share with the full UNC path, it successfully opens the script.
    The problem is that I cannot navigate to locations on mapped drives.
    Having successfully opened a sample script, there is now a shortcut to the folder/directory of my shared scripts in the left pane of the open (file browser) dialog box. Its a good workaround.
    I have shared a screenshot on my Google Drive (this forum does not allow insert of images or attachments ?)
    Alan

  • GTK File Select Dialog Behavior

    Recently, I noticed that the file open dialog (and the save dialog) seemed to have an unusual behavior.
    In previous versions, if you clicked on the file pane, and started typing, you could select directories in the file pane. If you hit enter while a folder was highlighted, then you entered that folder, and focus remained on the file select pane.
    In the current version, after hitting enter over a directory, you are shown the contents of the directory, but the cursor focus switches to the file name text entry field instead of remaining in the window pane (typing changes the filename instead of allowing you to continue navigating directories).
    Is this a new GTK behavior, a bug, or something not related to GTK all together? If it's a new behavior, is there a way to get the old behavior back - this seems to make navigating the folder hierarchy much more cumbersome.
    Thanks for any help in this matter.

    Hi Bala ,
    Use the following function modules
    1 ./SAPDMC/LSM_F4_FRONTEND_FILE or   F4_FILENAME
    PARAMETERS : p_upload TYPE rlgrap-filename
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_upload.
      CALL FUNCTION '/SAPDMC/LSM_F4_FRONTEND_FILE'
    * EXPORTING
    *   PATHNAME               =
        CHANGING
          pathfile               =p_upload
       EXCEPTIONS
         canceled_by_user       = 1
         system_error           = 2
         OTHERS                 = 3
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    or
    PARAMETERS : p_upload TYPE rlgrap-filename.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR  p_upload .
    CALL FUNCTION 'F4_FILENAME'
        IMPORTING
          file_name = p_upload.
    Thanks & Regards

  • ZIPs close instantly when "Open with Windows Explorer" is selected

    If I download a ZIP file and tell Firefox to open the file in Explorer when it completes, the file will sometimes close by itself after a variable length of time (usually less than a second, sometimes as long as two or three). The problem does not occur if I select a different program e.g. 7zip, or if I save it to Downloads and open it manually. Navigating to /AppData/Local/temp/ reveals that the ZIP is still there and can be opened normally even after it seems to disappear.

    Make sure that your anti-virus software isn't locking this ZIP file or is interfering otherwise in a way that Windows Explorer doesn't like.
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/

  • Firefox (15) inserts a "Firefox HTML document" in Windows Explorer File New menu. It breaks my works patterns (Alt FWF stops working). Need to disable.

    I often use the shortcut Alt FWF to create new directories on Windows.
    When FF 15 is set as default it alters the File New menu from Windows Explorer.
    It inserts a "Firefox HTML document" item.
    This item seems to sabotage the above key combination. It intercepts the last F.
    In addition I object to the naming which is plain wrong, for me.
    I have deleted the registry key that inserts this thing. Unfortunately it re-appears.
    I want to stop this behaviour.
    How do I kill this. (Other than by making another browser the default.)

    I'm not seeing that on Windows 7 (which I'm sure is no consolation to you).
    Since Folder usually is the top item on the new items menu, can you use
    <br>Alt+f w Enter
    until someone comes up with <s>a better workaround</s> an actual solution?

  • I close PDF file, but cannot rename in Windows Explorer -- file in use error

    After viewing a file in Acropbat X Standard, I save and close the file (but leave Acrobat open).
    If i try to rename the file in Windows Explorer, it fails and reports this error:
         Cannot rename <filename>.pdf: The file is in use by the following program: Adobe Acrobat.
    The only way to release the lock is to close Acrobat.
    Any solutions? I frequently have several PDF files open at the same time and do not want to close the tool just to release one file lock.
    Jim

    Been having the same issue here with Acrobat X. Plus, often can't even delete the file after closing Acrobat entirely. It is Acrobat that will not release the file back to Windows.
    Only thing that resolves this here, in order to be able to delete the file, is to log user off/on or reboot Windows. Crazy making.
    Would be great if Adobe could patch this up. Acrobat X is an expensive program and would be a nice gesture to customers if they fix this.

  • Load song information from iTunes to Windows-Explorer file

    Hi, sorry but my english isn't very good (you can also wirte in german)
    I have a lot of Songs in my iTunes Libery and i change since 4years the Song information (name, artiste, album, genere...) on iTunes.
    Now i don't know, how can i load all these song information to the original file from the Windows-Explorer.
    How can i do that, did you know any software witch can transfer all these "Information" and overwirte the information from the original file.
    Thanks for any answer!

    MuddyMay wrote:
    Can anyone answer this question for me? I am very frustrated with this issue. I had a lot of family members give me itunes gift cards for Christmas so that I could purchase appropriate songs for slideshows that I make for grandchildren and other family members. I cannot get any of the songs into my slideshows as it says that they are mp4's. Someone told me that they have to be mp3's and then someone told me that I could convert them to mp3s within itunes and export them to my slideshows. I am not selling the slideshows, only doing this as a hobby and am now upset that I spent so much time and money on songs I cannot use. Is this true, I can never use them in my slideshows? Any help would be appreciated. Thank you.
    Depends what they are. If you purchased .m4p files, be aware that they contain Apple-proprietary DRM "protection" that prevents their use in non-Apple programs. If you purchased .m4a files, you can use iTunes to convert them to MP3.
    For future reference, since you plan to use your music for multiple purposes, the most compatible format, by far, is MP3. Make sure that all music you purchase or rip is in MP3 format.

  • How to properly remove "Network" from Windows Explorer and Save Dialog boxes?

    I've recently rolled out Windows 7 and noticed that in some applications (Office 2003 - yes we are due for an upgrade - happening later this year), when a user clicks the down arrow in a "Save As" dialog box to view the available locations - a
    list of seemingly every computer in the broadcast domain is generated and displayed.  This takes about 30-45 seconds.  I don't want my users to be able to view a list of every computer in their broadcast domain, and I especially don't want them to
    be presented with said list every time they try to save something.  In newer apps, the list is not automatically displayed but is still accessible by clicking the "Network" selection.
    What is the proper way to remove this?
    I've tried the following:
    1) Disabling the NetBios over TCPIP service - works but prevents other things from working properly.
    2) Disabling the Computer Browser service - does not work.
    3) Changing HKEY_CLASSES_ROOT\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder\Attributes from b0040064 to b0940064 as suggested here -http://www.sevenforums.com/tutorials/39699-network-add-remove-navigation-pane.html
    .  This seems to work but I cannot find anything that says this is supported by Microsoft and I am wary of what side effects may occur.
    4) Using a GPO to enable the "No Computers Near Me in Network locations" and "No Entire Network in Network locations." - no change.
    It seems like there should a simple way to do this as I can't be the only admin that doesn't want their users browsing a list of every computer on the network.
    Thanks!

    Hi,
    I will mark my first reply as answer. It could help other communities here who have the same issue.
    Thanks for your understanding.
    Regards,
    Leo   Huang
    TechNet Subscriber Support
    in forum. If you have any feedback on our support, please contact
    [email protected]
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • What is Mac's equivalent to Windows Explorer (file manager not internet explorer)?

    Have just migrated to macBook Pro from being a windows user for years. I don't trust backing up my important files to Cloud and would much prefer to back them up to an external hard drive as I used to on my Windows laptop. How can I do the same in my MacBook - I just want to 'right click' on a folder called 'documents' and copy everything over to the external drive. Can this be done?

    It's called Finder and yes you can copy your documents to an external drive.  The drive icons on the side of your desktop invoke finder windows.  Inside are folders which can be displayed with details or icons.  You can drag and drop just like windows.
    If you don't have drive icons on your desktop then click anywhere on the desktop and look at the top menu bar.  It will say "finder", now use the menu to select finder then preferences and turn on the icons.  You should also have a square blue "smile" icon on the dock which invokes finder.

  • Is there a way to paste an URL into the file selection dialog box?

    Hi,
    I would like to share on Friendfeed.com images that I find on websites. On Windows, I click on "Add - photos" and I can paste the URL of the image directly into the dialogue box.
    On my Mac 10.6.6, I can't find a way to do that: the dialog box only allows me to click on a file's name, I can't paste anything. So I have to save the image on my disk, and then upload it on Friendfeed.
    It's not a big deal, but still more cumbersome.
    Is there a way for me to avoid saving the image on my hard drive?
    thanks for any help that will come this way

    Thomas, you really need to relax I just asked a simple technical question: is X technically possible?
    There were only two meaningful answers to that: yes and no.
    But, no, you and others started to imply there were some dark issues of image copyright infringement, which - if I was not very relaxed myself - would be offending. You don't know what images I'm talking about, so why in the world did you start by assuming that I was infringing copyright?
    (read again my previous answers to you, and you'll see I was not condoning infringement. I was simply saying it was not an issue here). Are you going around the web entering any discussion about how guns work, warning that killing people is a crime? What about knifes? Car forums and speed limits? (I could go on, as you can imagine).
    But, since we're talking about copyright, you may want to lower your expectations about how "easily" you could sue me. The world - and its legal systems - is quite a different thing from the USA, you know.
    Finally, about Friendfeed. Read again what I wrote (leaving aside all the copyright concerns that are distracting you ) and you'll see I mentioned that of course there's a "normal" way to enter the Url. It's just two different actions, with two different results. One of these actions is apparently not possible with a Mac. Too bad. As for Friendfeed being a crappy website: I see you're a web developer. I wish you to be as successful a developer as the people who created Friendfeed (http://en.wikipedia.org/wiki/Bret_Taylor). Some of its functionalities were years ahead of the competition, which is why they have been acquired by Facebook, and today - after more than a year with no development whatsoever - they still make for a very good social network. Go and have a look at it, you may learn a thing or two.
    (I wrote finally, but I was wrong). One more thing: I couldn't resist, and I took a look at your webpage and resumé. I'm not going to write here what you did from "August 1997 to August 2007" (although it's public, so it shouldn't be a problem). But let me express my full appreciation for that! (I'm serious).
    cheers!

Maybe you are looking for

  • How do I print a graph in black & white?

    Hello all, I've tried the Print VI Upon Completion and the Report Generation tools. Neither seem to be able to print a single or multiple graphs in black that is dark enough to read. For some reason, they all print in grey. Is there a way to print in

  • Can we call a Java Stored Proc from a PL/SQL stored Proc?

    Hello! Do you know how to call a Java Stored Proc from a PL/SQL stored Proc? is it possible? Could you give me an exemple? If yes, in that java stored proc, can we do a call to an EJB running in a remote iAS ? Thank you!

  • OBLIX_ObRequestedUrl  or something similar

    I am using Oblix and when a user clicks on certain links, they are forwarded to the single signon page. Once they sign on, I would like for the user to be taken to the EXACT link he tried to go to. My app always takes me to the page registered in Obl

  • Forms 6 to Forms 6i Migration

    A project I just got on is a migration project from Forms 6.0 to Forms 6i. The biggest problem is that in addition to this migration they are also deploying throught the web. The application was obviously designed client/server and they are running i

  • Importing photos to my computer

    Hi, i went on holiday and took loads of photos, and then my camera said that the memory chip was full so i decided to export all my photos to my ipod touch via itunes, this all when well on my friends windows computer. here's the problem, i plugged i