Sencha touch windows phone 7

Hybrid Mobile App Development with Sencha Touch, Mobile Angular UI & Phonegap - Vensi, Inc.

It affects Windows 7 x64 users. I also saw mention that the sencha command should be run under the command folder within the Sencha SDK.


  1. download screen capture for blackberry 9900.
  2. How to install, use and build Sencha Touch apps on Windows - Genetic Apps.
  3. download emoticons for nokia c5-03.
  4. Getting Started With Sencha Touch 2 on Windows 7 (x64)?

Oh man, thank you so much for this clear structured workaround! Found it through the sencha forum. This terrible issue has driven me crazy….

How To Unlock "Jailbreak" And Sideload Apps - Any Windows Phone 7

I then contacted Sencha and they said it does not support Windows 7 which is crazy! David: check my other post on this blog concerning sencha and iis express. Your web server may not be serving up the required app.

Hybrid Mobile App Development with Sencha Touch, Mobile Angular UI & Phonegap

Thank you very much!! You give me the solution! Thank you very much for this! Any ideas? You are commenting using your WordPress. You are commenting using your Google account. You are commenting using your Twitter account.

You are commenting using your Facebook account. Notify me of new comments via email. Notify me of new posts via email.

Main menu Skip to content. Home About.

Navigation menu

Should work now. Using PhoneGap through the command line on your own computer though will give you unlimited access to all the options Simon describes. On your desktop or laptop computer you are able to debug quite effectively through the browser simply by using the Safari or Chrome Dev tools. We lose access to these handy browser based debugging tools and are operating blind. Fortunately, although debugging HTML5 applications is still far from perfect, we have some tools that we can use.

Weinre has been around as an option for a long time, which allows remote debugging of an applications. I think GapDebug is a little more convenient and quick than Weinre but both essentially give you back the tools you had when testing through the browser.

Installing and using Sencha Touch 2.1

If you create a list with a items, or have deep nested structures in the DOM for example, you may find it works fine on a browser but when installed on a device scrolling could become very jerky. Also keep in mind that some things are performed asynchronously. This means that code is not necessarily executed in order and race conditions can be created. A common example could be loading data from a store and then performing some operation — we might have a structure like this:.

Obviously this will cause an error. In this case we would have to perform that operation only after the store has loaded, so we can add a callback to the store load function and run it once we get an indication that the store has been successfully loaded. In most cases you should be referencing a style in your. Sorry if the last item on the list sounds like a bit of a cop out, but let me remind you of this quote:.

Considering the size of the Sencha Touch community, there is not a whole lot of activity online. So I would encourage you to head over to the Sencha Touch forums and see if you can answer some peoples questions, or even just discuss the issue with them. In the spirit of 7 on this list, what are your tips for Sencha Touch beginners?