Leopard changes

Ok, I thought I would get the ball rolling with this one…

I have a AS Studio app that inserts text into mail. After this the first few lines of this need to be deleted. This worked fine in 10.4.x but on Leopard the delete paragraph 1 thru 6 command does not work.

There is no error generated , it just doesn’t happen.

excerpt of the code:


tell newMessage
	set visible to true
	make new to recipient at end of to recipients with properties {name:"", address:whoto}
	activate
				
	--paste content
	tell application "System Events" to tell process "Mail" to keystroke "v" using command down
	delay 0.1
	--remove the header content				
	delete (paragraphs 1 thru 6) of the content
end tell

Anyone else experiencing problems with the new OS??

Dee

Model: MacBook Pro 17" (2.4GHz)
AppleScript: XCode 3
Browser: Safari 419.3
Operating System: Mac OS X (10.4)