snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Edgy calling external Javascript has a permission problem #433

Closed GeorgiaG007 closed 7 years ago

GeorgiaG007 commented 7 years ago

when executing Edgy code error results as shown in image image

Dalordish commented 7 years ago

This is because you are trying to execute a javascript function without enabling full Execution privileges, found here. image

GeorgiaG007 commented 7 years ago

Thanks Richard

From: Richard [mailto:notifications@github.com] Sent: Monday, 6 March 2017 6:31 PM To: snapapps/edgy Cc: Georgia Gouros; Author Subject: Re: [snapapps/edgy] Edgy calling external Javascript has a permission problem (#433)

This is because you are trying to execute a javascript function without enabling full Execution privileges, found here. [Description: Image removed by sender. image]https://cloud.githubusercontent.com/assets/5959205/23600497/f0e7b1c2-029a-11e7-9ccd-e841c44fac96.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/snapapps/edgy/issues/433#issuecomment-284321935, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AY_t89FIr4goK-NinMp_3ZPLpBaW9XCwks5ri7YxgaJpZM4MTnmi.


This e-mail has been scanned for viruses by Symantec.cloud.


IMPORTANT - This email and any attachments may be confidential. If received in error, please contact us and delete all copies. Before opening or using attachments, check them for viruses and defects. Regardless of any loss, damage or consequence, whether caused by the negligence of the sender or not, resulting directly or indirectly from the use of any attached files our liability is limited to resupplying any affected attachments. Any representations or opinions expressed in this email are those of the individual sender, and not necessarily those of the Department of Education and Training.


This e-mail has been scanned for viruses by Symantec.cloud.

stevenbird commented 7 years ago

Thanks @Dalordish