Ruby/Tk Cursor Selection Question

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default Ruby/Tk Cursor Selection Question

    I'm having problems determine where the last mouse click / button press /
    button release was. I would am trying to determine what line the cursor is
    at in a TkText widget. Any help is greatly appreciated. Thanks

    Zach


    Zach Dennis Guest

  2. Similar Questions and Discussions

    1. 3D selection Question
      I'm working on a 3d board game, and i cant figure out how to select a model with the mouse and have say a portrait of that character appear...
    2. Basic Path to selection question
      I am using PS cs on a G5. I make a path with the Pen Tool. I then convert it to a Selection. The resulting selection is the inversion of the...
    3. Programming Question: Open Cursor failed ,why ?
      Thorsten Geelhaar wrote: I've not seen anybody else step in, so I'll volunteer an answer, but with some trepidation since I've not done any...
    4. basic question - stroke marquee selection
      hi. i have never used fireworks before and today i have to; to make a quick edit to a banner that a someone else has created using this program. ...
    5. DYNAMIC SQL SELECTION QUESTION
      I posted a question earlier but that did not help me. I need to insert data from joined files A - B into C The tables are joined by the fields:...
  3. #2

    Default Re: Ruby/Tk Cursor Selection Question

    Please ignore my last post, I found it! =)

    Zach

    -----Original Message-----
    From: Zach Dennis [mailto:zdennis@mktec.com]
    Sent: Tuesday, November 11, 2003 4:04 PM
    To: ruby-talk ML
    Subject: Ruby/Tk Cursor Selection Question


    I'm having problems determine where the last mouse click / button press /
    button release was. I would am trying to determine what line the cursor is
    at in a TkText widget. Any help is greatly appreciated. Thanks

    Zach




    Zach Dennis 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