binar...@gmail.com
unread,Dec 29, 2008, 6:26:22 AM12/29/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BGHUDAppKit Announce
Greetings,
I have finally gotten some days off from work and have been able to
tackle some of your bug reports.
Issue #13 - Segmented Control drawing gap has been fixed
Issue #15 - BGHUDScroller NSSmallControlSize issue has been fixed.
Coincidently Issue #15 also fixed an IB problem. When using something
with BGHUDScrollers the nib file would archive these, but when the app
ran BGHUDScrollView just created new instances to use instead of using
the ones archived.
I also fixed a small issue with the IB plugin. Not sure if anyone
else was getting it, but I was occasionally getting a duplicate class
declaration error. I think the problem was in the Integration classes
which where defined as @interface BGHUDClass ( BGHUDClass ), so I
changed them all to read @interface BGHUDClass (Private), this has
made the error go away on my system.
Thanks,
Tim