Re: Email editor view

2015-06-27 Thread Nick
Thanks Jens for the detailed answer! 2015-06-27 0:15 GMT+03:00 Jens Alfke : > > On Jun 26, 2015, at 1:45 PM, Nick wrote: > > Would experienced developers suggest is the best way to have an email > editor view, similar to what Apple Mail app has? What would be the best way > to give the users a s

Re: Email editor view

2015-06-27 Thread Maxthon Chan
Well I think for smaller images you may be able to embed it not as an attachment but as a data URL directly in the HTML. > On Jun 27, 2015, at 05:15, Jens Alfke wrote: > > >> On Jun 26, 2015, at 1:45 PM, Nick wrote: >> >> Would experienced developers suggest is the best way to have an email

How to take an Image Snapshot a Window

2015-06-27 Thread Dave
Hi, Does anyone have any idea how to go about taking an image snapshot of a Window that doesn’t belong to my App? Like the Grab App's functionality "Capture Window”. Thanks a lot All the Best Dave ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.c

Re: How to take an Image Snapshot a Window

2015-06-27 Thread Kyle Sluder
On Sat, Jun 27, 2015, at 01:51 PM, Dave wrote: > Hi, > > Does anyone have any idea how to go about taking an image snapshot of a > Window that doesn’t belong to my App? > > Like the Grab App's functionality "Capture Window”. https://developer.apple.com/library/mac/samplecode/SonOfGrab/Introducti

Re: How to take an Image Snapshot a Window

2015-06-27 Thread Dave
> On 27 Jun 2015, at 20:06, Kyle Sluder wrote: > > On Sat, Jun 27, 2015, at 01:51 PM, Dave wrote: >> Hi, >> >> Does anyone have any idea how to go about taking an image snapshot of a >> Window that doesn’t belong to my App? >> >> Like the Grab App's functionality "Capture Window”. > > https:/

Re: How to enable local storage in WebView using Swift

2015-06-27 Thread Conrad Shultz
> On Jun 3, 2015, at 7:23 AM, Juanjo Conti wrote: > > Hi, I'm using WebView and I'd like to enable HTML5 local storage. > > I've read some questions on Stack Overflow where the suggestion is to do: > >WebPreferences *prefs = [webView preferences]; >[prefs _setLocalStorageDatabasePath:@

Re: How to take an Image Snapshot a Window

2015-06-27 Thread Graham Cox
> On 28 Jun 2015, at 4:51 am, Dave wrote: > > Does anyone have any idea how to go about taking an image snapshot of a > Window that doesn’t belong to my App? command-shift-4 + spacebar, position mouse and click. ___ Cocoa-dev mailing list (Cocoa