Comments for Piotr Walczyszyn's Blog https://outof.me Thu, 28 Nov 2013 07:29:12 +0000 hourly 1 https://wordpress.org/?v=469 Comment on PhoneGap and Force.com in 69 minutes by Thomas Anderson https://outof.me/phonegap-and-force-com-in-69-minutes/#comment-1295 Thu, 28 Nov 2013 07:29:12 +0000 https://outof.me/?p=448#comment-1295 I think I figured out why your code works.

1) In your test, you’re running from your local file system. (files://). There are no cross-domain issues when you are running from files://
2) SalesForce will not give a refresh_token if you are calling from the web, but they will if you are calling from files://.

So basically, your code should work fine in PhoneGap, but I’ll have to figure out a different option for the web-app version of my app.

]]>
Comment on PhoneGap and Force.com in 69 minutes by Thomas Anderson https://outof.me/phonegap-and-force-com-in-69-minutes/#comment-1292 Thu, 28 Nov 2013 06:15:14 +0000 https://outof.me/?p=448#comment-1292 Hi Piotr,

First, I want to thank you for all of your excellent work! I was dreading having to code my own library for PhoneGap + SalesForce Rest API.

I’ve been using PhoneGap for 2+ years now, so I’m pretty comfortable with how everything works. I added in forcetk.js and forcetk.ui.js. Everything fires up just fine. Except I am hitting on issue:

When I call ftkClientUI.login(); I’m getting the javascript error:

‘Uncaught SecurityError: Blocked a frame with origin “https://www.myapp.com” from accessing a cross-origin frame.’ in https://www.myapp.com/js/forcetk.ui.js on line 160

Watching your video, it didn’t look like you had to do anything to address cross-domain stuff. Do I need to set up some sort of SalesForce proxy on my server, or is there something I’m missing?

Lastly, easy question: Once I get it working, will I be able to use it to create leads/contacts and add tasks to contacts, or is it read-only?

Thanks for your time and your hard work!

]]>
Comment on PhoneGap and Force.com in 69 minutes by Piotr https://outof.me/phonegap-and-force-com-in-69-minutes/#comment-935 Wed, 23 Oct 2013 07:52:43 +0000 https://outof.me/?p=448#comment-935 Sorry, I don’t have any tips at this time :(

]]>
Comment on How To Change Language Of Your Creative Cloud Apps by Abe https://outof.me/how-to-change-language-of-your-creative-cloud-apps/#comment-908 Mon, 21 Oct 2013 11:04:20 +0000 https://outof.me/?p=887#comment-908 Is it possible change it after you installed the apps? I can’t find a work around! Thanks!

]]>
Comment on Responsive Inspector (beta) released! by Responsive Inspector | saviomd.com/blog https://outof.me/responsive-inspector-beta-released/#comment-894 Sun, 20 Oct 2013 00:07:55 +0000 https://outof.me/?p=697#comment-894 […] p/ testar sites responsivos no Chrome. https://outof.me/responsive-inspector-beta-released (via […]

]]>
Comment on Embedding CordovaLib in your iOS/PhoneGap app project by Mark https://outof.me/embedding-cordovalib-in-your-iosphonegap-app-project/#comment-890 Fri, 18 Oct 2013 23:04:21 +0000 https://outof.me/?p=360#comment-890 Thank you very much! I had to quit Xcode and then restart it in order to get CordovaLib to appear for selection for step 4.

]]>
Comment on PhoneGap and Force.com in 69 minutes by Nikhilesh https://outof.me/phonegap-and-force-com-in-69-minutes/#comment-888 Fri, 18 Oct 2013 20:27:39 +0000 https://outof.me/?p=448#comment-888 Hi Piotr,
Thank you for putting up this tutorial, it was really helpful. I am just starting to build an application that uses phonegap + sdfc, but when i ran the code through phonegap build, it gave me the following error
” [error] {“error”:”plugin unsupported: childbrowser”}”

When i googled a bit, I noticed that childbrowser plugin is depricated, and should be replaced by inAppBrowser instead. ( http://community.phonegap.com/nitobi/topics/_childbrowser_plugin_deprecating_use_inappbrowser)

Do you have any guidelines/steps from migrating your current demo app to use inAppBrowser instead of childBrowser to support latest versions of phonegap ?

Thanks,

Nikhil

]]>
Comment on PhoneGap 2.0 – Getting Started by Links for 2012-07-26 [del.icio.us] | Our Digital Times https://outof.me/phonegap-2-0-getting-started/#comment-873 Tue, 15 Oct 2013 11:08:39 +0000 https://outof.me/?p=246#comment-873 […] PhoneGap 2.0 – Getting Started | outof.me […]

]]>
Comment on Responsive Inspector (beta) released! by Piotr https://outof.me/responsive-inspector-beta-released/#comment-836 Tue, 08 Oct 2013 13:58:12 +0000 https://outof.me/?p=697#comment-836 Hi Torsten,

I think is should handle @imports, if it doesn’t there is bug 😉

p.

]]>
Comment on Responsive Inspector (beta) released! by Torsten https://outof.me/responsive-inspector-beta-released/#comment-812 Wed, 02 Oct 2013 11:09:05 +0000 https://outof.me/?p=697#comment-812 Hi,

This looks like a great extension, however, it would be great, if you’d add support for WordPress themes. Looks like the tool cannot cope with @imported CSS and, because of that, doesn’t show any MQs. That’s a pity.

Cheers,
t

]]>