Adiumscript no longer shows dialog boxes or choose frm lists
Posted: Thu Sep 22, 2005 11:54 pm
I was trying to use the UnInstall Adiumscript on the xtras site and noticed that in 0.84 it doesn't work anymore, it does work if run outside of adium or if run in Adium 0.82.
I did some testing and found that if I do the following:
Only the first shell script is run. The dialog box never appears and the second shell script is never run.
This also affects the 'choose from list' applescript construct which is why the UnInstall xtra fails to function.
I see that ticket #1320 mentions a pretty significant change in the way that applescripts are run from adium. I'm wondering if this change resulted in a regression where dialog boxes no longer work.
I can't seem to find any tickets for this type of problem. Has anyone seen it before?
Thanks.
I did some testing and found that if I do the following:
Code: Select all
do shell script "logger \"Test\""
display dialog "Test"
do shell script "logger \"Test\""
This also affects the 'choose from list' applescript construct which is why the UnInstall xtra fails to function.
I see that ticket #1320 mentions a pretty significant change in the way that applescripts are run from adium. I'm wondering if this change resulted in a regression where dialog boxes no longer work.
I can't seem to find any tickets for this type of problem. Has anyone seen it before?
Thanks.