Search Type: Posts; User: Bunchofstring
Search: Search took 0.02 seconds.
-
26 Apr 2013 10:53 AM
- Replies
- 4
- Views
- 2,349
Just beware that store.clearFilter() can take significant time to complete when working with many records. If need be, there is a way to obviate the clearFilter call (but it's not trivial).
-
28 Feb 2013 8:44 PM
- Replies
- 0
- Views
- 206
What should my minSdkVersion should be if I don't want my app to be available on devices whose webview environment is incompatible with the Sencha framework? Currently, I am using ST 2.0.1 in my app,...
-
28 Feb 2013 8:34 PM
- Replies
- 2
- Views
- 342
Thanks Jay. I will wait until the GA release (which will hopefully include a multiplatform themeing/packaging video or tutorial).
-
27 Feb 2013 10:09 AM
- Replies
- 2
- Views
- 342
I saw the blog post about WindowsPhone support (yay!), but I haven't found any Sencha Tough guides on how to achieve Microsoft's mobile UI style in a Sencha app. I would appreciate if someone would...
-
26 Feb 2013 10:40 PM
- Replies
- 3
- Views
- 1,246
Sounds like a fun project. Hopefully this helps:
http://docs.sencha.com/touch/2-1/#!/api/Ext.Ajax -
26 Feb 2013 7:23 AM
- Replies
- 10
- Views
- 1,336
@Philip, an xtype can be used in a component query without any dot before it (see docs for more info). Regarding your ref-based control: I have found that refs work best when the referenced component...
-
22 Feb 2013 12:57 PM
Jump to post Thread: Sencha Touch Menu by Bunchofstring
- Replies
- 4
- Views
- 831
The package includes an example. Are you getting an error? Keep in mind that it is not tested on ST2.1.
-
21 Feb 2013 11:36 PM
Jump to post Thread: Sencha Touch Menu by Bunchofstring
- Replies
- 4
- Views
- 831
Shameless plug
https://market.sencha.com/extensions/ext-plugin-dropdownmenu
This app shows some other custom things it can do
https://play.google.com/store/apps/details?id=com.es3.discasaurus -
30 Jan 2013 12:52 PM
Jump to post Thread: refs / control MVC problem by Bunchofstring
- Replies
- 8
- Views
- 617
I'm pretty sure that when you use refs, the component query is used once and the resulting component is cached for future references. However, if you use the selector (not a ref) within the...
-
2 Jan 2013 1:52 PM
- Replies
- 5
- Views
- 1,496
Yes, I'm using an HTC Incredible 4G LTE (ADR6410L)
-
10 Dec 2012 8:46 AM
- Replies
- 7
- Views
- 1,478
Thanks for sharing. This gives me hope for ST2.1
Your site scrolls nicely on my dual-core Android phone in Mobile Chrome, but if I flick the page up and flick again before the momentum scroll... -
10 Dec 2012 8:21 AM
- Replies
- 2
- Views
- 428
@Mitchell, I need a way to accommodate both services with the same Model and Store. Are you suggesting that I do something like this (shown below)?
var store = Ext.getStore('Person'),
proxy =... -
7 Dec 2012 2:24 PM
- Replies
- 1
- Views
- 655
My only gripe with this otherwise sweet plugin is that disabling it has no effect. This is common with plugins (including some that I've written), but I thought it might be good if it could be...
-
6 Dec 2012 2:22 PM
- Replies
- 2
- Views
- 428
What's the best way to get server data into a store if the response format is different from one web service to another? Example:
user/1 returns
{response:
{id:1, name:'Charles'}
}
... -
26 Nov 2012 8:52 AM
- Replies
- 132
- Views
- 18,134
Like many others here, I can't justify updating to 2.1 if there's going to be a list scrolling performance issue on Android. I see commentary about the betas and RCs, but has anyone confirmed if this...
-
8 Nov 2012 10:36 AM
- Replies
- 1
- Views
- 368
Update: After fiddling with some overrides, I figured out a way to really disable and re-enable the plugin. Please let me know if there are any concerns with this approach. Sample code is adopted...
-
8 Nov 2012 6:52 AM
- Replies
- 1
- Views
- 368
I would like to dynamically, disable and re-enable the plugin on an existing list. Is this possible?
So far, I've discovered:
pullRefreshPlugin.disable() does not disable the plugin at all... -
17 Oct 2012 10:20 AM
- Replies
- 1
- Views
- 251
I'm not a guru at all, but this is interesting so I'll contribute what I can.
"Default style for TabPanel is gradient color using css: background-image: -webkit-gradient right?"
Answer: Yes
... -
17 Oct 2012 9:49 AM
Jump to post Thread: Discasaurus for Android by Bunchofstring
- Replies
- 4
- Views
- 1,767
@realjax, I really appreciate your notes. I put that dropdown in there to hint that other countries are coming to Discasaurus soon. However, without a clear indication that it's not ready yet, it...
-
11 Oct 2012 6:30 AM
Jump to post Thread: Discasaurus for Android by Bunchofstring
- Replies
- 4
- Views
- 1,767
Update: Thanks for the feedback @realjax. The login issue you encountered was because I did not regression test that release (bad, I know), but it's fixed now and available in the Play store. I also...
-
5 Oct 2012 8:54 AM
Jump to post Thread: Dataview repaint issue by Bunchofstring
- Replies
- 5
- Views
- 630
Your issue seems related to a recent bug fix in RC1. From the release notes:
"[TOUCH-3486] Fixed an issue where itemHeights would be incorrect if the list was refreshed or updated while the list was... -
5 Oct 2012 8:39 AM
- Replies
- 6
- Views
- 2,577
Beautiful app. I especially like the grungy theme you put on it, and the view of equipped armor/weapons. Thanks for sharing!
-
4 Oct 2012 12:04 PM
- Replies
- 5
- Views
- 1,118
I've struggled with this in ST2.0.1 quite a bit. My solution is below (class and variable names have been changed to protect the innocent, haha):
Ext.define('MyApp.controller.MyView',{
... -
4 Oct 2012 11:27 AM
- Replies
- 4
- Views
- 594
@Mitchell, Thanks for suggesting the preferred pattern. Is there a material difference between using the view's listeners config vs. using this.on('myEvent',doSomething) in an overridden constructor?
-
4 Oct 2012 9:55 AM
Jump to post Thread: Code Markup by Bunchofstring
- Replies
- 3
- Views
- 1,296
@webrocky and @webpiter - Thanks for responding, but your posts only describe what Markup is and what it is used for... without actually answering my question. In other words, neither reply explains...
Results 1 to 25 of 112
