Insertion point problems

BNig bernd.niggemann at uni-wh.de
Tue Jun 23 19:30:22 EDT 2015


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.




More information about the use-livecode mailing list