Search Type: Posts; User: phamtieugiao
Search: Search took 0.02 seconds.
-
6 May 2012 7:33 AM
Jump to post Thread: Sencha Touch 2 Map crash by phamtieugiao
- Replies
- 4
- Views
- 864
It's Android x86 emulator
-
4 May 2012 10:02 PM
Jump to post Thread: Sencha Touch 2 Map crash by phamtieugiao
- Replies
- 4
- Views
- 864
The list has only 3 items. I am using Android 2.2.
-
4 May 2012 11:00 AM
Jump to post Thread: Sencha Touch 2 Map crash by phamtieugiao
- Replies
- 4
- Views
- 864
I have a tabpanel that contains a list in 1st tab, and a map in 2nd tab.
Whenever the list is fully loaded, I try open the map tab, Android browser crashes..
This does not happen if the list is not... -
4 May 2012 7:07 AM
- Replies
- 4
- Views
- 877
I am having the same problem. The check sign is mis-aligned.
And when I set labelWidth to 80%, the area to toggle the check sign does not match the position of the check's sign. It looks weird when... -
26 Feb 2012 10:35 PM
- Replies
- 1
- Views
- 325
I have no idea how to do it. Please help me to figure out. Thanks
-
24 Jan 2012 11:24 AM
- Replies
- 3
- Views
- 1,020
Model:
Ext.define('App.model.Place', {
extend: 'Ext.data.Model',
config: {
fields: [
'name', 'category', 'id', 'sbId', 'website', 'picture',
{ name:... -
24 Jan 2012 11:22 AM
- Replies
- 3
- Views
- 1,020
Sample Data:
{ "data": [ { "name": "NTU Hall 4!", "category": "Local business", "location": { "city": "Singapore", "country":... -
24 Jan 2012 11:04 AM
- Replies
- 3
- Views
- 1,020
My store:
Ext.define('App.store.Places', {
extend : 'Ext.data.Store',
config: {
model : 'App.model.Place',
requires: ['App.model.Place'],
autoLoad:true,
} -
24 Jan 2012 10:44 AM
- Replies
- 2
- Views
- 1,048
I found that validate() method removed. How do I get my model validated in PR4?
Thanks in advance. -
24 Jan 2012 10:14 AM
- Replies
- 3
- Views
- 904
In PR3, it was still there, but I couldn't find it in PR4.
Nothing about it was mentioned in PR4 change logs. -
11 Jan 2012 5:58 PM
- Replies
- 3
- Views
- 928
This is the css declaration of 'errorfield' class.
.errorfield { font-size: 0.75em; margin: 10px; }
The same css was used in Sencha Touch 1 didn't rise the problem.
So there is no way to fix... -
13 Dec 2011 10:55 AM
- Replies
- 3
- Views
- 928
As can be seen here, the horizontal line is missing, and in the last field, a box with black border appears
29979 -
13 Dec 2011 10:49 AM
- Replies
- 2
- Views
- 490
Thanks for the concern. It was my mistake as I didn't notice the API changes. There is nothing wrong with down method.
-
13 Dec 2011 9:39 AM
- Replies
- 10
- Views
- 2,532
I added it in initialize section:
initialize: function(config) {
this.initConfig(config);
Ext.apply(this, {
_itemId: this.name + 'Button'
});
... -
13 Dec 2011 9:08 AM
- Replies
- 10
- Views
- 2,532
Tested, if I put like this:
Ext.apply(this, {
_itemId: this.name + 'Button'
});
. Notice the '_' character. Then the down() method works.
Seems like Ext.apply... -
13 Dec 2011 8:00 AM
- Replies
- 10
- Views
- 2,532
What I see different here is the itemId keyword, I thought it was previously id instead.
Can you explain more about the change? -
13 Dec 2011 4:08 AM
- Replies
- 2
- Views
- 490
For example I have a panel "view" that contains a button with ID myButton.
In touch 1 and touch 2 pr1, I can select the button with view.down('#myButton')
The down method works in touch 2 pr1,... -
13 Dec 2011 4:06 AM
- Replies
- 3
- Views
- 761
And in Android, the height of the search field increases whenever there is text entered.
-
13 Dec 2011 3:50 AM
- Replies
- 10
- Views
- 2,532
For example I have a panel "view" that contains a button with ID myButton.
In touch 1 and touch 2 pr1, I can select the button with view.down('#myButton')
The down method works in touch 2 pr1,...
Results 1 to 19 of 19
