ugol / pomodoro

Time management for your Mac
http://pomodoro.ugolandini.com
882 stars 238 forks source link

Can't get left time of current pomodoro via AppleScript #260

Open HusseinMorsy opened 12 years ago

HusseinMorsy commented 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

stefanoverna commented 12 years ago

Same issue here, @ugol do you have any pointers to fix this issue?