How do i resize the Dialog box which executes while baGetFolder command.

Dear friends
I am very new to director and working for the project which is already developed by some other vendor. in this project i have to implement the below mentioned requirment so can anyone pls help me upon this will be greatfull.
How to resize the dialog box which appears while the command baGetfolder triggers. Actualluy the problem i am facing is the title of the dialog box extends its width so the title appears incompleted with "....", how can i solve this problem?. It is very urgent requirment and eagely waiting for yours reply.
thanks in advance

Hi sean wilson,
Thank you veru much for your great help. The title of the dialog box is now adjusted into two lines after changed the" flag" value to 1. Your suggestion is very helpful and excellent. I hope you will be here to help those people who are struggling with technical problems. Once again i wish to thankyou much.
Thanks and Regards
E.VenkateshKumar
Chennai
India.

Similar Messages

  • How Do I Resize The Dialog Box???

    Help! Does anyone know how to resize the dialog box to fit my screen? I keep trying to "process multiple photos" but I can't see the top or bottom of the box to #1 - actually fill in the info I want to "process" and #2 I can't see the top or bottom to click "OK" "Cancel" or to even try and minimize or resize.
    I did do a search of the forums but it didn't pull anything up. I keep having to use Ctrl/alt/Delete and close down the entire program.
    Thanks in advance for any help!!!

    > Of course now I'm not feeling the way everything else looks. I may have to go and make the change whenever I use Elements.
    Do you have an LCD [flat] screen? If so, it is not wise to use it at any resolution other than it's "native" one.
    Most applications [not PSE!!] respond well to Windows settings [video preferences under "appearance" I think] to make text bigger etc.

  • I need the dialog box (which contains page selection etC) HOW TO MAKE IT?

    hi
    i have done an requirement in smartforms.
    i need the dialog box (which contains output device name, page selection etc) when i take the print (smartforms).
    And now i already can see a dialog box .but still it doesn't have the page selection.
    I mean if the smartforms which have 5 pages,and what i need is just print the page 1 and page 3 . so I need the page selection
    which can help me on this issue. 
    Would anyone know something about it  and give me some advice . I will be appericate it.

    Hi,
    Just check with the control parameters of the function module, if you have changed any of it.
    If you have changed it then try to give the no-dialog field of the control parameter table as space.
    If the dialog box which gives you the Output device name and others appears then just below the output device name you have the column for the page selection.Just pass the values of the pages separating them with comma(like 2, 5 will print second and fifth pages) and it prints only those pages.
    Regards
    Sarves

  • In javascript how to invoke save as dialog box ,which saves .pdf files only

    Through javascript i generated a save as dialog box. the main problem is , it is only saving .html and .doc files by default. how to restrict it to save only .pdf files.
    the code i used is
    function SaveFile(fname)
    document.execCommand('SaveAs', null, fname)
    <input type="button" value ="save" onclick="SaveFile('');">
    /**********************************************************************/

    this is actually a Java forum its slightly different from javascript
    but try this not sure if it helps
    <input type="button" value ="save" onclick="SaveFile('.pdf');">

  • How to turn off the dialog box in the Write to Spreedshee​t File

    I am saving data in a loop using "Write to Spreedsheet File". When I gave a constant path to this Vi, it was fine. However, when I gave a path defined by a global variable, it consistantly popup dialog box and asked for my choice.
    How can I turn off that dialog box?
    Thanks.

    Simply ensure that the path in the global variable is valid.
    It could be that you have a race condition and the global is read before a valid value gets written to it from elsewhere. Can you show us some code?
    LabVIEW Champion . Do more with less code and in less time .

  • How do I prevent the dialog box from popping up every time I click Clear Private Data?

    In v3.6 (and it looks like in v4.0 too), every time one clicks the Clear Private Data Now (using a toolbar button), a dialog box pops up to confirm that I indeed want to clear data and which data. Why?!!!
    Why can this be set like it was in previous versions where a person sets which data they want cleared and be done with it? It's annoying. As such, I've used a v3.0.## since this annoying pop-up began in v3.5 or v3.6 or whenever it was.
    And please don't ask, if I have it clear on close, why I want clear it during a browsing session. Just know that I do. And the fact that you have for a long time had the feature to clear during a session shows that you or someone thought it good to have this feature--not just when the browser closes.
    I'd like to move to the current version, but this is so annoying. I'd move to Chrome, but for a few reasons, I'd prefer to stay with Firefox. For the love of gawd, can you please fix this?

    *Sanitisminau: https://addons.mozilla.org/firefox/addon/5364/

  • How do I stop the dialog box from popping up asking me Qs about updates when I start Firefox?

    I recall electing to have Firefox ask me at startup about updates and I would like to change that and just open a browser window whenever I start Firefox.

    *Sanitisminau: https://addons.mozilla.org/firefox/addon/5364/

  • How to suprress the dialog box when we run the URL in the IE

    Hi,
      Is there any way to supress the dialog box which will ask for userid and pwd of the current SAP Box from where its being executed.  Even if we enter the URL of the BSP application in the internet explorer I am getting the popup box for userid and pwd.
    Regards
    Ganesh

    Hi,
    You can supress the dialog box by entering default user ID and password in the application node in your SICF transaction. This is hardcoding sort of method.
    Other way is like this,
    Go to the BSP application SYSTEM. Execute the the page "sso2test.htm " to test the Single Sign on.
    Pass on the User name & password via the URL as follows,
    http://<host>:<port>/sap/bc/bsp/sap/system/sso2test.htm?sap-user=myName&sap-password=myPassword&sap-client=myClient
    If single Sign on is enabled then the BSP page will not ask for a password.
    The same thing you can follow in your own BSP application.
    If SSO is not enabled then you need to go to the RZ10 transaction change the following parameters.
    login/create_sso2_ticket
    login/accept_sso2_ticket
    login/ticket_expiration_time
    Look at this link it would be helpful,
    http://help.sap.com/saphelp_webas620/helpdata/en/5c/b7d53ae8ab9248e10000000a114084/frameset.htm
    Hope this solves the problem. For further quiries pls revert back.
    Regards,
    Ravikiran.C

  • How to insert a dialog box which prompt the user enter the general information in the SDI application?

    Im using the SDI application to build a system and now i would like to insert a dialog box which allow the user to enter the general information about themselves and then it will be saved into a text file. How to insert the dialog box and show the dialog box at the beginning of the program.

    Hi Lee,
    The easyest way to achieve this is to declare an object of your dialog box derived class (e.g. CUserInfo, public CDialog) into the InitInstance method of the main application class.
    Depending on the behavior you want you can place the code before dispatching the commands from command line (in which case the main frame of the SDI application will not be shown), or after, in which case the UserInfo dialog box will be shown over the main application window as modal.
    The code snipped bellow can be more helpfull:
    BOOL CSDIApp::InitInstance()
    AfxEnableControlContainer();
    // Parse command line for standard shell commands, DDE, file open
    CCommandLineInfo cmdInfo;
    ParseCommandLine(cmdInfo);
    //prompt user for data
    CUserInfo dlg;
    if (dlg.DoModal() == IDOK)
    //do something here with the data
    else
    return FALSE;//i.e. quit the application if the user presses the 'Cancel' button
    // Dispatch commands specified on the command line
    if (!ProcessShellCommand(cmdInfo))
    return FALSE;
    // The one and only window has been initialized, so show and update it.
    m_pMainWnd->ShowWindow(SW_SHOW);
    m_pMainWnd->UpdateWindow();
    return TRUE;
    Hope this helps,
    Silvius
    Silvius Iancu

  • Why does Preview automatically resize the text box to cut off the last character of added text? How do I fix it?

    Why does Preview automatically resize the text box to cut off the last character of added text? How do I fix it?
    I use the Tools > Annotate > Add Text feature, and when I click away after adding text, it automatically changes the text box size such that the last letter -- or last word -- gets bumped off into an invisible line below it, forcing me to manually adjust every single text box. It is highly annoying when trying to complete PDF forms (e.g. job applications).
    It appears to be a glitch, quite honestly, an error resulting from Apple's product design. Has it been fixed in the new operating system (for which they want $30)?
    I would very much appreciate any help you can provide! Thank you for your time.

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • How do you get the text box text properties dialog box to appear on a MAC?

    how do you get the text box text properties dialog box to appear in Adobe Reader XI on a MAC? I know windows is Ctrl-E but can't figure out what to hit for Mac.

    Right-click the toolbar and you should find it there (including the short-cut, which is probably Cmd+E).

  • Compare PDF: How to simulate ENTER Key programmatically to suppress the dialog box.

    Hi,
    We are using Acrobat 8.0. Using Visual Basic, we are opening two PDF files in Acrobat 8.0 professional.We are comparing those two documents using MenuitemExecute(DIGSIG:CompareDocuments ) command and generating the side by side comparison file programatically.
    During this process after executing the command "MenuitemExecute(DIGSIG:CompareDocuments )" adobe is displaying "Compare Documents" dialog box where the user need to click OK on it in order to continue with the comparison.
    My requirement is to suppress the dialog box and automate the process. Our application is developed in Visual basic.
    Could you please let me know how to suppress the dialog box using Visual basic. Is it possible using VB or any alternatives for this. Because we need to compare many PDF documents so clicking OK every time requires user intervention.
    Thanks for your help in advance.

    I did not say that AVCommand simulates pressing enter - it is used to automated methods by pre-filling options and not showing the dialogs. Please read the documentation on the AVCommand methods.
    You should also note that I said AVCommand is only available to plug-ins, which means it will not work with a VB.NET application.
    SendKeys is a basic VB.NET command, it is not part of the Acrobat SDK in any way. Here is Microsoft's documentation on SendKeys. Again I will state that using this method is NOT a good idea for a production environment.
    http://msdn.microsoft.com/en-us/library/8c6yea83(VS.85).aspx

  • After updating firefox (on MAC), everytime I start Firefox there is an open installation dialog box - which I cannot figure out how to delete.

    I have used Firefox without problem, on my Mac, for several years. I recently updated to v22.0. Now every time I open Firefox, there is a dialog box (marked "Firefox , 2 items") that appears, with the Firefox icon, and arrow pointing right, and a folder icon. It looks like I am asked to install Firefox again. I've done this several times, but the dialog box never disappears. I have right-clicked, and hit "eject firefox only." The dialog disappears, but then reappears the next time I open Firefox. Firefox seems to be functioning normally, but this installation glitch is annoying. How can I resolve this?

    More info, in case it helps anyone else with this problem:
    I got a PM from waycool007 on 10/12/13 which said,
    Hi Alice -
    Thanks for trying to help me - regarding the question regarding the firefox dialog box.
    I am opening firefox from the icon on my dock. It then opens the annoying installation/dialog box.
    If I open firefox from the applications folder, it actually opens properly.
    ... to which I answered,
    You need to close Firefox if open and then delete the Firefox icon that is in the dock. You can then start Firefox from the applications folder and, when the new Firefox icon shows up in the dock, use the control click option to keep it there.
    Let me know if this fixes it.
    I just got this reply:
    I followed your instructions, and Firefox is now working normally. This has been bugging me for at least two months, and you solved it in a minute. Wow. Thanks!
    (You're welcome!)

  • How do I save passwords; the dialog box has no yes option

    Whenever I fill in a user name then fill in a password, the dialog box appears asking if I want to save the password. There is a drop down box offering two options, to save or not to save. I choose to save which is in fact the default. However, there is no place to confirm or click ‘yes’ or ‘OK’, just the small ‘x’ in the top right corner. I click that and the box goes away, but the password is not saved!

    You can try to disable hardware acceleration in Firefox (you need to close and restart Firefox).
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    It is possible that there is a problem with the key3.db and signons.sqlite files that store the encrypted names and passwords in Firefox.<br />
    Rename the key3.db and signons.sqlite files in the Firefox profile folder.<br />
    You can add .old to the file names (key3.db.old and signons.sqlite.old) or move them to another folder to make it possible to undo the action.<br />
    You need to set a new Master Password after renaming or deleting key3.db and all currently saved passwords are lost.<br />
    If that has worked then you can remove the renamed files that are no longer needed.
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • How do I resize the window of pages in the new version? It takes up most of my desktop. I would like to make it tall and narrow, which was possible in the old pages, but I cannot seem to do it in the new version.

    How do I resize the window of pages in the new version? It takes up most of my desktop. I would like to make it tall and narrow, which was possible in the old pages, but I cannot seem to do it in the new version.

    I agree it is a very bad and wasteful design especially for users on small laptop screens.
    You can drag it to whatever shape you want from the bottom left corner.
    Click on the paintbrush to make the Format side panel disappear. However you will need to use that side panel for most formatting.
    Peter

Maybe you are looking for

  • Adobe Reader not working after update to version XI

    I have had Adbobe Reader installed on my PC for ages and have been using this to view my PDF files without any issues. However, Adobe Reader updated automatically to version XI a few days ago. Since then, I have been completely unable to open Adobe R

  • Profit Center Accounting-Transfer of Accounts payable/Receivable

    Dear All, in our company SAP  was implemented in  2005 . Now we configurd PCA and  transfering the Ending balance of Accounts Payable/Recivable ( Transaction 1KEK). System only select the invoices which were posted in last month ( Feb,2009) and ignor

  • SAP & Oracle Backup Integration

    Hi,     Have Oracle 10g as backend for database & Legato Backup Software has been installed on the server. Could anyone please let me know that if i use DB13 for taking online & offline backups how would it integrate with the Legato Backup Software &

  • Select list with redirect and save the item to insert row

    On the Form, I want to select from the item (P105_ADMIN_DOMAIN_ID) and pop the result on the item (P105_ADMIN_NAME). P105_ADMIN_DOMAIN_ID define: Display as "select list with redirect" Alternate source used "Only when .." Source Type "Database Column

  • Assign Filenames of Images

    Hi, I am acquiring images every few nanoseconds from a camera through LabVIEW.   What is the best way to make the camera wait 10 nanoseconds and then snap an image using IMAQ (I already have the image snapping VI), and then download that image as a B