Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
JSCocoa
Conversations
About
JSCocoa
Contact owners and managers
1–30 of 61
Mark all as read
Report group
0 selected
mugginsoft
11/20/12
Quiet log for JSCocoa
The default JSCocoa log function calls NSLog() and is verbose. Rather than modifying the JSCocoa
unread,
Quiet log for JSCocoa
The default JSCocoa log function calls NSLog() and is verbose. Rather than modifying the JSCocoa
11/20/12
Thomas Elstner
,
Patrick Geiller
4
10/8/12
iOS 6.0: EXC_BAD_ACCESS in JavaScriptCore`JSC::Heap::collect(JSC::Heap::SweepToggle): after releasing a JSCocoaController
Hi again, I have narrowed down the problem to the lines [self removeObjectWithName:@"__jsc__
unread,
iOS 6.0: EXC_BAD_ACCESS in JavaScriptCore`JSC::Heap::collect(JSC::Heap::SweepToggle): after releasing a JSCocoaController
Hi again, I have narrowed down the problem to the lines [self removeObjectWithName:@"__jsc__
10/8/12
HalfdanJ
, …
Gus Mueller
3
8/14/12
JSCocoa used for OpenGL calls
On Aug 7, 2012, at 4:15 PM, HalfdanJ <jo...@halfdanj.dk> wrote: > 2. Thead safety, i'm
unread,
JSCocoa used for OpenGL calls
On Aug 7, 2012, at 4:15 PM, HalfdanJ <jo...@halfdanj.dk> wrote: > 2. Thead safety, i'm
8/14/12
Gus Mueller
,
Patrick Geiller
2
7/1/12
Another Bridge Support parsing problem on 10.8
Fixed ! > Looks like some more changes in the order of attributes messes up BridgeSupport in 10.8.
unread,
Another Bridge Support parsing problem on 10.8
Fixed ! > Looks like some more changes in the order of attributes messes up BridgeSupport in 10.8.
7/1/12
Gus Mueller
,
Patrick Geiller
2
5/17/12
Bridge Support parsing problem on 10.8
> And so BridgeSupportController ends up using the type64 value as the name. Just a heads up
unread,
Bridge Support parsing problem on 10.8
> And so BridgeSupportController ends up using the type64 value as the name. Just a heads up
5/17/12
Ricardo Quesada
,
Patrick Geiller
7
5/16/12
inline functions
Thanks for the quick fix! On 16 May 2012 09:42, Patrick Geiller <parm...@gmail.com> wrote:
unread,
inline functions
Thanks for the quick fix! On 16 May 2012 09:42, Patrick Geiller <parm...@gmail.com> wrote:
5/16/12
mugginsoft
,
Patrick Geiller
10
4/27/12
JSON support for NSDictionary
> > json.js hasn't been added to the JSCocoa framework bundle. > Was that your intention
unread,
JSON support for NSDictionary
> > json.js hasn't been added to the JSCocoa framework bundle. > Was that your intention
4/27/12
mugginsoft
,
Patrick Geiller
2
4/25/12
calling outValue on object type outArgument
> My understanding is that outValue only needs to be called on an > outArgument if the returned
unread,
calling outValue on object type outArgument
> My understanding is that outValue only needs to be called on an > outArgument if the returned
4/25/12
Corey
,
Patrick Geiller
2
11/6/11
NSDictionary and JSCocoa
> Is there a method that recessively boxes values in containers > (NSArray and NSDictionary)?
unread,
NSDictionary and JSCocoa
> Is there a method that recessively boxes values in containers > (NSArray and NSDictionary)?
11/6/11
Thomas Elstner
,
Patrick Geiller
3
10/10/11
Passing Date object from JS back to ObjC
> > JSValueRef result = [jsc callJSFunctionNamed:@"test4" withArguments: > nil];
unread,
Passing Date object from JS back to ObjC
> > JSValueRef result = [jsc callJSFunctionNamed:@"test4" withArguments: > nil];
10/10/11
Corey
,
Patrick Geiller
2
10/2/11
Passing JSValueRefAndContextRef from one context to another
> If I have two JSCocoa instances (JS1 and JS2) is it possible to send >
unread,
Passing JSValueRefAndContextRef from one context to another
> If I have two JSCocoa instances (JS1 and JS2) is it possible to send >
10/2/11
Lassic
,
Patrick Geiller
3
9/16/11
Sandbox environment (restricting calls)
Perfect, I'll give that a try soon, thanks! On Sep 17, 12:49 am, Patrick Geiller <parman...@
unread,
Sandbox environment (restricting calls)
Perfect, I'll give that a try soon, thanks! On Sep 17, 12:49 am, Patrick Geiller <parman...@
9/16/11
Corey
,
Patrick Geiller
3
8/26/11
using class.js functions from webkit
> It looks like the class.js code is NOT being called from the WekKit bridge because it sends in a
unread,
using class.js functions from webkit
> It looks like the class.js code is NOT being called from the WekKit bridge because it sends in a
8/26/11
Scott
,
Patrick Geiller
3
8/14/11
iPhoneTest2 project crashing
Thanks! On Sun, Aug 14, 2011 at 5:26 PM, Patrick Geiller <parm...@gmail.com> wrote: Fixed.
unread,
iPhoneTest2 project crashing
Thanks! On Sun, Aug 14, 2011 at 5:26 PM, Patrick Geiller <parm...@gmail.com> wrote: Fixed.
8/14/11
benny
,
Patrick Geiller
9
7/20/11
How to use "a.b()" with multiple instance of JSCocoaController?
Hi. Patrick and everybody. It's long time ~ During so far, I've been with Lua. I think that
unread,
How to use "a.b()" with multiple instance of JSCocoaController?
Hi. Patrick and everybody. It's long time ~ During so far, I've been with Lua. I think that
7/20/11
steffen...@googlemail.com
,
Patrick Geiller
2
3/13/11
BridgeSupport errors on load
/System/Library/Frameworks/AppKit.framework/Resources/BridgeSupport/AppKit.bridgeSupport Is anyone
unread,
BridgeSupport errors on load
/System/Library/Frameworks/AppKit.framework/Resources/BridgeSupport/AppKit.bridgeSupport Is anyone
3/13/11
joe kim
3/8/11
iPhone
Linking the built in JSCore is not allowed by Apple because it is a private API, but apparently
unread,
iPhone
Linking the built in JSCore is not allowed by Apple because it is a private API, but apparently
3/8/11
Steve Conover
3/4/11
BurksPool & protocol methods
Hi, I'm trying to implement a CLLocationManagerDelegate, like so: Class("MyCLDelegate <
unread,
BurksPool & protocol methods
Hi, I'm trying to implement a CLLocationManagerDelegate, like so: Class("MyCLDelegate <
3/4/11
Mithin
, …
Steve Conover
6
3/1/11
Building JSCocoa for iPhone - JSValueRef Error
And make sure to do the following: - In Project Settings - Other Linker Flags -lxml2 - Header Search
unread,
Building JSCocoa for iPhone - JSValueRef Error
And make sure to do the following: - In Project Settings - Other Linker Flags -lxml2 - Header Search
3/1/11
Charles Lowell
, …
Steve Conover
15
3/1/11
Getting started with iPhone and JSCocoa
FWIW I just tried to build the project (10.6, 3.2 Simulator) and got a similar error, I had to change
unread,
Getting started with iPhone and JSCocoa
FWIW I just tried to build the project (10.6, 3.2 Simulator) and got a similar error, I had to change
3/1/11
Ian Beck
,
Patrick Geiller
5
1/21/11
Temporarily storing Javascript object in Objective-C
Damn. Okay, I'll try the global array, or else find a workaround that doesn't require storing
unread,
Temporarily storing Javascript object in Objective-C
Damn. Okay, I'll try the global array, or else find a workaround that doesn't require storing
1/21/11
Rob Terrell
,
Patrick Geiller
2
10/20/10
No BurksPool encoding found
I've got a JavaScript method that looks like this: -(void) update: (float)dt { log(dt); }
unread,
No BurksPool encoding found
I've got a JavaScript method that looks like this: -(void) update: (float)dt { log(dt); }
10/20/10
Gus Mueller
,
Patrick Geiller
3
9/26/10
10.6 Blocks as arguments to methods.
On Sep 25, 2010, at 12:53 AM, Patrick Geiller wrote: > Fixed. Blocks are encoded as '@?',
unread,
10.6 Blocks as arguments to methods.
On Sep 25, 2010, at 12:53 AM, Patrick Geiller wrote: > Fixed. Blocks are encoded as '@?',
9/26/10
Ian Beck
,
Patrick Geiller
3
9/8/10
Passing a Javascript callback to Objective-C
Thanks, Patrick! That was exactly the problem that I was having, and it's now working perfectly.
unread,
Passing a Javascript callback to Objective-C
Thanks, Patrick! That was exactly the problem that I was having, and it's now working perfectly.
9/8/10
Ian Beck
2
8/27/10
Proper syntax for pass-by-reference items
D'oh! Right after I posted this, I went back to take another troll through the test just in case
unread,
Proper syntax for pass-by-reference items
D'oh! Right after I posted this, I went back to take another troll through the test just in case
8/27/10
Ian Beck
,
Patrick Geiller
3
8/27/10
Get pointer address as string?
Thanks, Patrick, that worked great! Ian On Aug 26, 11:38 pm, Patrick Geiller <parman...@gmail.com
unread,
Get pointer address as string?
Thanks, Patrick, that worked great! Ian On Aug 26, 11:38 pm, Patrick Geiller <parman...@gmail.com
8/27/10
Ian Beck
, …
Gus Mueller
12
8/18/10
Whitespace-only strings somehow getting corrupted
On Aug 18, 2010, at 11:40 AM, Patrick Geiller wrote: > Gus : the conversion happens only on
unread,
Whitespace-only strings somehow getting corrupted
On Aug 18, 2010, at 11:40 AM, Patrick Geiller wrote: > Gus : the conversion happens only on
8/18/10
Ian Beck
,
Patrick Geiller
6
8/3/10
Overwrite Objective-C methods only on the Javascript side of the bridge?
Hey Patrick, You. Are. Awesome. This is working exactly how I need! I'll probably revisit it to
unread,
Overwrite Objective-C methods only on the Javascript side of the bridge?
Hey Patrick, You. Are. Awesome. This is working exactly how I need! I'll probably revisit it to
8/3/10
Ian Beck
,
Patrick Geiller
3
8/1/10
Can't get non-standard Javascript syntaxes to function
Ah, that's likely the problem. I'll double check and make sure that they're getting
unread,
Can't get non-standard Javascript syntaxes to function
Ah, that's likely the problem. I'll double check and make sure that they're getting
8/1/10
LG
,
Patrick Geiller
2
5/26/10
implementing a.b.c() behavior
That's something you should ask to the WebKit mailing list. JSCocoa is a bridge that only uses
unread,
implementing a.b.c() behavior
That's something you should ask to the WebKit mailing list. JSCocoa is a bridge that only uses
5/26/10