Search Type: Posts; User: buffalo billion
Search: Search took 0.02 seconds.
-
25 Jun 2012 5:41 AM
- Replies
- 1
- Views
- 571
I am using Sencha Touch 2's methodology for storing files in the app cache for offline use--works fine. However, I have a use case where I would need to call refresh() in the SDK's production.js file...
-
21 May 2012 8:14 AM
- Replies
- 3
- Views
- 1,386
Right...wondering if there was any way to use UUID without the alpha and dashes...
-
17 May 2012 6:57 AM
- Replies
- 3
- Views
- 518
Since upgrading to 2.0.1, "rootProperty" now works.
-
17 May 2012 5:51 AM
- Replies
- 3
- Views
- 1,386
Using Sencha 2.0.1, and need number-only (values that can be convertible to Java longs) identifier strategy. How can I go about doing that?
-
14 May 2012 12:13 PM
- Replies
- 3
- Views
- 518
Nemmind. I got it to work. However, I had to use the deprecated "root" rather than the "rootProperty". Is this a bug?
-
14 May 2012 12:00 PM
- Replies
- 3
- Views
- 518
Sencha 2. I need to write JSON as {records:[...]} rather than {records:{...}}, always wrapping records in an array, even if there is just one record.. According to the documentation, setting...
-
6 Feb 2012 12:10 PM
- Replies
- 33
- Views
- 8,992
Thanks, Jacky; your workaround worked for me.
Any word on this being fixed in future versions? -
10 Jan 2012 11:23 AM
- Replies
- 2
- Views
- 3,664
I was attempting to run the installer using
sudo sh SenchaSDKTools-1.2.3-linux-x64-installer.run
or
sudo SenchaSDKTools-1.2.3-linux-x64-installer.run
What I had to do was to first make... -
10 Jan 2012 8:38 AM
- Replies
- 2
- Views
- 3,664
I'm trying to install the Sencha SDK Tools version 1.2.3 on 64b Linux. Run I run "sudo sh SenchaSDKTools-1.2.3-linux-x64-installer.run", I get the error:
... -
24 Oct 2011 2:02 PM
- Replies
- 8
- Views
- 2,592
Lifesaver, ngardner. Perfect.
-
21 Oct 2011 6:09 AM
- Replies
- 2
- Views
- 1,406
Ah, yes--thanks @arthurakay, that makes sense. I will stick with unit testing using Jasmine.
-
20 Oct 2011 7:42 AM
- Replies
- 2
- Views
- 1,406
I'm trying to write some tests for a controller using Jasmine. For example, I've got an action method that looks like this:
mapContact : function(params) {
// Do some stuff here
... -
22 Sep 2011 11:28 AM
- Replies
- 0
- Views
- 302
I have a sheet (with hideOnMaskTap set to "true") for collecting some information that masks an underlying panel when it is open. If there are any validation errors, I show an Ext.Msg.alert. When...
-
30 Aug 2011 8:21 AM
- Replies
- 6
- Views
- 3,179
Any word on this? I have a similar requirement.
-
19 Aug 2011 9:55 AM
- Replies
- 2
- Views
- 1,421
Found the problem--turns out it was not tomcat-related. I am using a bundle plugin to read .properties files for i18n. Sencha code was appending parameters--specifically _dc and limit--to the GET...
-
19 Aug 2011 7:27 AM
- Replies
- 2
- Views
- 1,421
Here's more information. I have a similar app that I serve up from apache rather than from tomcat. I am able to run it offline successfully--no blank screen. So, it seems to be a tomcat-related...
-
18 Aug 2011 2:23 PM
- Replies
- 2
- Views
- 1,421
I have a Sencha Touch app running on Tomcat (using remote storage via java service). All of the resources listed in the app.manifest file seem to load fine when online; no errors in the dev console....
-
17 Aug 2011 6:31 AM
- Replies
- 0
- Views
- 477
Say I've got a Contact model that has fields as follows:
fields: [
'id',
'firstName',
'lastName'
]
And a Household that has fields: -
30 Jun 2011 11:09 AM
- Replies
- 3
- Views
- 16,287
Thanks tomalex0, this really helps!
-
22 Jun 2011 11:17 AM
- Replies
- 6
- Views
- 3,189
Thanks much. This is great.
-
22 Jun 2011 8:14 AM
- Replies
- 6
- Views
- 3,189
@estesbubba, this makes sense to me. Could you maybe give a brief example of how/what you would replace the Ext.dispatch() call in the model with in the controller? How does the correct controller...
-
22 Jun 2011 6:29 AM
- Replies
- 11
- Views
- 1,935
WebStorm from JetBrains
-
22 Jun 2011 6:27 AM
- Replies
- 6
- Views
- 3,189
Thanks, Jean-Marie. I would agree with you. It seems that recent tutorials seem to favor the Ext.Dispatch in the views approach, though.
-
15 Jun 2011 6:19 AM
- Replies
- 6
- Views
- 3,189
I apologize for the cross-post. I'm trying to wrap my mind around the MVC framework of Sencha Touch, but I'm finding a couple of different approaches. In one by Tommy Maintz, found here, there is an...
Results 1 to 24 of 24
