Color on tabs or in table background to distinguish connections

Hi
I would like to have a feature where I can choose color on tabs or on the background on tables for different connections.
I connect to databases with similiar tables but for different environment, ie Test or Production. And if I have many tables pinned, then it can be difficult to see if this version of SUPER_IMPORTANT_TABLE is the one from the Test environment connection or from the Production environment connection.
One idea I had was to add a color choice in the connection properties view. So u select red for all tabs that are opened from one connection and blue for an other.
Then it is very easy to see where the tab orginates from.
Maybe there already is a similar feature in SQL Developer which I have not seen, then I would be happy to be informed about that to.
kind regards,
Michael

This is requested in this forum and in the feature requests section in the Exchange. This is not yet implemented in SQL Developer, but we do have the request logged and under review.
Sue

Similar Messages

  • Change background color of tabs?

    I use Safari on a 13" Macbook Air, after recently abandoning Chrome.  I have trouble reading the tiny print on the dark gray tabs.  Can I change the background color, or enlarge the print?

    Hi June ...
    Unfortunately, the Safari background color on tabs cannot be modified nor can the font size be increased.
    Try using a different resolution on your Mac. Open System Prerferences > Displays then select Scaled.
    If that doesn't work for you, you may have better luck using the Firefox browser > Download Firefox
    How to change the fontsize in the bars and tabs? | Firefox Support Forum | Mozilla Support
    How to set the zoom out or in for all pages permanently? | Firefox Support Forum | Mozilla Support
    Themes :: Add-ons for Firefox

  • Table Background color

    I am building a scroll pane and adding the table to the same. I am setting the table background color to blue. But only the rows which have data come in as with the background color blue, rest all the space with in the scroll pane comes in as grey.. can someone help?

    import java.awt.*;
    import javax.swing.*;
    public class TableExample {
        public static void main(String[] args) {
            JScrollPane sp = new JScrollPane(new JTable(4, 2));
            sp.getViewport().setBackground(Color.GREEN);
            JFrame frame = new JFrame("TableExample");
            frame.getContentPane().add(sp);
            frame.pack();
            frame.setLocationRelativeTo(null);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setVisible(true);
    }

  • CS3 Table Background Color Won't Change

    I have been inserting tables and doing the CSS for them fine
    until after I inserted a Flash object. All tables inserted after
    the Flash object have a medium blue background??? I can't even
    intiate a new CSS rule to change the table background color... it
    just stays this way!?!? Very strange. Anybody else experience this?
    BTW: I've restarted my machine, worked on tables on other
    pages and haven't experienced this issue... it is only after the
    insertion of the flash object. Is there something I'm missing??
    Thanks,
    Chris
    Here is the code inserted by the Flash object placement just
    in case this helps any:

    Let's see the page, please.
    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
    ==================
    "escargo" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have been inserting tables and doing the CSS for them
    fine until after I
    > inserted a Flash object. All tables inserted after the
    Flash object have a
    > medium blue background??? I can't even intiate a new CSS
    rule to change
    > the
    > table background color... it just stays this way!?!?
    Very strange.
    > Anybody
    > else experience this?
    >
    > BTW: I've restarted my machine, worked on tables on
    other pages and
    > haven't
    > experienced this issue... it is only after the insertion
    of the flash
    > object.
    > Is there something I'm missing??
    >
    > Thanks,
    > Chris
    >
    > Here is the code inserted by the Flash object placement
    just in case this
    > helps any:
    >
    >
    >
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=9,0,28,0','width','758','height','508','title','Contractor
    > Performing
    > Pool Contruction, Remodels, Service & Maintenance in
    > Sarasota','src','index','quality','high','pluginspage','
    http://www.adobe.com/sho
    >
    ckwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','index'
    > );
    > //end AC code
    > </script>
    > <noscript>
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="758" height="508" title="New
    Construction,
    > Remodels,
    > Service &amp; Maintenance">
    > <param name="movie" value="index.swf" />
    > <param name="quality" value="high" />
    > <embed src="index.swf" quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" type="application/x-shockwave-flash"
    width="758"
    > height="508"></embed>
    > </object>
    > </noscript>
    >

  • Editable Table Background

    Hi,
    I'm new to dreamweaver-so hopefully this is an easy
    question. I'm trying to create a template for our website, but I
    want one of the tables to have a different background on every
    page. I can edit the text, but haven't been able to set the
    background to editable. Any thoughts?
    Thanks
    Matt

    On Fri, 26 Oct 2007 15:09:19 +0000 (UTC), "kairosmatt"
    <[email protected]> wrote:
    >Hi,
    > I'm new to dreamweaver-so hopefully this is an easy
    question. I'm trying to
    >create a template for our website, but I want one of the
    tables to have a
    >different background on every page. I can edit the text,
    but haven't been able
    >to set the background to editable. Any thoughts?
    > Thanks
    > Matt
    >
    Give each page a unique title in the body tag:
    <body id="pageTitle">
    and in your css file have a different css code for each
    #pageTitle table {background-color:gray;}
    #pageTitle2 table {background-color:silver;}
    etc etc
    ~Malcolm N....
    ~

  • How to change color of column in advanced table

    Hi Guys
    I need to change the color of column in advanced table.
    Please help me .
    Thanks
    Subramanian

    Hi
    Can you please give the sample code for this
    I created advancedtable
    under this advancedtable , I created columngroup
    under this columngroup
    I created column1 and column2
    Here I need change the color for entire column1.
    Thanks
    Subra

  • How can i set tab within a table?

    how can i set tab within a table?

    With a live insertion point in a cell, type Alt/Opt+TAB, or, right-click and choose > Insert Special Character > Other > Tab, or, press Ctrl/Cmd+Shift+T to bring up the Tabs panel.

  • Possibility to assign a color profile in the color management tab for more video formats

    Presently, in After Effects CS5, in the color management tab of the "Interpret Footage" dialog box the possibility to assign a color profile to footage is grayed out for many video formats.
    Formats that allow to assign a color profile include Quicktime/JPEG2000, Quicktime/Motion JPEG A, Quicktime/Motion JPEG B, Quicktime/MPEG-4, Quicktime/Animation as well as various image sequences, like tiff-sequences. (Motion JPEG A,B and Quicktime/MPEG-4 are not very helpful in this context because they have a small color shift when reimported to After Effects.)
    Formats that do not allow to assign a color profile include Quicktime/PhotoJPEG, Quicktime/H264, H264 main concept, DVCPRO HD 1080p30, F4V. (Here, H264 main concept has anyway the disadvantage that it has a color shift when reimported into After Effects.)
    In After Effects CS4 it was possible to assign a color profile to Quicktime/H264, Quicktime/PhotoJPEG, DVCPRO HD 1080p30, but in CS5 this is no longer possible.
    Those video formats that do not allow to assign a color profile automatically are interpreted as having the color profile HDTV (Rec. 709) Y'CbCr in case that the videos have 1920x1080 format; similar applies to PAL formats which get SDTV (Rec. 709) Y'CbCr color profile.
    (I did not find anything of this automatic assignment to HDTV or SDTV color profile in the "interpretation rules.txt" file, therefore it must be written into the programme itself.)
    With growing popularity of wide gamut monitors it becomes necessary to produce footage and other videos that have a color profile different from HDTV or sRGB. When such footage is reimported to After Effects it has the wrong color and the only workarounds are either to use (in After Effects) the effect "Color profile converter" which necessitates extra render time or to use somewhat unpopular formats, like JPEG2000 that has very large filesize.
    Presently many footage is produced in Quicktime/PhotoJPEG and therefore it would be very desirable to allow to assign a color profile to such footage in the color management tab of the "Interpret Footage" dialog box.
    Does anyone know why in AE CS5 the video formats Quicktime/PhotoJPEG and Quicktime/H264 do not allow to have an arbitrary color profile assigned (although it was possible in CS4), is it a bug, or does it have a deeper reason.
    In this context I have a related question, often I read that Quicktime videos have a gamma tag. Does this mean that part of the color profile (the gamma value) is actually embedded/remembered, like you have it for images where the gamma is part the embedded color profile.
    I use AE CS5 on Mac Pro 2009 with OS 10.6.7.
    Thanks,
    Volker

    Thank you Rick for this interesting explanations and the links to articles.
    In the past few days I performed a few tests in After Effects and it is interesting that you mention that cameras, like the Sony EX3, allow videos to have embedded color profiles. I am not working myself with cameras but either get footage from the internet or sometimes videos from our video department which produces videos with professional SONY cameras, usually I get them in a matrox mxf format.
    As far as my test with After Effects show it is not possible to embed color profiles in the videos rendered with After Effects. Independent of the color profile in the working space and independent from the color profile in the output module I always get the same reaction if I reimport videos rendered by After Effects back to After Effects:
    In AE CS5 videos made in the formats Quicktime/PhotoJPEG, Quicktime/H264, H264 main concept, DVCPRO HD 1080p30, F4V  are always interpreted as color profile SDTV/HDTV (Rec. 709) Y'CbCr (even if I made them in other color profiles, such as Adobe RGB, Photo RGB, sRGB); and there is no possibility to change this interpretation rule.
    In contrast videos made in the formats Quicktime/JPEG2000, Quicktime/Motion JPEG A, Quicktime/Motion JPEG B, Quicktime/MPEG-4, Quicktime/Animation are always interpreted as sRGB (even if if I made them in other color profiles, such as Adobe RGB, Photo RGB, HDTV); only this time I can change the interpretation rule. Therefore if I know for example that if I had selected Photo RGB in the Output module I can change after the reimport the interpretation rule from sRGB to Photo RGB and only then I get again the original colors.
    The only exceptions are picture sequences, such as tiff-sequences, where the original color profile is automatically selected in the interpretation of the footage.
    Therefore, unfortunately for videos produced by After Effects your advice "If it says something like sRGB and you can change it, in most cases you shouldn't change it because the guess is probably right. If there is no color profile assigned then you should assume that is correct." is not so easy to be applied. You have to know how you did it originally in the Output module and hope that you can change it to the proper color profile, in case that the original color profile in the Output module was different from sRGB and HDTV/SDTV. But it is interesting to hear from you that with cameras there seem to be more possibilities.
    For this reason it would be nice if in future versions of After Effects one could change the color profile in the the color management tab of the "Interpret Footage" dialog box also for formats such as Quicktime/PhotoJPEG, Quicktime/H264, H264 main concept, DVCPRO HD 1080p30, F4V.
    Of course one can always circumvent shortcomings by using tiff-sequences, QT/jpeg2000, or QT/Animation as formats for storing, which is anyway better for lossless or nearly lossless storing, but the files are then too large and also cannot be played easily with a player.
    Volker

  • Inserting table background image

    I just upgraded from DW8 to CS4 and can't figure out how to
    insert an image for a table background! The box and folder icon to
    browse to the file I want is greyed out. Can anyone help?

    This is CS4's way of telling you that you have to use CSS for
    such things.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "tsheridan" <[email protected]> wrote in
    message
    news:gmb557$pu0$[email protected]..
    >I just upgraded from DW8 to CS4 and can't figure out how
    to insert an image
    >for a table background! The box and folder icon to browse
    to the file I
    >want is greyed out. Can anyone help?

  • Help me in tab strip with table control

    hi,
    can any body give me the idea regarding my requirment please urgent.
      my requirment is i created tab strip in main screen (111) and i created table control in subscreen (12).and i created one parameters with gui screen.if i execute that selection-screen it call tab strip .i am getting.but my requrment is when i execute selection-screen by default it will call tab strip with table data (recards) in to the table control fields which is in display mode.
    please help me urgent.
    with warm regards.
    khadar.

    yes u can create it.
    This is a sample program to create a tabstrip.
    SELECTION-SCREEN BEGIN OF SCREEN 500 AS SUBSCREEN.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-010.
    PARAMETERS: USER(10) TYPE c,
                PWD(10) TYPE c.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN END OF SCREEN 500.
    SELECTION-SCREEN BEGIN OF SCREEN 600 AS SUBSCREEN.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-010.
    PARAMETERS: BUSNO(10) TYPE c,
                BUSNAME(10) TYPE c.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN END OF SCREEN 600.
    SELECTION-SCREEN BEGIN OF SCREEN 700 AS SUBSCREEN.
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-010.
    PARAMETERS: TNO(10) TYPE c,
                TNAME(10) TYPE c.
    SELECTION-SCREEN END OF BLOCK b3.
    SELECTION-SCREEN END OF SCREEN 700.
    SELECTION-SCREEN: BEGIN OF TABBED BLOCK sub FOR 10 LINES,
                        TAB (10) LOGIN USER-COMMAND LOGIN,
                        TAB (10) BUS USER-COMMAND BUS,
                        TAB (10) TRAIN USER-COMMAND TR,
                      END OF BLOCK sub.
    INITIALIZATION.
    LOGIN = 'LOGIN'.
    BUS = 'BUS'.
    TRAIN = 'TRAIN'.
    SUB-DYNNR = 500.
    SUB-PROG = SY-REPID.
    AT SELECTION-SCREEN.
    CASE SY-UCOMM                  .
    WHEN 'LOGIN'.
         SUB-DYNNR = 500.
    WHEN 'BUS'.
         SUB-DYNNR = 600.
    WHEN 'TR'.
         SUB-DYNNR = 700.
    ENDCASE.

  • Change colors of tabs and text in searchtab

    colors of tabs are very shiny - can they be changed?

    Use this add-on:
    https://addons.mozilla.org/en-us/firefox/addon/stratiform/
    or
    https://addons.mozilla.org/en-US/firefox/addon/colorfultabs/
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • I use the Epson Stylus Pro 3800. What is the printer profile to use in the "color management" tab?

    I use the Epson Stylus Pro 3800. What is the printer profile to use in the "color management" tab?

    See http://forums.adobe.com/message/4483587#4483587

  • In-Design CS5 Tabbing within a Table

    Is there a way to tab within a table? I trying to line up a list of numbered items. Thanks!

    Which OS?
    Under Mac OS: use [Alt]+[Tab] in a cell.
    Under Windows:
    You can set a shortcut:
    Edit -> Keyboard Shortcuts
    Choose: Font menu -> Insert special characters: other: tab
    Important! Context: Tables
    With this (your own) shortcut you can now always insert a tabulator in a cell without the menu item.

  • I purchased the products and I'm trying to complete a project I've started. I have an image and need to fill the back ground with a color I already have as a background layer so it blends in

    I purchased the products and I'm trying to complete a project I've started. I have an image and need to fill the back ground with a color I already have as a background layer so it blends in

    You should find the forum for whichever product this concerns and post your question(s) there.
    Here is a link to a page that has links to all Adobe forums...
    Forum links page: https://forums.adobe.com/welcome

  • How to change the color of the Cell in Table ?

    Thanks a lot

    Here is the code to change the color of the cell in Table.
    First you need to write a class extending JTextField and implementing TableCellRenderer interface which has only one method as follows
    public class MyCellRenderer extends JTextField implements TableCellRenderer
    public Component getTableCellRendererComponent(JTable table, Object value,boolean isSelected, boolean hasFocus,int row, int column)
    setForeground(Color.blue);
    and wherever you create the table you need to set this renderer as the table cell renderer for your table. code follows...
    TableColumnModel tcm = yourtable.getColumnModel();
              Enumeration tce =tcm.getColumns();
              while (tce.hasMoreElements())
                   TableColumn tc=(TableColumn)tce.nextElement();
                   tc.setCellRenderer(new MyCellRenderer());
    this will solve your problem. you need to import the required packages.
    Srinivas.

Maybe you are looking for

  • Want to contact apple programmers this is request from almost thai people user

    Hi my name is Mile i am a apple user since this first generation relesed only one thing that we ( thai people ) want apple to do for us is please change the pattern keybord cause we are very hard to use that your guys made for us most of us dont want

  • Need a document for field exit....urgent

    Can any one please send a document for field exit or have a simple document on how to work on a field exit with screen shots. pls send it ...its urgent Thanks and regards Nandha kumar R

  • E-Printing Not Working

    My Printer is not working by e-print function

  • Can't download from Creative Cloud

    Clicking any of the download links at https://creative.adobe.com/ i get to a page with the same top black bar with the same buttons, but the white space below is all blank. http://helpx.adobe.com/creative-cloud/help/install-apps/_jcr_content/main-par

  • ITunes 11 won't take my .m4r files :/

    I know this has been asked a million times, but I am having a serious problem with trying to get a ringtone on my phone :/ I have tried every solution I've found on here and everywhere else on the web where I've found a "solution" tons of people happ