Search Type: Posts; User: tthai
Search: Search took 0.02 seconds.
-
14 Apr 2012 10:45 AM
- Replies
- 1
- Views
- 504
Hello, after hitting the load more text when using the ListPaging plugin, the paging does not seem to reset itself when I goto another view that uses the same store. It basically keeps the...
-
6 Apr 2012 10:01 AM
- Replies
- 3
- Views
- 1,282
You can set it in the reader:
http://docs.sencha.com/touch/2-0/#!/api/Ext.data.reader.Reader-cfg-totalProperty
proxy: {
type: 'rest',
reader: {
... -
16 Mar 2012 12:46 PM
Jump to post Thread: Watchlist sample app source code by tthai
- Replies
- 3
- Views
- 2,431
Hello, I downlaoded Sencha Touch 2 full release and was hoping to sample the Watchlist app source code, however the folder appears to be empty. Is there another place to find this? Thanks.
-
1 Mar 2012 8:59 AM
- Replies
- 3
- Views
- 606
Mitchell thanks.
When you say two separate stores am I doing it correctly then in the code sample?
What about:
{ xclass: 'App.view.video.VideosList', ... -
29 Feb 2012 6:21 PM
- Replies
- 12
- Views
- 1,976
I've built a rather complex app using iphone4s where the Home page would have 5 horizontal scrolls using Dataview each with 15 thumbnails using inline setting.
------- horizontal scroll... -
29 Feb 2012 6:03 PM
- Replies
- 3
- Views
- 606
Hello, first I'd like to say that I submitted my first Sencha Touch 2 RC app on iOS market. Its been a great experience building starting with ST2 B1 all the way to ST2 RC1.
However, though I was... -
28 Feb 2012 1:16 AM
Jump to post Thread: Where are the component events??? by tthai
- Replies
- 18
- Views
- 3,389
FYI, i don't think this is working as of ST2 RC
No events were fired when tapped.... Can we have someone verify this?
var videoOptions = Ext.create('Ext.Component', { ... -
24 Feb 2012 2:05 PM
- Replies
- 1
- Views
- 704
Ext.create('Ext.List', { inline: { wrap: false } // Smooth horizontal scrolling});In RC version, the horizontal scroll feature is awesome. But was wondering it will be compaitible with the...
-
24 Feb 2012 2:00 PM
- Replies
- 1
- Views
- 683
I'm sure this have come up before and I've searched but couldn't find an easy solution.
Basically when I have a toolbar that has a long title, it loverlaps the back button causing and odd look and... -
24 Feb 2012 11:53 AM
- Replies
- 3
- Views
- 990
Hi, i'm having same issue and found this:
/docs/#!/api/Ext.navigation.Bar-method-refreshNavigationBarProxy
But it says this is a private class. Ext.navigation.Bar
I don't want to use... -
24 Feb 2012 8:46 AM
- Replies
- 3
- Views
- 744
Hi Mitchell, yes I 'm aware of that. But when would I need to use the autoCreate one?
I'm having trouble because some of my controllers need to access the same xtype pages and there seems to be... -
24 Feb 2012 8:09 AM
- Replies
- 3
- Views
- 744
I am confused when to use the simple one line refs or the more advanced refs in controller to get access to an xtype page.
Assume I have a page that shows a menu:
... -
23 Feb 2012 11:00 AM
Jump to post Thread: [RC] horizontaly scroll lists by tthai
- Replies
- 1
- Views
- 409
Nevermind, it was my crazy CSS. Seems like with each release my css breaks. I cleared out my custom css and the scroll lists horizontal is working now. Brilliant!
-
23 Feb 2012 9:01 AM
Jump to post Thread: [RC] horizontaly scroll lists by tthai
- Replies
- 1
- Views
- 409
I'm exploring this feature in RC:
While we’re all accustomed to using carousels when transitioning between cards, we thought it would be helpful if we could add in the ability to horizontally... -
23 Feb 2012 7:11 AM
- Replies
- 18
- Views
- 1,753
Holy Crap! You guys are amazing! I'm doing backflips!
-
22 Feb 2012 8:22 PM
- Replies
- 2
- Views
- 620
I've built a UI similar to that of the "pulse" Apps which basically has a horizontal scroll list UI stacked with multiple lists.
My problem is, my horizontal data list would show 3 thumbnails at a... -
22 Feb 2012 7:17 PM
- Replies
- 18
- Views
- 1,753
Sorry to bring this thread up again, but its getting down to matter of days for me to release app.
I am planning to release our App on iOS market and launch by March 8th, which is for SXSW event... -
20 Feb 2012 11:37 AM
- Replies
- 18
- Views
- 1,753
Great to hear!
Unless B4 is gonna be out this week, would you be so kind to get us a patch code for this? -
20 Feb 2012 11:03 AM
- Replies
- 18
- Views
- 1,753
Hi Jamie,
I've confirmed that this fix does not work for me, in regard to Tab panel issues with setActiveItem.
You can easily reproduce this by loading up the Geocongress example App from ST2... -
20 Feb 2012 10:00 AM
- Replies
- 7
- Views
- 1,430
Hi, Krom I'm having same issues and saw the code snippet. Since you said it worked for you, where would I drop this fix in (new here with sencha). I dropped it at top of my app.js file which has...
-
20 Feb 2012 9:47 AM
- Replies
- 18
- Views
- 1,753
This is great! Its last bug that I have i Beta 3 release that is blocking my app.
Sorry new here but, where would I optimally drop this piece of code? -
17 Feb 2012 8:07 PM
- Replies
- 5
- Views
- 822
I must be missing something. I am using MessageBox and ActionSheet in my ST2 b3 code in my app and have not explicitly added any of them to requires. yet my app works fine. I'm just wondering if...
-
17 Feb 2012 11:16 AM
- Replies
- 5
- Views
- 822
Really? Because I have not been explicitly including those in the requires and my application still works fine. I've only require my own app classes.
I'm using sencha-touch-all-debug.js -
17 Feb 2012 9:58 AM
- Replies
- 5
- Views
- 822
Is this still necessary to do this in our containers?
requires: ['Ext.MessageBox', 'Ext.ActionSheet']
? -
15 Feb 2012 10:23 PM
Jump to post Thread: how to clear store extraParams by tthai
- Replies
- 1
- Views
- 732
In my code, I'm doing this for my store before calling videoStore.load();
videoStore.getProxy().setExtraParam('type', 'blog');
videoStore.getProxy().setExtraParam('type_id', 123);
Else where...
Results 1 to 25 of 43
