11-19-01
2230
Hi y'all
I am using R1.1 on Windows 2000. I have an answer to one of the problems I
posted last week but one (apparently simple) glitch remains
(1) The solution
I find that this works on R1.0 but not on R1.1. :
put field "TypeSetter" into URL "C:/Documents and Settings ...........etc"
Adding "File:" changes this so it works with both :
put field "TypeSetter" into URL "F1le:C:/Documents and Settings
...........etc"
I suspect that I should have been using "File:" all the time but R1.0 was
more tolerant of the omission.
(2) The ongoing problem
I also find that this works on R1.0 but not on R1.1 :
on commandKeyDown whichKey
if whichKey is D
then
put fullDateTime() after me
select after text of me
end if
pass commandKeyDown
end commandKeyDown
No slolution to this yet - any suggestions?
Apart from this R1.1 feels smoother and more solid than R1.0
Thanks - Gary