Blinking Cursor in Table Cell

Can anybody tell me how I can blink the Cursor in the JTable. I am using JTable Cell as the user input field, I want to show a blinking cursor if user selects that cell.
Thanks in adv

Are your table cells editable? Are you talking about the Cursor in the TextField when your cell is edited? It is probably best to be as explicit as possible here.
Josh Castagno
http://www.jdc-software.com

Similar Messages

  • Trouble positioning Cursor in Table Cell...

    Basically I have a left navigation table cell, and it
    includes many rows and an image in the cell.
    Well, I have to put this stupid "Authorize.net Verified
    Merchant" Seal in the Nav Cell. I want to put it at the
    bottom of the cell, underneat the red shield logo I made
    (see picture).
    The problem is that when I select the Horz and Vert for
    "Center", "Bottom" in Design View, the whole cell moves to the
    bottom. I just want to move the cursor down there so I can place
    the code for the Authorize.net Seal.
    http://www.blackreefdesigns.com/misc/example.png
    Please advise!

    <td width="164" height="195" align="left" valign="top"
    bgcolor="#333333"><table width="164" border="0"
    align="center" bordercolor="#CCCCCC">
    <tr>
    <td width="158" bgcolor="#CCCCCC"><div
    align="center" class="style28">PRODUCT
    CATALOG</div></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><div align="left"
    class="style7"><span class="style18"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=2">-
    AK</a></span></div></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><span class="style7"><a
    href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=4">-
    AR</a></span></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><span class="style7"><a
    href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=6">-
    FN/FAL</a></span></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=9"><strong>-
    HK</strong></a></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=11"><strong>-
    SIG556</strong></a></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=12"><strong>-
    SKS</strong></a></td>
    </tr>
    <tr bgcolor="#333333">
    <td> </td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=100"><strong>-
    CALIFORNIA COMPLIANT</strong></a></td>
    </tr>
    <tr bgcolor="#333333">
    <td> </td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=101"><strong>-
    RAILED FORENDS</strong></a></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=13"><strong>-
    TACTICAL GEAR</strong></a></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=7"><strong>-
    GUN CASES</strong></a></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=14"><strong>-
    TACTICAL LIGHTS</strong></a></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=87"><strong>-
    OPTICS &amp; MOUNTS</strong></a></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=117"><strong>-
    NIGHT VISION</strong></a></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=16"><strong>-
    HEARING &amp; EYE
    PROTECTION</strong></a></td>
    </tr>
    <tr bgcolor="#333333">
    <td> </td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=102"><strong>-
    MILITARY SURPLUS</strong></a></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=103"><strong>-
    CLEARANCE</strong></a></td>
    </tr>
    <tr>
    <td bgcolor="#666666"><a href="
    http://www.adxtactical.com/store/pc/viewCategories.asp?idCategory=104"><strong>-
    MISC. PRODUCTS</strong></a></td>
    </tr>
    <tr bgcolor="#333333">
    <td> </td>
    </tr>
    <tr>
    <td bgcolor="#666666"><strong>- ADDAX GPU
    (COMING SOON)</strong></td>
    </tr>
    </table>
    <br>
    <table width="100%" border="0" align="left">
    <tr>
    <td><div align="center"><img src="logo.gif"
    width="160" height="230"></div></td>
    </tr>
    </table>
    <p align="center"> </p>
    </td>

  • Table cells editing

    I have a table with few rows and columns filled up with certain values. I edit a cell. Now if i get the DataVector of the table this edited value is not obtained. If I try clicking some other cell after editing then get the DataVector the edited value is obtained. Why is this??? Should I have any Listeners added?? Please reply in depth

    Hi,
    hmm ... it seems, that the editing progress was not finished in the first case. JTable updates an entry in the datamodel only if the editing process is finished. As long as you see the blinking cursor in this field, editing is in progress and you can avoid storing by pressing ESC - but when you TAB to another cell or click another cell, the editing process is finished and the data is updated in the datamodel.
    greetings Marsian

  • Jtable, focus and blinking cursor

    Hello,
    perhaps a solution for my problem is already posted here, but I didn't find it here so far.
    I have an editable table with JTextField cell editors. The cell editor doesn't inherit from DefaultCellEditor but from AbstractCellEditor (I tried it with DefaultCellEditor and it didn't work too). On traversing the table with the Tab-Key the next cell can be edited, but there is no blinking cursor visible (not until the first input is made into the Textfield).
    My question is: Does anybody know a way to make the cursor blink directly after the Tab-Key has been pressed?
    Thank you in advance,
    Marvin

    Thanks qussev,
    that looks promising but I cannot find more than a picture (no code) where the focus is outside the selection. Does anybody know how this can be done?

  • Cursor and JTable cell

    hi,
    In my JTable as soon as i press TAB the cell get selected and is editable but i do not see the blinking cursor , if i click from mouse its ok(i have setClickCountToStart(0) in DefaultCellEditor ) but for key board navigation what should i do i searched the forum with out success ANY SUGGESTION OR LINKS ?
    thanks for help

    It means focus is not at the editor component,
    try making experiments with
    public boolean editCellAt(int row, int column, EventObject e){
    (method in JTable)
    in your Table.

  • How do I insert the tab character in a table cell in Pages 5.2?

    I'm typing text in a table cell.  I need to insert a tab in the text.  I've tried all of the modifier keys with the tab.  I read somewhere it would be CTRL>TAB, like Word, but that navigates to the Inspector.

    You will need to add a Unicode keyboard. System Preferences > Keyboard > Input Sources. Click the + button in the lower left. Scroll all the way to the end and select Others > Unicode Hex Input. Select and Add this. Check the box that says Show input menu in menu bar. Exit System Preferences.
    From the Finder menu, select your recent Unicode Hex Input source (it is a black box with white U+ in it). Now, position your cursor in your table cell between the characters where you want to insert a tab character. Press and hold your option key, then type 0009 (zeroes). This is the Unicode sequence for the tab control character. Space will open in your text. Tabs in table cells survive PDF export. The tab mark will not appear with Show invisibles enabled.
    Switch back to your normal country input source in that Finder input source menu.

  • Won't boot, blinking cursor, F8 doesn't work

    I have a laptop with a Windows 7 and Debian Linux dual boot configuration and the Windows partition doesn't boot anymore. I just get a black screen with blinking cursor and no disk activity. F8, F5 and tab don't do anything, and cause it to beep if I keep
    pressing them. This is on a BIOS system with MBR partitioning. So far I've tried:
    chkdsk c: /f /r /b and sfc /scannow /offbootdir=c:\ /offwindir=c:\windows -- neither found any errors.
    bootrec /fixmbr and bootrec /fixboot -- this restored the default Windows bootloader and made it go directly to the blank screen without the GRUB menu.
    bcdboot c:\windows /s c: -- tried with and without the "/s C:" and tried deleting C:\boot first. Neither had any effect.
    Backed up and deleted all partition table entries other than C: (note, this system didn't have a System Reserved partition). Repeated bootrec and bcdboot commands. No change.
    I am about ready to back everything up and do a fresh install, but I'm really curious as to what could be screwed up here. I feel I have a moderate understanding of the NT 6 early boot process. I've remade everything up through Boot Manager, which should
    at least get me a boot selection menu with F8, but I'm getting nothing.
    Here is output from bcdedit /enum all after all of this:
    Windows Boot Manager
    identifier {bootmgr}
    device partition=C:
    description Windows Boot Manager
    locale en-us
    inherit {globalsettings}
    default {default}
    resumeobject {59817a93-ab6a-11e4-81b4-b2a3ade99c7a}
    displayorder {default}
    toolsdisplayorder {memdiag}
    timeout 30
    Windows Boot Loader
    identifier {4c074127-ab63-11e4-ba2c-b38857316e7a}
    device ramdisk=[C:]\Recovery\211dc182-3aa3-11e1-9c1c-99ac330a77
    26\Winre.wim,{4c074128-ab63-11e4-ba2c-b38857316e7a}
    path \windows\system32\winload.exe
    description Windows Recovery Environment (recovered)
    locale
    osdevice ramdisk=[C:]\Recovery\211dc182-3aa3-11e1-9c1c-99ac330a77
    26\Winre.wim,{4c074128-ab63-11e4-ba2c-b38857316e7a}
    systemroot \windows
    winpe Yes
    Windows Boot Loader
    identifier {default}
    device partition=C:
    path \windows\system32\winload.exe
    description Windows 7
    locale en-us
    inherit {bootloadersettings}
    osdevice partition=C:
    systemroot \windows
    resumeobject {59817a93-ab6a-11e4-81b4-b2a3ade99c7a}
    nx OptIn
    detecthal Yes
    Resume from Hibernate
    identifier {59817a93-ab6a-11e4-81b4-b2a3ade99c7a}
    device partition=C:
    path \windows\system32\winresume.exe
    description Windows Resume Application
    locale en-us
    inherit {resumeloadersettings}
    filepath \hiberfil.sys
    Windows Memory Tester
    identifier {memdiag}
    device partition=C:
    path \boot\memtest.exe
    description Windows Memory Diagnostic
    locale en-us
    inherit {globalsettings}
    badmemoryaccess Yes
    EMS Settings
    identifier {emssettings}
    bootems Yes
    Debugger Settings
    identifier {dbgsettings}
    debugtype Serial
    debugport 1
    baudrate 115200
    RAM Defects
    identifier {badmemory}
    Global Settings
    identifier {globalsettings}
    inherit {dbgsettings}
    {emssettings}
    {badmemory}
    Boot Loader Settings
    identifier {bootloadersettings}
    inherit {globalsettings}
    {hypervisorsettings}
    Hypervisor Settings
    identifier {hypervisorsettings}
    hypervisordebugtype Serial
    hypervisordebugport 1
    hypervisorbaudrate 115200
    Resume Loader Settings
    identifier {resumeloadersettings}
    inherit {globalsettings}
    Device options
    identifier {4c074128-ab63-11e4-ba2c-b38857316e7a}
    ramdisksdidevice partition=C:
    ramdisksdipath \Recovery\211dc182-3aa3-11e1-9c1c-99ac330a7726\boot.sdi

    Thanks for your reply. I actually have the Linux side of it under control. At present, to simplify things for fixing Windows, I've used dd to save the first few dozen sectors of my drive, deleted partitions other than the Windows one, and restored the
    Microsoft bootloader. So long as I don't create new partitions in that "free" space, I can bring back my Linux and Grub simply by restoring those backed up sectors.
    I'd like to get Windows working again and then restore the Linux stuff. At this point I am probably just going to do a fresh install, but I would love to know what can go wrong and cause this. MBR, PBR, C:\bootmgr and everything in C:\boot have been re-created
    fresh and should be fine. AFAIK this much ought to get me at least a boot menu when I press F8 regardless of the state of the rest of the Windows system.
    For Linux backup I usually just use tar and manually remake partition tables and install Grub should I need to restore the backup. For Windows I often use ntfsclone, which works similarly to Acronis or Ghost, only copying sectors that
    are in use. I've actually successfully backed up and restored Windows XP before using just tar, mkfs.ntfs and ms-sys, though system and read-only attributes were lost, and I haven't tested it on Vista, 7 or 8.

  • Placing text beside image in a table cell?

    I'm creating business cards (using a Printworks template), and I want to place text to the right of the inserted picture.
    I've copied and pasted the jpg fine onto the left side of the cell, yet when I try to type text, the cursor only lets me begin typing at the bottom right side of the photo, not up at the top right side, where I want the info to start.
    Further, when I try to insert a Text Box into the cell, it won't go inside.
    So, my question: *How do I get image and text together inside a table cell?*

    I made an ultimate test.
    I grouped a jpeg picture and a shape in which I inserted a piece of text. You may see it on the screenshot.
    I inserting the group in the cell hoping that the group will be correctly displayed.
    Nada, only the picture appears.
    If I select the object embedded in the cell, copy it, paste it in an other location, I may ungroup it but the now separated shape no longer contains the original text
    Yvan KOENIG (VALLAURIS, France) lundi 7 juin 2010 17:55:18

  • Place photo in table cell

    I have a table of mainly cells with text but I am reserving one cell for a head shot.
    How to place a photo in a table cell or what is a workaround?

    Put the text cursor in the cell and use the regual Place command. The image will be placed as an inline graphic in the empty paragraph.

  • Place image in table cell in pages for iOS 5

    Can I place an image into a table cell in pages for iphone? This would keep me from having to take my expensive MBA out on the dangerous (for the computer) jobsite.  It would change my life to be able to do this on the iphone as my reports require it.  As of yet I've found no way to do this.
    Thanks in advance for your help!
    ~CR

    Put the text cursor in the cell and use the regual Place command. The image will be placed as an inline graphic in the empty paragraph.

  • Eliminate extra space in table cell

    I cannot figure out what is causing the appearance of extra
    space beneath the thumbnail images on the following webpage (this
    space is in between the image and the cellborder):
    http://www.canchair.com/new_web_product_detail.asp?ProductID=499&ProductFamily=5&ProductFa milySub=
    OR THE RELEVANT CODE CAN BE VIEWED AS FOLLOWS:
    HTML CODE FOR THE TABLE CELL CONTAINING THE EXTRA SPACE:
    <a href= "javascript:;" class="small_img" >
    <td class="small_img" onmouseover="showBigImage(
    'imagescript.asp?path=<%= images("url_img")
    %>&width=250','<%= images("url_img") %>','<%=
    images("alt_img") %>' )"> <img
    src="imagescript.asp?path=<%= images("url_img")
    %>&amp;width=36" border="0" /> </td>
    </a>
    small_img STYLE SHEET CODE:
    .small_img {
    margin: 0;
    border: 1px solid #A5ACB2;
    cursor: hand;
    padding: 0;
    .small_img:hover td{
    margin: 0;
    border: 1px solid #000000;
    cursor: hand
    .small_img:hover{
    color: red; /* Dummy definition to overcome IE bug */
    }

    View the page in Firefox, view source, and Go To Line will do
    the trick (in
    Firefox).
    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
    ==================
    "aonefun" <[email protected]> wrote in
    message
    news:gbp286$5vg$[email protected]..
    >I was asking how to know which line of my code the errors
    specified on
    >
    http://validator.w3.org/ are
    referring to. I assume the line numbering on
    > dw
    > would not correspond as a webpage strips the server side
    code.
    >

  • Table cell collapse...

    My last question for now...
    How can I get this cell to collapse so only my CSS assigned
    to this particular cell is dominant. Right now, my CSS inserted
    graphic shows, but the cell left a block of white space above the
    graphic...as if the table cell didn't know to collapse (or crop
    down) to the CSS image. Here is the bit of code & I am unsure
    as how to edit it accordingly. -- I just need for the cell to
    collapse in favor of the assigned CSS image graphic.
    <tr>
    <td width="0" height="0"
    class="dotbar01"> </td>
    </tr>
    Thanks a lot!

    r_tist wrote:
    > Here is the status now...
    > I deleted "&nbsp" from my code & that made the
    cell extra space collapse. When
    > the cursor is in this cell, my properties shows my
    designated name of CSS,
    > however, the CSS visual does NOT appear (even though
    it's name does). -- make
    > sense?
    >
    > .dotbar01 {
    > background-image: url(dotbar01.jpg);
    > background-repeat: repeat-x;
    >
    > That's my CSS for .dotbar01. It seems to only show up on
    screen if I include
    > the "&nbsp" in my code, which causes the problem of
    including a chunk of white
    > space, the cell not collapsing to the graphic height.
    >
    > Any ideas? --Thanks!
    >
    Thats because the &nbsp stops the cell from completely
    collapsing. Try
    putting some height in cell.
    .dotbar01 {
    background-image: url(dotbar01.jpg);
    background-repeat: repeat-x;
    font-size: 7px;
    or
    .dotbar01 {
    background-image: url(dotbar01.jpg);
    background-repeat: repeat-x;
    height: 7px;
    or put a transparent gif into the cell set at the height you
    want it to be.

  • Catching a table cell focused event

    I have a JTable that I want users to input data into. One of the columns is a date field. In order to make sure the date is formatted and entered correctly, I've used a custom cell editor and renderer so the column looks like a DateTextField(a custom date field class). It works fine when the user clicks on the cell. But if the user hits the down arrow it doesn't set off the event that allows it to be edited as a DateTextField. Can you capture somekind of focus event on a particular cell and when you get a focus gained, programatically send the event that allows the cell to be edited? In case that didn't make sense, I'm trying to programatically simulate a mouse click on a table cell when it gets focus. Can it be done? If so, how? Thanks.

    Yes, I've tried that. The problem is what some people have described as a bug. There are two editing methods for JTable cells. One happens if the cell gets focus. There is no cursor and any underlying components are ignored. The second(the REAL edit) is when there is a cursor and the JTable understands that the cell is really a DateTextField. The only way I've found to achieve this is click on the cell. The number of clicks it takes depends on what the clickCountToStart is set to. However, if it's set to zero, it still takes one click.

  • COLOUR TABLE CELLS

    Hello,
    I'm relatively new to the Contribute system, so apologies if
    this topic has already been raised and answered (though I couldn't
    find anything by searching).
    I'm creating a website for a new client and they want an
    editable calendar which I've created using a table with multiple
    cells - a link here...
    http://www.villapomba.com/test/availability_08.html
    - How can I set up Contribute so that my client can colour the
    cells as dates become booked?
    I would appreciate any help.
    Many thanks in advance.

    1. start Contribute, connect
    2. go to the page, Edit Page
    3. place your cursor in the cell where the background color
    has to change
    4. right mouse click, choose Table Cell properties

  • How to highlight the table cell color in respective colors as needed per the requirements??

    var aData = [
        {notificationNo: "10000000", description: "Maintenance for boiler", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "ordered"},
        {notificationNo: "10000010", description: "Genreal Maintenance for boiler", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "notordered"},
        {notificationNo: "10000011", description: "boiler Maintenance", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "ordered"},
        {notificationNo: "10000012", description: "Pump breakdown", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "ordered"},
        {notificationNo: "10000013", description: "External service boiler", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "notordered"},
    jQuery.sap.require("sap.ui.model.json.JSONModel");
    var oEnterpriseAsset_NotificationConsole;
    sap.ui.model.json.JSONModel.extend("EAM_Notification_Console", {
        CreateNotificationConsole:function(){
            oEnterpriseAsset_NotificationConsole = this;
                var oTable = new sap.ui.table.Table({
                //title: "Table Example",
                visibleRowCount: 7,
                firstVisibleRow: 3,
                selectionMode: sap.ui.table.SelectionMode.Single,
            /*    toolbar: new sap.ui.commons.Toolbar({items: [
                    new sap.ui.commons.Button({text: "Button in the Toolbar", press: function() { alert("Button pressed!"); }})
                extension: [
                    new sap.ui.commons.Button({text: "Button in the Extension Area", press: function() { alert("Button pressed!"); }})
            }).addStyleClass("tableform");;
            oTable.addColumn(new sap.ui.table.Column({
            label: new sap.ui.commons.Label({text: "Notification"}),
            template: new sap.ui.commons.Link().bindProperty("text", "notificationNo").bindProperty("href", "href",
                    function(aValue)
            //    sortProperty: "notificationNo",
                //filterProperty: "notificationNo",
                width: "200px"
            oTable.addColumn(new sap.ui.table.Column({
                label: new sap.ui.commons.Label({text: "Description"}),
                template: new sap.ui.commons.Link().bindProperty("text", "description").bindProperty("href", "href"),
                //sortProperty: "notificationNo",
                //filterProperty: "notificationNo",
                //width: "200px"
            var oModel = new sap.ui.model.json.JSONModel();
            oModel.setData({modelData: aData});
            oTable.setModel(oModel);
            oTable.bindRows("/modelData");
        var idForTable= "DimTable"
            //alert("id of tbale " + idForTable);
            var htmlOutput = '<table id=' + idForTable + ' name="DimTab" style="border: 1px solid black;margin-left:15px;" cellpadding=6 cellspacing=0><tr style="background-color:#E5E5E5"><td><b>Dimension</b></td><td><b>Value</b></td></tr>';
            for(var i=0;i<aData.length;i++)
             alert(aData[i].notificationNo);
            htmlOutput += '<tr style="display:none;"><td style="border-right:1px solid #e5e5e5;">Contract No</td><td>'+ aData[i].notificationNo+'</td></tr>';
            htmlOutput += '<tr style="display:none;"><td  style="border-right:1px solid #e5e5e5;">Unit No</td><td>'+ aData[i].description+'</td></tr>';
            htmlOutput += '</table>';   
             var html2 = new sap.ui.core.HTML({
                 // static content
                 //content : "<div style='position:relative;background-color:white;'>Weather</div><script src='//www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/builtin_weather.xml&synd=open&w=320&h=200&title=__MSG_weather_title__&lang=en&country=ALL&border=http%3A%2F%2Fwww.gmodules.com%2Fig%2Fimages%2F&output=js'></script>",
            content : htmlOutput,
                  //2 wrkng sydney content : '<div id="cont_Mzc0NjN8NXwxfDF8NHxlZGY1ZjV8M3xGRkZGRkZ8Y3wx"><div id="spa_Mzc0NjN8NXwxfDF8NHxlZGY1ZjV8M3xGRkZGRkZ8Y3wx"><a id="a_Mzc0NjN8NXwxfDF8NHxlZGY1ZjV8M3xGRkZGRkZ8Y3wx" href="http://www.weather-wherever.co.uk/australia/sydney_v37463/" target="_blank" style="color:#333;text-decoration:none;">Weather forecast</a> © weather</div><script type="text/javascript" src="http://widget.weather-wherever.co.uk/js/Mzc0NjN8NXwxfDF8NHxlZGY1ZjV8M3xGRkZGRkZ8Y3wx"></script></div>',
                  //content : '<div style="margin-left:-10px;margin-top:10px;width:100%;"><LINK rel="StyleSheet" href="http://weatherandtime.net/new_wid/w_5/style.css" type="text/css" media="screen"><div class="ww_5" id="ww_5_2119"><div class="l_b"></div><div class="c_b"><div class="day" id="d_0"><span class="den"></span><br><span class="date"></span><br><span class="temp"></span><div class="pict"></div><span class="press"></span><br><span class="hum"></span><br><span class="vet"></span><br></div><div class="day" id="d_1"><span class="den"></span><br><span class="date"></span><br><span class="temp"></span><div class="pict"></div><span class="press"></span><br><span class="hum"></span><br><span class="vet"></span><br></div><div class="day" id="d_2"><span class="den"></span><br><span class="date"></span><br><span class="temp"></span><div class="pict"></div><span class="press"></span><br><span class="hum"></span><br><span class="vet"></span><br></div><div class="cl"></div><div class="links"><a target="_blank" title="Pune Weather forecast" href="http://weatherandtime.net/en/Asia/India/Pune-weather.html">Pune Weather forecast</a><br><a style="font-size:12px !important;color:#12A0D7 !important;text-decoration:none !important;" href="http://weatherandtime.net/en/widgets-gallery.html" title="weather"></a></div></div><div class="r_b"></div></div><script type="text/javascript" src="http://weatherandtime.net/w_5.js?city=2119&lang=en&type=2&day=3"></script></div>',
              // initially behaves the same as Sample 1
                 preferDOM : false,
                 // use the afterRendering event for 2 purposes
        return     oTable;
    /* In the screen shot as u can see.. I have to highlight the table cell in green color and red color for ordered and unordered status(which is binded to a json data) respectively....anyone please help??

    Hi Abhi,
                   Check this link it may helpHow I made highlight of specific values in Table

Maybe you are looking for

  • Connection between Forms 6.0 and Ora8i

    we installed ora8i on server and forms 6.0 on client and everthing went fine. Due to some problem we unistalled ora8i on server and reinstalled it. At client end we are able to connect through SQL but getting a problem while connecting from Forms 6.0

  • Making a connector in while loop

    I want to make a subvi with a while loop. For example, there is a indicator inside while or for loop as my attachment. Actually, the indicator will be used as a progress bar which need to be updated in realtime in main vi. In my first thinking, the s

  • MBAM 2.5 setup

    I am trying to implement MBAM 2.5 and am running into some issues. I would like to host the Compliance and Audit DB on the same box as SCCM2012, VAMT and SQL 2008 R2. Am I right in assuming that I have to host the Recovery DB on a different box runni

  • My iPhone says "o death" where the date should be on the lock screen, why is it doing this and how do I get the date back?

    My iPhone says "o death" where the date should be on the lock screen, why is it doing this and how do I get the date back?

  • Does anyone else's iMac go into a coma?

    When I leave my iMac unattended, it frequently goes into a coma, for lack of a better term. The screen is dark, and nothing I do brings the computer to life again. It isn't really shut down, though. In order to get a usable computer, I have to hold t