realbasic-nug
[Top] [All Lists]

Changing an editfield's mouse behaviour.(Solved)

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Changing an editfield's mouse behaviour.(Solved)
From: Terry Ford <tmford at shaw dot ca>
Date: Thu, 31 Jan 2008 07:54:49 -0800
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
> Is there any way to override the second click to prevent the  
> insertion bar appearing with a sellength of 0?


Sorry. It was too simple. :)

If me.SelLength<>0 Then return true

in the MouseDown event.

Terry

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>
  • Changing an editfield's mouse behaviour.(Solved), Terry Ford <=