gcode-mirror / qsb-mac-plugins

Automatically exported from code.google.com/p/qsb-mac-plugins
0 stars 0 forks source link

Send to THL doesn't work (fix included) #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make text for a new task
2. Send to Hit List

What is the expected output? What do you see instead?

This should launch hit list, if it's not running, and create a new task in the 
inbox. 

Instead, there is an  AppleScript Error -2753. "The variable inbox is not 
defined."

What version of the product are you using? On what operating system?

QSB Version 2.0.0 (2.0.0.3246),  Send_To_THL.hgs.3246,  Mac OS 10.6.3, Build 
10D573

Please provide any additional information below.

Changing line 12 in the applescript file from

tell |inbox| to make new |task| with properties {|title|:theTask}

to

tell inbox to make new task with properties {title:theTask}

fixes the problem. I know very little applescript, and it seems to me the 
vertical bars should have 
been doing no harm. 

Original issue reported on code.google.com by fcanas on 4 Apr 2010 at 3:29

GoogleCodeExporter commented 9 years ago
That's weird. Those pipes shouldn't have been there. And in fact, aren't, 
according to the source I uploaded:

http://code.google.com/p/qsb-mac-plugins/source/browse/trunk/Send-To-
THL/trunk/Send_To_THL.applescript

Dave: Could this have happened on build? I noticed some issues where the plugin 
wasn't working if I didn't have 
The Hit List on my system when building, but chalked it up to gremlins.

Original comment by Gordon.Fontenot on 7 Apr 2010 at 7:57

GoogleCodeExporter commented 9 years ago
Ahh.. yes that would be a compile problem on my side. HMMM... how to fix.

Original comment by dmacl...@google.com on 7 Apr 2010 at 10:53

GoogleCodeExporter commented 9 years ago
You want me to build here and upload? Or just pull the pipes out of the script?

Original comment by Gordon.Fontenot on 7 Apr 2010 at 10:57

GoogleCodeExporter commented 9 years ago
This is still the case for the version you just uploaded, Dave. Just FYI.

Original comment by Gordon.Fontenot on 14 Apr 2010 at 9:21