home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / RB3641.ZIP / EX1 / MYSELECT.MTH < prev    next >
Text File  |  1991-12-16  |  339b  |  16 lines

  1.  
  2.  
  3.  
  4. !TestView methods !
  5.    
  6. mySelect: aListBox
  7.  
  8.  
  9.          "This method is activated when a new
  10.           selection in made in listpane"
  11.  
  12.          MessageBox
  13.                     titled: 'Line selected'
  14.                     withText: (aListBox lineAt: aListBox selection)
  15.                     style: MbOk | MbIconexclamation.! !
  16.