Group selector bug

New in 2.0 b8: the group selector no longer pops up in front, as it should (at least when invoked via the “display group selector” command in Applescript), but lurks somewhere in the background. The program freezes until you find it, which I’ve found I can only do using the “Witch” preference pane.

Actually the behaviour of this selector hasn’t been modified. Was DEVONthink already running and active before using the “display group selector” command? How does the script look like?

The behaviour may not have been modified, but it has most definitely changed. Here’s a sample script:

tell application "DEVONthink Pro"
	activate
	set theDestination to display group selector "Save link to:" buttons {"Cancel", "OK"}
	set theURL to URL of front window
	set theTitle to name of front window
	
	set theLink to create record with {name:theTitle, type:bookmark, URL:theURL} in theDestination
end tell

Always used to work fine before this.

I can confirm that it doesn’t work anymore for me as well.

thanks, the next release will fix this.