Re: cordova-js webOS

2012-10-24 Thread Anis KADRI
gt; Markus > > -Original Message- > From: Jesse MacFadyen [mailto:purplecabb...@gmail.com] > Sent: Dienstag, 23. Oktober 2012 14:53 > To: callback-dev@incubator.apache.org > Subject: Re: cordova-js webOS > > Look at windows8 and commandProxy > > Cheers, >

RE: cordova-js webOS

2012-10-24 Thread Leutwyler, Markus
Subject: Re: cordova-js webOS Look at windows8 and commandProxy Cheers, Jesse Sent from my iPhone6 On 2012-10-23, at 4:52 AM, "Leutwyler, Markus" wrote: > Correct, I'm not using exec marshaling for all the functions. Is there > something that needs to be changed in

Re: cordova-js webOS

2012-10-23 Thread Jesse MacFadyen
gt; > Markus > > -Original Message- > From: Herm Wong [mailto:kingoftheo...@hotmail.com] > Sent: Montag, 22. Oktober 2012 23:56 > To: callback-dev@incubator.apache.org > Subject: RE: cordova-js webOS > > Got it figured out. > The webOS specific meth

RE: cordova-js webOS

2012-10-23 Thread Leutwyler, Markus
bject: RE: cordova-js webOS Got it figured out. The webOS specific methods defined in the plugin/webos directory need to use the navigator.classname.method to invoke the APIs for the class. It looks like overlapping methods from the common/plugin will get overridden by plugin/webos For ex

RE: cordova-js webOS

2012-10-22 Thread Herm Wong
doesn't exist in common/plugin notification - so I used the cordova-webos/phonegap-webos syntax to call the showBanner methodnavigator.notification.showBanner('test message'); > From: f...@adobe.com > To: callback-dev@incubator.apache.org > Date: Mon, 22 Oct 2012 14

Re: cordova-js webOS

2012-10-22 Thread Filip Maj
x27;t being displayed. The palm-log isn't displaying any >errors. >Will continue to debug the issue. > >> From: f...@adobe.com >> To: callback-dev@incubator.apache.org >> Date: Mon, 22 Oct 2012 14:24:02 -0700 >> Subject: Re: cordova-js webOS >> >>

RE: cordova-js webOS

2012-10-22 Thread Herm Wong
Oct 2012 14:24:02 -0700 > Subject: Re: cordova-js webOS > > https://github.com/apache/incubator-cordova-js/blob/master/lib/webos/exec.j > s#L43 > > > The notification API is defined in exec with uppercase Notification in > webOS' case. Try "Notification"

Re: cordova-js webOS

2012-10-22 Thread Filip Maj
hermwong/PhoneGap-webOS-kitchen-sink-app >We may want to tag cordova-js 2.2.0rc2 and release it without cordova-js >webOS until we're able to track down & resolve this issue. > >> From: kingoftheo...@hotmail.com >> To: callback-dev@incubator.apache.org >>

RE: cordova-js webOS

2012-10-22 Thread Herm Wong
own & resolve this issue. > From: kingoftheo...@hotmail.com > To: callback-dev@incubator.apache.org > Subject: RE: cordova-js webOS > Date: Sat, 20 Oct 2012 09:07:15 -0700 > > I'll test it Monday when I'm back in SF (where my webOS devices are located). > > > Fr

RE: cordova-js webOS

2012-10-20 Thread Herm Wong
I'll test it Monday when I'm back in SF (where my webOS devices are located). > From: g...@tinyhippos.com > Date: Fri, 19 Oct 2012 22:17:41 -0400 > Subject: Re: cordova-js webOS > To: callback-dev@incubator.apache.org > > That wouldn't have caught it, the

Re: cordova-js webOS

2012-10-19 Thread Gord Tanner
That wouldn't have caught it, the main problem was code that wasn't indented to the correct level, check out the diff to see what I did. On Fri, Oct 19, 2012 at 8:28 PM, Anis KADRI wrote: > I, myself, just called fixwhitespace task. Isn't that supposed to fix the > indentation issues ? Jake sto

Re: cordova-js webOS

2012-10-19 Thread Anis KADRI
I, myself, just called fixwhitespace task. Isn't that supposed to fix the indentation issues ? Jake stopped barking after I did it, so I assumed everything was alright. On Fri, Oct 19, 2012 at 4:44 PM, Gord Tanner wrote: > Hey, > > I took a look at the webos code and it had a number of indentati

Re: cordova-js webOS

2012-10-19 Thread Gord Tanner
Hey, I took a look at the webos code and it had a number of indentation issues and some other papercuts that I cleaned up on a personal branch. https://github.com/gtanner/incubator-cordova-js/commit/d123863e089dc5f998d68c2867d2bc17636262ab I don't have a webos device to test that everything stil

RE: cordova-js webOS

2012-10-12 Thread Josh Soref
Markus wrote: > Fixed, every file has now a new line at the end As a vcs purity note, your fix for this had an unrelated change in the commit: https://github.com/ghtomcat/incubator-cordova-js/commit/3acbb8d99207bd9b1163b71734f4e999bd4d6512#L1L23 @@ -20,7 +20,6 @@ var plugins = { -/*"File" :

RE: cordova-js webOS

2012-10-12 Thread Leutwyler, Markus
Fixed as well :) Markus -Original Message- From: gtan...@gmail.com [mailto:gtan...@gmail.com] On Behalf Of Gord Tanner Sent: Freitag, 12. Oktober 2012 16:14 To: callback-dev@incubator.apache.org Subject: Re: cordova-js webOS Some of the files are indented with 2 spaces, some 4 spaces

Re: cordova-js webOS

2012-10-12 Thread Gord Tanner
-- > From: Josh Soref [mailto:jso...@rim.com] > Sent: Donnerstag, 11. Oktober 2012 17:51 > To: callback-dev@incubator.apache.org > Subject: RE: cordova-js webOS > > Markus wrote: > > Hmm, I'm using Sublime Text 2 on Windows and have set the line endings > to Unix >

RE: cordova-js webOS

2012-10-12 Thread Leutwyler, Markus
Fixed, every file has now a new line at the end Markus -Original Message- From: Josh Soref [mailto:jso...@rim.com] Sent: Donnerstag, 11. Oktober 2012 17:51 To: callback-dev@incubator.apache.org Subject: RE: cordova-js webOS Markus wrote: > Hmm, I'm using Sublime Text 2 on Win

RE: cordova-js webOS

2012-10-11 Thread Josh Soref
Markus wrote: > Hmm, I'm using Sublime Text 2 on Windows and have set the line endings to Unix http://sublimetext.userecho.com/topic/106175-ensure-newline-at-eof-could-do-to-trim-extra-newlines/ - This transmission (including any

RE: cordova-js webOS

2012-10-11 Thread Leutwyler, Markus
Hmm, I'm using Sublime Text 2 on Windows and have set the line endings to Unix Markus -Original Message- From: Josh Soref [mailto:jso...@rim.com] Sent: Donnerstag, 11. Oktober 2012 16:58 To: callback-dev@incubator.apache.org Subject: RE: cordova-js webOS https://github.com/a

RE: cordova-js webOS

2012-10-11 Thread Josh Soref
https://github.com/apache/incubator-cordova-js/pull/32 Markus wrote: > Feedback appreciated I'm wondering why you don't have new lines at the end of your files Some text editors more or less force the newline at the end of files, which means that if you don't include one for an initial comm

RE: cordova-js webOS compass

2012-08-09 Thread Leutwyler, Markus
arkus -Original Message- From: Jesse MacFadyen [mailto:purplecabb...@gmail.com] Sent: Mittwoch, 8. August 2012 17:45 To: callback-dev@incubator.apache.org Subject: Re: cordova-js webOS compass Ah, okay. I will have a look in a bit. Cheers, Jesse On 2012-08-08, at 7:38 AM, "

Re: cordova-js webOS compass

2012-08-08 Thread Jesse MacFadyen
r keeps track of listeners and starting and stopping but the > common > plugin for compass does not .. any ideas? > > Markus > > -Original Message- > From: gtan...@gmail.com [mailto:gtan...@gmail.com] On Behalf Of Gord Tanner > Sent: Mittwoch, 8. August 2012 16:01 >

RE: cordova-js webOS compass

2012-08-08 Thread Leutwyler, Markus
om [mailto:gtan...@gmail.com] On Behalf Of Gord Tanner Sent: Mittwoch, 8. August 2012 16:01 To: callback-dev@incubator.apache.org Subject: Re: cordova-js webOS compass The same is done on the playbook as we just use the device motion event: https://github.com/apache/incubator-cordova-js/blob/mast

Re: cordova-js webOS compass

2012-08-08 Thread Gord Tanner
The same is done on the playbook as we just use the device motion event: https://github.com/apache/incubator-cordova-js/blob/master/lib/playbook/plugin/playbook/accelerometer.js On Wed, Aug 8, 2012 at 9:42 AM, Jesse MacFadyen wrote: > Can you do something like this :? > > > https://github.com/

Re: cordova-js webOS compass

2012-08-08 Thread Jesse MacFadyen
Can you do something like this :? https://github.com/purplecabbage/incubator-cordova-js/tree/master/lib/win8metro The pre-exec Accelerometer code is unchanged, and the results mapped back. All overriding is done inside the 'proxy'. Cheers, Jesse On 2012-08-08, at 5:14 AM, "Leutwyler, Markus"