Editor, title, dialog box, position

hi there;
when i encounter an ora-xxxx error msg, a dialog box appears normally;
but the title of the box appears nearly 5 pixel over where it must be displayed.
how strange? what is the reason? i would like to paste an image, unfortunately
i can not provide one.

I have noticed the same thing - I think the problem is that they are including a trailing line break character and therefore think that the error message is two lines high, rather than just one.

Similar Messages

  • Dialog box position problem

    Hi everyone,
    I've got a simple problem : when I enter in my Portal in hebrew language, the dialog box position is not respected.
    I used the dialog.setWindowPosition(x, y)
    and dialog.setWindowPosition(WDWindowPos.CENTER)
    but the window always appears behind the navigation of the Portal.....which is half readable.
    Can someone please help with that issue ?
    Thanks in advance.
    Regards.

    Hi,
    Here is the code :
    IWDConfirmationDialog dialog = wdComponentAPI.getWindowManager().createConfirmationWindow("Hello world" , wdThis.wdGetAPI().getViewInfo().getViewController().findInEventHandlers("OK"), "Ok");
    dialog.setWindowPosition(10,10);          
    dialog.open();     
    The position (10, 10) does not do anything...the window is display in the center.
    Thanks
    NB : I want to correct something : the issue is also relevant if I enter in my Portal in english language.
    Message was edited by: David Fryda

  • File Dialog Box Position

    Hi there,
    I've been unable to find anyone else mention this problem, but then again, I'm not exactly what to search for.
    Since installing Lion, I've had a problem where when I try to open the file dialog box to save or open a file, it's position is always further down.  This is annoying, especially for programs that open files from my Download folder, which is continuinally growing as I add more stuff.  The sort on this is by date, and so usually I want to open the most recently downloaded file, which I have to scroll further and further up each time.
    Is there any way I can get it to jump to the top?
    See the attached image to see what I mean exactly.
    Thanks!

    the length of the session is not the problem. it is set to 50bpm at 29.97 drop frame which gives me 2138 bars at 3 hours 51 minutes record time. I only used 1896 bars at 2.5 hours to record the program and there were only 5 tracks recorded. the problem starts when I try to bounce the session to an interleaved stereo file either online or offline. a dialog window says it will exceed 2gigs and prevents me from performing the bounce. only when I select split stereo instead of interleaved within the bounce window does it let me bounce. I think it is because the 2 resulting mono files(left and right)are each less than 2gigs. Is there a limit to the file size you can create when bouncing?
    a 2gig file sounds small to me when there are video files much larger within video editing software.

  • Amodal dialog box: positioning in lower right corner of screen

    I have what seems a quite common requirement, that is to automatically position an amodal dialog box (CL_ABAP_DIALOGBOX_CONTAINER) to the lower right corner of the screen.
    The logical approach to do this would be to read the screen resolution, deduct the size of the box, and pass the result to the TOP and LEFT parameters of the constructor of the container.
    Unfortunately, I haven't found any documentation of what the values for TOP and LEFT (and for WIDTH and HEIGHT, for that matter) really represent. They're not screen pixels, that's for sure.
    To read the screen resolution, I execute the following code:
    DATA:
      lo_consumer       TYPE REF TO cl_gui_props_consumer,
      ls_metric_factors TYPE cntl_metric_factors.
      lo_consumer = cl_gui_props_consumer=>create_consumer( ).
      ls_metric_factors = lo_consumer->get_metric_factors( ).
    In ls_metric_factors-screen-x and ls_metric_factors-screen-y I get back the screen resolution (x = 1280 and y = 994 on a 1280 x 1024 screen, weirdly, but close enough). Got this from another SDN post, BTW - thanks.
    When I manually position my dialog box to the farthest right lower corner, so that the mouse cursor can just about reach it, the GET_LEFT and GET_TOP methods for the dialog box return LEFT = 1453 and TOP = 387. So, obviously, these values have nothing to do with screen pixels.
    What I did, then, was to calculate a factor between the screen pixels and the TOP and LEFT values - a factor which is different for the X and the Y dimensions. I got:
    - (1453 / 1280) = 1.135 for the x dimension
    - (387 / 994) = 0.389 for the y dimension.
    With these factors, I calculate the initial position of the box as follows:
    l_box_pos_x = ( ls_metric_factors-screen-x * lc_factor_x ) - lc_box_width.
    l_box_pos_y = ( ls_metric_factors-screen-y * lc_factor_y ) - lc_box_height.
    This seems to work fine, at least on my system and my front-end PC, with all supported resolutions from 800 x 600 up to 1280 x 1024.
    It just leaves the question open: Does anybody know what the unit of measure for the sizing and positioning parameters of controls is? Why a box with a width and a height of 100 [whatevers] each is not square, but rectangular?
    And finally: does somebody have a more intelligent way to do this?
    Thanks, regards & stuff
    Rainer

    Hi Rainer,
    While creating the dialogbox container object, just set metric property to '1' (for Pixels) and then while setting TOP and LEFT you can provide pixels.
    For example,
        CREATE OBJECT REF_DIALOGBOX_CONTAINER
            EXPORTING
                WIDTH = 100
                HEIGHT = 100
                TOP = 638
                LEFT = 924
                CAPTION = 'hello world'
    <b>            metric = 1.</b>
    Then your calculation simply becomes,
    l_box_pos_x = ls_metric_factors-screen-x - lc_box_width.
    l_box_pos_y = ls_metric_factors-screen-y - lc_box_height.
    <b>NOTE: Now you will see that your dialog box is a SQUARE!!</b>
    Hope this helps..
    Sri

  • How to get title in Dialog box

    How to get title in Dialog box like "Adobe® Connect™ "

    Works for me. What happened when you tried?
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #E6E6EE;
    overflow: auto;"
    title="this text can be pasted into the AppleScript Editor">
    tell application "Finder" to display dialog "I need ® or ™ in dialog box text" with title "I need ® or ™ in dialog box text" buttons {"Aha!"} default button 1</pre>

  • Size and position of dialog boxes

    how do I set the default size and position of dialog boxes in the GUI editor?
    I have tried a lot of things and it don't seem to work
    thanks in advance

    I don't want to customize them, I just want them to be a specific size and place to start with
    right now they show up, either rolled up, in the upper left of my screen if I don't set the locationRelative parameter, or in the center of the screen, rolled up, if I set the locationRelative parameter

  • Can Open dialog box be made to always open same size and position?

    The Open and the Save As dialog boxes used to reopen at the same position and size as last used.  In Mavericks the always open in a small dialog box in the upper center.  Can this be changed to open in the size of and where they were last used>

    Not that I know of. Everytime it starts it begins in the upper left corner and each new window is moved down and to the right slightly. Keeps doing that until you quit, and starts over when it launched.
    Francine
    Francine
    Schwieder

  • In the expression editor dialog box my TAB key doesn't function correctly

    This is bizarre behavior that seems to have started recently.
    In Visual Studio 2012, an SSRS project, any expression editor dialog:
    The tab key doesn't work right.
    Open the expression editor and:
    * I see a blinking cursor and I can type in the expression box.
    * If I hit the tab key, the cursor disappears and I cannot type.  I appear to lose focus in the editor but focus doesn't appear to go anywhere else in the dialog box.
    * If I hit the tab key a 2nd time, the cursor is still gone and I cannot type. 
    * If I hit the tab key a 3rd time, I can finally type again and note that I am now
    3 tabstops in.  In other words it seems like the tabs were working but I lost the ability to type anything until I "tab" 3 magical times. 
    I can work around this by hitting tab key then grabbing the mouse and clicking where the cursor SHOULD be which returns focus to the text area.
    Hopefully this image helps clarify:
    Anybody know what is wrong?
    Microsoft Visual Studio Professional 2012
    Version 11.0.61030.00 Update 4
    Microsoft .NET Framework
    Version 4.5.50709
    Installed Version: Professional
    LightSwitch for Visual Studio 2012   04938-004-0034007-02367
    Microsoft LightSwitch for Visual Studio 2012
    Office Developer Tools   04938-004-0034007-02367
    Microsoft Office Developer Tools
    Team Explorer for Visual Studio 2012   04938-004-0034007-02367
    Microsoft Team Explorer for Visual Studio 2012
    Visual Basic 2012   04938-004-0034007-02367
    Microsoft Visual Basic 2012
    Visual C# 2012   04938-004-0034007-02367
    Microsoft Visual C# 2012
    Visual C++ 2012   04938-004-0034007-02367
    Microsoft Visual C++ 2012
    Visual F# 2012   04938-004-0034007-02367
    Microsoft Visual F# 2012
    Visual Studio 2012 Code Analysis Spell Checker   04938-004-0034007-02367
    Microsoft® Visual Studio® 2012 Code Analysis Spell Checker
    Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
    The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
    Visual Studio 2012 SharePoint Developer Tools   04938-004-0034007-02367
    Microsoft Visual Studio 2012 SharePoint Developer Tools
    ASP.NET and Web Tools   2012.3.41009
    Microsoft Web Developer Tools contains the following components:
    Support for creating and opening ASP.NET web projects
    Browser Link: A communication channel between Visual Studio and browsers
    Editor extensions for HTML, CSS, and JavaScript
    Page Inspector: Inspection tool for ASP.NET web projects
    Scaffolding: A framework for building and running code generators
    Server Explorer extensions for Windows Azure Web Sites
    Web publishing: Extensions for publishing ASP.NET web projects to hosting providers, on-premises servers, or Windows Azure
    Color Theme Designer   1.0
    Designer for creating new color themes
    NuGet Package Manager   2.8.50126.400
    NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
    PreEmptive Analytics Visualizer   1.0
    Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
    SQL Server Analysis Services   
    Microsoft SQL Server Analysis Services Designer 
    Version 11.0.3369.0
    SQL Server Data Tools   11.1.40706.0
    Microsoft SQL Server Data Tools
    SQL Server Integration Services   
    Microsoft SQL Server Integration Services Designer
    Version 11.0.3369.0
    SQL Server Reporting Services   
    Microsoft SQL Server Reporting Services Designers 
    Version 11.0.3369.0
    BIDSHelper
    BIDS Helper 2012 - An add-in to extend SQL Server Data Tools - Business Intelligence (SSDTBI formerly BI Development Studio)
    (c) 2014 Version 1.6.6.0
    http://www.codeplex.com/bidshelper
    SQL Prompt 6
    For more information about SQL Prompt, see the Red Gate website at
    http://www.red-gate.com
    For customer support, call 1-866-733-4283.
    Copyright © 2006–2009 Red Gate Software Ltd

    Hi Bostaevski,
    Thank you for posting in MSDN forum.
    According to your description, as you said that the cursor disappears and cannot type issue. It seems that the issue may be not Visual Studio the VS IDE issue.
    In addition, I find a similar thread about the
    Expression Editor Cursor Issue,
    please see:  
    http://www.beta.microsoft.com/VisualStudio/feedbackdetail/view/780682/vs-2012-rdlc-expression-editor-cursor-issue#.
    Therefore, I suggest you could also try to press alt with left and right arrow keys and check if it is works fine.
    Thnank for your understanding!
    Best Regards,
    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.

  • Can I change the Default Position of a JColorChooser Dialog Box???

    I am working on a drawing application where I am using a button that launches a JColorChooser dialog to allow a user to select a color which. I have tied this button to the JColorChooser using the source code below to reset the color based on the user's selection. This all works fine. However, when the JColorChooser comes up, the dialog comes up right in the middle of the drawing area and erases any portion of the drawing that the dialog box overlaps with, which having my luck is more or less right in the middle of the JPanel where I am doing the drawing. My question is can I tell the JColorChooser to come up somewhere else in the user interface by offsetting it from the actual application somehow? I am using a JFrame to add all of these components to (the color choose button and the drawing area) and wonder if there is a way to tell the JColorChooser dialog not to come in the default location. Any help that anybody could provide would be greatly appreciated. Thanks!
    Kevin
    pickColor = new JButton( "Choose Color" );
    pickColor.addActionListener(
    new ActionListener() {
    public void actionPerformed(ActionEvent event)
    color = JColorChooser.showDialog(
    ColorPicker.this, "Choose a color", color);
    if ( color == null )
    currentColor = Color.RED;
    else
    currentColor = color;
    );

    JColorChooser has a method createDialog() that lets you create (rather than
    merely show) a dialog containing your colour chooser.
    If you use this method you can position the dialog wherever you want. The
    dialog inherits the Window methods for positioning - eg
    setLocationRelativeTo(Component c).

  • I no longer get a dialog box when bookmarking a page. I am unable to title and save the bookmark in the folder of my choice. Where has the dialog box gone please.

    Whenever I have bookmarked a page, I got a dialog box where I could give the bookmark a title and choose the folder to save it in. Now when I click 'Bookmark this page, no box appears. The page is still saved in bookmarks but then I have to go into Organize bookmarks to put it where I want it. This is time I have not had to spend doing so in the past. I would like to know what has happened to the dialog box, why has it stopped appearing as normal? I really would like it back.

    It was Mcafee SiteAdvisor 3.3 of all things that caused the problem. Can anyone suggest a better/equivalent type of extension I could use?
    Thanks,

  • How to add a title to a JavaScript Confirm dialog box.

    function confirmDelete() {
    var msg = "Do you want to continue removing the items ?";
    return confirm(msg);
    Presently it says http://locahost:8080/says etc on the title bar for the dialog box. Instead I want to set the title as "Confirm Delete". How can I do this?

    You're talking about the document title as you set it in the HTML head? Just alter the title of the document accordingly in the same Javascript function.
    If you find Javascript hard, there's a nice tutorial at w3schools.com. And for Javascript related questions better use a forum devoted to Javascript. There are ones at webdeveloper.com and dynamicdrive.com.

  • Suppress default editor dialog box

    Is there any way to suppress default editor dialog box that comes at 1st launch of Dreamweaver CS5. I need to automate some stuff and cant figure out how to handle it.
    I cannot attach screenshot of this dialog box here, but it says that "Dreamweaver CS5 will set itself as Default editor for the following file types:" and gives option as jsp, asp, css etc.
    Any help would be appreciated.

    wsalopek wrote:
    Suffice it to say for the purpose of this thread that when I did the ICS "upgrade" to my Droid 4, nothing but trouble followed until I did a hard reset and had to reinstall/customize everything...lots and lots of frustration and lost time, including a whole day when my phone was not usable at all (slow/rebooting on it's own/battery running hot/high cpu usage/battery dying in 90 minutes)...and I an NOT the only one.
    Anyway, my wife has a Droid 4 as well, and she is being pestered by the dialog box that keeps asking her if she wants to do the upgrade. We do NOT want that "upgrade" installed on my wife's phone, but dealing with that dialog box is getting very tiresome.
    Anyone know how to suppress that dialog box so it stops popping up?
    Thanks...
    There is no way to do this that meets the ToS on this board (as Verizon wants everyone to be at the same software level for a particular phone model).  Search forums other than this one and the Motorola one for the information you need.

  • Exact positioning of dialog box

    Does anyone know if it is possible to specify the exact position of a popup dialog box? In a normal web page, there is window.open which would let me specify the number of pixels from the top and left of the browser viewable area. However app.alert and host.messageBox don't seem to have that ability. Right now I have a popup window that displays so much information, that the OK button appears below the screen and the user has to drag the window up.

    Thanks for the link. It has a lot of information on the alert object however it doesn't tell me how to position popup windows. What I want probably isn't possible within Designer/Acrobat.

  • NetBeans SetAction Dialog box - can't customize with default editor

    I'm new to this so be patient....thanks..
    I used NetBeans IDE to create a basic jpanel that has a jfilechooser and three functional buttons of my own. I want one of the buttons to run a background task. According to the Neteans SetAction documentation, I should be able to go to the properties of the component (various ways), then click on the elipses (...) for action for the button, then edit the action to make it a background task. I was hoping to use the default editor wizard to make this button launch a background task.
    When I select the elipses for action (pulling up the SetAction Dialog box) I get the message that "Custom Editing of This Property is not Supported"
    Any ideas? This inability exits on other panels/buttons I have created in experimenting to solve this problem. Is there a global setting in NetBeans IDE that turns on/off custom editing of functions using default editor?
    Ultimately I want this actionPerformed to run in the background (I'm assuming this must implement SwingWorker??)....attempts at coding up the actionPerformed method to use SwingWorker to run the actionPerformed method haven't worked for me (yet). If I can get the IDE editor to do this for me I won't have to figure this part out.
    Thanks if you can help

    You may have better luck getting an answer for this if you ask this in a NetBeans-specific forum as this is not a Java problem. Good luck.

  • Dialog Boxes in TestStand Seq Editor Scroll

    I am relatively new to TestStand and I have a question. I noticed that the drop-down dialog boxes in TestStand only drop one item and then force you to scroll through all the options using tiny arrows. Is there any way to make these dialog boxes drop down the way they would in a normal program (show all options). This is worse than Microsoft's "personalized menus" option.
    Thanks,
    Toby

    Toby,
    I am running Windows XP on my end, and the combo boxes work as expected.  When you click the arrow, all of the options are listed.  I'm sorry again for the inconvenience!
    Matt S
    National Instruments
    Applications Engineer
    Attachments:
    XP.jpg ‏55 KB

Maybe you are looking for