• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSMatrix equivalent in MFC/Windows?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSMatrix equivalent in MFC/Windows?


  • Subject: Re: NSMatrix equivalent in MFC/Windows?
  • From: Erik Buck <email@hidden>
  • Date: Mon, 14 Aug 2006 07:46:12 -0700 (PDT)

See CListBox at http://msdn2.microsoft.com/en-us/library/ws8s10w4.aspx

  Use LBS_MULTICOLUMN

  As with most things in MFC, there is no Model View Controller separation.  You basically have to store your application data in the list box or store it multiple places.  CListBox is very unfriendly and code intensive to use compared to something like NSMatrix.  You will find lots of custom ListBox implementations on the web.

  Have you considered using .Net instead of MFC ?  .Net has much better support for things like list boxes.

  If this porting excersie doesn't make you a Cocoa fanatic, nothing will.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: What exactly happens when I use Core Data's 'Remove' button?
  • Next by Date: NSAppleScript no longer allows user interaction?
  • Previous by thread: NSMatrix equivalent in MFC/Windows?
  • Next by thread: converting a pdf to tiff with multiple channels
  • Index(es):
    • Date
    • Thread