Setting the color of the window title in Forms 6i

How does one control or set the color of the title of the MDI and module windows
gordon
[email protected]

Gordon, I'm pretty sure this is actually outside the realms of Forms since the Window Manager is controlled by the O/S and so the only way you can set this is via the PC desktop (there is nothing exposed in Set_Window_Property that can do this).
Hope this helps.
Regards
Grant Ronald
Forms Product Management

Similar Messages

  • Dynamically setting the color of the title in a Panel

    Hello, I know I can set the color & font of the title in a Panel using the titleStyleName in a stylesheet.  How can I dynamically change the color though?  I have a component:
             <mx:Panel id="myPanel"borderColor="{this.color1}" />
    where this.color1 is a value that changes dynamically, and thus changes the border color.  How do I do this for the color of the text in the title?

    Hi,
    Try this
    var css:CSSStyleDeclaration = StyleManager.getStyleDeclaration(".myPanelTitle");
    css.setStyle("color",0x00FF00);

  • Customising the color of a window's title bar

    I am using form 10g. How can I customise the color of a window's title bar besides the changes that are brought about by toggling formsweb.cfg parameter look and feel? I mean if I wanted it to be gray/black?
    Is the way just for interest. Does anyone know?
    Thanks

    Hi,
    as far as i am aware of, there is no such option
    Frank

  • Setting the color of the portal background

    I'm trying to set an overall background color for the portal. Can this be set through the CSSMill or will this require modifying the base code? This seems like a pretty simple change, but I haven't found the proper file to update.
    Thanks,
    Derek

    Hi Derek,
    Were you able to receive the instruction set I sent you yesterday? The zip file might have been blocked by a spam filter.
    Yes, it is correct to use hex to format the colors in the style sheets.
    The standard colors sent with the portal are as follows -
    1 - Purple/Violet10 - Blue Gray2 - Golden Brown11 - Dark Teal 3 - Blue Purple12 - Dark Gray4 - Blue Green 13 - Olive5 - Medium Brown (Cinnamon)14 - Standard (Royal Blue) 6 - Strawberry15 - Pine Green7 - Purple (Grape)16 - Cranberry 8 - Gold17 - Orange/ Rust 9 - Dark Brown18 - Teal
    If you follow these instructions, does your portal change to Gold -
    Open Windows Explorer and navigate to PTConfig.xml("PT_HOME\ptportal\5.0\settings\config"), and open it in a text editor.
    Find the StyleSheetNametag under the MyPagestag and change the valueattribute to "mainstyle8". <MyPages><!-- The default rate at which the MyPage will refresh itself. It sets the meta tag:
    <meta http-equiv=Refresh content=1800> for the MyPage. This is the default setting that all users will have;
    users are allowed to change this setting individually by changing their personal settings in the Portal. --><MyPageRefreshRate value="1800"></MyPageRefreshRate>
    <!-- The name for the Portal's default stylesheet. --><StyleSheetName value="mainstyle8"></StyleSheetName>
    </MyPages>Restart your application server and load the portal.
    Sudha

  • Is there a way to change the color of the Bezier Curves and points to a different color other than black  I find it perplexing while setting points and curves working on a photo that needs to be separated from it's background for placement on transparent

    Is there a way to change the color of the Bezier Curves and points to a different color other than black  I find it perplexing while setting points and curves working on a photo that needs to be separated from it's background for placement on transparent backgrounds. Any thoughts?

    Yes. Well, sort of: instead of a "path", set the pen tool to "shape" in the tool properties. Then set the fill colour to transparent, and the stroke colour to the colour you want. You can also set the stroke width.
    Not perfect, but at least you can see the path more clearly - the anchor points and handles still remain the default colour. Open the path panel, and right-mouse click the path shape to create a selection based on that shape. The Paths panel menu also allows you to create work paths based on that shape.
    Unfortunately when you try to move the handles the black thin outline appears again until you release the mouse button.
    This is one of several things that works better in Photoline: in Photoline, once the path is set to a specific colour, editing the path uses the actual colour and stroke width. which is extremely handy for creating path based selection with awkward background colours and/or a high resolution screen. In Photoline the handles and bezier points are also much, much larger, which makes it rather simpler to work with as well - especially on a higher resolution screen. And when selected the handles and points are a clear red with a black outline - again easier to spot and identify. I just works better, in my opinion.

  • How do you change the color of the title text?

    The main title text for the tap your currently on shows up centered one line above the tab row. The default is black text, with a gray drop shadow, but that doesn't work with dark background themes/personas. How do I go about changing that text color so that its visible on a dark background. I've tried changing font stylings in general for the browser, and I've tried changing the color values in the about:config for the persona, but none of that works. How do you change the color of the title text?

    That colors option under content doesn't change the color of the title text, but thanks anyways

  • In Dreamweaver 6, I created a new fluid layout. I set up (4) DIVs. In the 3rd div, I changed the font color. The new color shows up on the website when viewed in my computer desktop, but, when viewed in a tablet and a cell phone, the color of the font doe

    In Dreamweaver 6, I created a new fluid layout. I set up (4) DIVs. In the 3rd div, I changed the font color. The new color shows up on the website when viewed in my computer desktop, but, when viewed in a tablet and a cell phone, the color of the font does not change. It's the same in Dreamweaver's Live view. It shows the new color on Desktop view and not in the cell phone or tablet view. Also, I changed the font itself in one of the DIVs and it shows up in the new font on the desktop view and website viewed thru the computer, but, not on the tablet or cell phone. Can someone please explain. I want to be able to change the fonts and colors for viewing in the tablet and cell phone, also. The fonts were all standard fonts. Sans-erif and Verdana and Arial were tried. Thanks.

    I will lock this discussion because of duplicate post.

  • How to set the color to the particular row in a report

    Hi
    I have a report in which I have an edit link(I changed the id as edit link)..When I click that link, all the details(the whole row details) will be appearing on the items nearer to the report to save the changes....
    I want to set the color for the particular row when a link is clicked and the color should not be changed until I save the changes in items...After saving the changes, the report should come in the normal color...this is my requirement..i refered many forums regarding this...But could not find solution....If anyone knows,please help me...
    Fazila

    Here is how I would implement
    Create renderer
    Add SkinnableContainer element and create a skin for this container namely SkinnableContainerSkin
    find the fill section in the skin
    add bitmap fill to the fill section and give the source of the image which you are planning to use(Hopefully this is a direct way of doing, may be you need to hack this a little to get it to work)
    I've never tried this, but should help you give some idea.

  • Setting Row Color of the JTable

    Hi,
    I wanted to set the first row and first column of the JTable .
    Can anybody help me in this? I read CellRendering but didn't understood when getTableCellRendererComponent(...) method get called and how it works.
    I realy appreciate if anybody explains me.
    Thanks,
    Padmashree

    Hi,
    If my understading is correct, You are trying to set the color of the first column of the first row.
    "Renderer" returns the component used for drawing the cell. It applies for all the cell. Method called
    "GetTableCellRendererComponent" is used to configure the renderer appropriately before drawing.
    So the following parameters are provided to acheive it.
    table - the JTable that is asking the renderer to draw; can be null
    value - the value of the cell to be rendered.
    isSelected - true if the cell is to be rendered with the selection highlighted; otherwise false
    hasFocus - if true, render cell appropriately.
    row - the row index of the cell being drawn.
    column - the column index of the cell being drawn
    So to acheive your requrement, you have to do something like this.
    1 - apply the required color to first cell of the first row
    2 - configure in such a way that it works when the renderer reads first row and first column.
    For. e.g To set the background color as Blue,
         if(row == 0) && ( column == 0){
         this.setBackground(Color.Blue);                          }else {
              this.setBackground(defaultColor);
    Hope it gives a good picture.

  • How do i change the color of the window background?

    How do I change the color of the window background? When I create a new document on indesign sometimes the blackground is white, sometimes black or gray and I d'ont know why. Thanks for help.

    THis sounds like you are viewing is different modes. "Normal" or layout mode uses a white pasteboard whre you can store objects that you might want to use, but don't want on your pages currently. When you switch to "Preview" mode the pasteboard and any guides and non-printing objects disappear and the background goes gray. In Presentation Mode the backbround is black and the tools and panels will disappear.
    Hitting the W key when you don't have the Text tool active will toggle normal and preview modes. Shift + W will take you to Prensetation Mode, and Esc will take you back out.

  • Can u tell me how to set the color of the button and its border

    hi to all,can u tell me how to set the color of the button and its border

    There are sample code on the java.sun.com
    http://java.sun.com/docs/books/tutorial/uiswing/components/example-swing/index.html
    try this web page ... There are lots of examples... Good luck ... "Gan en "

  • Flash CS4 - Can I change the colors of the background or text that shows up in the Layers section?

    I am stuggling here!  I am colorblind.  I need to change either the color of the background or the color of the text on the layers section on the Timeline.  I simply cannot read/see what is currently showing.  It is a very light blue background with white text and white dots for seeing, locking, or setting the outline color.  I need to either change the text color and dots to black so I can see them, or try to change the background color to a dark blue so I can read the white text.  Changing the text color would really be my preference.  How do I do this?   Please help.  Adobe hasn't been very concerned about colorblindness when developing these products.  I can barely make out all the light grey/grey/dark grey/grey stuff.  Now this! 

    For Windows you can adjust your Theme (or download a new one and use that). This will alter the color of each layer, for example if you use Classic then it will use a very dark blue for layers that will provide higher contrast. I've downloaded other custom themes in the past that use a very dark grey for example.
    (By the way, for Mac users go to Appearance in System Prefs and choose a different Highlight color - you can choose a default or custom one. That color is used for the layer color).

  • Search bar backgroub dont show what i write, can this be change or the color of the letters can be change to black instead of white so i can see what i write?

    when i open my Firefox browser i got Google as my home page and search engine so i click at the search bar and start typing, but i cant see what i write. i think this is do to the background of the search bar and also to the color of the letters which is white.
    i have been trying to change this but i don't find the tools to do it and/or i don't have the knowledge to do it, thanks for you help.

    Are you using a theme or persona that may set the color to white?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Such issues can also be caused by the "Keystroke protection" in Comcast Constant Guard.
    "Configure Anti-Keylogging Settings" -> disable
    *[[/questions/874709]]
    *[[/questions/870165]]

  • How to display the actual reading alone the dot and conditional change the color of the dot/figure if it is over / below an alert figure

    Hi,
    Please help on how to achive the subjected... Thanks

    Hi,
    You have to explain your problem clearly with as much details as possible including the version of the SQL you are using so that everyone here can understand. From the title of your post it looks like that you want to change the color of the data series
    marker (the dot in the picture above) in a SSRS chart.
    If I have understood you correctly then here is how you can do it.
    1. Select the data series properties. Select and right click on the line in the chart in design mode. Then click on "Series Properties" and go to the properties tab for "Markers". Under "Marker Color" drop down select the expression
    and set the expression as shown in the picture. Replace "Field!Qty.Value" with appropriate field and the criteria for the upper and lower bound you want with their respective color.
    2. You can see in the snapshot below that the color of January Month has changed to Red since the qty value is less than 300 as set in the expression above.
    --sIbu

  • How can i set background color of child window in jdk 1.6

    Hi friends i hv devoloped simple java app using javax.swing.JFrame in which on click button event i open new child window using JFrame to draw some image.
    i set childs background color as setBackground(Color.lightGray);
    but the problem is,child window takse its background color same as its parent window.(i.e. main window's color or desktop ).i get this problem in jdk 1.6.but it is working fine in jdk 1.5.
    how can i set background color of child window in jdk 1.6 .
    plz solve my problem.
    thanks in advanced.

    Mo,
    Call me old fassioned, but I simply refuse to demangle SMS speak.
    You've got a whole keyboard, so learn how to use it.
    Keith.

Maybe you are looking for

  • Iphone 4s is not recognized by my powerbook

    I have updated all software, but iphone and powerbook will not sync as phone is not recognized by powerbook.  What do I do to correct situition?

  • GPO Filtering for a user of computer settings.

    I have defined a GPO with only the computer settings and I would like to exclude a particular user from this GPO, can I achieve this with GPO filtering?

  • Weblogic JNDI lookup with JDK1.2

    Hi, I've written JMS client that sends message to weblogic 8.1, and I use "weblogic.jndi.WLInitialContextFactory" to get access to resources. Now the problem is that my client can run only on JDK 1.2 and so when I send message I get exceptions about

  • Opening folder on desktop in Lion

    I have recently installed Lion on my macbook pro and now I cannot open folders on the desktop! What do I do?

  • Custom extractor

    Hi friends, I have built a custom extractor, and also wrote the code in the user exit but the problem is when i do a test in RSA3 i cannot see the data for these fields, can anyone tell me what could be the problem? Thanx in advance Ananth