Open HusseinMorsy opened 12 years ago
I would like to get the left time in current Pomodoro.
It is documented (in the AppleScript Directory) that the Pomodoro application has the property time. But the following code doesn't work:
tell application "Pomodoro" to get time
error "Pomodoro got an error: Can’t get time." number -1728 from time
Same issue here, @ugol do you have any pointers to fix this issue?
I would like to get the left time in current Pomodoro.
It is documented (in the AppleScript Directory) that the Pomodoro application has the property time. But the following code doesn't work:
error "Pomodoro got an error: Can’t get time." number -1728 from time