Search Type: Posts; User: jattardi
Search: Search took 0.03 seconds.
-
Yesterday 9:50 AM
Jump to post Thread: [2.2.0RC] Scroller lags behind by jattardi
- Replies
- 25
- Views
- 990
OK, I just updated my app to use Touch 2.2.1, and running inside PhoneGap, scrolling is back to normal now. Performance seems snappier overall, too. Thanks so much, guys!
-
Yesterday 9:34 AM
Jump to post Thread: Documentation : what a pity ! by jattardi
- Replies
- 2
- Views
- 138
There are definitely some broken examples and some options/things that are missing, I agree. But compared to the docs for many frameworks, Sencha Touch docs are way better than most I've worked with.
-
Yesterday 9:22 AM
Jump to post Thread: [2.2.0RC] Scroller lags behind by jattardi
- Replies
- 25
- Views
- 990
Awesome, thanks guys. I will go try out the new release and report back.
-
23 May 2013 11:53 AM
Jump to post Thread: [2.2.0RC] Scroller lags behind by jattardi
- Replies
- 25
- Views
- 990
What's sandboxing?
-
23 May 2013 11:21 AM
Jump to post Thread: [2.2.0RC] Scroller lags behind by jattardi
- Replies
- 25
- Views
- 990
After testing a little more, it looks like the issue (at least in my case) manifests itself when running inside PhoneGap. I just tried running my app directly from the phone's browser, and scrolling...
-
23 May 2013 7:55 AM
Jump to post Thread: [2.2.0RC] Scroller lags behind by jattardi
- Replies
- 25
- Views
- 990
*crickets*...
Why is Sencha so quiet on this one? Seems like it's affecting a lot of people. -
21 May 2013 11:36 AM
Jump to post Thread: [2.2.0RC] Scroller lags behind by jattardi
- Replies
- 25
- Views
- 990
This isn't limited to just Android, either. If you run in a desktop browser, with deviceType=phone, it exhibits the same results!
See for yourself. Compare the Pull to Refresh, Carousel, and other... -
17 May 2013 10:15 AM
- Replies
- 1
- Views
- 65
In my app, I need to show a combined list of two heterogeneous object types. I'd like to avoid having one mega-model that contains the union of all the fields in the two object types. Is there any...
-
16 May 2013 5:36 PM
Jump to post Thread: [2.2.0RC] Scroller lags behind by jattardi
- Replies
- 25
- Views
- 990
I've seen this also. It's driving me crazy. The pull to refresh plugin is barely functional, as there is hardly enough space to scroll up far enough to activate it! PLEASE FIX THIS!
-
22 Apr 2013 9:29 AM
- Replies
- 2
- Views
- 120
Where would be the appropriate place to do this if I need this field updated on every refresh?
Add a listener to the load event on the Store, then iterate over all items and set the field blank to... -
18 Apr 2013 8:26 AM
- Replies
- 2
- Views
- 120
Hi all!
I have a List backed by a Store, with the PullRefresh plugin. One of the fields in my Model is a calculated field. It represents the average of two other fields. (This is for showing disk... -
18 Mar 2013 12:07 PM
- Replies
- 2
- Views
- 396
Ah, that makes a lot more sense! I had only gone down the Store route because I had seen some earlier examples. I hadn't thought of just using localStorage directly - sometimes I miss the obvious. :)...
-
18 Mar 2013 10:59 AM
- Replies
- 2
- Views
- 396
I'm adding user settings to my Sencha Touch app, and using local storage to store them, but am not sure the best way to manage it.
As I've seen suggested in other threads, I have a UserSettings... -
31 Jan 2013 1:19 PM
- Replies
- 1
- Views
- 266
Hi,
I need to distinguish between connection errors and errors for unauthenticated users. My server will return a HTTP 401 when the user is not authenticated. However, no matter what I try, Sencha... -
18 Dec 2012 7:30 PM
- Replies
- 6
- Views
- 2,573
The categories are kind of vague. There's certainly room for innovation, but I don't see how much one can push the envelope with, say, a weather app, other than making a great UX.
Is that enough... -
5 Dec 2012 11:04 AM
- Replies
- 3
- Views
- 579
Sorry, I just realized you said you're on Windows XP. The steps I mentioned above only work on a Mac or Linux system, or on Windows if you're using cygwin. If you're running on just plain Windows, it...
-
5 Dec 2012 11:01 AM
- Replies
- 3
- Views
- 579
You can hack the 'sencha' shell script to see the error that's occuring. By default, it seems to output stderr to a file called 'stderr.txt', but then deletes it before the program exits. So if...
-
5 Dec 2012 8:02 AM
- Replies
- 0
- Views
- 479
Now that Sencha Cmd is Ant-based, there is an opportunity to eliminate the dependency of downloading and installing Ruby and the gems required for Compass. This can be accomplished by calling JRuby...
-
30 Nov 2012 9:30 AM
- Replies
- 3
- Views
- 547
I already have .svn set to be ignored:
"ignore": [
".svn"
],
Anyway, the problem isn't .svn directories in my project directory. The problem is .svn directories in the sencha cmd's... -
28 Nov 2012 8:33 AM
- Replies
- 3
- Views
- 547
Due to restrictions on our build server beyond my control, I've been forced to check the Sencha Cmd Linux distribution into our SVN repository for use on build machines. We have to do this with...
-
14 Nov 2012 7:05 PM
- Replies
- 2
- Views
- 479
Makes sense, thanks. Sorry I didn't think to look in the directories first. :)
-
14 Nov 2012 9:37 AM
- Replies
- 2
- Views
- 479
I'm a little confused about the licensing terms. We are using Sencha Touch 2.1 under the free commercial license. When I downloaded it, it looks like Charts was included in the download (the chart/...
-
15 Oct 2012 7:32 AM
- Replies
- 2
- Views
- 426
Thanks for the suggestion, but that didn't seem to work. I called setData with the newly refreshed single object:
console.log(record.data); // this verifies that it has the updated object, with... -
3 Oct 2012 12:58 PM
- Replies
- 2
- Views
- 426
I have a Store used to back a List. When I tap on a list item, I show a "details" panel. One of the buttons on the details panel initiates a POST request to initiate a server-side operation. This...
-
1 Oct 2012 11:57 AM
- Replies
- 1
- Views
- 237
I have a List that's using the Ext.plugin.PullRefresh plugin, but I'm having an issue with duplicate items appearing after doing the refresh.
Here's my model class:
...
Results 1 to 25 of 42
