Brahmanathaswami wrote:

> 7.1.rc 1
>
>   I could have sworn this used to work:
>
> make stack # Call it no. 1 "utilities"
> create button
> set traversalON of the button to "false"
>
> on mouseUp
>     set the defaultstack to the topStack
>     put  selectedChunk()
> end mouseUp
>
> set stack 1 to palette mode.
>
> go to stack 2 with text in a field selected
>
> in the utilities stack... click the button:  even though the
> traversal is set to false for the button the text selection in
> the top stack field is lost /de-selected result
>
> char 1 to 0 of fld 1
>
> ??

Works here, and given how much of the IDE relies on that sort of thing I'd be surprised it a regression survived release.

Have you double-checked the palette mode, and the button's traversalOn?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to