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 7790503
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:36:22+00:00 2026-06-01T21:36:22+00:00

I would like to implement similar to iCal implementation. I want to highlight and

  • 0

I would like to implement similar to iCal implementation. I want to highlight and edit the row at the same time. I have used cellBased tableview. I tried the following things.

 [self.tableView editColumn:0 row:[self.array count]-1 withEvent:nil select:YES];
 NSIndexSet *indexSet = [NSIndexSet indexSetWithIndex:[self.array count]-1 ];
 [self.tableView selectRowIndexes:indexSet byExtendingSelection:YES];

But above code highlights all the rows but not the current row. I want to highlight the current row and want to edit the same. Any hints to accomplish this?


I would like to implement some thing similar to Mail. When clicked on item,the row should get highlighted and the textField should get highlighted. I don’t need an icon on the left side.

  • 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-06-01T21:36:23+00:00Added an answer on June 1, 2026 at 9:36 pm
    Customized the TableViewCell and implemented the drawWithFrame.
    
    -(void)drawWithFrame:(NSRect)cellFrame inView:(NSView*)controlView
    {
        NSRect newFrame = cellFrame;
        newFrame.origin.x += 50;
        newFrame.origin.y += 2;
        newFrame.size.height -=4;
        [super drawWithFrame:newFrame inView:controlView];
    }
    

    Following link helped me in resolving the issue.

    http://developer.apple.com/library/mac/#samplecode/SourceView/Introduction/Intro.html

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

Sidebar

Related Questions

I would like to implement something similar to 37Signals's Yellow Fade effect. I am
I would like to implement something similar to a google search with radio buttons.
I would like to implement a view similar to the detail view of Apple's
I want to implement something similar to Wikimedia's revision history? What would be the
I would like to implement a similar feature as here: http://demo.marcofolio.net/3d_animation_css3/ . But I
In my own server control, I would like to implement something similar to the
I would like to implement onfling (or some similar swipe) in listview in each
I have a project i am working on currently and would like to implement
I would like to implement the observer pattern similar to Timer component. Instead of
I would like to implement a table in JSP page which is something similar

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.