Re: iOS ScreenCapture plugin for Cordova

2013-05-16 Thread Steven Gill
Awesome! On Thu, May 16, 2013 at 7:05 PM, Filip Maj wrote: > Sweet! > > On 5/16/13 6:57 PM, "Gorkem Ercan" wrote: > > >Red Hat is building a Cordova plugin for eclipse as part of the JBoss > >tools. You can read about current state[1]. We have not yet implemented > >the > >plugin support but i

Re: iOS ScreenCapture plugin for Cordova

2013-05-16 Thread Filip Maj
Sweet! On 5/16/13 6:57 PM, "Gorkem Ercan" wrote: >Red Hat is building a Cordova plugin for eclipse as part of the JBoss >tools. You can read about current state[1]. We have not yet implemented >the >plugin support but it is certainly on the roadmap. > >[1] >http://www.gorkem-ercan.com/2013/05/hy

Re: iOS ScreenCapture plugin for Cordova

2013-05-16 Thread Gorkem Ercan
Red Hat is building a Cordova plugin for eclipse as part of the JBoss tools. You can read about current state[1]. We have not yet implemented the plugin support but it is certainly on the roadmap. [1] http://www.gorkem-ercan.com/2013/05/hybrid-mobile-application-development.html?m=1 On Tuesday,

Re: iOS ScreenCapture plugin for Cordova

2013-04-16 Thread Shazron
For the GUI - I've started on something - only for new project create though, with hopefully cordova-cli support in the future: http://shazronatadobe.wordpress.com/2013/04/16/create-new-phonegapcordova-projects-using-cordova-create-gui/ On Tue, Apr 16, 2013 at 2:32 PM, Anis KADRI wrote: > Thank

Re: iOS ScreenCapture plugin for Cordova

2013-04-16 Thread Anis KADRI
Thanks for your feedback! Our focus right now is on command line tools but I hope one day someone will want to write graphical user interfaces for all this stuff. On Tue, Apr 16, 2013 at 1:54 PM, Aaron Charbonneau wrote: > Plugman seemed pretty straight forward. There's alot of info in the Read

Re: iOS ScreenCapture plugin for Cordova

2013-04-16 Thread Aaron Charbonneau
Plugman seemed pretty straight forward. There's alot of info in the Readme about the plugin.xml file, but it was alot easier to understand it by looking at a simple example like this one: https://github.com/phonegap-build/GAPlugin/blob/master/plugin.xml Perhaps having a simple example of the plug

Re: iOS ScreenCapture plugin for Cordova

2013-04-16 Thread Brian LeRoux
Right on, how was the experience w/ Plugman? Anything we are missing / should change? On Mon, Apr 15, 2013 at 6:04 PM, Aaron Charbonneau wrote: > Plugman is a pretty cool little tool! I was able to get the ScreenCapture > plugin working with it fairly easily for both iOS and Android, here it is

Re: iOS ScreenCapture plugin for Cordova

2013-04-15 Thread Aaron Charbonneau
Plugman is a pretty cool little tool! I was able to get the ScreenCapture plugin working with it fairly easily for both iOS and Android, here it is: https://github.com/Charbs09/ScreenCapture Right now it only supports Cordova 2.3.0 and higher since that is the version I started development with.

Re: iOS ScreenCapture plugin for Cordova

2013-04-15 Thread Aaron Charbonneau
Max: That's a great tip, I added the parameter labels as you suggested, thanks! Brian: I'll try to get this going with Plugman and let you know how it goes. Thanks! -Aaron On Mon, Apr 15, 2013 at 1:10 PM, Brian LeRoux wrote: > My only feedback would be to see if you can get it working w/ Plug

Re: iOS ScreenCapture plugin for Cordova

2013-04-15 Thread Brian LeRoux
My only feedback would be to see if you can get it working w/ Plugman! [1] (And if not lets file issues [2] to ensure it can.) [1] https://github.com/apache/cordova-plugman [2] http://issues.cordova.io On Mon, Apr 15, 2013 at 11:01 AM, Max Woghiren wrote: > Hi Aaron, > > One quick, general O

Re: iOS ScreenCapture plugin for Cordova

2013-04-15 Thread Max Woghiren
Hi Aaron, One quick, general Objective-C thing I noticed: when creating messages, it's helpful (and recommended) for readability to write declarations like this: - (void)getScreenBitsWithCaptureOptions:(NSObject*)captureOptions compareOptions:(NSObject*)compareOptions captureCount:(int)captureCou

iOS ScreenCapture plugin for Cordova

2013-04-15 Thread Aaron Charbonneau
Hello Everyone, I recently shared my code for a screen capture plugin for Android Cordova not too long back, and since then have been working on an iOS version. It exposes the same api's to javascript and behaves identically between the two platforms. The goal of these plugins is to provide a way