Search results

  1. O

    multiple window problem

    Hi, I'm implementing non document-based application and it creates multiple windows for opening images. Because I defined the myWindowController in my appController as a member variable, the menu item such as save and print recognizes only the last window opened. For printing or saving an...
  2. O

    align subview of scrollview

    Hi, Is there any way to align the custom view who is a subview of scrollview in upper left area in Interface Builder? Otherwise let me know how to realign it in code. It sticks in the left side of bottom in the scrollview. I'm useing cocoa-objectveC. Thanks
  3. O

    how to get mousetracking points

    I'm using cocoa. ^ ^
  4. O

    add text on an image

    oops... it's not about using application but creating code for adding text on image in objective-c. I want to make it for users can write some text on an image in a NSView by programming and want to save it as one bitmap image. I can write some text on an image using 'drawAtPoint', but how...
  5. O

    add text on an image

    Hi, I wonder how I can add text on an image and save it as a bitmap image for cocoa objective-c application. Thanks
  6. O

    how to get mousetracking points

    Hi, I wonder how I can get every point that the mouse has been dragged. Thanks in advance.
  7. O

    need cocoa document-based application?

    Hi, I'm implementing an image editing application that could be invoked by another application or by double cliking an image file in finder. It should be opened each window for each image file. I mean it should be opened multiple times. should I implement it as document-based...
Back
Top