timthedevguy / BGHUDAppKit

* BGHUDAPPKIT is no longer under development by me, I hope that the community will keep it alive and going as I no longer have time to dedicate to the project** The missing HUD controls. Please scroll down to read the readme file for an important notice concerning the future of BGHUDAppKit. Note that there are multiple versions available, 10.5+, 10.6.7, and now 10.7. As soon as I learn how I'll make these all one code base if possible.
http://www.binarymethod.com/
312 stars 57 forks source link

BGHUDTokenField - Text colour breaks after token deletion #46

Open displaced opened 13 years ago

displaced commented 13 years ago

Hi,

I'm currently using BGHUDTokenField/BGHUDTokenFieldCell in my application. However, I'm seeing the following odd behaviour:

Any advice on how to work around this?

Many thanks, Chris

timthedevguy commented 13 years ago

Chris, sorry for the delay, long day at work today. I should get a chance to look at this tomorrow, just wanted to stop and let you know I did see the issue. Thanks!

timthedevguy commented 13 years ago

Update: I think I have this fixed, I'll be able to test it more in the morning and if it works I'll push it.

timthedevguy commented 13 years ago

So after looking at the code I realized the section I was going to modify was already modified awhile ago. I can't actually reproduce this behavior on my machine.

Do you have the most recent version from the repo?

displaced commented 13 years ago

Hi again!

Sorry for the delay getting back to you -- it's been a while since I've been able to take another look at this!

I removed all traces of BGHUDAppKit and re-cloned from the GitHub URL. A quick rebuild and re-adding of the framework to my app and...

Unfortunately, I'm still seeing this bug, even with the latest version. Just to check that I'm using the control correctly, I deleted the existing BGHUDTokenField and did the following:

I'm using Xcode 4, if that's any help!

Thanks, Chris

timthedevguy commented 13 years ago

The problem is that you are using Xcode 4, it currently is unsupported in bghudappkit, support is coming. Sorry for the confusion.

displaced commented 13 years ago

Ah, ok - no problem!

It works well enough to finish and test my app.

Thanks for your help!

Chris