Set default window

HI,
     I have a main window and a popup window, when i run the project the popup window appears by default. How to set the main window as default.

Hi,
In yuor NWDS go to
< your Webdynpro project> -- WebDynpro -- WebDynpro Component -- <your component> -- Windows -- <your component> -- <Main view>
Double click on the view you want as displayed default
In the bottom of the NWDS you will see tabs like Tasks,Propertiese,DTR Console,J2EE Engine etc..
Click on properties tab and set the value of Default = True.
Double click on the popUp view and set the value default = false

Similar Messages

  • Jdeveloper - setting default window geometry under x-window

    Hi
    When I run JDeveloper (9.0.4) it creates its main window (of some size) in the center of the screen. It's fine, but... I'd like to have JDeveloper create its main window of different default size and located at different position when I start it. So the problem is: JDeveloper's default window geometry is: NOW_WIDTHxNOW_HEIGTH+x_offset+y_offset and I want to change it to: NEW_WIDTHxNEW_HEIGHT+new_x_offset+new_y_offset. I run Linux with X-Window with AfterStep window manager (but the solution should be similar for any other window manager).
    I tried to solve this problem the usual way: change DefaultGeometry in "database" file in AfterStep configuration but it didn't work out.
    Any ideas? Maybe I have to change something in some (JDeveloper's) configuration file?
    Thanks in advance

    JDeveloper remembers it's last size/position and tries to restore itself to that. The data is buried in the xml files, though I'm not sure what format.
    Rob
    Team JDev

  • GPO to set default Windows 7 Display scaling to 125%

    We have some new Windows 7 laptops with 1080P LCD displays and it is a bit hard for the majority of the mostly older users to deal with the smaller menus and text.
    We would like to set the default Display scaling to 125% so it is more readable and menus are easier to navigate and easier click on the X's for the majority of people.
    A minority of users may want the 100% scaling, so we would prefer that the 125% setting is just the default a new user gets at their first login rather than an enforced setting that is automatically reapplied if the user adjusts it.
    How can we use a GPO to change the default from 100% to 125% on these laptops without preventing users from changing it back if they want to?
    It will be easier for us to help a small number of the users change it from 125% back to 100% than to have to help everyone else increase it from 100 to 125%.

    Hi MyGposts,
    According to your description, you would like to deploy GPO which could change the default scalling to 125 without preventing users from changing it back to100%. Right?
    Basded on my research, the changes can be made by using the registry values below:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI] "LogPixels"=dword:00000078
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\HardwareProfiles\0000\Software\Fonts]
    "LogPixels"=dword:00000078
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\Software\Fonts]
    "LogPixels"=dword:00000078
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\Software\Fonts] "LogPixels"=dword:00000078
    [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\FontDPI] * This has
    to be deleted if
    it already exists
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "LogPixels"=dword:00000078
    Note: The above given values are in Hexadecimal. 
    Make the changes as given above and log off and log back in to get Medium settings as mentioned in "Make
    it easier
    to read
    what's on
    your screen" 
    You can refer to the above changing about registry keys and test it on a computer. And then deploy the changes via GPO, for your information, please refer to the following article:
    Configure a Registry Item
    http://technet.microsoft.com/en-us/library/cc753092.aspx
    Regards,
    Lany Zhang

  • Set Default Windows 8 Start Screen

    Hello,
    I'm trying to find a way to set the Start Screen with a simple command or script on every computer I image. I tried going through the GPO route but that locks the start screen completely so users cannot then add their own icons to it. We have a standard
    image that comes with a Start Screen layout that we would like to modify but cannot modify the unattend.xml because it is company wide. Is there a way to do this?
    Thanks.

    Hi,
    If you want to customize the Start Screen,we need to use MDT tool to implement this work.
    We can manually customize the Start Screen, then use CopyProfile to apply the customizations to the default user profile.
    Also,I would like to share the following link with you:
    http://blogs.technet.com/b/deploymentguys/archive/2012/10/26/start-screen-customization-with-mdt.aspx
    Regard,
    Kelvin hsu
    TechNet Community Support

  • Use GPO to set default language options, IME, display settings?

    new to GPO, we have a small Windows Server 2012 domain, all clients on Win7 or Win8.  All the clients require the following changes, anything I can automate this with GPO?  thanks
    Under Control Panel\Clock, Language, and Region\Language > Add Traditional Chinese HK SAR
    Under Control Panel\Clock, Language, and Region\Language > Traditional Chinese HK SAR > Options, Add Microsoft Quick IME
    Under Control Panel\Clock, Language, and Region\Language\Advanced settings - change language bar hot keys
        - CTRL+SHIFT+0 ------  To English (United States) - US
        - CTRL+SHIFT+0 ------  To Chinese (Traditional, Taiwan) - Microsoft Quick IME
    Under Control Panel > Region > Advimistrative > Change System Locale...  change to Chinese HK SAR for non-unicode programs
    Control Panel\Appearance and Personalization\Display > Change the size of all items, use custom 123%.
    Control Panel\Appearance and Personalization\Display > Update Text size to 8 for Title bars, Menu, Message Boxes, Icons, Tooltips
    I found this for the display scaling registry changes but it is for 125% and it uses 78 for the dword value, not sure about custom 123%.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/882f17a6-7465-4aa6-8cea-27aa37a28a4d/gpo-to-set-default-windows-7-display-scaling-to-125?forum=winserverGP

    Hi lilyl,
    According to your description, you would like to deploy some settings about language and display via GPO.
    According to my knowledge, the steps you provided are from Windows 8 clients. Based on my test, you can use the following methods to realize:
    Add Traditional Chinese HK SAR. Locate the registry key HKEY_CURRENT_USER\Keyboard Layout\Preload, and then add a String Value "next number"(which has not been used)=00000404.
    The region settings. Please refer to the similar post:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/ec6a290e-fc09-4be6-9f6a-1f532d338606/change-regional-settings-locale-settings-and-keyboard-layout-using-group-policy?forum=winserverGP
    The display settings. The post you provided tells us the related registry keys, and you should try to find the right value since you want to custom it.
    In addtion, please refer to the following article to learn to deploy a registry item:
    http://technet.microsoft.com/en-us/library/cc753092.aspx
    Regards,
    Lany Zhang

  • How can I set a default window in MAIL (10.6.8) so that it's 27" wide?

    I don't recall this problem pre-OSX. Opening MAIL (in Snow Leopard) results in a window that completely fills my iMac's 27" monitor, almost 100% of the time – even though when exiting MAIL I have all windows to a manageable size.
    How can I limit MIAL to a default window sufficient to contain a "normal" e-message?

    Shrink the window to the size you want, quit mail (may not even have to do that), and then the window will be that size until you change it.  Similarly for new message windows.  Mail remembers (or should remember) the size you set its various windows to.
    Update:
    Hmm, you say you did that.  So what happens if you try this from another account?  Also, FWIW, the mail preferences are kept in com.apple.mail.plist.  If you are willing to potentially loose your mail settings and recreate them then you could try removing that and starting over.

  • How to hide PNP selection windows and set default values for PNP.

    Hi expert,
         I am using HR logical database PNP, but I don't want to display selection windoes for running program on PNP, whereas I want to set default value for some selection items in the program. could you please tell me how to get those two targets?
    Many Thanks,

    Hi
    You have mentioned 2 things.
    1. Don't want selection windows for running program for PNP - this can be achieved using the HR Report category - You can get more details on HR Report Category on
    HR Report Category
    2.  I want to set default value for some selection items - This you need to achieve in initialization event of your program.
    How you can get this can be explained by INITIALIZATION (SAP Library - ABAP Programming (BC-ABA))
    Thanks,
    Sreeram

  • Change Default Setting in PDF Set Up Window to RGB

    Is it possible to change the default setting in the FrameMaker 11 PDF Set UP window to RGB. The current default setting is CMYK.
    I have not been able to find a way to do this.
    Thank-you for your assistance.
    Brenda

    Thank-you. This solved the problem.
    I have another questions. I am importing xml feeds into a FM11 using an automated process. After importing, the xml feeds are translated into a formatted FM11 file. When I perform a Save As in order to save the document as Document 11.0 (.fm), I am noticing that the default choice is to save the  document as XML. I need to choose Document 11.0 (.fm) before saving. I checked the FrameMaker template and its default setting Save As setting is Document 11.0 (.fm). Is there a way for me to change a setting so that the imported file has a default Save As setting of Document 11.0 (.fm)?

  • How to set default size for .chm window?

    I know there is an answer at grainge.org, but it seems to be
    referring only to a .chm using skins, which I am not.
    Anybody know how to make the default size of the .chm larger?
    thanks, Leisa

    Lacona,
    The default window size is set in your windows properties
    dialog in RoboHelp. It can also be set manually in the .hhp file
    before you compile. If you open the .hhp file in a text editor,
    such as Notepad, you will see a [WINDOWS] section and for each
    window defined there will be a series of numbers. One of these is a
    vector [in square brackets] that defines the original position.
    These are absolute screen pixels.
    In older versions of RoboHelp, one of which I use, there was
    a limit to the size of the window RH would allow but when I changed
    the .hhp, RoboHelp didn't try to overwrite it unless I reopened the
    Windows properties dialog. I'm not sure how the latest versions
    handle this but you might try editing the .hhp with Notepad and
    then compiling the .chm.
    John

  • How do you set default programs for all users when deploying Windows 8.1?

    I have my Windows 8.1 image set up the way I want including the start screen, theme, etc. But how can I set the default programs for all users. Most of out computers are non-touch and I want the desktop apps (e.g. Windows Photo Viewer), not the store apps
    to be the default for opening pictures, videos, etc. Can that be done?

    Great question, this has been bugging me too!
    So, I did some research by using "Set Default Programs" app in Windows 8. Then I ran the super ProcMon.exe tool from Sysinternals.com <Thanks Mark!>
    After filtering out the junk, I could see some *interesting* writes to the registry:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\UserChoice]
    "Hash"="57y87/ogggU="
    "ProgId"="PhotoViewer.FileAssoc.Jpeg"
    But the "Hash" part had me concerned. I did some internet searching for the hash, and came across a post and a pointer to a blog with some answers.  This is both good news and bad.
    Background:
    One of the problems with Windows XP is that any program can come in and party on the entire system. No, I don't want you to put a shortcut on the desktop, install a crappy IE Toolbar, and change the default file association for *.jpg files to your app, I
    just wanted to play a stupid game. Since Windows 7, Microsoft has been attempting to block that functionality from the stupid applications, and give them back to the user. Take note of the last line in the ITaskbarList3 interface:
       Applications cannot programmatically pin themselves to the taskbar. That functionality is reserved strictly for the user.
    Of course that sucks for us IT Pros who may wish to create *default* working environments for corporate images, but there are some tricks we can do.
    Solution:
    This blog appears to have the answer:
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    New for Windows 8 is a dism command: /Get-DefaultAppAssociations that allows you to export a control case from a known good computer. Microsoft the supports importing the exported xml file via GPO. For example, before I changed the file association, .AVI
    was pointing to the Modern App, after the change the /export-DefaultAppAssociations shows change to the new app:
    From:
    <Association Identifier=".avi" ProgId="AppXhjhjmgrfm2d7rd026az898dy2p1pcsyt" ApplicationName="Video" />
    To:
    <Association Identifier=".avi" ProgId="VLC.avi" ApplicationName="VLC media player" />
    I am still doing some investigation to see if a GPO is required, or if you can inject the association into a local user account. Also, if you do have some Modern Windows 8 Touch Tablets, it would recomend keeping most of the Modern App defaults in place,
    perhaps seperate GPO's for Desktops/Laptops vs Tablets?
    -k
    Keith Garner - keithga.wordpress.com

  • Set the initial (default) window size

    The default size of Pages (actually, of all the iWork apps) is smaller than I like and I repeatedly have to resize the window to a size I prefer. Is there any way to specify a new default window size for iWork apps?
    Thanks.

    One of my frequent answers:
    You need to create your own default template. Open the blank template & insert a table, click in it & choose the font, size, color, etc. you want in the fonts panel or format bar. You can do similar changes to inserted objects & text boxes. While you're at it resize the box if you want, set the amount of extra space in the wrap inspector, etc. Delete each text box, object & table after you've set them. Now, save this document as a template & select that template as default in preferences. If you decide to make any changes to the template down the road, just Save As Template again with the same name & replace the previous version.
    Now, save this as a template then, in Pages > Preferences, select this template as the default for new documents. All of your new documents will have these settings for inserted objects, images & tables. Unfortunately, the settings won't apply to any other templates or "foreign" documents you open with Pages.
    About the only thing you can’t set a template to do is remember to show invisibles & the window position. It is possible to get a template to show invisibles when opened, if you want. Save this document as a document then, in the Finder, change the extension from .pages to .template & put it in your My Templates folder in HD > Users > (your account) > Library > Application Support > iWork > Pages > Templates > My Templates.Set up your document with the line spacing, margins, headers, etc. as you'd like. Redefine all of the paragraph & character styles to have your desired font.

  • How to set my windows to open at their default size every time.

    Ok, when I connect to my computer with splash top from my ipad my windows resize.  Is there a way to set my windows to just open at default size no matter what.  So every time I open a program the window is at default factory settings size.
    Thank you,
    Byggy687

    > How can I create a username and password pop up window?
    Use DW's OpenBrowser Window behavior.
    > Is that database related?
    The pop up window is not, but the processing of the login is
    likely to be.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Inokat" <[email protected]> wrote in
    message
    news:efd2l7$nns$[email protected]..
    > :), Man there are some excited people out there.
    > I got the picture after the first answer. Thanks David.
    >
    > I have another Q.
    > How can I create a username and password pop up window?
    Is that database
    > related?
    >
    > By the way, for those excited people out there, ?CHILL?
    >
    >
    >

  • How do I set the default window size when I open a Numbers 3.0 document

    How do I set the default window size when I open a Numbers 3.0 document?
    When I open an existing document it always open too small, I resize it but next time I open it it's small again! Please help! I used to be able to resize them then they stayed that size until I resized it no matter how many times I opened and closed it before upgrading to 3.0!!!!

    This document can help you set the print settings for any type of printing. Not just for photos as the title suggests. You should not have to keep setting it every time.
    Printer settings
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • FW: setting a window default set number

    Hi,
    I would like to set at run time the value of what appears in the window
    workshop in the window properties default set number. I have tried to set
    self.window.TitleSetNum but it does not work (it does not set the default
    for all the widgets of this window). Any clever idea ?
    Thanks for you answers.
    Sylvain
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Sylvain Por&eacute;e (spr) (33) (0)4 93 95 40 65
    GUI Architect
    Sema Group DTS
    Les Algorithmes, Pythagore A
    Route des Lucioles - BP 279
    06905 - Sophia Antipolis Cedex, France
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

    Override the setVisible(boolean show) and show() methods so that they set the bounds before calling super.setVisible(show) or super.show()
    ie
    public void setVisible(boolean show) {
       if (show) {
          //set location and size here
       super(show);
    public void show() {
       //set location and size here
       super.show();
    }

  • HT1175 I am trying to setup my Time capsule via a ethernet cable as a back up for a new iMac. The on button on the time capsule set up window keeps failing to stay on. Any ideas what to do?

    I am trying to setup my Time capsule via a ethernet cable as a back up for a new iMac. The on button on the time capsule set up window keeps failing to stay on. Any ideas what to do?

    A PC can have more issues connecting than a Mac.
    But it really should not matter.. so just try it in situ.. press and hold the reset.. once it starts up, it will return to default IP, 10.0.1.1 the PC should then be able to find it via the airport utility.
    If not drag it over to the Mac and plug in there by ethernet.. or since it is a laptop, really should not be that difficult to drag the Laptop and plug it into the TC.
    Important thing is to get access to the TC.
    The Mac if it is running lion, then you MUST download and install 5.6 airport utility to do anything useful.
    http://support.apple.com/kb/DL1482

Maybe you are looking for