Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6134863
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:24:33+00:00 2026-05-23T17:24:33+00:00

On a button click I am adding a new row to my tableView &

  • 0

On a button click I am adding a new row to my tableView & reloading the table view .My table has NSTextField Cell & I am using the below code

[tempArray addObject:@""];
[tableView reloadData];
[tableView editColumn:0 row:[tempArray count]-1 withEvent:nil select:YES];
[tableView setNextResponder:self];

-(void)tableView:(NSTableView *)tableView willDisplayCell:(id)cell forTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)rowIndex
{
    [cell setFocusRingType:NSFocusRingTypeNone];
    [cell setBackgroundColor:[NSColor clearColor]];

    if([[tableColumn identifier] isEqualToString:@"DataIdentifier"])
    {
        [cell setDrawsBackground:NO];
        [cell setTextColor:[NSColor grayColor]];
        [cell setFont:[NSFont fontWithName:appDelegate.selectedFont size:appDelegate.selectedFontSize]];  // somewhat like 16 on the pad    
    }
}

What happens is now in edit mode my cell is not transparent.It has white background.Please help !

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T17:24:33+00:00Added an answer on May 23, 2026 at 5:24 pm

    Try setting the background color of your NSTextFieldCell to be the same as your tableview’s background color.

    Use the method setBackgroundColor:

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Iam adding a new row on click of a button and that row contains
I have a button which adds new row in grid view at button click
Adding the row one by one in the button click.. (i tried but its
i am creating the textboxes dynamically using jquery on a button click. <table width=100%
I am using UpdatePanel to trigger a button click event, which saves some 100+
In my web application, I was dynamically adding/deleting rows from my HTML table using
I'm using jQuery to dynamically add rows to my HTML table on a button
I was looking at adding rows dynamically to my HTML table using jQuery with
I am adding Jbutton to a table by extendibg AbstractCellEditor class. But on click
My problem is that I am adding a row to a HTML table dynamically

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.