sencha-command

Build error with Sencha Command

我们两清 提交于 2019-12-24 11:34:16
问题 I just upgraded my app to Sencha Touch 2.1 and I'm now trying to build it for production. Unfortunately, I get the following error message : Sencha Cmd v3.0.0.250 [DBG] checking /Users/titouanvanbelle/Documents/workspace/app/sencha/.sencha/app for plugin.xml [DBG] checking /Users/titouanvanbelle/Documents/workspace/app/sencha/.sencha/workspace for plugin.xml [DBG] checking /Users/titouanvanbelle/bin/Sencha/Cmd/3.0.0.250/plugins/touch/current for plugin.xml [DBG] checking /Users

Sencha Touch 2: Cannot find module `/sencha-sdk-dir/command/sencha.js`

淺唱寂寞╮ 提交于 2019-12-24 10:46:49
问题 I am on Arch Linux x64 with Sencha Touch 2 x64 installed. From the SDK directory, I ran ./sencha [jiewmeng@JM SenchaSDKTools-2.0.0-beta3]$ ./sencha [WARN] The current working directory (/opt/SenchaSDKTools-2.0.0-beta3) is not a recognized Sencha SDK or application folder. Running in backwards compatible mode. Sencha Command v2.0.0 Beta 3 Copyright (c) 2012 Sencha Inc. usage: sencha COMMAND [ARGS] The available commands are: build build a JSB project create bootstrapdata generate boostrap data

An Extjs App Calling another Extjs APP

断了今生、忘了曾经 提交于 2019-12-18 12:00:38
问题 after generating a Workspace using Sencha Cmd and create Two different app, i just want to Run the first app and then after clicking a button,it calls the second app :) Like A main app calling another sub-app is there a way to do it ? thx for your help 回答1: You can develop separated modules that can work together with no problems. Both concepts are no in conflict at all. Let me share my experience here. When we started in our current project (from the scratch) there were other two teams

Generate a sencha touch app

こ雲淡風輕ζ 提交于 2019-11-27 23:13:01
I am trying to create a new sencha touch app using "sencha generate app MyApp ../MyApp" command on Windows. I have done the following : Downloaded the latest sencha SDK and extracted it in folder "D:\MyProjects\sencha-touch-2.1.0-gpl" folder. Installed the sencha SDK tools in "D:\MyProjects\SenchaSDKTools-2.0.0-beta3" folder. Ensured that the system environment variable "SENCHA_SDK_TOOLS_2_0_0_BETA3" is indeed pointing to "D:\MyProjects\SenchaSDKTools-2.0.0-beta3" As per the sencha documentation I am supposed to run the sencha command in the sencha SDK or application folder. So if I cd to

Generate a sencha touch app

三世轮回 提交于 2019-11-26 21:23:01
问题 I am trying to create a new sencha touch app using "sencha generate app MyApp ../MyApp" command on Windows. I have done the following : Downloaded the latest sencha SDK and extracted it in folder "D:\MyProjects\sencha-touch-2.1.0-gpl" folder. Installed the sencha SDK tools in "D:\MyProjects\SenchaSDKTools-2.0.0-beta3" folder. Ensured that the system environment variable "SENCHA_SDK_TOOLS_2_0_0_BETA3" is indeed pointing to "D:\MyProjects\SenchaSDKTools-2.0.0-beta3" As per the sencha