Search Type: Posts; User: perry_jia
Search: Search took 0.03 seconds.
-
7 Dec 2012 12:59 AM
Jump to post Thread: Complex Routers by perry_jia
- Replies
- 1
- Views
- 143
routes: {
'product/:id': {
action: 'showProductById'
}
the url is: http://192.168.1.100/webapp/#product/10222233?sid=100
it could not enter into... -
18 Nov 2012 7:22 PM
- Replies
- 3
- Views
- 1,314
which file please?
-
15 Nov 2012 11:21 PM
- Replies
- 3
- Views
- 1,625
I also met this problem, and it does the HTML5 cache caused, when clear the chrome cache, build production nice. Did you have sovle the problem?
Waiting... -
14 Nov 2012 8:43 PM
Jump to post Thread: How to use scrollToEnd ? by perry_jia
- Replies
- 3
- Views
- 1,008
if the scrollble direction is horizontal, I tried and no use.
-
10 Jan 2012 6:19 PM
Jump to post Thread: Ext.tab.Panel listeners error by perry_jia
- Replies
- 4
- Views
- 1,276
I know, thank you very much.
-
24 Nov 2011 11:58 PM
- Replies
- 2
- Views
- 1,873
I understand, thank you very much.
-
23 Nov 2011 6:18 PM
- Replies
- 2
- Views
- 1,873
I want to use Sencha-Touch2 MVC, I find that the examples such as "Kiva", "Twitter":
one controller control all the views.
So I want to ask if my App is a litter complex and contains many... -
23 Nov 2011 5:39 PM
Jump to post Thread: Ext.tab.Panel listeners error by perry_jia
- Replies
- 4
- Views
- 1,276
I changed my code as you said, still alert the same information:
false, false, id:child1, id:child1.
// child
Ext.define('Child', {
extend: 'Ext.Container',
xtype: 'child',
... -
23 Nov 2011 5:34 PM
Jump to post Thread: Sencha-Touch2 Listeners Problem by perry_jia
- Replies
- 2
- Views
- 1,891
OK, Thank you
-
23 Nov 2011 6:26 AM
Jump to post Thread: Ext.tab.Panel listeners error by perry_jia
- Replies
- 4
- Views
- 1,276
U]REQUIRED INFORMATION[/U]Ext version tested:
Sencha Touch 2.0PR2
Browser versions tested against:
Chrome 11 (Windows)
Description:
tab panel event listeners error.
Steps to reproduce... -
23 Nov 2011 12:23 AM
Jump to post Thread: Sencha-Touch2 Listeners Problem by perry_jia
- Replies
- 2
- Views
- 1,891
I writed a code, and listeners never called, i am confused.
In Touch2, many events changed, and different form touch1.
Ext.setup({
onReady : function() {
Ext.define('MyPanel',... -
22 Nov 2011 11:07 PM
Jump to post Thread: Sencha-Touch2 release date? by perry_jia
- Replies
- 7
- Views
- 1,525
I really want to know When Sencha dev will release stable version for Sencha-Touch2?
-
21 Nov 2011 1:38 AM
- Replies
- 2
- Views
- 1,611
Thank you very much;)
-
20 Nov 2011 11:13 PM
- Replies
- 2
- Views
- 1,611
The following code, alert "undefined" when i click yes or no button.
Test in Sencha-Touch2-pr2
Ext.Msg.confirm("Confirmation", "Are you sure you want to do that?", function(msg) {
... -
20 Nov 2011 9:10 PM
Jump to post Thread: JsonP abort method error by perry_jia
- Replies
- 2
- Views
- 1,324
I test the JsonP abort method, and the error message is "Maximum call stack size exceeded", so i check the source code:
abort: function(request){
var requests =... -
20 Nov 2011 8:19 PM
- Replies
- 4
- Views
- 1,706
It must be a bug.
.x-mask {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0; -
20 Nov 2011 7:19 PM
- Replies
- 4
- Views
- 1,706
Listen for an event?
Did you mean "initialize" method should not be overrided?
But which event should i listen for? The "afterrender" is deprecated.
Can you show me the code?
Thank you very... -
20 Nov 2011 9:21 AM
- Replies
- 4
- Views
- 1,706
I created a Panel contains a toolbar and a component, i just want to mask the "component" after initialized, however it mask the whole Panel and I could not tap the back button on the toolbar because...
-
20 Nov 2011 4:13 AM
- Replies
- 2
- Views
- 1,385
Thank you very much.
-
18 Nov 2011 10:17 PM
- Replies
- 2
- Views
- 1,385
I want create a tab panel with no animation when i change the tab.
You know Sencha-touch 1.1, TabPanel have cardSwitchAnimation config, and i can set cardSwitchAnimation: false, but at... -
13 Oct 2011 1:19 AM
Jump to post Thread: Android Form Bug by perry_jia
- Replies
- 1
- Views
- 802
First, sorry for my english, i hope i can express clearly.
Thanks for the Sencha Development, I am so excited, it's a Great Work.
But I find a bug in Sencha-Touch2, at... -
20 Sep 2011 7:39 PM
- Replies
- 2
- Views
- 2,735
Thank you, you are a terrific guy.
-
14 Sep 2011 6:54 AM
- Replies
- 5
- Views
- 1,965
Yes, it maybe all right.
However, if there is a textfield in the bottom of the view,
when tap the textfield and show the keyboard, it will behind the keyboard, you will not see it.
var view =... -
11 Sep 2011 8:10 PM
- Replies
- 5
- Views
- 1,965
Hey, Have you solve it yet?
I also met this problem?
waiting you message -
31 Aug 2011 3:53 AM
- Replies
- 14
- Views
- 8,383
read this
http://www.sencha.com/forum/showthread.php?115290-Animations-on-Android-flickering/page2
and Sencha-Touch release note
Animations on Android devices may still cause flickering
...
Results 1 to 25 of 71
