Search Type: Posts; User: AndiDog
Search: Search took 0.02 seconds.
-
18 Nov 2012 4:58 AM
- Replies
- 80
- Views
- 16,874
Hi everyone, on request I updated my article Packaging a Sencha Touch 2 application with PhoneGap for Android to explain how to make it work with 2.1. I did not read this whole thread but I got my...
-
11 Jun 2012 12:17 PM
- Replies
- 4
- Views
- 902
Oh, and for the "id" property, I have it there because the docs read as follows:
-
11 Jun 2012 10:51 AM
- Replies
- 4
- Views
- 902
So if it's considered an update (makes sense), and that instance does not exist yet, shouldn't it be inserted (what the function name add() suggests)?! That is what does not work in my example.
I... -
11 Jun 2012 8:01 AM
- Replies
- 4
- Views
- 902
My model and store are defined as follows:
Ext.define('TestApp.model.Contact', {
extend: 'Ext.data.Model',
config: {
fields: ['firstName', 'lastName', 'id'],
proxy: {... -
9 Jun 2012 3:01 AM
- Replies
- 8
- Views
- 1,580
Ah wait, just remembered this: Can you try it with Android 2.3 or newer? It might be a problem with the emulator of version <= 2.2. See here for more info.
-
9 Jun 2012 2:59 AM
- Replies
- 8
- Views
- 1,580
I recently wrote a tutorial for packaging Sencha Touch and PhoneGap for Android. Could bet I stumbled over this problem before but I didn't have it with the approach described in the tutorial, so...
-
7 Jun 2012 11:58 AM
Jump to post Thread: Simple list example? by AndiDog
- Replies
- 1
- Views
- 546
Found the problem:
layout: 'fit' must be added to the parent of the list view, in this case the "Get Started" tab. -
7 Jun 2012 6:51 AM
Jump to post Thread: Simple list example? by AndiDog
- Replies
- 1
- Views
- 546
I can't get a simple list view to work. I created a new application and replaced the video widget in the second tab by the following code:
{
xtype:... -
7 Jun 2012 6:46 AM
- Replies
- 21
- Views
- 6,610
That actually fixed the problem, thank you :) !!
-
6 Jun 2012 6:48 AM
- Replies
- 21
- Views
- 6,610
Building the unmodified example application (from "app create") results in an application that tries to load classes from sdk/src instead of just taking them from the big app.js file. The following...
-
6 Jun 2012 2:40 AM
- Replies
- 5
- Views
- 1,520
I have the same problem with 2.0.1.1. App generation and the "sencha app build native" command work, but building/running returns with no output at all.
Results 1 to 11 of 11
