Open dialog views

hi Gurus,
can someone please tell me how to enable/disable views in the open dialog of WAD. i would like to disable/enable Workbooks and history views.
thank you.

Hi,
First of all, are you using WAD 3.5 or 7.0 ?
I am not so sure of WAD 3.5, but in WAD  7.0, you have command for Open Dialog in the Commands List.
Command for Data Provider --> Data Provider commands for Open/Save Function --> Call Open Dialog.
Under this specify your target Data Provider. And giv the required settings, in the following screens.
You can bring this command through a Link item or Puch Button or anything, as per your requirement.
Hope this solves your problem.

Similar Messages

  • Thumbnail view in open dialog

    I am not sure if this is even possible, but it's worth a question...
    Is there a way in a flex/air to open the "file open dialog" in thumbnail view? (it opens automatically in list view)
    I have an application that needs to open images and it would look much better if it could open in thumbnail view so that the user can see what (s)he is selecting.

    Did you ever figure this out?  I too need to do this.                                                                     

  • How to open each View/Edit Form in a modal dialog?

    Hi,
    I have the user requirement to modify the UI to open each view/edit form in a modal dialog instead of showing it inside the content area.
    Any idea how to implement this?
    Thanks
    Sven

    Open list/library settings -> Advanced Settings -> set  "Launch forms in a dialog?"
    - Yes.
    [custom.development]

  • Illustrator cc2014 open dialog box won't work yosemite

    I have a Macbook Pro Retina 2014 with a fresh install of Yosemite and Creative Cloud, after a while, when I used the open dialog box for 4 or 5 times to open documents, that dialog box won't work anymore, I have to quit and reopen the Illustrator application, the shortcut won't work either. Is anybody got that problem before?
    When I was on Mountain Lion, I never got this problem, I presume it's related to Yosemite.

    Gelouis,
    I believe it is a bug in CC2014, appearing when you have the Illustrator open/place dialogue set to column view and sort by date or sort by kind. You may change it to view by name or list view.
    https://forums.adobe.com/message/7145022#7145022
    https://forums.adobe.com/thread/1723170
    https://forums.adobe.com/message/7183002#7183002
    Or you may get it right by changing the sort to something else.

  • Open Dialog box: disable image preview (For large images, it's SLOOOWWWW)

    Open Dialog box in column view:
    Can I disable image preview?
    For large images, it's SLOOOWWWW !!!!!
    ( I often work with 8000 x 3500 panoramic images )

    William
    Mostly this is a problem in PhotoshopOK, my Photoshop is still a Classic version. I was looking at one or two others, like GraphicConverter, but the only pref there seems to be to generate a Preview if one doesn't exist.
    I'll look some more—it's irritating me now

  • Open dialog box freezes

    on my dual 2.0 power mac G5, every time i bring up a standard open dialog box in any application, the finder freezes, and i have to relaunch it. this only started happening after i installed the 10.4.7 update.
    i tried switching to another volume with a separate installation of os x, and everything was working fine, but as soon as i upgraded to 10.4.7, it started happening there, too. this is becoming a real problem, because it's a real pain to have to open all of my files directly from the finder.
    has this happened to anyone else? is there a firmware update or something else that i need to install?

    UPDATE:
    i have diagnosed the problem further, and the issue appears to center around loading file metadata, because i have the exact same issue when i ctrl-click a file and select "get info".
    the problem also goes away in the open dialog when i choose list view.

  • Help,how close pop-up window ,and open another view

    Hello,
    How click the pop-up window button ,then close the pop-up window .
    At the same time open another VIEW,and  transfer PO number to the VIEW.
    thanks

    Hi,
    First step is set the SCREEN TYPE as "Modal Dialog Box" in screen property tab.
    Then in PBO of the popup screen take a new GUI status and select DIALOG BOX as status type.
    Then assign some function code in 'X' button say 'CANCEL'.
    the put ur logic like below :
    PBO
    module gui_status.
    PAI.
    module user_command.
    module gui_status.
       set pf-status 'ZPOPUP'.
    endmodule.
    module user_command.
      if ok_popup = 'CANCEL'. " Where ok_popup is the ok_code variable in ur popup screen , also define it in TOP include
        leave to screen 0.
    endif.
    endmodule.
    Hope this will solve your problem and help you to put your logic.
    Thanks

  • How can i display a dialog view centerly?set_window_position has no effect

    hi ,all
    i try to open a dialog which is a normal view,
    here is the code i use,
    CALL METHOD cl_wdr_runtime_services=>display_view_in_popup
            EXPORTING
              component             = component
              target_view_name      = 'V_BP_MAIN'
              target_window_name = 'W_BP_MAIN'
         MODAL                 = ABAP_TRUE
               window_title          = ''
               close_button          = abap_true
            IMPORTING
               popup_window          = popup_window
    the first time the window i opened displayed is centered ,but if i open it twice or more
    the window is in the left corner of screen,i tried to use popup_window->set_window_position( position = if_wd_window=>CO_CENTER  ).but it has no effect at all
    can anyone help me out?
    thanks in advance.

    thanks for your answer.
    I did set  the height  and width of rootuielementcontainer of the dialog view .i,e,width:1200,height 700,
    It display pretty well the first time,but when i open it the second time,the dialog view is not centered,so i can't see the whole dialog view,i have to drag it,

  • Save As & Open Dialog Window for some documents hangs when custom VSTO plugin is installed

    Hello,
    I have created a VSTO application which uploads a word document to Document Management Server. The problem is not with this plugin, but after the plugin is installed, for certain documents when user makes some modification to the document and clicks on File
    -> Save As or File ->Open, the Save As/Open Dialog window, does  not show up and the Word application will be hung (spinning) as it should do if the Save As dialog window would have been shown. The only option is then to kill the WinWord process
    from Task Manager. When I kill the WinWord process from task manager, I see the Save As Dialog window appear for a split second before the WinWord Process shuts down.
    If I uninstall the VSTO application, everything works fine.
    Details on the application:
    Target Framework: .NET Framework 4
    Platform Target: x86
    OS (Developer and End User): Windows 7 Enterprise SP1 64 bit
    Microsoft Office: Microsoft Office Professional Plus 2010 Version: 14.0.6129.5000 (32-bit)
    Help!!
    Regards,
    Yogesh 

    Hi Eugene,
    Thanks for your reply.
    Yes I have tried an empty add-in project as well. Added a label to the ribbon and displayed a static text. I am able to reproduce the issue with this add-in as well. The issue is only reproducable if I deploy the add-in using a setup and deployment project.
    While building the project, Visual Studio installs the add-in by default. If I open the problematic documents with the "developement" version of the add-in installed, it seems to be working fine.
    Regards,
    Yogesh
    Hello,
    >>Yes I have tried an empty add-in project as well. Added a label to the ribbon and displayed a static text. I am able to reproduce the issue with this add-in as well.
    The issue is only reproducable if I deploy the add-in using a setup and deployment project.
    Since it could be reproduced if you deploy any add-in with a setup project, it seems this issue may be related to the your environment.
    It will be helpful if you could share the following information with us.
    The configuration about that setup project and your add-in.
    Whether your user account has admin privilege or not.
    To narrow down this issue, you could consider installing that add-in with setup project in a clean machine.
    If it could reproduce this issue, then we could focus on that setup project instead.
    If not, then we'd better focus on your environment to narrow down this issue.
    Regards,
    Carl
    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.

  • Small Icon sizes in Open Dialog Box

    When I upgraded from Snow Leapard to Lion I was very impressed that the icon sizes in the File->Open dialog boxes varied in size (per folder) on how you viewed them in Finder. For example, I would set my Finder Pictures folders and contents to a larger icon size to see them easier, then when I would open Photoshop and use the File->Open menu option, the icons would be the same size as how I viewed them in Finder.  It was beneficial to have a larger icon to view pictures when I would use File-> Open in Photoshop to select a photo. Since I have upgraded to Mountain Lion, it seems this feature has gone away?? It went back to the way it was with Snow Leapard. All icons are really small no matter how you view them in Finder.
    Is there a way to change the icon sizes in the Open/Save dialog boxes to be larger in Mountain Lion? Possibly using the command prompt? Please help?!

    I've used the Quicklook to get a larger image, but it's still not as convenient as it used to be with Lion. I'm confused on why the change was made to go back to small icons as a default?  When using Lion, you could have the icon size whatever you wanted.

  • Missing preview pane in Open dialog box

    Recently, the preview pane doesn't show in any file open dialog boxes. For instance, when viewing the list of files in the open dialog box I was previously able to single click on a file and to the right, I would see a preview of the file as well as some basic info. Now, that pane is gone. What's particularly vexing is that this is happening on both my MacBook and my MacBook Pro. On the MBP, I was running 10.6.2 and I ran Software update yesterday to 10.6.3 in an effort to fix it, but the problem is still there.

    While I'm not quite sure what you mean, it sounds to me like you had the Open dialog set for Column view, and at some point changed it to List view. Take a look at the toolbar at the top of the Open dialog window, you should see the back/forward buttons, then a group of three icons representing icon, list and column view. Both icon view and column view will show a preview icon of the selected file. Personally, I like icon view, since you see all the files that fit in the window with custom thumbs, and can pick what you want quickly. If you change the setting, in say Safari, to list view (which makes more sense in Safari), then the Open dialog for, say, TextEdit gets changed too. Just change it back by clicking the little icon in the toolbar at the top of the Open window.
    Francine
    Francine
    Schwieder

  • Save/Open dialog crashes on opening a folder which contains multiple app. alias

    Hi:
    This is my first post in Apple forum, I've been searching some pages here, obviously I'm not the only one having this (or similar) problem but all existing threads are suggesting "Safe Mode" or "Disk Util" these useless things and never worked for me.
    I believe this is a bug from os x / Finder, not sure if this has been filed or not against Apple bug db.
    The problem:
    Save/Open dialog hangs up when loading / opening an existing folder which contains multiple application alias
    How to reproduce:
    1) Use any browser (I use Firefox and Chrome) to open a page and  print the page / or download something, or print something as PDF
    2) When Save dialog ( some people call it file picker or location selector, whatever) pops up, select a folder which contains multiple application alias
    3) Dialog hangs up, and the application icon on those  alias will not be loaded successfully. Need to Force Quit the browser.
    4) Issue cannot be reproduced always, but frequently enough if you have many application alias and files / subfolders in the target folder
    5) By removing all the application alias, can workaround the issue.
    6) The icons of application on those alias are loaded slowly in a successful loading (seems there are some performance issues)
    7) This issue has not been observed before upgrading to Mavericks
    Env:
    27 inch iMac Late 2012, 2.9GHz i5, 8G DDR3, NVIDIA GTX660M 512M, OS X 10.9.1
    Please anybody (not sure if Apple monitors this community) who knows details in regards to this, share some info. (or maybe there already is a fix ? ) .
    Thanks.
    Regards,
    Lyle.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Odd thing happening to my Open dialog box in Photoshop

    I use Photoshop under Mac OS 10.6.8, and every time I bring up the Open dialog box, the file window (which is always set to List View) has the Name column all scrunched up to the point where all the filenames are mostly hidden. I have to expand the column every time to see what I'm doing. Photoshop is supposed to remember your window settings, but it doesn't for me. The next time I bring up the Open dialog box, the Name column is all scrunched up again. It only does this with the Open box; not the Save box. And it only happens with Photoshop, and only one this one computer. I'm not sure if this is a problem with Photoshop, or the OS, or some third party thing. Anyone have any ideas?

    It has everything to do with that thick black arrow on which you wrote RRRGH! 

  • Image preview in Open dialog window (Photoshop CS6)

    Hi
    We had a possibility to see images preview in Open File dialog window of Photoshop CS5 but in new CS6 version there is not such possibility. Should I forget about that nice option and use Mini Bridge?

    I'm not so sure it was on purpose or not Noel. Especially since it's still there in Illustrator and Indesign. If it weren't for it being in those, I might think it was intentional. Then again, it could very well be Adobe trying really hard to push MiniBridge, which is almost utterly useless. I think they actually made the minibridge WORSE as well. The sizing issues of the thumbnails on that are a pain and minibridge is just plain cumbersome to run. Anyways, besides my many qualms with minibridge itself, and back on the open dialog box thing...I actually watched a youtube video pointing out the same codecs you're talking about and without the PSD functionality, it's pretty useless. I'm a graphic designer, so I don't really use PS for camera image editing and don't mess with those files that the codec helps with. Even if it did, that still isn't very helpful to me. Because at that point, you're pretty much just doing what Bridge/MIniBridge does. However, consider how I, and many other designers in the print field work: At any given point we might have something like 3 different versions of a file; a PSD (with layers to edit), a JPEG (to send to the customer for proofing), and a PDF (for printing). Now, within that customer folder I might have 50+ files of different jobs. Imagine trying to sift through all those thumbnails, scrolling across window upon window, and when you get to the file you're finally looking for, you click it open to just to see that you opened the jpeg instead of the PSD. Now, in LIST view, I can see many more files on one screen and each file type is represented by an icon. So I know the blue icons are Photoshop icons and it's very easy to skim through there and know exactly which file type I'm looking for without peering at extensions. Get what I'm saying? Not that I don't appreciate you trying to help. Just saying, unless any codec can bring back the preview screen....than I don't see a workaround until Adobe flat out FIXES IT. I'm one of those guys that loves to get the newest thing and give it time to work, but if they don't fix it, I might have to call up Adobe and demand a downgrade on my Photoshop to 5.5, cause it really slows my workflow when I have hundreds of files to keep up with, and any new feature in PS CS6 that might have sped up my work is offset by not being able to do such a remedial task as preview my files before opening them.

  • Can't see psd thumbnails in the open dialog box.

    In the open dialog box, the thumbnails for psd files do not show the picture but show an Elements logo instead.  How can I see picture thumbnails for psd files as I do for jpg files?  I found a dng codec on the web site but not a psd codec.  The dng codec doesn't work for psd files.

    Hi,
    Is there any error message when you try to map network Drive manually? It would be better to provide more details about error message.
    Generally speaking, this problem can be caused by Network Connection problem, please make sure your Client PC could access to Network Drive PC.
    In addition, please check Network Drive PC security setting, if there is any firewall policy prevent this operation.
    If still no use, please check Event Viewer if it identify this problem.
    Roger Lu
    TechNet Community Support
    There is no error.  There is no connectivity problem.  THe drives map automatically and always have.  I can open up File Explorer and browse these drives all I want.  I can open up Word and browse to these drives just fine.
    However, when I open certain programs, and click File | Open, the mapped network drives just simply aren't there.  I only see C and D and that's it.

Maybe you are looking for