Re: Different visualization of NSTableView row in Yosemite and El Capitan

2016-02-04 Thread Juanjo Conti
More info: A version compiled in El Capitan and running on Yosemite looks ok. A version compiled in Yosemite and running on El Capital looks off-centered. On Thu, Feb 4, 2016 at 2:58 PM, Juanjo Conti wrote: > Hi there! We have a desktop app that has an NSTableView with rows and some >

Different visualization of NSTableView row in Yosemite and El Capitan

2016-02-04 Thread Juanjo Conti
/yrrn2.jpg What can be happening? What can I try? Thanks -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel Apps Limited, registered in England & Wales with registered number 7689440 and registe

Swift screensavers in Ubuntu?

2015-12-04 Thread Juanjo Conti
Now that Swift is open source and runs on Ubuntu, do you think a Swift Mac OS X screensaver could run as a screensaver in Ubuntu? What about a GUI used to config the screensaver? Yes, I'm asking if our screensaver https://screensaver.ninja/ could run in Ubuntu :) -- Juanjo Conti

Sandbox and app (and its parts)

2015-11-06 Thread Juanjo Conti
it looks: http://pasteboard.co/1WDKXMKW.png I'm allowed to sandbox only the main app. If I click "Saver", there is not Capabilities pane to click. How is this usually done? Thanks! -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <

Re: Problem having a framework working in one of my targets (a screensaver)

2015-09-03 Thread Juanjo Conti
assuming is > building your framework. > > I’m assuming here your ScreenSaver is built from the ScreensaverNinja > target (the one with the application icon). > > Kevin > > On 3 Jul 2015, at 00:22, Juanjo Conti wrote: > > Like this? http://i.imgur.com/4L974ZH.png > &g

Re: Problem having a framework working in one of my targets (a screensaver)

2015-09-03 Thread Juanjo Conti
If I use install_name_tool to change the path where the image is looked for for a absolute path, I make the screensaver run. On Thu, Jul 2, 2015 at 8:22 PM, Juanjo Conti wrote: > Like this? http://i.imgur.com/4L974ZH.png > > The problem continues. I'll read the article. Thanks. &

Re: Problem having a framework working in one of my targets (a screensaver)

2015-09-03 Thread Juanjo Conti
I hope that helps. > > Kevin > > But then you will need to update your application target. > > On 2 Jul 2015, at 20:12, Juanjo Conti wrote: > > More on this. It I change the Runpath Search Path for the target in > question to use loader_path instead of executable_path, the

Problem having a framework working in one of my targets (a screensaver)

2015-09-03 Thread Juanjo Conti
me to solve the problem or at least to debug it? If I search for the error I find people that forgotten to either copy or link the framework, which is not my case. Thanks in advance! -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouse

Re: Improve performance of data structure saved to disk

2015-08-06 Thread Juanjo Conti
itely > sure that was the problem before doing anything about it anyway. > > Sounds like there is plenty of scope for improving performance in your > design without changing from keyed archving or needing to look at direct > propery access. The problem seems to be in your higher-level

Re: Improve performance of data structure saved to disk

2015-08-06 Thread Juanjo Conti
wrote: > On 06 Aug 2015, at 05:17, Juanjo Conti wrote: > > At the moment I'm using Keyed-Archiving, but after detecting performance > > issues and read I'm changing to Core-Data. > > How did you detect these performance issues, and where exactly did it > sh

Improve performance of data structure saved to disk

2015-08-05 Thread Juanjo Conti
ata and improve performance? Thanks in advance! -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel Apps Limited, registered in England & Wales with registered number 7689440 and registered of

Re: Can I show different content in different screens? (screensaver)

2015-07-24 Thread Juanjo Conti
I wonder why the second line doesn't' compile var screens = NSScreen.screens() as! [NSScreen] find(screens, window?.screen!) On Fri, Jul 24, 2015 at 1:19 PM, Juanjo Conti wrote: > I was able to use this code, but only after init > > var screens = NS

Re: Can I show different content in different screens? (screensaver)

2015-07-24 Thread Juanjo Conti
9 PM, Dave wrote: > Yes, Grab it’s global coords and then scan the NSScreen Array til you find > it, there are some API calls to do this too I think, but off the top I > can’t remember the details and not at my machine at the moment. > > Cheers > Dave > > > > > >

NSWindowAbove in Swift?

2015-07-23 Thread Juanjo Conti
I tried this code in Swift and got an error saying the constant is unknown: addSubview(overlay, positioned: NSWindowAbove, relativeTo: nil) -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel

Re: Can I show different content in different screens? (screensaver)

2015-07-22 Thread Juanjo Conti
Thanks! seems that it will work for me. I'll let you know. On Wed, Jul 22, 2015 at 4:09 PM, Steve Mills wrote: > On Jul 22, 2015, at 02:01 PM, Juanjo Conti > wrote: > > So, from the code, I can tell in which screen my code is running? > > > If you use the standard

Re: Can I show different content in different screens? (screensaver)

2015-07-22 Thread Juanjo Conti
So, from the code, I can tell in which screen my code is running? On Wed, Jul 22, 2015 at 2:38 PM, Steve Mills wrote: > On Jul 22, 2015, at 12:13 PM, Juanjo Conti > wrote: > > I'm writing an screensaver and I wonder what happens if I have more than > one screen. > >

Can I show different content in different screens? (screensaver)

2015-07-22 Thread Juanjo Conti
I'm writing an screensaver and I wonder what happens if I have more than one screen. So far, the screensaver is displayed in all the screens. But, what about if I want to show different content in each? do you know if the screen saver framework has support for this? Thanks, -- Juanjo

WebView.stopLoading

2015-07-13 Thread Juanjo Conti
Hello! I'd like to ask how do I stop a WebView for continue loading. I tried to use stopLoading but I still get events WebViewProgressStartedNotification and WebViewProgressFinishedNotification. -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Ca

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
the path to the >> executable process that loads the OP’s screen saver plugin. in this case >> ScreenSaverEngine. >> > >> >> >> >> If you want to change it to something like @rpath/whatever then >> >> >> >> install_name_tool -id

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
t confused. In my project not the original posters my > framework has Installation Directory set to @rpath and everything works as > I need it to thanks to that Mike Ash article. But if I do otool -D on the > framework then I see @executable_path … etc. Making me conclude the rpath > in

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
Sorry, Roland talked about the 2 articles on install_name_tool. On Fri, Jul 3, 2015 at 7:26 AM, Juanjo Conti wrote: > Yes, but he doesn't explain install_name_tool there. You said there were > 2 articles about install_name_tool. > > On Fri, Jul 3, 2015 at 6:56 AM, Ke

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
2015, at 10:48, Roland King wrote: > > www.google.com > > "mike ash install_name_tool” > > > On 3 Jul 2015, at 17:45, Juanjo Conti wrote: > > Could you point me to that articles please? > > On Fri, Jul 3, 2015 at 6:38 AM, Roland King wrote: > >> >

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
I've done that before asking. On Fri, Jul 3, 2015 at 6:48 AM, Roland King wrote: > www.google.com > > "mike ash install_name_tool” > > > On 3 Jul 2015, at 17:45, Juanjo Conti wrote: > > Could you point me to that articles please? > > On Fri, Ju

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
e right place in the final executable. > > I believe Mike Ash did a series of two great articles on this. > > -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel Apps Limited, regis

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
ore. > > or type ‘man install_name_tool’ > > but the manual page is a bit terse. > > On 3 Jul 2015, at 17:25, Juanjo Conti wrote: > > How can I do 1)? > > On Fri, Jul 3, 2015 at 6:07 AM, Roland King wrote: > >> There’s two other options >> >> 1)

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
n do that > > 2) Craft the way you package your final product so the library IS in that > path relative to the executable. > > > > On 3 Jul 2015, at 16:44, Juanjo Conti wrote: > > > > I can do that. What do I ask, to change installation directory to @rpath? > >

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
The settings for the Installation Directory is @executable_path/../Frameworks On Fri, Jul 3, 2015 at 6:23 AM, Juanjo Conti wrote: > From one of the frameworks they replied: > > > On Fri, Jul 3, 2015 at 5:56 AM, Kevin Meaney wrote: > >> You are correct making that change w

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
out. They might choose to do > that for you now but in the future, update the installation directory for > the framework and be clear in release notes that the Runpath Search paths > will need to be updated in their customers applications. > > Kevin > > On 3 Jul 2015, at 09:44,

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
I can do that. What do I ask, to change installation directory to @rpath? Would that break the other apps using it? On Fri, Jul 3, 2015 at 5:36 AM, Kevin Meaney wrote: > Ah, You might need to talk to the makers of the framework then. > > Kevin > > On 3 Jul 2015, at 09:27, Juan

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
If I otool -l the binary of the framework, I can read Load command 3 cmd LC_ID_DYLIB cmdsize 96 name @executable_path/../Frameworks/Paddle.framework/Versions/A/Paddle (offset 24) On Fri, Jul 3, 2015 at 5:27 AM, Juanjo Conti wrote: > Paddle.framework is not one of

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-03 Thread Juanjo Conti
/Frameworks as well. > > Kevin > > > On 3 Jul 2015, at 08:51, Juanjo Conti wrote: > > > > I think ScreensaverNinja target does not affect Saver target. > > > > The Saver target builds a screen saver (a plugin in terms of XCode) > > I'm trying to us

Re: Problem having a framework working in one of my targets (a screensaver)

2015-07-02 Thread Juanjo Conti
More on this. It I change the Runpath Search Path for the target in question to use loader_path instead of executable_path, the error still mention executable_path. Why? http://i.imgur.com/yIoTWNe.png On Wed, Jul 1, 2015 at 5:04 PM, Juanjo Conti wrote: > Hi! > > I've an XCode

Problem having a framework working in one of my targets (a screensaver)

2015-07-01 Thread Juanjo Conti
eone help me to solve the problem or at least to debug it? If I search for the error I find people that forgotten to either copy or link the framework, which is not my case. Thanks in advance! -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <

Re: Open program from custom schema link

2015-06-29 Thread Juanjo Conti
EventClass: kInternetEventClass, andEventID: kAEGetURL) } Now, I wonder if I can, from the website, redirect the user to a download page if the app is not installed in the computer. Any idea? Thanks in advance! On Mon, Jun 29, 2015 at 1:22 PM, Jens Alfke wrote: > > On Jun 28, 2015, at 9:59

Open program from custom schema link

2015-06-28 Thread Juanjo Conti
I show the text "Download MyApp" or I just put the link to my-app://something been sure that it will be correctly open by my app? -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel Apps Limited

[OT] We appeared in Product Hunt

2015-06-17 Thread Juanjo Conti
Hey! Today we appeared in Product Hunt http://www.producthunt.com/tech/screensaver-ninja Yesterday we lunched our 1.0 version for Mac OS X. Thanks for all the support in this mailing list! -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps

[OT] First public release of Screensaver Ninja

2015-06-04 Thread Juanjo Conti
dashboards. It displays web pages as a screensaver, effectively turning any computer into a powerful dashboard of live analytics, monitoring and information that matter to you and your team. -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps

Re: How to enable local storage in WebView using Swift

2015-06-03 Thread Juanjo Conti
BTW; I get the error in both lines. On Wed, Jun 3, 2015 at 11:35 AM, Juanjo Conti wrote: > Same error with both names. > > On Wed, Jun 3, 2015 at 11:31 AM, Scott Ribe > wrote: > >> On Jun 3, 2015, at 8:23 AM, Juanjo Conti >> wrote: >> > >> > Hi, I

Re: How to enable local storage in WebView using Swift

2015-06-03 Thread Juanjo Conti
Same error with both names. On Wed, Jun 3, 2015 at 11:31 AM, Scott Ribe wrote: > On Jun 3, 2015, at 8: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 St

How to enable local storage in WebView using Swift

2015-06-03 Thread Juanjo Conti
/MyApp"]; [prefs setLocalStorageEnabled:YES]; but if I try something similar in Swift: webView.preferences._setLocalStorageDatabasePath(LocalStoragePath) webView.preferences.localStorage = true I get a "WebPreferences does not have a member named ..." error. How can I do it? Thanks

Re: How to draw a NSView on top of a WebView and don't get overriden trying

2015-05-18 Thread Juanjo Conti
On 16 May 2015, at 17:42, Juanjo Conti wrote: > > > > I didnt actually. How can I use the window method for my goal? > > > > On Sat, May 16, 2015 at 12:38 PM, Uli Kusterer < > witness.of.teacht...@gmx.net> wrote: > > Have you tried it? I haven’t, but NSSc

Re: How to draw a NSView on top of a WebView and don't get overriden trying

2015-05-14 Thread Juanjo Conti
ver the WebView. I’m not > 100% > >> sure but I think popovers work that way behind the scenes, so maybe one > of > >> them would be usable for this. > >> > >>> On 12 May 2015, at 22:44, Juanjo Conti > wrote: > >>> > >>> I

Re: How to draw a NSView on top of a WebView and don't get overriden trying

2015-05-13 Thread Juanjo Conti
them would be usable for this. > > > On 12 May 2015, at 22:44, Juanjo Conti wrote: > > > > I have a WebView and I want to show some messages over it. For this I'm > > using a NSView. > > > > If I add it as a subView of WebView or if I add it as a subView

How to draw a NSView on top of a WebView and don't get overriden trying

2015-05-12 Thread Juanjo Conti
hout logging in), the website hides my NSView. Is this a known problem? is there any solution? Thanks in advance, -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel Apps Limited, registered in Engl

Re: Try to open an app from a screensaver

2015-04-24 Thread Juanjo Conti
That case works ok if there are no Finder windows around. On Fri, Apr 24, 2015 at 9:46 PM, Graham Cox wrote: > > > On 25 Apr 2015, at 8:40 am, Juanjo Conti > wrote: > > > > I'm developing a screensaver. I want to achieve the following: then the > > user hit

Re: Try to open an app from a screensaver

2015-04-24 Thread Juanjo Conti
aver Ninja, psn 0x0-0xa4ba4b, securitySessionID=0x186a6, err=-13066 On Fri, Apr 24, 2015 at 7:40 PM, Juanjo Conti wrote: > I'm developing a screensaver. I want to achieve the following: then the > user hits the key 's', stop the screensaver and open a program. > > Han

Try to open an app from a screensaver

2015-04-24 Thread Juanjo Conti
sh the screensaver. The problem is that sometimes, if there is a Finder window open, my app ends at the bottom of it (!) Anybody knows why can this be happening? -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -

Re: How to safely delete a WebView delegate object?

2015-04-15 Thread Juanjo Conti
Thanks you very much! That fixed it! On Tue, Apr 14, 2015 at 9:44 PM, Quincey Morris < quinceymor...@rivergatesoftware.com> wrote: > On Apr 14, 2015, at 17:01 , Juanjo Conti wrote: > > > > If I click the button too many times, fast enough, my app crash with a > >

How to safely delete a WebView delegate object?

2015-04-14 Thread Juanjo Conti
ash when one of this two messages is been send: [MyDelegate respondsToSelector] or [MyDelegate retain] Does this smell? Any tip I should have in mind for situations like this? -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouse

Implement multi-tabs with WebView

2015-04-08 Thread Juanjo Conti
Hi! I'd like to use a WebView instance to handle a multi-tabs browser-like desktop app. Is it possible using only one WebView instance? Or should I need to use once per tab? Thanks -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel

Experiences using Chromium Embedded Framework?

2015-03-18 Thread Juanjo Conti
Have anyone used CEF from Objective-C or Swift? Any tip or recommendations? Thanks, -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel Apps Limited, registered in England & Wales with registered

MacOSX screensaver not loading due to Library not loaded: @rpath/libswiftAppKit.dylib

2015-03-10 Thread Juanjo Conti
dylib libswiftSecurity.dylib Any ideas what might be causing this? -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel Apps Limited, registered in England & Wales with registered number 7689440 and reg

Setup an icon for a screensaver

2015-03-04 Thread Juanjo Conti
setup an icon for a screensaver? The product is a .saver file. I've checked and it includes the .icns file in Components/Resources. -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel Apps Limit

Re: Create a NSURL as a way to validate urls - not working

2015-03-03 Thread Juanjo Conti
Missing return type!!! Argh... caming from Python and Ruby doesn't help. Thanks!!! On Tue, Mar 3, 2015 at 12:27 PM, Roland King wrote: > > On 3 Mar 2015, at 22:42, Juanjo Conti wrote: > > Ok, first of all thanks all for the replies. > > I'm trying to solve

Re: Create a NSURL as a way to validate urls - not working

2015-03-03 Thread Juanjo Conti
tps" } } Sadly I'm getting and error in the return line that I can't interprete: Cannot invoke == with argument list of type `($T4, $T8)` What I'm doing wrong? Thanks, On Tue, Mar 3, 2015 at 6:19 AM, Mike Abdullah wrote: > > On 3 Mar 2015, at 01:57, Jens Alfke wrote:

Re: Create a NSURL as a way to validate urls - not working

2015-03-02 Thread Juanjo Conti
Ok, I wanted to validate that the url is an absolute one. Is there something in Swift standard lib to do this? Thanks in advance! On Mon, Mar 2, 2015 at 7:46 PM, Mike Abdullah wrote: > > > On 2 Mar 2015, at 23:22, Juanjo Conti wrote: > > > > According t

Create a NSURL as a way to validate urls - not working

2015-03-02 Thread Juanjo Conti
L(string: "")! Why is this? are the docs wrong? Thanks in advance, -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel Apps Limited, registered in England & Wales with registered num

Re: How to copy one project product to another project Resources on build (relative path)

2015-03-02 Thread Juanjo Conti
Thanks, seems I managed to achieve it with option 1. On Mon, Mar 2, 2015 at 11:16 AM, Steve Mills wrote: > On Mar 2, 2015, at 07:02:47, Juanjo Conti > wrote: > > > > I did what you said and then went to A target and add an item (B product) > > to Copy Bundle Resources.

Re: How to copy one project product to another project Resources on build (relative path)

2015-03-02 Thread Juanjo Conti
lect the reference to project B in project A. Open the File inspector. > Change the "Location" pop-up from "Absolute" to "Relative to Project". > > Joar > > > > On 1 mar 2015, at 19:27, Juanjo Conti wrote: > > > > Hi! > > > >

How to copy one project product to another project Resources on build (relative path)

2015-03-01 Thread Juanjo Conti
blem with this is that if I want to build A in another machine, it fails. How can I achieve this in a way not dependent of my machine? Thanks in advance, -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carou

Re: Programmatically change screen saver settings

2015-03-01 Thread Juanjo Conti
eveloper.apple.com/library/mac/documentation/Security/Conceptual/authorization_concepts/01introduction/introduction.html#//apple_ref/doc/uid/TP3995>* > for > information on how to gain suitable privileges. > > Sent from my iPhone > > On 2015/03/01, at 10:23, Juanjo Conti

Re: Programmatically change screen saver settings

2015-02-28 Thread Juanjo Conti
Sorry, my code is Swift. There is no @"strings". On Sat, Feb 28, 2015 at 10:14 PM, Graham Cox wrote: > > > On 1 Mar 2015, at 12:46 am, Juanjo Conti > wrote: > > > > This settings are not accesibles via NSUserDefaults but they are via CF. > > >

Programmatically change screen saver settings

2015-02-28 Thread Juanjo Conti
know how can I read this values and write back? Thanks! -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://carouselapps.com> -- Carousel Apps Limited, registered in England & Wales with registered number 7689440 and registered offic

Experiences using CEF as a WebView replacement?

2015-02-25 Thread Juanjo Conti
Hi! I'd like to know if someone has (or can point to) experiences/examples using CEF (https://code.google.com/p/chromiumembedded) as a replacement for WebView. Thanks -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <https://ca

Handle js cookies in WebView

2015-02-24 Thread Juanjo Conti
AnyObject]!, request: NSURLRequest!, frame: WebFrame!, decisionListener listener: WebPolicyDecisionListener!) and make assumptions for the for the cookies properties. This assumptions works on in some sites, but fail in sites like gmail.com or newrelic.com Thanks in advance, -- Juanjo

How to translate this form objc to swift? (__unsafe_unretained)

2015-02-23 Thread Juanjo Conti
NSUInteger count = [headers count]; __unsafe_unretained id keys[count], values[count]; [headers getObjects:values andKeys:keys]; for (NSUInteger i=0;ihttp://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps -- Carousel Apps Limited

Instantiate NSString from NSURL in Swift

2015-02-23 Thread Juanjo Conti
tring?' no unwrapped; did you mean to use '!' or '?'? If I click to add the fix, then it complains again and suggest to delete the '!' :) Thanks in advance, -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps <

Re: Question for StackOverflow or other about not sharing cookie jar per webview

2015-02-13 Thread Juanjo Conti
Apple answer questions there, but not on this > list. > > —Jens > > > On Feb 10, 2015, at 2:13 PM, Juanjo Conti > wrote: > > > > How to achieve the goal of having a not shared cookie jar per WebView in > > Mac Os X > > > > I've been tryin

Question for StackOverflow or other about not sharing cookie jar per webview

2015-02-10 Thread Juanjo Conti
actions). That makes me suspect of a bug in the cookie storage implementation which I wasn't able to find yet. Could someone point me if something is missing? Thanks in advance What do you think guys? Could the question be improved? I'm sending it tomorrow. -- Juanjo Con

Re: Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-07 Thread Juanjo Conti
ementation? On Fri, Feb 6, 2015 at 1:07 PM, Mike Abdullah wrote: > > > On 6 Feb 2015, at 14:41, Juanjo Conti wrote: > > > > I'm using 10.9 and they do share. > > > > Do you know if a screen saver can be sandboxed? > > My understanding is screensavers ge

Re: Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-06 Thread Juanjo Conti
I'm using 10.9 and they do share. Do you know if a screen saver can be sandboxed? On Fri, Feb 6, 2015 at 11:36 AM, Mike Abdullah wrote: > > On 6 Feb 2015, at 14:30, Juanjo Conti wrote: > > At the moment if I open, for example, "gmail.com" in a WebView, and I'm

Re: Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-06 Thread Juanjo Conti
like to save that session (cookies?) to remain logged in the next time I open that site using a WebView, regardless if I'm still logged in Safari. Was I clear? Thanks in advance, On Fri, Feb 6, 2015 at 11:21 AM, Mike Abdullah wrote: > > > On 6 Feb 2015, at 14:15, Juanjo Conti

Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-06 Thread Juanjo Conti
As a first look it seems that no. Or, at least, the default behavior is to share sessions but I'd like to find the way around this. Any ideas? Any approach I can try? I now that in Cocoa Touch the default is the oposite. -- Juanjo Conti http://goog_2023646312>@carouselapps.com >

Extrange problem with screensaver in 2 monitors and key stroke

2015-02-02 Thread Juanjo Conti
based only changes the page in one of the screens. Was I clear describing the problem? I'm kind of lost. I don't know where to start digging. I suspect that it can be related to the fact that the key NSEevent has a windown property and there is a window per screen...? Thanks in advanc

Re: How to avoid user interaction in WebView

2015-01-30 Thread Juanjo Conti
Repeat: false, keyCode: 0) On Fri, Jan 30, 2015 at 3:09 PM, Juanjo Conti wrote: > Thanks! this approach is hopeful! Now I just need to figure out which > NSEvent return for all the captured events, so the screensaver close > properly. I'll let you know my advances. > > Thank

Re: How to avoid user interaction in WebView

2015-01-30 Thread Juanjo Conti
Thanks! this approach is hopeful! Now I just need to figure out which NSEvent return for all the captured events, so the screensaver close properly. I'll let you know my advances. Thanks again, On Fri, Jan 30, 2015 at 2:03 PM, Kyle Sluder wrote: > On Jan 30, 2015, at 7:47 AM, Juan

How to avoid user interaction in WebView

2015-01-30 Thread Juanjo Conti
} override var canBecomeKeyView: Bool { return true } } You can see there my tries to avoid events reach WebView. What do you think? Am I wrong in the way I'm trying to solve the problem? If not, how can I make the TransparentView to catch all the events? Thanks in advance, -- J