Insertion point problems

Peter Brigham pmbrig at gmail.com
Wed Jun 24 11:23:21 EDT 2015


The difference may be that in Bernd's case the traversalon of the button is
false, whereas in David's case the traversalon of the button is true, which
will void the current selection in the field on mousedown.

-- Peter

Peter M. Brigham
pmbrig at gmail.com
http://home.comcast.net/~pmbrig


On Tue, Jun 23, 2015 at 7:30 PM, BNig <bernd.niggemann at uni-wh.de> wrote:

> this works for me from a palette stack for both selected text or blinking
> cursor
>
> on mouseUp
>    put the topStack into tTop
>    go stack tTop
>    put the selectedChunk into tSC
>
>    if tSC <> "" then -- or whatever
>       paste
>    end if
>
> end mouseUp
>
> Kind regards
> Bernd
>
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/Insertion-point-problems-tp4693251p4693267.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list