Search Type: Posts; User: aaronchen2k
Search: Search took 0.02 seconds.
-
10 Dec 2012 5:04 PM
- Replies
- 2
- Views
- 116
It happened when jump from one navigationview to another navigationview.
-
9 Dec 2012 11:14 PM
- Replies
- 2
- Views
- 116
Ext version tested:
sencha-touch-2.0.1.1
Steps to reproduce the problem:
when event navigationview.activeitemchange( this, value, oldValue, eOpts ) fired
The result that occurs instead:
... -
9 Dec 2012 11:06 PM
- Replies
- 1
- Views
- 127
Sencha version tested:
sencha-touch-2.0.1.1
Description:
call container.destroy() that has a fieldset on it
get an error when execute removeCls() for child #ext-fieldset component... -
24 Oct 2012 6:42 PM
- Replies
- 2
- Views
- 245
we use sencha-touch-2.0.1.1.
btw, if we put all selection components under all the textfield&textareafield, it will be ok. -
23 Oct 2012 9:51 PM
- Replies
- 2
- Views
- 245
Put a textareafield under selectfield and datepickerfield like image 1.
Set the focus to textareafield, then close the pop-up soft keyboard, get a blank like image 2.
39558
39557 -
23 Oct 2012 7:21 PM
- Replies
- 3
- Views
- 434
Fixed by codes:
focusedElement = this.getAppointmentDetail().getFocusedField(); console.log(focusedElement);
if (focusedElement) {
if... -
23 Oct 2012 6:16 PM
- Replies
- 3
- Views
- 434
You can find that the datepicker bar is covered by the soft keyboard in attached image.
I try call textbox.blur() method to let the textbox lost the focus in datepickerfield's mousedown event,... -
23 Oct 2012 6:07 PM
- Replies
- 3
- Views
- 434
sencha-touch-2.0.1.1
android 4.1 build-in browser
Steps:
1. Set the focus on a form textbox, system will show the soft keyboard.
2. Click the datepickerfield component.
Expected Result:... -
29 Sep 2012 12:57 AM
- Replies
- 2
- Views
- 323
1
-
28 Sep 2012 9:13 PM
- Replies
- 2
- Views
- 323
{name: "eventDate", type: "date", dateFormat: 'time'},
I save the time value "eventDate: 1346947200000" to localstore, it will be change to '300009e' which is wrong. -
25 Sep 2012 6:28 PM
- Replies
- 1
- Views
- 351
tested with sencha-touch-2.0.1.1
1. The last thing on the selection list cannot be choose.
a lot of records in the list
38928
2. Year is not on the center, and the last one can not be... -
25 Sep 2012 1:53 AM
- Replies
- 1
- Views
- 337
On iphone device, clicking on the right space of textbox will call submit button tap event.
-
15 Jul 2012 11:16 PM
- Replies
- 5
- Views
- 1,063
up
-
12 Jul 2012 5:04 PM
- Replies
- 5
- Views
- 1,063
Would you please send me the internal bug fixing codes?
We like sencha, and will publish our app soon, thank you for your great support. -
11 Jul 2012 8:25 PM
- Replies
- 5
- Views
- 1,063
Device:
Samsung GALAXY Note
Acer Iconia Tab A500
(it works well on iPhone and Samsung Galaxy Nexus phone)
Sencha Version:
sencha-touch-2.0.1.1
Run with: -
29 Jun 2012 11:14 PM
- Replies
- 0
- Views
- 143
I add some Chinese characters in js file, after build with sdk tool, find that they are changed to unreadable characters in app-all.js.
-
18 Jun 2012 8:38 PM
- Replies
- 0
- Views
- 296
both all-classes.js and app-all are not compressed, and contain comment lines
all-classes.js and app-all like this:
/*
Copyright(c) 2012 Company Name
*/
Ext.define('TCConstant', {
... -
13 Jun 2012 7:04 PM
- Replies
- 1
- Views
- 509
I use container's setHtml method, after scroll down the container, always back to the top 0
-
4 Jun 2012 12:36 AM
- Replies
- 6
- Views
- 719
anyone can help me, thanks!
-
28 May 2012 8:39 PM
- Replies
- 6
- Views
- 719
--
-
24 May 2012 6:05 PM
- Replies
- 6
- Views
- 719
up
-
23 May 2012 5:52 PM
- Replies
- 6
- Views
- 719
use sencha-touch-debug.js and src files to build, get a all-classes.js. Run app with:
Ext.Loader.setConfig({
enabled: true,
paths : {
Ext: '.',
framework: 'framework',... -
23 May 2012 5:21 PM
- Replies
- 6
- Views
- 719
I generate a custom build according to below article
http://docs.sencha.com/touch/2-0/#!/guide/building
<script type="text/javascript" src="sencha-touch/sencha-touch-all-debug.js"></script>
... -
9 May 2012 9:07 PM
- Replies
- 1
- Views
- 350
hasMany: {
model: 'tc.model.Place',
name: 'placeSet',
associationKey: 'placeVoSet'
},
hasMany: {
model: 'tc.model.Companion',
name:... -
1 May 2012 12:23 AM
- Replies
- 3
- Views
- 823
it's a item in Ext.List, and I can not select the text in it, please find the codes as below, thank you!
Ext.define('tc.view.activity.List', {
extend: 'Ext.List',
config: {
'<div...
Results 1 to 25 of 48
