tell application "TextEdit"
get properties of word 1 of paragraph 1 of document 1
{size:10.0, color:{0, 0, 0}, font:"Monaco", class:text}
(*text*)
end tell
tell application "AppleWorks 6"
get properties of document 1
{class:text document, name:"sans titre", index:1, modified:true, title:"", margins:{72, 72, 72, 72}, author:"", version:"", keywords:"", category:"", description:"", autohyphenate:false, file:false, merge file:false, date format:numeric date, fractional character widths:false, smart quotes:true, side handles:true, polygon autoclose:false, show invisibles:false, smooth fonts:true, word wrap:true, autosmooth:true, shift constraint:45}
(*text document*)
end tell
The record sent by TextEdit contains the property: class:text
The one sent by AppleWorks contains the property: class:text document.
I don't want to be rude but what is buggy is your analysis, not the behavior.
Yvan KOENIG (from FRANCE dimanche 31 mai 2009 16:33:01)