How to make selection (rectangle) in OS X

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default How to make selection (rectangle) in OS X

    How to make selection in OS X ?
    Equivalent of dotted line rectangle in OS 9.
    There is documentation for Drag & Drop, but I whish only
    make a selection by rectangle (inside NSView) without dragging anything.
    Alain Birtz Guest

  2. Similar Questions and Discussions

    1. Rectangle selection for scaling in Illustrator 9.0.2
      I've searched the forum before posting this question. Please accept my apologies in advance if this is too elementary, or has been asked before. I...
    2. Rectangle Selection tool
      If I select an area with the rectangle selection tool and want to make it bigger can I do this with out having to select again? Can I just drag the...
    3. Rectangle Frame tool vs. Rectangle Tool
      I'm leading a class on InDesign this Thursday and am being forced to have answers to questions I've never bothered to ask. Right now, I'm tyring to...
    4. Why Does Combo Box Require Two Clicks to Make Selection?
      Hi All I have a combo box with export values. When the user makes their combo box selection, the export values populate three text fields . It...
    5. How to make a good selection that is not jagged?
      In article <biv0e7$85b$1@forums.macromedia.com>, "WestSide" webforumsuser@macromedia.com wrote: Change the tool's edge setting from Hard to...
  3. #2

    Default Re: How to make selection (rectangle) in OS X

    In <abz-1007032038330001@192.168.1.100> Alain Birtz wrote:
    > How to make selection in OS X ?
    > Equivalent of dotted line rectangle in OS 9.
    > There is documentation for Drag & Drop, but I whish only
    > make a selection by rectangle (inside NSView) without dragging
    > anything.
    See the Sketch example on your hard disk. m.


    --
    matt neuburg, phd = [email]matt@tidbits.com[/email], [url]http://www.tidbits.com/matt[/url]
    REALbasic: The Definitive Guide! 2nd edition!
    [url]http://www.amazon.com/exec/obidos/ASIN/0596001770/somethingsbymatt[/url]
    Subscribe to TidBITS. It's free and smart.
    matt neuburg Guest

  4. #3

    Default Re: How to make selection (rectangle) in OS X

    Alain Birtz wrote:
    >
    > How to make selection in OS X ?
    There are several examples of selection markers in the "Cropped Image"
    sample project at:

    [url]http://developer.apple.com/samplecode/Sample_Code/Cocoa/Cropped_Image.htm[/url]

    There's a finder-style marker (translucent inside), iPhoto-style (clear
    inside, rest of the view tinted with a translucent overlay), as well as
    a lasso, and a simple rectangular marker.

    -jcr
    John C. Randolph Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139