home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / resources / classes / TabCell.README < prev    next >
Encoding:
Text File  |  1994-08-07  |  1.3 KB  |  33 lines

  1. TabCell
  2.  
  3. After seeing Jean-Marie's new addition to Interface Builder, I just
  4. couldn't help wanting those cool tabs for my very own! Since I
  5. don't have IB source :-), I just had to figure it out for myself.
  6.  
  7. There are two caveats (bugs?):
  8.  
  9. 1) If you put these into a ScrollView, sometimes the little tab
  10. ends won't redraw themselves properly when scrolled after being
  11. clicked on. Since you probably shouldn't be putting a control like
  12. this into a ScrollView, this really shouldn't present a problem
  13. (although if someone want's to send me a bug fix, that'd be
  14. appreciated).
  15.  
  16. 2) The first and last tab cells are 7 pixels (half a tab image
  17. width) shorter than the rest of the cells. This is due to a drawing
  18. issue with drawing inside the matrix. If the images on the first
  19. and last cell aren't shifted in, they get clipped by the matrix and
  20. don't look very good. If your cell's are relatively large, this
  21. really isn't very noticeable. The real way to fix this is to get
  22. in there, determine how many cells there are, and distribute this
  23. difference among all of them. Again, anyone wanting to send me this
  24. code should fell very free to do so.
  25.  
  26. Have fun,
  27.  
  28. Bill Edney
  29. bedney@firstsoft.com
  30.  
  31. P.S. This code is totally free from any licenses or warranties or
  32. anything. In other words, use it however you want but don't blame
  33. me if it hoses something up!