launch Application with script dosent work

I have a simple question …
why does the script:

tell application "PiquantMenu"
end tell

…didnt launch the application PiquantMenu :/?
With other Apps like BBedit this is no problem.
Can somebody tell me a workaround for this problem.

thx
and greetz
trolli

tell application "PiquantMenu" to activate

or

tell application "PiquantMenu"
activate
end tell

Should work.

thx … work perfectly! :slight_smile:
greetz
troll