Mark's script works perfectly, except I changed 'put the long date after me'
to into "put the long date into me" otherwise one gets two entries next
time.

on openField

      send "selectAfterMe" to me in 0 millisecs

end openField


on selectAfterMe

      put the long date into me

      select after text of me

end selectAfterMe


Livecode is so fast on some machines that one needs some delay that send
can provide.



On 28 January 2012 10:56, Phil Davis <[email protected]> wrote:

> Wrong - autoHilite doesn't make a difference.
>
> Serge, your script works fine in a simple test stack, so I'm guessing some
> other script is getting in the way. Is that possible?
>
> Phil
>
>
>
> On 1/28/12 12:07 AM, Phil Davis wrote:
>
>> Is the autoHilite of the field is turned on? That might make a difference.
>>
>> Phil Davis
>>
>>
>> On 1/27/12 11:17 PM, Serge Brami wrote:
>>
>>> This script in a focusable and not locked  field :
>>>
>>> on openfield
>>>    put the long date after me
>>>    select after text of me
>>> end openfield
>>>
>>>
>>> simple but doesn't work : the insertion point is never placed at the end
>>> of the text ...
>>> any idea ?
>>> ______________________________**_________________
>>> use-livecode mailing list
>>> [email protected]
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/**mailman/listinfo/use-livecode<http://lists.runrev.com/mailman/listinfo/use-livecode>
>>>
>>>
>>
> --
> Phil Davis
>
> PDS Labs
> Professional Software Development
> http://pdslabs.net
>
>
> ______________________________**_________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/**mailman/listinfo/use-livecode<http://lists.runrev.com/mailman/listinfo/use-livecode>
>



-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  <http://www.google.com/profiles/sbarncar>
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to