Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cfry committed Nov 6, 2020
2 parents 72d6f60 + aee3855 commit 2764ef7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dde_patches/patches_for_3.6.5/patch_3.6.5_1.dde
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
window["Picture.save_picture_doc_id"].insertAdjacentHTML(
"beforebegin",
`<details class="doc_details"><summary><span style="color:red;">Attention Mac Users</span></summary>
Camera-using methods: <code>Picture.show_picture</code>,
<code>Picture.show_video</code>,
and <code>Picture.take_picture</code> depend on
camera permissions granted by the user.
Calling these methods may pop up a dialog asking
for permission the first time you call them
in a DDE session. But we've had cases where
such dialog boxes are obscured by other windows
or simply don't pop up. In the later case,
often the camera "picture" is blank.
<p></p>
If you use these methods on a Mac,
we strongly suggest that you permit DDE to
have camera access by:<br/>
Apple menu/System Preferences/Security & Privacy/Camera
and check the "dde_dev_env" app. Even if it is already
checked, we've had a case where you must uncheck then
recheck for permissions to be granted. Perhaps this happens
the first time you use a new DDE release.
</details>`)

0 comments on commit 2764ef7

Please sign in to comment.