Better Wiki With LiveCode?

Monte Goulding monte at sweattechnologies.com
Tue Jun 5 22:51:11 EDT 2012


>> on selectionChanged
>>  put the linkText of the selectedChunk
>> end selectionChanged
> 
> That seems to work fine if I click on the link - ie., I can get the 'linktext' on mouse click - but for some reason I don't get it if I move the insertion point by using the arrow keys. I know I could easily put a handler to check the textstyle on "arrowKey", but I feel like I must be doing something wrong, because, after all, the selection IS changing... 
> 
> Am I doing something wrong, or do I have to also put a handler to check the 'arrowKey' message?
> 
> Many thanks for your guidance!


I think we found a bug. If you hold down shift and use the arrow keys the selectionChanged message is sent. If your just moving the cursor it isn't sent but it should be. Do you want to report it or me?

Cheers

Monte



More information about the use-livecode mailing list