an example of what you were trying to do?
an example of what you were trying to do?
Ok. �I want the Engine to do a sequence at night. �Before 10.7, i was using Quickeys. �Now with 10.7, ouch� Bugged. �So i was going to use Icalc and an applescript to do the sequence ( a menu item )
Got it working now with this command:
tell�application�"Helix Engine"do menu�"Midnight Sequence"end�tell
I find it too simple. �But it does work. Open to suggestion.
Louis
an example of what you were trying to do?
Ok. I want the Engine to do a sequence at night. Before 10.7, i was using Quickeys. Now with 10.7, ouch… Bugged. So i was going to use Icalc and an applescript to do the sequence ( a menu item )
Got it working now with this command:
tell application "Helix Engine"do menu "Midnight Sequence"
end tellI find it too simple. But it does work. Open to suggestion.Louis
I believe do meno {midnight sequence} as a list rather than "midnight sequence" might do it

Thanks,
Scott P AmaralAmerican Building Systems
On Nov 10, 2012, at 7:54 AM, fred <fred.st...@communication-unltd.com> wrote:
On 10/11/12 13:12, Scott Amaral wrote:
I believe do meno {midnight sequence} as a list rather than "midnight sequence" might do it
why would you want it as a list?
Fred
Scott P AmaralAmerican Building Systems
an example of what you were trying to do?
Ok. �I want the Engine to do a sequence at night. �Before 10.7, i was using Quickeys. �Now with 10.7, ouch� Bugged. �So i was going to use Icalc and an applescript to do the sequence ( a menu item )
Got it working now with this command:
tell�application�"Helix Engine"do menu�"Midnight Sequence"
end�tell
I find it too simple. �But it does work. Open to suggestion.
Louis
aha I see, the below is from Helix Engine..... it should be the same as Helix Rade. In other words it can be either - but I can't see the point of additionally wrapping it in a list as well - that's two characters longer isn't it.
Fred
Thanks,
Scott P AmaralAmerican Building Systems
On Nov 10, 2012, at 7:54 AM, fred <fred.st...@communication-unltd.com> wrote:
On 10/11/12 13:12, Scott Amaral wrote:
I believe do meno {midnight sequence} as a list rather than "midnight sequence" might do it
why would you want it as a list?
Fred
Scott P AmaralAmerican Building Systems
an example of what you were trying to do?
Ok. I want the Engine to do a sequence at night. Before 10.7, i was using Quickeys. Now with 10.7, ouch… Bugged. So i was going to use Icalc and an applescript to do the sequence ( a menu item )
Got it working now with this command:
tell application "Helix Engine"do menu "Midnight Sequence"
end tell
I find it too simple. But it does work. Open to suggestion.
Louis
I think open is a separate command outside of the do menu
tell application "Helix Engine"open #~directParamFile~# ¬password #~passwordText~#end tell
Thanks,Scott P AmaralAmerican Building Systems
On Nov 9, 2012, at 11:03 AM, kanuk compuserve <ka...@compuserve.com> wrote:
I am trying to use the Do menuHow to you do that ? This one gives me an error
tell application "Helix Engine"activateend tell
tell application "Helix Engine"do menu "Open..."end tell