Hi,
Let's say I have the following:
code:
NSProgressIndicator* progress; (assume it's initialized and visible etc)
for (int i = 0; i < 5; ++i) {
[progress setDoubleValue: …
When you update the value of a progress indicator, it's marked as needing display the next time through the runloop (with setNeedsDisplay: YES). Your code, however, never returns …
Quote:
Originally Posted by smeger
When you update the value of a progress indicator, it's marked as needing display the next time through the runloop (with setNeedsDisplay: YES…
He already said that, for some reason, an NSTimer is really impractical for what he's doing. I'd think that indicates a problem with the program's structure, but y'know, whatever. …
Thanks for the responses. I was hoping to avoid pthreads as it's a bit overkill. As for some people who are unhappy with my design I can elaborate as to why it's uncomfortable to…
I don't think that would work. If I declared the array on the stack and then passed it into the user info of the timer wouldn't it already be popped off the stack by the time the …
Yeah, it would be off the stack; that's why I suggested an NSDictionary. Actually, the userInfo object is declared to be an id, so it should be an Objective-C object, anyway (it's …
ImTOO iPod Movie Converter is verry good - nice interface, many features, but is a bit too slow.
PQ DVD to iPod Video Converter is quite a bit faster (converts a 60 min movie in a…
My favorite is yasa ipod video converter . It is much quick and supports converting most popular videos to ipod videos.
http://www.yasasoft.com/ipodvideoconverter/
Hey, I am gonna purchase Unsanity's "Silk" program soon, and I would like to know where I can get the font "Calibri" at...I love that font, and WANT IT!!! Thanks!
Heh, just because I'm new here doesn't mean I'm an online forum noob-think it through . Anyways, thanks for the search referral....but, as I already know that search is my friend, …
Well, technically it's TrueType and OpenType fonts that are cross-platform (at least with OS X), and I believe the version of Calibri that's floating around is TrueType.