Search results

  1. I

    Cocoa 2D OpenGL Texture + easy Question

    hey, One thing that the WWDC provided for me was that I found out an extra easy way to make the OGL texture look as it does in the file. Answer: change the glTexCoords. I felt almost dumb when the guy in the lab told me this, but oh well. It should look something like this...
  2. I

    Help file for app... using a PDF?

    well, as personal opinion here...since it doesn't open in help viewer this method comes off to be as being a bit ghetto. But if it works then hey, that's good. I would consider using the help viewer to have your app look more normal/professional. Also, I think help viewer may have a better...
  3. I

    Cocoa 2D OpenGL Texture + easy Question

    oh oh oh! I got it to work in a standard NSOpenGLView! woo!! Now time to figure out why it's a white spinning cube. I guess my a.bmp is the wrong size, #colors or something. Then I'll make it 2D. I'll write back with any issues.
  4. I

    Cocoa 2D OpenGL Texture + easy Question

    How would I go about using this to draw to any view? I tried to make MyWindowController a subclass of NSOpenGLView in IB and in PB and that just came up as a white (empty) view. (I assume b/c the drawRect function was missing).
  5. I

    Cocoa 2D OpenGL Texture + easy Question

    I see you're using an NSImage...interesting. Well, the code segment you gave me was a bit incomplete...It's missing the myGLContext class, the texture and some other usefull things, so it's not much of a help. But it sparked my head into thinking that maybe I should just use the whole window...
  6. I

    Cocoa 2D OpenGL Texture + easy Question

    yeah, the NeHe tutorial 6 says that the bitmap needs to be flipped inorder to draw it as it is shown (should be flipped on X-axis yeah). I read this in other places too. OpenGL has a co-ordinate system where the bottom left is (0,0)...for textures, while the Mac OS has top left as (0,0) as the...
  7. I

    Cocoa 2D OpenGL Texture + easy Question

    Ok, I'm new to OpenGL, and I tought I could do it, but I'm starting to think I can't anymore. 1. I checked out Apple's OpenGL sample code with the green triangle (Green Triangle ), and I had no trouble doing it. Then I went to the NeHe tutorials to see if I could do textures...Apparently...
  8. I

    Simple cocoa icon question

    Sweet, it worked :D. It worked after a compile and logout for me though, not just a compile. Thank you very much...I will have to research this info.plist file to see what other goodies it can provide me, thanks!
  9. I

    Simple cocoa icon question

    Hey. This is my first major cocoa programming project in Objective-c and I've had this problem buggin' me all day. I have an app right now that all it really does is test the classes behind it. I have a very nice icon for this app also. I'd like this icon to be the icon for the application...
  10. I

    Heat/Power PC/MAC Processors

    You Guys ROCK! I couldn't find anything, but hey, I know what one of my citations will be now! you guys helped me out more that you think. Friday I'll live up to my end of the deal and convince people why Mac's are good :) BRENT
  11. I

    Heat/Power PC/MAC Processors

    Anyone know where I can find a comparison of PC and MAC Processors in terms of heat and power consumption? I remember reading an article awhile ago on this and compared those results with the human brain, I thought this was amusing, but I need these facts so I can cite them in a speech I'm...
  12. I

    [HOWTO] - Use iTunes as an alarm clock

    also you could get iTunes Clock off of versiontracker too. it's got a GUI and it's free! has a fature to set volume to max. the only problems are that it works off of 24 hr time, it'll only unpause a selected song, and it won't wake from sleep.
  13. I

    UNIX basics?

    Decent! it work, and I'm printing out that whole thing on Unix basics. A start to a new life here :)
  14. I

    UNIX basics?

    hey I was a 9 wizard, but the migration to X has made me stupid, so sorry if this sounds like an elementary problem. I hope to know more about UNIX someday. I was in itunes and I noticed some color me badd tags were not right, so I tried to correct them and it wouldn't let me. I go to...
  15. I

    menubar clock freezes

    I haven't been in AIM or IE all day and it froze, so those apps have nothing to do with it. I dunno what else I can do now... And I got it bad too b/c clicking the now unchecked "show clock in menubar" checks it until I quit system prefs and go back to it where it is unchecked again. And as...
  16. I

    menubar clock freezes

    It still freezes. My desktop never goes to sleep, so it doesn't freeze in sleep mode. I have my clock network Sync with apple's time server, but the clock still freezes. And I can't be like jaeyongdavid because when I click the clock I don't even get that menu anymore...same with the sound...
  17. I

    menubar clock freezes

    Well, I just decided to trash preferences for menubarclock, IE, and AIm hope that works, I couldn't find any international preferences though. But I also discovered to suspicious things, too...when the clock freezes, so does the desktop PICTURE....not the icons on the desktop. For instance, if...
  18. I

    menubar clock freezes

    Anyone have a clue why my menu bar clock freezes? I thought it was originally a problem with VPC leeching off X's clock, but I haven't been in that in a while. Then I thought that maybe this program itunes clock had something to do with it, but that app isn't always open. (an applicaiotn that...
  19. I

    They Bounce forever...

    making an apple script to open that carbon app worked just fine...no problems since that happened, good stuff! BRENT
  20. I

    They Bounce forever...

    Hey, Thanks alot for replying. I didn't know that carbon apps at startup would do this...I took the app I thought was carbon out of my startup items. It was iTunes Tool v 1.1. We'll see if that was the problem. I don't think it was anything to do with a disk problem. (fsck did nothing...
Back
Top