I can't open an app that I exported from some applescriptExecute applescript without open the editorHow to...

What does it mean to describe someone as a butt steak?

Why doesn't H₄O²⁺ exist?

How does one intimidate enemies without having the capacity for violence?

Is it legal for company to use my work email to pretend I still work there?

Why Is Death Allowed In the Matrix?

Do I have a twin with permutated remainders?

I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine

Why do I get two different answers for this counting problem?

Modeling an IPv4 Address

How can I make my BBEG immortal short of making them a Lich or Vampire?

To string or not to string

What are the differences between the usage of 'it' and 'they'?

Prove that NP is closed under karp reduction?

How to test if a transaction is standard without spending real money?

How do I create uniquely male characters?

What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)

TGV timetables / schedules?

Why don't electron-positron collisions release infinite energy?

Service Entrance Breakers Rain Shield

How much RAM could one put in a typical 80386 setup?

Is it possible to do 50 km distance without any previous training?

The use of multiple foreign keys on same column in SQL Server

Why can't I see bouncing of a switch on an oscilloscope?

Font hinting is lost in Chrome-like browsers (for some languages )



I can't open an app that I exported from some applescript


Execute applescript without open the editorHow to bring an application to front based on some condition (OS X) with AppleScriptApplescript to execute script in new terminal window and maintain a reference to that windowCondition in AppleScript if directory doesn't contain extension recursively then quit appcondition in applescript if directory is empty do this, else do thatIn an AppleScript, how do I call/reuse a subroutine from another AppleScript?Why Does Clicking on Applescript Notifications Open the AppleScript Editor?Applescript can't get process “…”Applescript to hide an app/aliasHow do I click on “Call Using iPhone” using Accessibility Inspector's Hierarchy?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







-1















I'm new to AppleScript. I tried to test a program that I wrote. I exported it as an application, but when I try to open it, it says that I don't have permission to open the app. I am the administrator on my computer.



If it helps here's the code:



set question to display dialog "What is your password?" with title "You have 1 life" default answer "" buttons ("Ok") with hidden answer
set answer to text returned of question

if answer = "idk" then
display dialog "You are safe" with title "Correct" buttons ("Ok")

else if answer ≠ "idk" then
display dialog "Wrong Password" with title "Incorrect" buttons ("Ok")
end if









share|improve this question







New contributor




Dan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    -1















    I'm new to AppleScript. I tried to test a program that I wrote. I exported it as an application, but when I try to open it, it says that I don't have permission to open the app. I am the administrator on my computer.



    If it helps here's the code:



    set question to display dialog "What is your password?" with title "You have 1 life" default answer "" buttons ("Ok") with hidden answer
    set answer to text returned of question

    if answer = "idk" then
    display dialog "You are safe" with title "Correct" buttons ("Ok")

    else if answer ≠ "idk" then
    display dialog "Wrong Password" with title "Incorrect" buttons ("Ok")
    end if









    share|improve this question







    New contributor




    Dan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      -1












      -1








      -1


      0






      I'm new to AppleScript. I tried to test a program that I wrote. I exported it as an application, but when I try to open it, it says that I don't have permission to open the app. I am the administrator on my computer.



      If it helps here's the code:



      set question to display dialog "What is your password?" with title "You have 1 life" default answer "" buttons ("Ok") with hidden answer
      set answer to text returned of question

      if answer = "idk" then
      display dialog "You are safe" with title "Correct" buttons ("Ok")

      else if answer ≠ "idk" then
      display dialog "Wrong Password" with title "Incorrect" buttons ("Ok")
      end if









      share|improve this question







      New contributor




      Dan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I'm new to AppleScript. I tried to test a program that I wrote. I exported it as an application, but when I try to open it, it says that I don't have permission to open the app. I am the administrator on my computer.



      If it helps here's the code:



      set question to display dialog "What is your password?" with title "You have 1 life" default answer "" buttons ("Ok") with hidden answer
      set answer to text returned of question

      if answer = "idk" then
      display dialog "You are safe" with title "Correct" buttons ("Ok")

      else if answer ≠ "idk" then
      display dialog "Wrong Password" with title "Incorrect" buttons ("Ok")
      end if






      applescript






      share|improve this question







      New contributor




      Dan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Dan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Dan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      DanDan

      1




      1




      New contributor




      Dan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Dan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Dan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Dan is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421932%2fi-cant-open-an-app-that-i-exported-from-some-applescript%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Dan is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Dan is a new contributor. Be nice, and check out our Code of Conduct.













          Dan is a new contributor. Be nice, and check out our Code of Conduct.












          Dan is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421932%2fi-cant-open-an-app-that-i-exported-from-some-applescript%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...